openstackgerrit | A change was merged to openstack/tripleo-image-elements: Use version dir, not LATEST for Percona d/l path https://review.openstack.org/92903 | 00:01 |
---|---|---|
greghaynes | finally! | 00:02 |
StevenK | Hah | 00:03 |
notq | hurray! | 00:03 |
notq | has anyone else gone through an install with that merged? | 00:03 |
lifeless | wooo | 00:03 |
lifeless | CI has | 00:03 |
notq | unlikely, but i'm having a problem, so would be interested if anyone completed it | 00:03 |
notq | ah, okay | 00:03 |
lifeless | recheck time | 00:04 |
lifeless | notq: what problem are you having ? | 00:04 |
notq | during devtest undercloud when it gets to pip and sqlalchemy it fails with a proxy error | 00:04 |
notq | but it works manually from root, and it obviously installed the other packages until then fine | 00:05 |
notq | it's repeatable | 00:05 |
notq | and because it's percona / sqlalchemy i sort of wondered if there might be a connection, since nothing i've tried has worked so far | 00:05 |
lifeless | ah | 00:06 |
lifeless | so definitely no connection | 00:06 |
lifeless | whats the exact error ? | 00:07 |
notq | pretty much. | 00:07 |
notq | http://pastebin.com/mywhpVBt | 00:07 |
lifeless | what areyour http_proxy and https_proxy environment variables set to ? | 00:08 |
notq | the corporate proxy we use | 00:09 |
lifeless | Am I able to see the setting? Want to see if its something that could trigger that error. Feel free to randomise user/passwords of course. | 00:10 |
notq | no user and pass, sure | 00:10 |
notq | http://proxy.wdf.sap.corp:8080 | 00:10 |
lifeless | both are set to the same thing ? | 00:11 |
notq | yep | 00:11 |
lifeless | ok | 00:11 |
lifeless | so try this | 00:11 |
lifeless | use host to get the ip address of the proxy | 00:11 |
lifeless | and set the variables to http://$IP:8080/ | 00:11 |
lifeless | instead | 00:11 |
notq | i think it hands it off a few times, do you want me to just choose the destination ip to limit variables | 00:11 |
notq | guess it doesn't matter. i have to wait until i'm off a conf call then i'll try it | 00:12 |
lifeless | just 'host proxy.wdf.sap.corp' and pick a concrete IP address from the output :) | 00:13 |
notq | sure | 00:13 |
lifeless | my theory is you are having a sporadic DNS failure and that pip is terrible at handling such | 00:14 |
notq | if that was true, why would it stop at the same place each time? | 00:14 |
lifeless | the number of lookups in an image build is deterministic | 00:16 |
*** saurabhs has quit IRC | 00:16 | |
lifeless | or pretty close to deterministic | 00:16 |
lifeless | anyhow, we'll see what happens :) | 00:17 |
lifeless | one possibility is that something in the build is interrupting DNS | 00:18 |
*** newell_ has quit IRC | 00:20 | |
tchaypo | So I'm looking at a review that failed due to the bug that was fixed in 92903 | 00:22 |
tchaypo | To get it re-run and working.. no, duh, I'm not going to have to rebase, because that's a different repo. What a silly question. So glad I didn't ask it out loud. | 00:23 |
greghaynes | recheck such bug | 00:23 |
lifeless | much recheck | 00:24 |
tchaypo | greghaynes: there was a bug? | 00:25 |
greghaynes | tchaypo: No | 00:25 |
tchaypo | phew | 00:25 |
tchaypo | I've already done recheck no bug | 00:25 |
greghaynes | This (I think) keystone thing has me fairly stumped, this is happening on nova list: http://paste.ubuntu.com/7418915/ | 00:25 |
tchaypo | ... but we should totes add "recheck such bug" as a synonym | 00:26 |
greghaynes | I really wanted to do that for Apr 1 but ENOTIME | 00:26 |
*** matsuhashi has joined #tripleo | 00:27 | |
*** michchap has joined #tripleo | 00:28 | |
openstackgerrit | James Polley proposed a change to openstack/tripleo-incubator: Add a link to tripleo-newdev-notes https://review.openstack.org/92944 | 00:32 |
*** jpeeler has quit IRC | 00:33 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-incubator: Fix awk for grabbing cirros MD5 and remove extra } https://review.openstack.org/92764 | 00:34 |
lifeless | tchaypo: I was thinking april 1st for that | 00:36 |
lifeless | greghaynes: noice.. wat | 00:39 |
greghaynes | yea... | 00:39 |
lifeless | greghaynes: multiple control plane nodes? | 00:40 |
greghaynes | hitting nova on the seed | 00:40 |
lifeless | greghaynes: could you be giving a token from one keystone db to another or something ? | 00:40 |
*** matsuhashi has quit IRC | 00:40 | |
lifeless | greghaynes: oh, NFI then :) | 00:40 |
greghaynes | Im surprised others arent hitting this... only thing different for me is trusty I thinkg | 00:40 |
*** matsuhashi has joined #tripleo | 00:41 | |
*** geerdest_ has quit IRC | 00:43 | |
*** jp_at_hp has quit IRC | 00:44 | |
*** matsuhashi has quit IRC | 00:45 | |
*** nosnos has joined #tripleo | 00:48 | |
*** chuckC has quit IRC | 00:50 | |
*** tzumainn has quit IRC | 00:53 | |
*** tzumainn has joined #tripleo | 00:54 | |
tchaypo | greghaynes: when do you hit it? | 00:57 |
greghaynes | there is a wait_for nova list in devtest_seed | 00:57 |
*** ccrouch has joined #tripleo | 00:58 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/diskimage-builder: Updated from global requirements https://review.openstack.org/91221 | 01:00 |
* tchaypo kicks off a run | 01:03 | |
tchaypo | will let you know if I see it | 01:03 |
tchaypo | lifeless: I noticed yesterday that _setup.sh will call cleanup-env if $TRIPLEO_CLEANUP is set. | 01:29 |
tchaypo | I think it's okay to leave that in place - a second call to cleanup-env at the top of _testenv is going to succeed very quickly if there's nothing to clean up | 01:29 |
tchaypo | but I think it wants to clean up all environments, which cleanup-env can't do any more. Maybe cleanup-env needs to grow a --all flag | 01:30 |
StevenK | tchaypo: Uh, doesn't cleanup-env with no arguments clean up everything? | 01:32 |
tchaypo | not with my change - it will clean up just the default environment | 01:33 |
StevenK | It will search for seed and baremetal which will match everything, right? | 01:36 |
*** matsuhashi has joined #tripleo | 01:36 | |
lifeless | tchaypo: we should move that to testenv IMO | 01:41 |
lifeless | tchaypo: layering and all | 01:41 |
tchaypo | layering? | 01:52 |
lifeless | setup touching the test environment is weird | 01:52 |
lifeless | thats testenvs responsibility | 01:52 |
*** ramishra has joined #tripleo | 02:01 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Move most undercloud params to an environment file https://review.openstack.org/91717 | 02:02 |
*** jpeeler has joined #tripleo | 02:05 | |
tchaypo | oh. | 02:17 |
* tchaypo reparses | 02:17 | |
tchaypo | you meant "you know, due to the layering and all" rather than "move the whole thing, including the layering" | 02:17 |
tchaypo | Also I think we need to change the logic. At present, cleanup-env only gets called if TRIPLEO_CLEANUP is set. When moving it to testenv.sh I think it makes more sense to call cleanp-env unless USE_CACHE is set. | 02:21 |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-heat-templates: Add ephemeral port range parameters https://review.openstack.org/92952 | 02:22 |
tchaypo | hrm. maybe not even then - we're only talking about definitions here. Even if USE_CACHE is set, redefining the VMs costs nothing, right? | 02:22 |
lifeless | cache and vms are orthogonal | 02:23 |
lifeless | the cache is 'reuse disk images' | 02:23 |
tchaypo | yep. no point preserving the VMs, they're always going to get given a fresh copy of the disk image | 02:24 |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Add an ephemeral-ports element https://review.openstack.org/92298 | 02:27 |
*** eguz has quit IRC | 02:36 | |
*** ramishra has quit IRC | 02:45 | |
tchaypo | ah, goody. | 02:48 |
*** saurabhs has joined #tripleo | 02:48 | |
tchaypo | if you pass -n but not -b to _testenv, it's not just the seed that gets named seed instead of seed_N | 02:48 |
tchaypo | all the other vms become baremetal_Y instead of baremetalbrbmN_Y as well | 02:49 |
tchaypo | Although the script doesn't insist that they're provided together, it looks like we've assumed that it doesn't make sense to use them seperately | 02:50 |
lifeless | I don't understand that conclusion | 02:52 |
StevenK | tchaypo: You land into ATL at like 8pm, right? | 02:52 |
lifeless | we only put the bridge name in when a custom bridge is used | 02:52 |
lifeless | it seems rational enough to me | 02:53 |
StevenK | 8:23pm, ew | 02:53 |
tchaypo | run _testenv twice with -n 3 on the first run and -n 4 but don't provide a bridge for each, both runs will call the seed "seed" and the vms "baremetal_[01234]" | 02:54 |
tchaypo | s/^/if we/ | 02:54 |
lifeless | tchaypo: ah, I see | 02:54 |
tchaypo | If you run _testenv with -b my_big_fat_bridge, but don't provide -n, the vms will be called "seed" and "baremetal_[01234]" | 02:55 |
tchaypo | that's probably not such an issue, since it probably means you only want one environment but it has a special bridge | 02:55 |
lifeless | tchaypo: so looking at the code | 02:56 |
lifeless | the reason it works at all is the bridge name encodes the environment name | 02:56 |
tchaypo | I would have said "environment number", because that's what the help text for -n says | 02:57 |
lifeless | sure | 02:57 |
tchaypo | but you're right - we don't enforce its numberhood, it's really a free-text label | 02:57 |
lifeless | feel free to make it all sane | 02:57 |
lifeless | or even propose a spec to rationalise it | 02:58 |
tchaypo | it would deviate from what we're currently doing, but it sounds like we should drop -n altogether and then "BRIDGE=brbm${OVSBRIDGE}" | 02:58 |
tchaypo | SEED_NAME=seed_$OVSBRIDGE | 02:59 |
StevenK | OVSBRIDGE is the same for each environment | 02:59 |
tchaypo | oh. | 02:59 |
tchaypo | then let's not do that. | 02:59 |
lifeless | is it ? | 03:00 |
lifeless | really? | 03:00 |
*** untriaged-bot has joined #tripleo | 03:00 | |
untriaged-bot | Untriaged bugs so far: | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1316985 | 03:00 |
uvirtbot | Launchpad bug 1316985 in tripleo "set -eu may spuriously break dkms module" [Critical,New] | 03:00 |
lifeless | -b sets it | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317446 | 03:00 |
uvirtbot | Launchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1314978 | 03:00 |
uvirtbot | Launchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1315355 | 03:00 |
uvirtbot | Launchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1316675 | 03:00 |
uvirtbot | Launchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317056 | 03:00 |
uvirtbot | Launchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Undecided,New] | 03:00 |
*** untriaged-bot has quit IRC | 03:00 | |
StevenK | lifeless: I thought all test environments on a host were on the same bridge | 03:00 |
lifeless | StevenK: nope | 03:00 |
lifeless | that would be awfully confusing | 03:01 |
lifeless | since they all use the same IP range in their test runs | 03:01 |
*** matsuhashi has quit IRC | 03:03 | |
tchaypo | mrmm. delicious new videochat goodness in hipchat. | 03:04 |
tchaypo | okay, I'm having brainmush, so I'm going to go for an extended walk, with maybe a spot of swimming thrown in as well. | 03:05 |
tchaypo | When I come up I'll start a new spec for "mulitple environment support", which will start with an outline of what we've got and what I've tried to do with cleanup-env | 03:06 |
*** matsuhashi has joined #tripleo | 03:11 | |
*** tserong has quit IRC | 03:14 | |
*** saurabhs has quit IRC | 03:14 | |
*** nosnos has quit IRC | 03:15 | |
*** tserong has joined #tripleo | 03:25 | |
*** ramishra has joined #tripleo | 03:27 | |
*** morganfainberg is now known as morganfainberg_Z | 03:29 | |
*** matsuhashi has quit IRC | 03:42 | |
*** matsuhashi has joined #tripleo | 03:44 | |
lifeless | greghaynes: looking for a second +2 and +A on https://review.openstack.org/#/c/91717/ | 03:45 |
openstackgerrit | A change was merged to openstack/diskimage-builder: Updated from global requirements https://review.openstack.org/91221 | 03:49 |
StevenK | I was hoping that https://review.openstack.org/#/c/91521/ would get two +2's on it overnight, but no such luck | 03:53 |
lifeless | StevenK: theres one | 03:55 |
StevenK | lifeless: Thanks. So when that lands, we tag it 0.0.2 add it to pypi and then propose to requirements? | 03:58 |
lifeless | yes | 04:03 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Permit overriding the mysql InnoDB pool size. https://review.openstack.org/92966 | 04:03 |
*** nosnos has joined #tripleo | 04:03 | |
lifeless | you could propose it to requirements now as I think 0.0.1 has released | 04:03 |
StevenK | lifeless: Even if it isn't on pypi? | 04:04 |
lifeless | StevenK: ah, it hasn't been made yet. Someone needs to do that and give the creds to infra,. | 04:06 |
lifeless | erm, add the infra bot to the project | 04:06 |
lifeless | SpamapS: https://review.openstack.org/92966 | 04:07 |
StevenK | lifeless: So I can checkout 0.0.1 and setup.py register sdist upload ? | 04:07 |
lifeless | yes | 04:08 |
SpamapS | StevenK: https://review.openstack.org/#/c/91521/ .. -1 .. easy stuff tho | 04:09 |
StevenK | SpamapS: 'Add a init-keystone CLI' sounds correct when I say it | 04:10 |
StevenK | SpamapS: I'd also rather land it and then switch to argparse, but I can add the requirement and convert it over if you wish | 04:11 |
lifeless | StevenK: 'an' before vowels. | 04:11 |
SpamapS | StevenK: an before vowels, as lifeless says, and it's what.. 4 lines of change to get argparse in there? | 04:12 |
lifeless | StevenK: an orange, a peanut | 04:12 |
lifeless | SpamapS: argparse is often a fiddly POS | 04:12 |
lifeless | SpamapS: its not a drop-in | 04:12 |
SpamapS | We should actually try to get python3 jobs on all of os-*-config. | 04:12 |
lifeless | SpamapS: except sometimes when the stars align | 04:12 |
SpamapS | I've never had a single problem with it. You guys are just being crusty python kurmudgeons holding on to a deprecated library. | 04:13 |
StevenK | Haha | 04:13 |
SpamapS | "These kids today with their argparse, and their unicode. NYAAA" | 04:13 |
StevenK | SpamapS: Are you sticking to your guns, or shall I push up the fixed commit message? | 04:14 |
lifeless | StevenK: how long will it take you to retest ? | 04:14 |
lifeless | StevenK: e.g. will SpamapS be up to do a re-review :) | 04:14 |
StevenK | lifeless: ~ an hour | 04:15 |
lifeless | SpamapS: ^? | 04:15 |
SpamapS | Yeah I'll be up. | 04:15 |
lifeless | man, machine running so hot I'm scorching my fingers typing | 04:15 |
StevenK | Use a desktop? :-P | 04:17 |
lifeless | COABOC | 04:19 |
SpamapS | sounds like the first line of nerd rap | 04:19 |
lifeless | nowhere near so polite, I fer. | 04:19 |
lifeless | fear. | 04:19 |
SpamapS | "machine runnin so hot, I'm scorching my fingers typing. Gotta be careful, while I'm skyping." | 04:19 |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/tuskar-ui: Fix postinstall instruction formatting https://review.openstack.org/92968 | 04:20 |
SpamapS | "Python's in the house eatin up my all my RAM, pointers and references are like memory SPAM" | 04:21 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Move most undercloud params to an environment file https://review.openstack.org/91717 | 04:24 |
*** eghobo has joined #tripleo | 04:24 | |
*** tzumainn has quit IRC | 04:37 | |
*** eghobo has quit IRC | 04:41 | |
StevenK | Hm | 04:43 |
StevenK | No idea what my pypi password is, since I'm using openid | 04:43 |
*** eghobo has joined #tripleo | 04:43 | |
*** eghobo has quit IRC | 04:48 | |
StevenK | lifeless: https://pypi.python.org/pypi/os-cloud-config/0.0.1 | 04:51 |
*** Rakesh6 has joined #tripleo | 04:53 | |
* StevenK waits for his mirror to update to fix bad signatures | 04:54 | |
*** sballe__ has joined #tripleo | 04:56 | |
*** sballe_ has quit IRC | 04:59 | |
lifeless | StevenK: add openstackci as owner | 05:01 |
StevenK | lifeless: I have | 05:02 |
*** nibalizer has quit IRC | 05:12 | |
*** jprovazn has joined #tripleo | 05:34 | |
StevenK | + init-keystone -o 192.0.2.1 -t unset -e admin@example.com -p unset -u root | 05:38 |
StevenK | Generating RSA private key, 2048 bit long modulus | 05:38 |
SpamapS | 2014-05-09 04:43:36.765 | /opt/stack/new//tripleo-incubator/scripts/devtest_undercloud.sh: command substitution: line 194: syntax error near unexpected token `(' | 05:45 |
*** eghobo has joined #tripleo | 05:52 | |
StevenK | lifeless: http://imgur.com/gallery/3CMU34w | 05:55 |
*** ramishra has quit IRC | 06:04 | |
*** ramishra has joined #tripleo | 06:07 | |
SpamapS | StevenK: well I tried to stay up | 06:10 |
SpamapS | but... sleep..beckons | 06:10 |
* SpamapS heads to bed | 06:10 | |
StevenK | Bah, it's so close | 06:11 |
StevenK | + wait_for_stack_ready 360 10 overcloud | 06:17 |
StevenK | Command output matched '(CREATE|UPDATE)_FAILED'. Exiting... | 06:17 |
StevenK | :-( | 06:17 |
*** nosnos has quit IRC | 06:20 | |
*** nosnos has joined #tripleo | 06:20 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Add an init-keystone CLI https://review.openstack.org/91521 | 06:33 |
proffalken | So Percona have changed the name of the tarball again. Can we *please* switch away from this madness and over to using the debian/fedora repositories that they provide? | 06:35 |
proffalken | I'm trying to find the docs on what the patch should look like, but we can't have the system breaking everytime Percona release a new version of xtradb | 06:36 |
StevenK | I thought I saw a dib patch land to change that? | 06:36 |
proffalken | To change the wget url or to do this properly? | 06:36 |
StevenK | Hm, maybe it hasn't landed | 06:37 |
StevenK | proffalken: commit 5d6a54940c57bb043c7599006e1eaa99f8c333f9 | 06:39 |
StevenK | proffalken: Uses the version directory, rather than LATEST | 06:39 |
StevenK | So not quite what you're asking | 06:39 |
proffalken | It's still the wrong way of doing things. I pointed out my reservations when this approach was originally taken and was ignored. If Percona provide apt and yum repos for these packages, then we should be using them to avoid exactly this situation. | 06:40 |
lifeless | proffalken: percona don't provide repositories for all the OSes we support. | 06:40 |
proffalken | (but thanks for finding it ;) ) | 06:40 |
*** lsmola has joined #tripleo | 06:40 | |
lifeless | proffalken: your reservations were not ignored | 06:41 |
proffalken | lifeless: ok, I may have put that a bit strongly, it's been a long week :( | 06:41 |
lifeless | proffalken: in fact, we asked percona about this at the last summit and they pointed us at their static builds to support all the platforms we need | 06:41 |
lifeless | proffalken: *but*, there is work to use package repos in some cases, which is fine, its just not a full solution | 06:42 |
*** TravT has quit IRC | 06:42 | |
proffalken | lifeless: ok, are they going to be at this summit? If so, can anyone who is going there try to persuade them to symlink a Percona-XtraDB-Cluster-latest.tgz when they update to get around this? | 06:43 |
lifeless | proffalken: we've stoped using the LATEST dir which is why it broke | 06:44 |
lifeless | proffalken: we'll only break in future if they delete a package (which happens much more rarely than new releases) - e.g. the SSL 0-day issue was one. | 06:44 |
lifeless | I don't know if percona will be there | 06:44 |
proffalken | lifeless: so even if we specify the "wrong" version, if we point to the LATEST dir we'll get the "correct" version? | 06:44 |
lifeless | no | 06:45 |
lifeless | the LATEST dir is an alias to a versioned directory, so when they release a new version all LATEST urls break. | 06:45 |
proffalken | https://review.openstack.org/#/c/92903/3/elements/mysql/source-repository-mysql bumps the package version as well as the "latest" directory, unless I've read this wrong then it means that we're constantly playing catchup | 06:45 |
lifeless | we now use the versioned directory which is canonical. | 06:45 |
proffalken | ah, ok, that makes more sense :) | 06:45 |
proffalken | so we will *always* get the version that we specify | 06:46 |
lifeless | yes | 06:46 |
lifeless | we have also bumped version yes | 06:46 |
proffalken | it's effectively a package pin using their dir structure instead of apt or yum | 06:46 |
*** cody-somerville has quit IRC | 06:46 | |
proffalken | lifeless: is there a list of "officially supported" distros so I can see which ones we don't have packages for? (I'm guessing it's SuSE...) | 06:47 |
lifeless | Debian is one ;) | 06:47 |
lifeless | Fedora was another | 06:47 |
proffalken | "As a service to our community and customers, Percona provides Yum and APT repositories for Red Hat, CentOS, Ubuntu, and Debian." | 06:47 |
proffalken | ah, OK, Fedora makes sense, that's a quicker moving target than Ubuntu used to be! :) | 06:48 |
lifeless | proffalken: and yet see greghaynes comment on the patch to use packages on Ubuntu | 06:48 |
lifeless | he might be wrong | 06:48 |
proffalken | lifeless: you mean the one about missing debian packages? | 06:51 |
proffalken | http://repo.percona.com/apt/pool/main/p/percona-xtradb-cluster-5.5/ seems to now have them (I don't remember if I checked at the time or not) | 06:51 |
proffalken | but the point about Fedora still stands | 06:53 |
proffalken | if we can persuade Percona to do fedora packages as well (and I'm assuming they automate this so they should just need to add a new build slave to Jenkins or similar! ;) ) then I would like to see us switch back to the repos | 06:53 |
StevenK | proffalken: We support OpenSUSE too | 06:55 |
*** STMI__ has joined #tripleo | 06:55 | |
StevenK | Just not with CI | 06:55 |
proffalken | StevenK: yeah, that was my concern... ;) | 06:55 |
proffalken | hmmm, interesting http://catyellow.net/2014/01/18/install-percona-repo-on-fedora-17/ <- apparently you can use the CentOS repos for Fedora but you need to hack one of the lines | 06:56 |
*** dshulyak_ has joined #tripleo | 06:57 | |
proffalken | so that just leaves OpenSuSE (which I do have a soft spot for even though I've not used it since I bought my first copy of SuSE 6 all those years ago!) | 06:57 |
*** mrunge has joined #tripleo | 06:58 | |
*** scotty95747 has quit IRC | 06:58 | |
*** gcha has joined #tripleo | 06:59 | |
StevenK | lifeless: https://review.openstack.org/#/c/91521/ once more with feeling | 06:59 |
*** eghobo has quit IRC | 07:06 | |
lifeless | greghaynes: https://review.openstack.org/#/c/83296/ - one more tweak if you're up for it | 07:10 |
*** andreaf has joined #tripleo | 07:12 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Permit overriding the mysql InnoDB pool size. https://review.openstack.org/92966 | 07:13 |
*** jcoufal has joined #tripleo | 07:15 | |
marios | lifeless: for https://review.openstack.org/#/c/83296/ - you mean get rid of COMPUTE_SCALE alltogether and just use 15? | 07:17 |
marios | lifeless: i really want to +A this, let's get it landed already (then i can skip doing devtest_testenv manually to increase nodes) | 07:17 |
marios | lifeless: oh i guess you mean 15 + 1 extra for overcloud (or more once that happens), rather than, 15 total | 07:19 |
*** matsuhashi has quit IRC | 07:24 | |
*** matsuhashi has joined #tripleo | 07:24 | |
openstackgerrit | jan grant proposed a change to openstack/tripleo-image-elements: Permit non-loopback guest access to Rabbit. https://review.openstack.org/92815 | 07:26 |
*** jp_at_hp has joined #tripleo | 07:28 | |
*** d0ugal has joined #tripleo | 07:37 | |
*** d0ugal has quit IRC | 07:37 | |
*** d0ugal has joined #tripleo | 07:37 | |
*** matsuhas_ has joined #tripleo | 07:41 | |
*** matsuhashi has quit IRC | 07:41 | |
lifeless | marios: I mean that the CONTROL_SCALE change is unrelated to making the vm count a fixed number | 07:42 |
lifeless | marios: I'm fine with +A | 07:42 |
lifeless | marios: as I said, inner pedant ;) | 07:42 |
*** nosnos_ has joined #tripleo | 07:42 | |
*** nosnos has quit IRC | 07:42 | |
marios | lifeless: i see (yeah see your point, though this started off mostly about that... the commit message didn't even mention NODE_CNT till couple versions ago) ok going to +A | 07:44 |
lifeless | marios: while you're +Aing https://review.openstack.org/#/c/91521/ | 07:45 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Set NODE_CNT to 15 and add OVERCLOUD_CONTROLSCALE https://review.openstack.org/83296 | 07:45 |
marios | its a trap! /me looks | 07:45 |
*** jistr has joined #tripleo | 07:48 | |
dshulyak_ | ci passed https://review.openstack.org/#/c/89556/ , already with couple of +2, would be cool if someone can +A | 07:51 |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-incubator: Use mount-ephemeral element in undercloud and overcloud https://review.openstack.org/92994 | 07:54 |
*** markmc has joined #tripleo | 07:55 | |
lifeless | done | 07:55 |
marios | lifeless: so is this the first thing being added here then? | 07:56 |
marios | lifeless: (init-keystone i mean), can't see cmd in master | 07:56 |
lifeless | marios: correct | 07:56 |
* marios feels a bit better about +A | 07:56 | |
lifeless | tuskar can use the python API, but seed init needs a CLI | 07:56 |
lifeless | dshulyak_: https://review.openstack.org/#/c/89556/ needs rebasing | 07:57 |
StevenK | register-nodes will need a rebase, but hopefully I can bully people into reviewing that next week | 07:57 |
marios | lifeless: done, yeah nice to see this stuff coming up | 07:57 |
StevenK | Right, apparently, only lifeless can create a tag for os-c-c | 07:58 |
lifeless | StevenK: folk in the release group (tripleo-ptl) | 07:58 |
openstackgerrit | A change was merged to openstack/os-cloud-config: Add an init-keystone CLI https://review.openstack.org/91521 | 07:58 |
StevenK | lifeless: I saw tripleo-ptl and thought it was you and you only | 07:59 |
lifeless | StevenK: which you're not in yet (consequences of a bad tag are hard on infra, so they request it be limited) | 07:59 |
lifeless | marios: jprovazn: https://review.openstack.org/#/c/84076/ - the -1s are all stale AFAICT; its passed CI. | 08:00 |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Add a register-nodes command and associated API https://review.openstack.org/84933 | 08:01 |
StevenK | lifeless: Right. | 08:01 |
marios | lifeless: is that -u ok now, slagle and dprince had objected | 08:02 |
StevenK | Haha. I see Lynne got the gif I pointed lifeless at. | 08:02 |
*** derekh_ has joined #tripleo | 08:06 | |
openstackgerrit | Dmitry Shulyak proposed a change to openstack/tripleo-heat-templates: Introduce configurable virtual ip in templates https://review.openstack.org/89556 | 08:07 |
marios | lifeless: can't we pass the -u directly to the invocation of the diskimage-create script? | 08:08 |
jprovazn | lifeless, I agree with them that "-u" smells little hacky, on the other side as there is no better way I would be fine to merge it. But would you mind hold on with https://review.openstack.org/#/c/84076/ couple more hours so james and dan can change their -1 if they agree with that patch based on your reply? | 08:11 |
marios | jprovazn: can't we put that -u directly in the invocation of the image-create? | 08:12 |
jprovazn | marios, that would be better IMO | 08:14 |
*** hashar has joined #tripleo | 08:14 | |
*** tzumainn has joined #tripleo | 08:22 | |
*** giulivo has joined #tripleo | 08:23 | |
*** e0ne has joined #tripleo | 08:23 | |
*** hashar has quit IRC | 08:23 | |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-image-elements: Mount ephemeral disks with fstab https://review.openstack.org/90993 | 08:25 |
*** marun has quit IRC | 08:26 | |
*** martyntaylor has joined #tripleo | 08:27 | |
lifeless | GheRivero: ok, so I'm going to pull down the clouds now | 08:28 |
lifeless | GheRivero: but can you point me at the ovs issue first? | 08:29 |
*** lucasagomes has joined #tripleo | 08:29 | |
lifeless | marios: jprovazn: replied inline | 08:31 |
lifeless | jprovazn: I'm fine to wait a little more, its just been a month now :( | 08:32 |
openstackgerrit | Ryan Moore proposed a change to openstack/tripleo-incubator: Removed extra } from USE_CIRROS else block https://review.openstack.org/92998 | 08:34 |
*** e0ne has quit IRC | 08:35 | |
GheRivero | lifeless: yeah. give me a sec.. | 08:36 |
lifeless | GheRivero: ok | 08:38 |
*** darraghb has joined #tripleo | 08:38 | |
marios | lifeless: thanks for comment,yeah seems like a gap between the -1s and this version perhaps they if just fell through their review queue. i'll try and ping slagle when he's around later so he can chime in. | 08:39 |
marios | lifeless: also 'a month' :) you know i'm still trying to get that update subnet one landed right? (neutron) | 08:39 |
*** eghobo has joined #tripleo | 08:39 | |
lifeless | marios: really? oh man | 08:39 |
marios | https://review.openstack.org/#/c/62042/ | 08:40 |
marios | yup | 08:40 |
lifeless | marios: we should have a reviews drinking game | 08:40 |
lifeless | drink a shot every time you rebase | 08:40 |
marios | haha | 08:40 |
proffalken | lol, that could get messy real quick... | 08:40 |
GheRivero | lifeless: back. the issue was that the neutron-openvswitch-agent could connect to the rabbitmq server. Was weird because restarting the agent worked, so I'm guessing somekind of racedondition | 08:48 |
GheRivero | s/could/could not/ | 08:48 |
*** e0ne has joined #tripleo | 08:48 | |
*** geertj has joined #tripleo | 08:48 | |
GheRivero | lifeless: I was rerunning the overcloud to be re-reproduce it, but feel free to tear it down for the ironic test | 08:49 |
*** d0ugal_ has joined #tripleo | 08:49 | |
*** d0ugal has quit IRC | 08:51 | |
lifeless | GheRivero: its meant to retry automatically, no ? | 08:52 |
lifeless | GheRivero: I presume you have enough infoto file a bug ? | 08:52 |
GheRivero | lifeless: yes, i do. tear it down | 08:53 |
*** cody-somerville has joined #tripleo | 08:59 | |
*** untriaged-bot has joined #tripleo | 09:00 | |
untriaged-bot | Untriaged bugs so far: | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1316985 | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317446 | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1314978 | 09:00 |
uvirtbot | Launchpad bug 1316985 in tripleo "set -eu may spuriously break dkms module" [Critical,New] | 09:00 |
uvirtbot | Launchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1315355 | 09:00 |
uvirtbot | Launchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317778 | 09:00 |
uvirtbot | Launchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New] | 09:00 |
uvirtbot | Launchpad bug 1317778 in tripleo "Rabbit "guest from everywhere" should be reverted" [Undecided,New] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1316675 | 09:00 |
uvirtbot | Launchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317056 | 09:00 |
uvirtbot | Launchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Undecided,New] | 09:00 |
*** untriaged-bot has quit IRC | 09:00 | |
marios | how very useful. what makes that happen? is it an infra wide thing? | 09:01 |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-incubator: Create a manifest of tools pulled https://review.openstack.org/85418 | 09:05 |
*** ramishra has quit IRC | 09:06 | |
lifeless | marios: tis a little script rpodlyka put together | 09:08 |
openstackgerrit | Stuart McLaren proposed a change to openstack/tripleo-image-elements: stunnel: Allow CA certificate to be specified https://review.openstack.org/85099 | 09:10 |
*** d0ugal_ is now known as d0ugal | 09:11 | |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-incubator: Use mount-ephemeral element in undercloud and overcloud https://review.openstack.org/92994 | 09:13 |
*** athomas has joined #tripleo | 09:15 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Expose passthrough configuration in undercloud. https://review.openstack.org/91792 | 09:17 |
marios | lifeless: he should submit it upstream to infra. each project just fills in their channel. | 09:19 |
lifeless | marios: sure :) | 09:19 |
lifeless | jp_at_hp: around ? | 09:20 |
lifeless | jp_at_hp: wondering if you want to take on the diskimage-builder regression fix | 09:20 |
*** ramishra has joined #tripleo | 09:20 | |
lifeless | GheRivero: can you close devtestrc ? | 09:22 |
GheRivero | lifeless: not me | 09:23 |
lifeless | GheRivero: hmm, someone using tmux | 09:23 |
lifeless | Ng: ^ you ? | 09:23 |
Ng | lifeless: not I. Greg was on the rack last night I believe | 09:24 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Choose whether to deploy/update using heat. https://review.openstack.org/92344 | 09:26 |
lifeless | pkill ftw | 09:26 |
lifeless | tmux feh | 09:26 |
*** marun has joined #tripleo | 09:28 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Separate Heat BM and VM configs for Nova-BM. https://review.openstack.org/90033 | 09:29 |
*** rlandy has joined #tripleo | 09:29 | |
*** rlandy_ has joined #tripleo | 09:29 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Allows user-specified PXE timeout for undercloud https://review.openstack.org/86605 | 09:30 |
*** nosnos_ has quit IRC | 09:38 | |
*** matsuhas_ has quit IRC | 09:41 | |
*** matsuhashi has joined #tripleo | 09:48 | |
*** nosnos has joined #tripleo | 09:49 | |
*** eghobo has quit IRC | 09:50 | |
*** nosnos has quit IRC | 09:50 | |
tchaypo | GheRivero: "the issue was that the neutron-openvswitch-agent could connect to the rabbitmq server. Was weird because restarting the agent worked" <<- restarting neutron-openvswitch-agent or restarting something else? | 09:51 |
*** nosnos has joined #tripleo | 09:51 | |
*** rlandy has quit IRC | 09:51 | |
*** nosnos has quit IRC | 09:55 | |
*** athomas has quit IRC | 09:56 | |
giulivo | lifeless, I'm using tmux | 09:58 |
giulivo | but I'm not that much of an expert, I mainly use it to split and history stuff | 09:59 |
lifeless | giulivo: on the HP 405 rack jump node ? | 09:59 |
giulivo | oh no no, sorry, I though was more of a generic ping | 09:59 |
giulivo | *thought | 10:00 |
*** athomas has joined #tripleo | 10:01 | |
*** e0ne has quit IRC | 10:06 | |
*** e0ne has joined #tripleo | 10:07 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Permit overriding the mysql InnoDB pool size. https://review.openstack.org/92966 | 10:07 |
tchaypo | tmux is win. | 10:09 |
*** giulivo has quit IRC | 10:10 | |
*** matsuhashi has quit IRC | 10:12 | |
*** rameshg87 has joined #tripleo | 10:12 | |
rameshg87 | hello lifeless: | 10:12 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Expose passthrough configuration in undercloud. https://review.openstack.org/91792 | 10:19 |
*** rameshg87 has quit IRC | 10:24 | |
*** ramishra has quit IRC | 10:28 | |
*** gcha has quit IRC | 10:30 | |
*** e0ne has quit IRC | 10:33 | |
lifeless | hmm | 10:34 |
lifeless | OUTPUT=ERROR: Malformed request URL: URL's project_id '61fd73232dd84cdf945fe089d4af365a' doesn't match Context's project_id ' | 10:34 |
lifeless | greghaynes: ^ thats wat you had right ? | 10:34 |
proffalken | lifeless: oh good, not just me then :) | 10:35 |
proffalken | I'm seeing that as well | 10:35 |
*** geertj has quit IRC | 10:40 | |
*** rameshg87 has joined #tripleo | 10:41 | |
*** dshulyak_ has quit IRC | 10:46 | |
lifeless | that looks like a token to me | 10:46 |
lifeless | RESP BODY: {"access": {"token": {"issued_at": "2014-05-09T10:47:06.936549", "expires": "2014-05-09T11:47:06Z", "id": "MIINbwY | 10:47 |
lifeless | ... | 10:47 |
lifeless | doesn't match Context's project_id 'MIIN | 10:47 |
lifeless | yes | 10:47 |
lifeless | the token is ending up in the context.project_id | 10:47 |
lifeless | fark | 10:47 |
lifeless | HTH did that get through CI | 10:48 |
lifeless | proffalken: https://bugs.launchpad.net/tripleo/+bug/1317854 | 10:51 |
uvirtbot | Launchpad bug 1317854 in tripleo "nova api error Malformed request URL: URL's project_id '$project_id' doesn't match Context's project_id '$request_token'" [Critical,Triaged] | 10:51 |
lifeless | proffalken: getting some nova folk on this would be super useful :) | 10:51 |
proffalken | lifeless: I'll see what I can do | 10:51 |
rameshg87 | hello lifeless: | 10:53 |
lifeless | GheRivero: ^ so - big spanner in works ;) | 10:53 |
lifeless | rameshg87: hi? | 10:54 |
rameshg87 | lifeless: do you have a few minutes to discuss regarding ilo deploy | 10:54 |
lifeless | rameshg87: not really, its late here and I have a lot to do in a short time frame | 10:55 |
lifeless | rameshg87: what do you want to talk about w.r.t. ilo deploys? | 10:55 |
rameshg87 | lifeless: okay, we wanted to continue working on the ilo deploy that we were working for icehouse. | 10:56 |
rameshg87 | lifeless: just wanted to get your thoughts on it. if it's late, i will try to catch you some other time | 10:56 |
rameshg87 | no problem | 10:57 |
lifeless | rameshg87: I'd rather not be a bottleneck | 10:58 |
lifeless | rameshg87: is there a spec you're working to? You could get any reviewer to aid you there; or drop me a mail link to it? | 10:58 |
rameshg87 | lifeless: sure. since you had some specific comments on it last time, i would like to get the new one reviewed from you. | 10:59 |
rameshg87 | lifeless: i have an etherpad document which describes those. i can share it with you, please have a look at it when you get some time. i would pull in others in the IRC as well | 10:59 |
*** e0ne has joined #tripleo | 11:00 | |
lifeless | rameshg87: is it tripleo specific? we now have a specs gerrit repo | 11:00 |
rameshg87 | lifeless: part of it is in diskimage-builder, part of it is in ironic. | 11:00 |
rameshg87 | lifeless: i was thinking ironic specs repo was still under discussion. has tripleo already started using it ? | 11:01 |
rameshg87 | lifeless: got the link. i hope diskimage-builder also fits into tripleo | 11:02 |
*** jcoufal has quit IRC | 11:03 | |
proffalken | lifeless: completely confused by this, failing to see any changes that might cause this in the last couple of days in either API or client. Trying to find a colleagure ot help further | 11:05 |
openstackgerrit | A change was merged to openstack/diskimage-builder: Adding -x to set parameters for more output https://review.openstack.org/91592 | 11:06 |
lifeless | rameshg87: tripleo is using it | 11:11 |
lifeless | rameshg87: diskimage-builder is part of tripleo | 11:11 |
*** jcoufal has joined #tripleo | 11:11 | |
rameshg87 | lifeless: okay, i will try to write a spec and see if i can raise a review for it. found the template inside the repo. | 11:12 |
rameshg87 | lifeless: so i can directly write a rst document for the diskimage-builder proposed change and raise a gerrit review, am i correct ? | 11:13 |
lifeless | yes | 11:15 |
lifeless | there is a template | 11:15 |
lifeless | please follow it | 11:15 |
rameshg87 | lifeless: thanks. will do that then .. | 11:16 |
proffalken | lifeless: looking at a nova list against an existing install, I'm tempted to think that this is either NovaAPI or Keystone at the moment | 11:16 |
*** e0ne has quit IRC | 11:16 | |
lifeless | proffalken: look at the pastebin | 11:17 |
lifeless | proffalken: and the bug | 11:17 |
*** e0ne has joined #tripleo | 11:19 | |
lifeless | proffalken: in your existing install | 11:19 |
proffalken | lifeless: ok, so what have I missed? comparing the output of a "known good" nova--debug list with the pastebin shows that at the point where yours fails, the "known good" succeeds | 11:19 |
lifeless | proffalken: in nova/api/openstack/wsgi.py | 11:19 |
lifeless | proffalken: can you check that if (context and project_id and (project_id != context.project_id)): | 11:19 |
lifeless | what are the values of context and project_id there ? | 11:19 |
proffalken | checking | 11:19 |
lifeless | when you do nova list | 11:19 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-heat-templates: Add passthrough configuration glue. https://review.openstack.org/91810 | 11:19 |
lifeless | proffalken: the token from keystone is passed correctly into nova, but nova reports project_id != token-value | 11:20 |
lifeless | proffalken: so it seems to me either project_id is normally None, or context is normally None, or OMGWTFBBQ | 11:20 |
proffalken | ok, a pull of master lol | 11:20 |
proffalken | dammint! press enter too early! | 11:21 |
proffalken | (or late, depending on your POV) | 11:21 |
*** dshulyak_ has joined #tripleo | 11:22 | |
*** ramishra has joined #tripleo | 11:23 | |
*** e0ne has quit IRC | 11:24 | |
openstackgerrit | A change was merged to openstack/os-refresh-config: Use FHS-compliant default base directory https://review.openstack.org/89667 | 11:24 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add a squid element. https://review.openstack.org/91161 | 11:28 |
*** rameshg87 has left #tripleo | 11:29 | |
*** lucasagomes is now known as lucas-hungry | 11:29 | |
lifeless | proffalken: so your theory on keystone is looking more plausible | 11:30 |
lifeless | proffalken: see my latest comment | 11:30 |
proffalken | lifeless: well, that's good to know I guess... :) | 11:31 |
proffalken | We're relatively convinced now that its a keystone issue as well | 11:31 |
lifeless | token = req.headers['X-Auth-Token'] | 11:32 |
lifeless | user_id, _sep, project_id = token.partition(':') | 11:32 |
lifeless | thats the code thats misbehaving | 11:32 |
lifeless | proffalken: in your working set | 11:32 |
lifeless | what does the token returned by keystone look like (and is it a sql token or a PKI token ?) | 11:33 |
proffalken | ummm, ok, how would I tell that? | 11:33 |
lifeless | proffalken: nova --debug list | 11:34 |
lifeless | proffalken: look for X-Auth-Token in the output | 11:34 |
proffalken | ok, hang on... | 11:35 |
*** d0ugal has quit IRC | 11:37 | |
proffalken | lifeless: http://paste.ubuntu.com/7421002/ | 11:38 |
lifeless | I think I've found it | 11:39 |
lifeless | dac602738e17691266673147eaaa780272d67367 | 11:39 |
*** randonn has joined #tripleo | 11:39 | |
proffalken | wait wat? from may two years ago? | 11:39 |
proffalken | why has this only surfaced now I wonder? | 11:39 |
lifeless | oh heh | 11:39 |
lifeless | no | 11:40 |
lifeless | clearly I'm wrong | 11:40 |
lifeless | I saw may 7 | 11:40 |
lifeless | and went 'yay' | 11:40 |
proffalken | lol | 11:40 |
proffalken | me too at first :) | 11:40 |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-incubator: Guard against DIB_COMMON_ELEMENTS not existing https://review.openstack.org/93025 | 11:40 |
randonn | hi lifeless can you look at https://review.openstack.org/#/c/91810/ i having some heat issures | 11:40 |
lifeless | randonn: not right now sorry | 11:41 |
lifeless | proffalken: so, is that a PKI token or sql token? | 11:41 |
randonn | np | 11:41 |
*** giulivo has joined #tripleo | 11:41 | |
*** dshulyak_ has quit IRC | 11:45 | |
proffalken | lifeless: I'm guessing it's PKI based on http://www.jaddog.org/2012/10/10/why-do-pki-ans1-certs-start-with-mii/comment-page-1/ and https://bugs.launchpad.net/keystone/+bug/1060389 | 11:46 |
uvirtbot | Launchpad bug 1060389 in keystone/folsom "Non PKI Tokens longer than 32 characters can never be valid" [High,Fix released] | 11:46 |
proffalken | 094c49424e72373b134384174749887e51fd847a | 11:46 |
proffalken | lifeless: comment on https://review.openstack.org/#/c/14857/1/keystone/common/cms.py probably explains it best... (I think) | 11:47 |
*** dshulyak_ has joined #tripleo | 11:47 | |
lifeless | its looking to me like the token isn't being unwrapped | 11:48 |
lifeless | so we might have a middleware not being invoked... | 11:49 |
proffalken | last commit to keystone is https://review.openstack.org/#/c/90943/2/keystone/common/wsgi.py | 11:49 |
giulivo | gilliard, sure I will fix the stuff as per your comment | 11:53 |
giulivo | tchaypo, I'm going trough your comment, thanks for that cause it brings back a lot of stuff | 11:53 |
giulivo | tchaypo, if I'm parsing it well you basically suggest to continue on our way to have users set the TRIPLEO_ROOT but add some basic stuff to make sure we don't break old behaviour, so if .cache/tripleo is there we may want to assume that is the TRIPLEO_ROOT, is this correct? | 11:54 |
tchaypo | giulivo: I think all the stuff I mentioned in the comments falls under gilliard's description - "if you're doing a new patch anyway ..." | 11:54 |
lifeless | print CONF.auth_strategy | 11:54 |
lifeless | noauth | 11:54 |
lifeless | proffalken: ^ in auth's pipeline loader | 11:54 |
proffalken | hmmm, that could cause a problem... ;) | 11:55 |
proffalken | is that in the element or somewhere more fundamental? | 11:55 |
tchaypo | giulivo: tbh I think that refusing to have a default at all is cleaner - but it's going to surprise people who haven't ever had to think about setting it before. | 11:55 |
giulivo | tchaypo, if I'm parsing it well, I'd +1 your idea of keeping it backward compatible | 11:56 |
tchaypo | giulivo: there are a few ways we could handle that surprise. One would be to widely publicise this change and delay it landing - but that takes time and is still going to leave some people surprised | 11:56 |
*** sdake_ has joined #tripleo | 11:56 | |
*** sdake_ has quit IRC | 11:56 | |
*** sdake_ has joined #tripleo | 11:56 | |
tchaypo | giulivo: printing a deprecation notice (but otherwise continuing to run) means that we can land immediately, be giving good guidance for new developers immediately, but still give existing developers time to set their $TRIPLEO_ROOT somewhere | 11:57 |
*** petertoft has joined #tripleo | 11:58 | |
lifeless | proffalken: trying to figure it out right now | 11:59 |
lifeless | interesting | 12:00 |
lifeless | cfg.StrOpt('auth_strategy', | 12:00 |
lifeless | default='noauth', | 12:00 |
lifeless | so this is running an old nova vs the tripleo code | 12:00 |
proffalken | heh, so unless it is explicitly set... | 12:00 |
lifeless | trunk has 'keystone' as the default | 12:00 |
lifeless | commit commit a3fdcba84f6f3d6e47ee112b934a839773f27582 in tie | 12:01 |
proffalken | so it's SpamapS fault? ;) | 12:02 |
lifeless | well | 12:02 |
lifeless | the question is whether icehouse will have that default changed | 12:02 |
lifeless | and it doesn't | 12:03 |
lifeless | so if we want to deploy icehouse we can't have that patch | 12:03 |
proffalken | ouch | 12:03 |
*** hashar has joined #tripleo | 12:04 | |
proffalken | can we get it backported? | 12:04 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: Revert "Remove auth_strategy from nova.conf" https://review.openstack.org/93027 | 12:04 |
lifeless | and this explains why CI didn't notice - we don't have tests for deploying I* from tripleo trunk today. | 12:05 |
lifeless | (That would be a trunk undercloud, I* overcloud typically) | 12:06 |
lifeless | s/tests/jobs/ | 12:06 |
proffalken | lifeless: nice. I'#ve +1'd that (FWIW) and I need to go AFK for 30 mins, I'll be back later | 12:06 |
lifeless | marios: jprovazn: ^ entertainment for the day :) | 12:06 |
lifeless | now, the real question, since I thought i removed all my DIB reporefs, is WTF did I end up with icehouse | 12:07 |
lifeless | ahhh | 12:07 |
lifeless | I had --offline | 12:07 |
lifeless | doooh | 12:07 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: Revert "Remove auth_strategy from nova.conf" https://review.openstack.org/93027 | 12:08 |
tchaypo | lifeless: I'm assuming your commit message is intended to mean "we want be able to deploy either stable or trunk"? | 12:10 |
marios | that's what i was thinking, otherwise what was te point of rev 2 | 12:11 |
tchaypo | the second patch adds the "closes-bug:" line to the commit message :p | 12:11 |
marios | ah | 12:11 |
*** mrunge has quit IRC | 12:11 | |
marios | k, this sounds like a fire drill right? so am gonna +2 it | 12:11 |
tchaypo | With the new gerrit UI it's easy to check - you can click on the numbers on top of each column (in side-by-side view) to choose which version is displayed there | 12:12 |
marios | tchaypo: yeah i really like that feature | 12:12 |
*** morazi has quit IRC | 12:15 | |
lxsli | lifeless: re: https://review.openstack.org/#/c/91792/14/scripts/devtest_undercloud.sh , do you mean remove "-P ExtraConfig" and stick it in ENV_JSON? | 12:16 |
*** ramishra has quit IRC | 12:16 | |
*** ramishra has joined #tripleo | 12:18 | |
*** dprince has joined #tripleo | 12:21 | |
openstackgerrit | Jan Provaznik proposed a change to openstack/os-cloud-config: Allow setup services endpoints https://review.openstack.org/92383 | 12:22 |
andrearosa | jenkins check-tripleo-ironic-seed-precise fails twice in a row for one of my change. The first time becasue of connection error trying to download /openstack/netaddr/netaddr-0.7.11.tar.gz the second time because of "No distributions at all found for setuptools>=1.0". Those failures are not related to my change, should I go for the third recheck nobug in a row or am I missing something? | 12:22 |
lifeless | lxsli: E_UP_TO_LATE - I'll see if I can review in the morning before my flight | 12:22 |
lxsli | lifeless: ok understandable :) we made a guess, Nick's going to push a new patch, you can see if it's any good once you've enjoyed some shuteye | 12:24 |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-incubator: Clean up heat env file code https://review.openstack.org/90983 | 12:27 |
openstackgerrit | Jan Provaznik proposed a change to openstack/os-cloud-config: Allow setup services endpoints https://review.openstack.org/92383 | 12:27 |
*** gcha has joined #tripleo | 12:29 | |
lxsli | bnemec GheRivero greghaynes: how do I move forward with https://review.openstack.org/#/c/86314/ please? I'll install the JRE from my logstash + elasticsearch elements if that's preferred and re-add the JRE element if/when dprince's patch gets merged | 12:42 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Install lsof during Percona install https://review.openstack.org/93031 | 12:43 |
*** lucas-hungry is now known as lucasagomes | 12:43 | |
*** ramishra has quit IRC | 12:43 | |
*** darraghb has quit IRC | 12:44 | |
*** rbrady-biab is now known as rbrady | 12:48 | |
*** ramishra has joined #tripleo | 12:48 | |
*** ramishra has quit IRC | 12:49 | |
*** ramishra has joined #tripleo | 12:50 | |
*** julim has joined #tripleo | 12:52 | |
*** ramishra has quit IRC | 12:55 | |
dprince | send me https://review.openstack.org/#/c/88691/ | 12:55 |
dprince | ^^ having NTP working on compute nodes is fundamentally important for real baremetal (where clock skew often exists) | 12:55 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Switch Percona bootstrap to "restart-bootstrap" https://review.openstack.org/93032 | 12:55 |
*** geertj has joined #tripleo | 12:58 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Provide a init.d to upstart symlink for mysql-set-server-id https://review.openstack.org/93034 | 13:00 |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: Introduce configurable virtual ip in templates https://review.openstack.org/89556 | 13:04 |
*** matty_dubs|gone is now known as matty_dubs | 13:06 | |
*** cwolferh has joined #tripleo | 13:07 | |
andrearosa | https://review.openstack.org/91536 is the change I was referring in my previous comment. | 13:10 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-heat-templates: Add passthrough configuration glue. https://review.openstack.org/91810 | 13:11 |
*** darraghb has joined #tripleo | 13:14 | |
*** rlandy_ is now known as rlandy | 13:17 | |
*** hashar has quit IRC | 13:24 | |
*** geertj has quit IRC | 13:25 | |
*** morazi has joined #tripleo | 13:33 | |
*** spzala has joined #tripleo | 13:37 | |
*** StevenK has quit IRC | 13:39 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Expose passthrough configuration in undercloud. https://review.openstack.org/91792 | 13:45 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Switch from upstart to os-refresh-config for MySQL server-id's https://review.openstack.org/93039 | 13:47 |
*** dshulyak_ has quit IRC | 13:50 | |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-incubator: Clean up heat env file code https://review.openstack.org/90983 | 13:52 |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-incubator: Fix Id595113a52f5a1da740bd81a4cf7932c96d57754 https://review.openstack.org/93041 | 13:52 |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-incubator: tripleo not configuring baremetal correctly in undercloud https://review.openstack.org/93042 | 14:01 |
openstackgerrit | Eamonn O'Toole proposed a change to openstack/tripleo-image-elements: Add swift.proxy-memcache metadata to proxy-server.conf https://review.openstack.org/86312 | 14:02 |
*** csd has quit IRC | 14:06 | |
mkerrin | If there are any core reviewers around, https://review.openstack.org/#/c/93042/ fixes a major breakage where virtual power settings aren't applied to the undercloud. | 14:07 |
mkerrin | I would appreciate someone taking a look | 14:07 |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/tuskar-ui: Adding missing setup for instack https://review.openstack.org/91078 | 14:07 |
*** rlandy has quit IRC | 14:09 | |
*** geertj has joined #tripleo | 14:12 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Switch from upstart to os-refresh-config for MySQL server-id's https://review.openstack.org/93039 | 14:17 |
*** bcrochet has quit IRC | 14:28 | |
*** jpeeler has quit IRC | 14:28 | |
*** jpeeler has joined #tripleo | 14:28 | |
*** lazy_prince has joined #tripleo | 14:32 | |
*** lazy_prince is now known as killer_prince | 14:33 | |
*** michchap has quit IRC | 14:37 | |
*** michchap has joined #tripleo | 14:37 | |
*** tteggel has quit IRC | 14:39 | |
*** tteggel has joined #tripleo | 14:41 | |
*** bcrochet has joined #tripleo | 14:41 | |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/tuskar-ui: Ensure ipmi username and password are set https://review.openstack.org/93048 | 14:41 |
*** dshulyak_ has joined #tripleo | 14:43 | |
*** StevenK has joined #tripleo | 14:43 | |
*** jcoufal_ has joined #tripleo | 14:49 | |
*** jcoufal has quit IRC | 14:50 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Refuse to bootstrap Percona when there is no metadata present https://review.openstack.org/93050 | 14:53 |
*** petertoft has quit IRC | 14:57 | |
*** weshay has quit IRC | 14:57 | |
ccrouch | derekh_: what am I missing, how is this change verified by jenkins: https://review.openstack.org/#/c/93025/ | 14:57 |
ccrouch | when it failed undercloud-precise? | 14:57 |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-incubator: Fix Id595113a52f5a1da740bd81a4cf7932c96d57754 https://review.openstack.org/93041 | 14:58 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Make a separation between HEAT_ENV https://review.openstack.org/93051 | 14:59 |
*** untriaged-bot has joined #tripleo | 15:00 | |
untriaged-bot | Untriaged bugs so far: | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1316985 | 15:00 |
uvirtbot | Launchpad bug 1316985 in tripleo "set -eu may spuriously break dkms module" [Critical,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317446 | 15:00 |
uvirtbot | Launchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1314978 | 15:00 |
uvirtbot | Launchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1315355 | 15:00 |
uvirtbot | Launchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317923 | 15:00 |
uvirtbot | Launchpad bug 1317923 in tripleo "tripleo failing to come up - baremetal configuration broked" [Undecided,In progress] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317778 | 15:00 |
uvirtbot | Launchpad bug 1317778 in tripleo "Rabbit "guest from everywhere" should be reverted" [Undecided,New] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1316675 | 15:00 |
uvirtbot | Launchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress] | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317056 | 15:00 |
uvirtbot | Launchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Undecided,New] | 15:00 |
*** untriaged-bot has quit IRC | 15:00 | |
derekh_ | ccrouch: I *think* whats going on is because we have two queue, one for the triplleo specific jobs and one for gate-tripleo-incubator-docs | 15:01 |
derekh_ | ccrouch: when the first one past jenkins added a +1 the second set of test is still running | 15:01 |
derekh_ | if they fail jenkins will then chang it to a -1 | 15:01 |
derekh_ | ccrouch: the faild job is from a previous check | 15:03 |
derekh_ | ccrouch: then I did a recheck which reset things | 15:03 |
*** TravT has joined #tripleo | 15:04 | |
derekh_ | ccrouch: your right though, it should probably wait for all jobs to finish befor setting the verified flag | 15:04 |
*** sdake_ has quit IRC | 15:04 | |
ccrouch | right, it kinda makes sean's new dashboard less useful | 15:05 |
ccrouch | https://review.openstack.org/#/projects/openstack/tripleo-incubator,dashboards/important-changes:review-inbox-dashboard | 15:05 |
openstackgerrit | Stuart McLaren proposed a change to openstack/tripleo-incubator: Run the overcloud with an SSL enabled public IP https://review.openstack.org/85098 | 15:06 |
ccrouch | because "Passed Jenkins" doesnt actually mean passed jenkins | 15:06 |
ccrouch | derekh_: i wonder if there is any fix for this | 15:06 |
derekh_ | ccrouch: suppose everything could be put in the same queue, | 15:06 |
derekh_ | ccrouch: or change the logic somewhere, I'm not sure where that would be though | 15:07 |
ccrouch | yeah same queue might be easiest, hopefully we're wont get too many failures from the docs builds :-) | 15:07 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: rabbitmq-server depeds on os-svc-install https://review.openstack.org/93055 | 15:09 |
openstackgerrit | Stuart McLaren proposed a change to openstack/tripleo-incubator: Run the overcloud with an SSL enabled public IP https://review.openstack.org/85098 | 15:11 |
openstackgerrit | Dan Prince proposed a change to openstack-infra/tripleo-ci: WIP: Squid caching test for Fedora base image https://review.openstack.org/93058 | 15:12 |
openstackgerrit | Jiri Stransky proposed a change to openstack/os-cloud-config: PKI key/cert generation for use with Keystone https://review.openstack.org/83324 | 15:16 |
*** randonn has quit IRC | 15:17 | |
*** randonn has joined #tripleo | 15:18 | |
*** nekron99_ has joined #tripleo | 15:18 | |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/tuskar-ui: Ensure ipmi username and password are set https://review.openstack.org/93048 | 15:18 |
*** jdonalds has joined #tripleo | 15:19 | |
lxsli | CI passed! All the jobs at the same time! Quick, +2 please! https://review.openstack.org/#/c/90983/ :D | 15:23 |
*** casanch1 has joined #tripleo | 15:25 | |
*** geertj has quit IRC | 15:28 | |
*** killer_prince has quit IRC | 15:31 | |
*** ramishra has joined #tripleo | 15:32 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Refuse to bootstrap Percona when there is no metadata present https://review.openstack.org/93050 | 15:32 |
*** ramishra has quit IRC | 15:36 | |
*** jdonalds has quit IRC | 15:37 | |
*** eghobo has joined #tripleo | 15:41 | |
*** Rakesh6 has quit IRC | 15:42 | |
*** casanch1 has quit IRC | 15:53 | |
*** jp_at_hp has quit IRC | 15:54 | |
*** andrearosa has quit IRC | 15:55 | |
*** pcrews has joined #tripleo | 15:55 | |
openstackgerrit | Jiri Stransky proposed a change to openstack/os-cloud-config: PKI key/cert generation for use with Keystone https://review.openstack.org/83324 | 15:55 |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-incubator: Clean up heat env file code https://review.openstack.org/93072 | 15:56 |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-incubator: Fix Id595113a52f5a1da740bd81a4cf7932c96d57754 https://review.openstack.org/93073 | 15:56 |
openstackgerrit | Giulio Fidente proposed a change to openstack/tripleo-incubator: Clarify the requirements around TRIPLEO_ROOT var setting https://review.openstack.org/92611 | 15:57 |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-incubator: Fix Id595113a52f5a1da740bd81a4cf7932c96d57754 https://review.openstack.org/93041 | 15:57 |
*** matty_dubs is now known as matty_dubs|lunch | 15:57 | |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-image-elements: Issue in openstack-client that stops nova been in a common-venv https://review.openstack.org/93075 | 16:01 |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-image-elements: Enable nova to use the common venv https://review.openstack.org/93076 | 16:01 |
openstackgerrit | Michael Kerrin proposed a change to openstack/tripleo-image-elements: Remove /opt/stack/{repo} files https://review.openstack.org/93077 | 16:01 |
openstackgerrit | Ghe Rivero proposed a change to openstack/tripleo-image-elements: Fix ironic api port in nova element https://review.openstack.org/93078 | 16:01 |
*** geertj has joined #tripleo | 16:03 | |
*** casanch1 has joined #tripleo | 16:04 | |
*** lsmola has quit IRC | 16:05 | |
*** derekh_ has quit IRC | 16:07 | |
openstackgerrit | Dan Prince proposed a change to openstack-infra/tripleo-ci: WIP: Squid caching test for Fedora base image https://review.openstack.org/93058 | 16:10 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Refuse to bootstrap Percona when there is no metadata present https://review.openstack.org/93050 | 16:12 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Refuse to bootstrap Percona when there is no metadata present https://review.openstack.org/93050 | 16:15 |
*** andreaf has quit IRC | 16:16 | |
*** martyntaylor has quit IRC | 16:25 | |
*** jistr is now known as jistr|gone | 16:27 | |
*** ramishra has joined #tripleo | 16:32 | |
*** ramishra has quit IRC | 16:37 | |
*** spzala has quit IRC | 16:38 | |
*** gcha has quit IRC | 16:41 | |
*** geertj has quit IRC | 16:44 | |
*** newell_ has joined #tripleo | 16:44 | |
-openstackstatus- NOTICE: New contributors can't complete enrollment due to https://launchpad.net/bugs/1317957 (Gerrit is having trouble reaching the Foundation Member system) | 16:44 | |
*** ChanServ changes topic to "New contributors can't complete enrollment due to https://launchpad.net/bugs/1317957 (Gerrit is having trouble reaching the Foundation Member system)" | 16:44 | |
*** geertj has joined #tripleo | 16:45 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Make a separation between HEAT_ENV https://review.openstack.org/93051 | 16:45 |
*** mkerrin has left #tripleo | 16:45 | |
*** markmc has quit IRC | 16:46 | |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Switch from upstart to os-refresh-config for MySQL server-id's https://review.openstack.org/93039 | 16:55 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Fix percona multi node clustering https://review.openstack.org/93032 | 16:55 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Switch from upstart to os-refresh-config for MySQL server-id's https://review.openstack.org/93039 | 16:56 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Fix percona multi node clustering https://review.openstack.org/93032 | 16:56 |
*** athomas has quit IRC | 16:57 | |
*** giulivo has quit IRC | 16:58 | |
*** weshay has joined #tripleo | 16:59 | |
openstackgerrit | Dan Prince proposed a change to openstack/diskimage-builder: dpkg: support pkg-map in bin/install-packages https://review.openstack.org/91601 | 17:09 |
openstackgerrit | Dan Prince proposed a change to openstack/diskimage-builder: Yum: support pkg-map in bin/install-packages https://review.openstack.org/91600 | 17:10 |
openstackgerrit | Dan Prince proposed a change to openstack/diskimage-builder: opensuse: support pkg-map in bin/install-packages https://review.openstack.org/91602 | 17:10 |
openstackgerrit | Dan Prince proposed a change to openstack/diskimage-builder: Update base element to make use of pkg-map https://review.openstack.org/91880 | 17:10 |
openstackgerrit | Dan Prince proposed a change to openstack/diskimage-builder: Add pkg-map element. https://review.openstack.org/91598 | 17:10 |
openstackgerrit | Dan Prince proposed a change to openstack/diskimage-builder: Set DISTRO_NAME in OS environment.d https://review.openstack.org/91599 | 17:10 |
*** bnemec is now known as beekneemech | 17:10 | |
*** lucasagomes is now known as lucas-packing | 17:12 | |
*** spzala has joined #tripleo | 17:17 | |
*** matty_dubs|lunch is now known as matty_dubs | 17:18 | |
*** jogo is now known as flashgordon | 17:18 | |
*** darraghb has quit IRC | 17:23 | |
*** eghobo has quit IRC | 17:24 | |
*** eghobo has joined #tripleo | 17:24 | |
*** chuckC has joined #tripleo | 17:25 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Revert "Remove auth_strategy from nova.conf" https://review.openstack.org/93027 | 17:25 |
*** jang has joined #tripleo | 17:27 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Make a separation between --heat-env https://review.openstack.org/93091 | 17:34 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Allow nova to use different configuration files https://review.openstack.org/91536 | 17:39 |
*** dprince has quit IRC | 17:40 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Make a separation between --heat-env https://review.openstack.org/93091 | 17:42 |
openstackgerrit | Kiall Mac Innes proposed a change to openstack/tripleo-image-elements: Fix percona multi node clustering https://review.openstack.org/93032 | 17:46 |
beekneemech | I think someone added a new dep on us. :-( | 17:49 |
beekneemech | https://jenkins07.openstack.org/job/check-tripleo-overcloud-precise/763/console | 17:49 |
beekneemech | This looks to be it: https://github.com/openstack/heat/commit/9371edc71632c29b1c1ffab5a1b997b9b348aea9 | 17:53 |
openstackgerrit | Ben Nemec proposed a change to openstack/tripleo-image-elements: Install libffi-dev in heat element https://review.openstack.org/93096 | 18:00 |
beekneemech | Looks like CI will be wedged until ^ merges. | 18:00 |
*** morganfainberg_Z is now known as morganfainberg | 18:04 | |
*** jistr|gone has quit IRC | 18:12 | |
*** athomas has joined #tripleo | 18:12 | |
SpamapS | WTF? since when did we say we wanted to deploy stable OpenStack w/ TripleO? New, undiscussed requirements are really frustrating. | 18:23 |
greghaynes | srsly | 18:24 |
slagle | SpamapS: are you referring to my patch to deploy stable/icehouse from the tripleo stable branches? | 18:29 |
openstackgerrit | Jan Provaznik proposed a change to openstack/tripleo-image-elements: Mysql cluster init https://review.openstack.org/86871 | 18:40 |
openstackgerrit | Jan Provaznik proposed a change to openstack/tripleo-image-elements: Allow install mariadb from RDO repository https://review.openstack.org/87295 | 18:40 |
openstackgerrit | Jan Provaznik proposed a change to openstack/tripleo-image-elements: Extract mysql reset files from reset-db https://review.openstack.org/93104 | 18:40 |
*** jprovazn is now known as jprovazn_afk | 18:43 | |
mordred | slagle: you got a link to that? I'm having a conversation with somone on that topic and would love to eference your branch | 18:52 |
beekneemech | slagle: I think SpamapS is referring to https://review.openstack.org/93027 | 18:56 |
slagle | mordred: this is what i was talking about: https://review.openstack.org/#/c/91666/ | 18:56 |
slagle | mordred: the idea being, the stable/icehouse branches of tripleo-* deploy stable/icehouse of everything else by default | 18:57 |
slagle | at least, that's what they're meant to work with | 18:57 |
slagle | it doesnt make sense to try and make stable/icehouse of tie deploy nova from juno, etc. | 18:57 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Allow heat to set postfix relayhost value https://review.openstack.org/91659 | 18:59 |
*** geertj has quit IRC | 18:59 | |
*** nekron99_ has quit IRC | 19:03 | |
*** casanch1 has quit IRC | 19:08 | |
*** jprovazn_afk is now known as jprovazn | 19:13 | |
*** julim has quit IRC | 19:14 | |
slagle | beekneemech: oh, ok. | 19:14 |
*** spzala has quit IRC | 19:14 | |
jprovazn | greghaynes, Hi, in this patch: https://review.openstack.org/#/c/91177/1/overcloud-source.yaml - where does "host" value on line "host: {get_input: host}" comes from? I couldn't find anywhere | 19:14 |
greghaynes | huh. I wonder if I messed up pushing that | 19:15 |
greghaynes | jprovazn: I saw your comment about using controller-address instead of host... I think that applies here as well? | 19:19 |
*** openstackgerrit has quit IRC | 19:19 | |
*** openstackgerrit has joined #tripleo | 19:20 | |
greghaynes | jprovazn: I think that should be controller_host, not host | 19:21 |
jprovazn | greghaynes, if you agree with using controller-address, then I think that using something like " host: {get_input: controller-host-ip-however-its-named}" in this patch would be fine | 19:21 |
greghaynes | hrm. Well if I had bootstrap use controller_host and then mysql just not have a host: property would you be ok with that? | 19:22 |
greghaynes | Seems like other services use controller_host already, so not wanting to make it inconsistent | 19:22 |
jprovazn | "mysql just not have a host" - this refers to the patch where I complained about mysql.host instead of using controller's host? if yes, then I'm fine with it | 19:24 |
greghaynes | Yep | 19:24 |
jprovazn | greghaynes, ok | 19:25 |
*** jprovazn is now known as jprovazn_afk | 19:25 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-heat-templates: Add bootstrap-host property to controller node https://review.openstack.org/91177 | 19:25 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-heat-templates: Add bootstrap-host property to controller node https://review.openstack.org/91177 | 19:30 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-heat-templates: Add initial support for galera clustering https://review.openstack.org/83883 | 19:30 |
*** epim has joined #tripleo | 19:31 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-heat-templates: Add initial support for galera clustering https://review.openstack.org/83883 | 19:33 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-heat-templates: Add Controller scale param to merge.py https://review.openstack.org/88085 | 19:34 |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/tuskar-ui: Adding missing setup for instack https://review.openstack.org/91078 | 19:35 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Add os-is-bootstrap-host element and script https://review.openstack.org/86435 | 19:36 |
*** epim has quit IRC | 19:37 | |
*** spzala has joined #tripleo | 19:38 | |
vinsh | Hey! if I am making use of the sysctl element.. in which file of another element would I call it from? | 19:41 |
vinsh | something in pre-configure.d ? | 19:41 |
vinsh | what is a best practice? | 19:41 |
vinsh | and how do I determine which number to use? 97- ? | 19:43 |
beekneemech | slagle: jprovazn_afk greghaynes: https://review.openstack.org/#/c/93096/ has passed CI and should unblock all of the other changes that have failed. | 19:47 |
*** mestery has quit IRC | 19:47 | |
greghaynes | here, have a +A | 19:48 |
beekneemech | greghaynes: Much appreciated. :-) | 19:49 |
beekneemech | By everyone, in fact. http://goodsquishy.com/downloads/tripleo-jobs.html is kind of a train wreck right now. | 19:49 |
*** epim has joined #tripleo | 19:55 | |
*** geertj has joined #tripleo | 20:00 | |
*** jcoufal_ has quit IRC | 20:01 | |
*** jcoufal has joined #tripleo | 20:04 | |
openstackgerrit | Adam Vinsh proposed a change to openstack/tripleo-image-elements: Allows HA-Proxy to create listening sockets https://review.openstack.org/93121 | 20:05 |
*** e0ne has joined #tripleo | 20:08 | |
lifeless | GheRivero: morning | 20:12 |
lifeless | GheRivero: btw screen -xr is your friend | 20:12 |
lifeless | GheRivero: are you still on the rack, or have you tagged someone else in? | 20:13 |
greghaynes | lifeless: adam_g is | 20:13 |
lifeless | adam_g: morning ;) | 20:13 |
adam_g | lifeless, sup | 20:13 |
greghaynes | lifeless: and im sort of lurking and trying to fix what he has run into | 20:13 |
lifeless | cool | 20:13 |
greghaynes | also, I hear you dont like tmux :p | 20:13 |
lifeless | well i'm packing for the trip | 20:13 |
lifeless | greghaynes: I didn't want N different sessions for a shared debug environmnet | 20:14 |
greghaynes | Yep, totally | 20:14 |
lifeless | greghaynes: e.g. I had to kill one off to edit devtestrc | 20:14 |
lifeless | so no, its not about tmux | 20:14 |
adam_g | lifeless, netboot is working now with some config update to ironic, but i think deploy-ironic ramdisk is failing on https://bugs.launchpad.net/ironic/+bug/1317647 | 20:14 |
uvirtbot | Launchpad bug 1317647 in ironic "disk volume labels on conductor can conflict with nodes disk labels" [Undecided,Confirmed] | 20:14 |
adam_g | NobodyCam is working on a fix for that now | 20:14 |
lifeless | oh, because ironic isn't using sfdisk anymore? | 20:14 |
adam_g | im hesitant to change the disk label on seed | 20:15 |
lifeless | ha ha chickens coming home to roost | 20:15 |
lifeless | adam_g: indeed, so you should be :) | 20:15 |
greghaynes | lifeless: once we get to undercloud being up again I was going to poke at https://bugs.launchpad.net/tripleo/+bug/1316475, got any more info than (the little bit) what is there? | 20:15 |
uvirtbot | Launchpad bug 1316475 in tripleo "trusty hang on first boot post deploy" [Critical,Triaged] | 20:15 |
lifeless | ok so I'm packing to fly out today | 20:15 |
lifeless | but I will help as I can | 20:15 |
vinsh | greghaynes, anyone.. whats the trick for triggering files in preconfigure-d? for example https://review.openstack.org/#/c/93121/ | 20:16 |
lifeless | lucas-packing: we may need to revert the use of parted | 20:16 |
lifeless | anyhow, AFK for a while ten back | 20:16 |
vinsh | my new file.. 98-.. appeared on the node. bus is not run. | 20:16 |
*** casanch1 has joined #tripleo | 20:16 | |
vinsh | *but | 20:16 |
greghaynes | vinsh: How sure are you its not run? | 20:17 |
vinsh | when I look in the log.. its never called... | 20:17 |
greghaynes | /var/log/upstart/os-collect-config.log being your friend | 20:17 |
greghaynes | hrm | 20:17 |
greghaynes | is something dying before it? | 20:18 |
vinsh | cat /var/log/upstart/os-collect-config.log | grep 98-haproxy-sys nadda. | 20:18 |
*** jcoufal has quit IRC | 20:19 | |
vinsh | the other scripts around it seem to have run | 20:19 |
slagle | vinsh: is the file +x? | 20:19 |
vinsh | yeah | 20:20 |
vinsh | oh no its not | 20:20 |
vinsh | ! | 20:20 |
vinsh | It was in my repo.. but didn't get baked into the image as such | 20:20 |
*** mestery has joined #tripleo | 20:21 | |
slagle | odd, the perms should be preserved | 20:21 |
slagle | anyway, that's definitely whey it didn't get run :) | 20:21 |
vinsh | would think so. | 20:21 |
slagle | *why | 20:21 |
vinsh | ls -lh | 20:21 |
vinsh | total 8.0K | 20:21 |
vinsh | -rwxrwxr-x 1 vinsh vinsh 1.4K May 9 13:56 98-haproxy-iptables | 20:21 |
vinsh | -rwxrwxr-x 1 vinsh vinsh 249 May 9 13:56 98-haproxy-sysctl | 20:21 |
vinsh | but not so on the node | 20:21 |
vinsh | ya. makes sense, thanks for the pointer. | 20:21 |
vinsh | No. Friday syndrome. My fault. | 20:22 |
vinsh | fixed the perms in my working repo.. not on the build box. | 20:22 |
vinsh | thus ends amateur hour. | 20:23 |
vinsh | My commit is correct atleast | 20:24 |
*** weshay has quit IRC | 20:26 | |
vinsh | Anyway greghaynes change 93121 might be helpful in your control scaling work. | 20:27 |
*** jcoufal has joined #tripleo | 20:30 | |
greghaynes | vinsh: yep, there has been some discussion on what the strategy is - should we bind on * or be smart about where we bind, etc | 20:33 |
greghaynes | I think dshulyak_ said he would mail the list about this | 20:33 |
greghaynes | or maybe I just should... | 20:34 |
*** shakayumi has joined #tripleo | 20:36 | |
*** STMI__ has quit IRC | 20:37 | |
lucas-packing | lifeless, hi there :( that's a nasty bug indeed... I was talking to NobodyCam he's preparing a patch to work that around | 20:42 |
lucas-packing | lifeless, also I couldn't reproduce that in fedora (idk if it's the parted version there or something else) | 20:43 |
*** dshulyak_ has quit IRC | 20:45 | |
*** jprovazn_afk has quit IRC | 20:48 | |
vinsh | greghaynes, ACK, I caught part of that discussion. I suppose I am assuming one would bind to the virtual ip.. which could float around. | 20:49 |
*** ChanServ changes topic to "tripleo-cd running preserve-ephemeral WIP patches and https://review.openstack.org/#/c/62042/ | Using OpenStack to deploy OpenStack;meetings Tuesday 1900 UTC in #openstack-meeting-alt" | 20:56 | |
*** epim has quit IRC | 20:59 | |
*** untriaged-bot has joined #tripleo | 21:00 | |
untriaged-bot | Untriaged bugs so far: | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1316985 | 21:00 |
uvirtbot | Launchpad bug 1316985 in tripleo "set -eu may spuriously break dkms module" [Critical,New] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317446 | 21:00 |
uvirtbot | Launchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1314978 | 21:00 |
uvirtbot | Launchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1315355 | 21:00 |
uvirtbot | Launchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317778 | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1316675 | 21:00 |
uvirtbot | Launchpad bug 1317778 in tripleo "Rabbit "guest from everywhere" should be reverted" [Undecided,New] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1317056 | 21:00 |
uvirtbot | Launchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress] | 21:00 |
*** untriaged-bot has quit IRC | 21:00 | |
uvirtbot | Launchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Undecided,New] | 21:00 |
*** eguz has joined #tripleo | 21:03 | |
*** eguz has quit IRC | 21:03 | |
*** jang has quit IRC | 21:04 | |
*** julim has joined #tripleo | 21:05 | |
*** eghobo has quit IRC | 21:07 | |
*** epim has joined #tripleo | 21:15 | |
*** matty_dubs is now known as matty_dubs|gone | 21:19 | |
*** epim has quit IRC | 21:25 | |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Add tftp_server propert to ironic.conf https://review.openstack.org/93131 | 21:27 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-incubator: Add ironic.tftp_server property to seed metadata https://review.openstack.org/93132 | 21:27 |
greghaynes | adam_g: ^ | 21:27 |
SpamapS | greghaynes: propert | 21:29 |
greghaynes | Proper T | 21:29 |
SpamapS | oh | 21:29 |
SpamapS | duh | 21:29 |
SpamapS | ;) | 21:29 |
SpamapS | greghaynes: u r sucha milleneeul | 21:29 |
adam_g | what you say hammer? proper | 21:29 |
SpamapS | Proper T was my rapper name in middle school. | 21:30 |
greghaynes | wow. Im impressed youre willing to admit that | 21:30 |
openstackgerrit | Gregory Haynes proposed a change to openstack/tripleo-image-elements: Add tftp_server property to ironic.conf https://review.openstack.org/93131 | 21:32 |
SpamapS | greghaynes: Im just keepin it real | 21:32 |
*** epim has joined #tripleo | 21:34 | |
lifeless | lucas-packing: how will it be worked around ? | 21:36 |
*** epim has quit IRC | 21:37 | |
*** athomas has quit IRC | 21:42 | |
adam_g | lifeless, https://review.openstack.org/#/c/93133/ is whats been proposed. im testing now | 21:45 |
openstackgerrit | Gonéri Le Bouder proposed a change to openstack/diskimage-builder: 4 spaces indent https://review.openstack.org/91829 | 21:53 |
openstackgerrit | Gonéri Le Bouder proposed a change to openstack/diskimage-builder: indent: search for !=4 spaces indentation https://review.openstack.org/88534 | 21:53 |
*** morazi has quit IRC | 21:54 | |
*** openstackgerrit has quit IRC | 22:05 | |
*** openstackgerrit has joined #tripleo | 22:06 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Install libffi-dev in heat element https://review.openstack.org/93096 | 22:12 |
*** jml has quit IRC | 22:17 | |
lucas-packing | lifeless, yeah, like that remove the label before partitioning, but save the ephemeral one and label the volume back after partitioning | 22:17 |
*** jml has joined #tripleo | 22:21 | |
*** jcoufal has quit IRC | 22:24 | |
lifeless | lucas-packing: wow, ugh | 22:33 |
lifeless | lucas-packing: I'd be investigating going back to sfisk/gdisk if that works, because its mucho uglo | 22:34 |
lifeless | adam_g: ^ | 22:34 |
lucas-packing | lifeless, yeah, well sfdisk didn't work | 22:35 |
lucas-packing | it was broken | 22:35 |
lifeless | lucas-packing: I know | 22:35 |
lifeless | lucas-packing: but the ubuntu installer uses it successfully | 22:35 |
*** shardy has quit IRC | 22:35 | |
lifeless | lucas-packing: anyhow, short term we clearly need a fix :) | 22:35 |
*** chuckC has quit IRC | 22:35 | |
lucas-packing | lifeless, +1 | 22:36 |
lifeless | lucas-packing: the issue is that any interruption here will leave the ephemeral partition unlabelled | 22:36 |
lucas-packing | lifeless, what I'm more afraid of sfdisk is... | 22:36 |
lucas-packing | http://linux.die.net/man/8/sfdisk | 22:36 |
lucas-packing | sfdisk doesn't understand GUID Partition Table (GPT) and it is not designed for large partitions. In particular case use more advanced GNU parted(8). | 22:36 |
lucas-packing | I mean gdisk can do that | 22:36 |
lifeless | lucas-packing: http://linux.die.net/man/8/sgdisk | 22:36 |
lucas-packing | lifeless, yeah... worth taking a look | 22:37 |
lucas-packing | we have now a class abstracting the partioning so the tool underneath is not a big deal | 22:38 |
*** pbelanyi has quit IRC | 22:38 | |
*** dtantsur has quit IRC | 22:41 | |
*** wfoster has quit IRC | 22:41 | |
adam_g | FWIW https://review.openstack.org/93096 helps partitioning succeed during ramdisk deploy | 22:44 |
*** eghobo has joined #tripleo | 22:44 | |
*** eghobo has quit IRC | 22:45 | |
*** eghobo has joined #tripleo | 22:46 | |
*** shadower has quit IRC | 22:46 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add rally element https://review.openstack.org/90135 | 22:46 |
*** geertj has quit IRC | 22:47 | |
lifeless | adam_g: how does 93096 help the ramdisk deploy work ? | 23:03 |
adam_g | lifeless, doh, bad paste. https://review.openstack.org/#/c/93133/ | 23:03 |
SpamapS | lifeless: MAGIC | 23:04 |
lifeless | SpamapS: :) | 23:04 |
adam_g | now back to https://bugs.launchpad.net/tripleo/+bug/1316475 | 23:04 |
uvirtbot | Launchpad bug 1316475 in tripleo "trusty hang on first boot post deploy" [Critical,Triaged] | 23:04 |
*** lucas-packing has quit IRC | 23:06 | |
*** cwolferh has quit IRC | 23:06 | |
lifeless | print_nodes is shiny | 23:07 |
adam_g | lifeless, FYI instance deployed, hanging on that bug. twiddling pxe-supplied kernel parameters and manually power cycling in hopes of getting some debug info | 23:09 |
*** lazy_prince has joined #tripleo | 23:11 | |
*** lazy_prince is now known as killer_prince | 23:11 | |
lifeless | adam_g: adding a dep on a manual stty config to that job might let you get a backdoor | 23:16 |
lifeless | adam_g: alternatively, running up a nc-connected-to-screen-or-bash or something | 23:17 |
SpamapS | ok.. weekend.. summit.. see you all in Hotlanta | 23:20 |
lifeless | SpamapS: btw did you see I42acc3851811703960feb40bc4ce0e895ee57c05 | 23:23 |
SpamapS | lifeless: yes | 23:26 |
SpamapS | lifeless: nobody told me that we cared about stable OpenStack releases. | 23:26 |
SpamapS | lifeless: anyway.. gotta run | 23:27 |
*** casanch1 has quit IRC | 23:46 | |
*** shardy has joined #tripleo | 23:50 | |
*** shardy has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!