Friday, 2014-05-09

openstackgerritA change was merged to openstack/tripleo-image-elements: Use version dir, not LATEST for Percona d/l path  https://review.openstack.org/9290300:01
greghaynesfinally!00:02
StevenKHah00:03
notqhurray!00:03
notqhas anyone else gone through an install with that merged?00:03
lifelesswooo00:03
lifelessCI has00:03
notqunlikely, but i'm having a problem, so would be interested if anyone completed it00:03
notqah, okay00:03
lifelessrecheck time00:04
lifelessnotq: what problem are you having ?00:04
notqduring devtest undercloud when it gets to pip and sqlalchemy it fails with a proxy error00:04
notqbut it works manually from root, and it obviously installed the other packages until then fine00:05
notqit's repeatable00:05
notqand because it's percona / sqlalchemy i sort of wondered if there might be a connection, since nothing i've tried has worked so far00:05
lifelessah00:06
lifelessso definitely no connection00:06
lifelesswhats the exact error ?00:07
notqpretty much.00:07
notqhttp://pastebin.com/mywhpVBt00:07
lifelesswhat areyour http_proxy and https_proxy environment variables set to ?00:08
notqthe corporate proxy we use00:09
lifelessAm 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
notqno user and pass, sure00:10
notqhttp://proxy.wdf.sap.corp:808000:10
lifelessboth are set to the same thing ?00:11
notqyep00:11
lifelessok00:11
lifelessso try this00:11
lifelessuse host to get the ip address of the proxy00:11
lifelessand set the variables to http://$IP:8080/00:11
lifelessinstead00:11
notqi think it hands it off a few times, do you want me to just choose the destination ip to limit variables00:11
notqguess it doesn't matter. i have to wait until i'm off a conf call then i'll try it00:12
lifelessjust 'host proxy.wdf.sap.corp' and pick a concrete IP address from the output :)00:13
notqsure00:13
lifelessmy theory is you are having a sporadic DNS failure and that pip is terrible at handling such00:14
notqif that was true, why would it stop at the same place each time?00:14
lifelessthe number of lookups in an image build is deterministic00:16
*** saurabhs has quit IRC00:16
lifelessor pretty close to deterministic00:16
lifelessanyhow, we'll see what happens :)00:17
lifelessone possibility is that something in the build is interrupting DNS00:18
*** newell_ has quit IRC00:20
tchaypoSo I'm looking at a review that failed due to the bug that was fixed in 9290300:22
tchaypoTo 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
greghaynesrecheck such bug00:23
lifelessmuch recheck00:24
tchaypogreghaynes: there was a bug?00:25
greghaynestchaypo: No00:25
tchaypophew00:25
tchaypoI've already done recheck no bug00:25
greghaynesThis (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 synonym00:26
greghaynesI really wanted to do that for Apr 1 but ENOTIME00:26
*** matsuhashi has joined #tripleo00:27
*** michchap has joined #tripleo00:28
openstackgerritJames Polley proposed a change to openstack/tripleo-incubator: Add a link to tripleo-newdev-notes  https://review.openstack.org/9294400:32
*** jpeeler has quit IRC00:33
openstackgerritGregory Haynes proposed a change to openstack/tripleo-incubator: Fix awk for grabbing cirros MD5 and remove extra }  https://review.openstack.org/9276400:34
lifelesstchaypo: I was thinking april 1st for that00:36
lifelessgreghaynes: noice.. wat00:39
greghaynesyea...00:39
lifelessgreghaynes: multiple control plane nodes?00:40
greghayneshitting nova on the seed00:40
lifelessgreghaynes: could you be giving a token from one keystone db to another or something ?00:40
*** matsuhashi has quit IRC00:40
lifelessgreghaynes: oh, NFI  then :)00:40
greghaynesIm surprised others arent hitting this... only thing different for me is trusty I thinkg00:40
*** matsuhashi has joined #tripleo00:41
*** geerdest_ has quit IRC00:43
*** jp_at_hp has quit IRC00:44
*** matsuhashi has quit IRC00:45
*** nosnos has joined #tripleo00:48
*** chuckC has quit IRC00:50
*** tzumainn has quit IRC00:53
*** tzumainn has joined #tripleo00:54
tchaypogreghaynes: when do you hit it?00:57
greghaynesthere is a wait_for nova list in devtest_seed00:57
*** ccrouch has joined #tripleo00:58
openstackgerritOpenStack Proposal Bot proposed a change to openstack/diskimage-builder: Updated from global requirements  https://review.openstack.org/9122101:00
* tchaypo kicks off a run01:03
tchaypowill let you know if I see it01:03
tchaypolifeless: I noticed yesterday that _setup.sh will call cleanup-env if $TRIPLEO_CLEANUP is set.01:29
tchaypoI 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 up01:29
tchaypobut 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 flag01:30
StevenKtchaypo: Uh, doesn't cleanup-env with no arguments clean up everything?01:32
tchayponot with my change - it will clean up just the default environment01:33
StevenKIt will search for seed and baremetal which will match everything, right?01:36
*** matsuhashi has joined #tripleo01:36
lifelesstchaypo: we should move that to testenv IMO01:41
lifelesstchaypo: layering and all01:41
tchaypolayering?01:52
lifelesssetup touching the test environment is weird01:52
lifelessthats testenvs responsibility01:52
*** ramishra has joined #tripleo02:01
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Move most undercloud params to an environment file  https://review.openstack.org/9171702:02
*** jpeeler has joined #tripleo02:05
tchaypooh.02:17
* tchaypo reparses02:17
tchaypoyou meant "you know, due to the layering and all" rather than "move the whole thing, including the layering"02:17
tchaypoAlso 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
openstackgerritRichard Su proposed a change to openstack/tripleo-heat-templates: Add ephemeral port range parameters  https://review.openstack.org/9295202:22
tchaypohrm. 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
lifelesscache and vms are orthogonal02:23
lifelessthe cache is 'reuse disk images'02:23
tchaypoyep. no point preserving the VMs, they're always going to get given a fresh copy of the disk image02:24
openstackgerritRichard Su proposed a change to openstack/tripleo-image-elements: Add an ephemeral-ports element  https://review.openstack.org/9229802:27
*** eguz has quit IRC02:36
*** ramishra has quit IRC02:45
tchaypoah, goody.02:48
*** saurabhs has joined #tripleo02:48
tchaypoif you pass -n but not -b to _testenv, it's not just the seed that gets named seed instead of seed_N02:48
tchaypoall the other vms become baremetal_Y instead of baremetalbrbmN_Y as well02:49
tchaypoAlthough 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 seperately02:50
lifelessI don't understand that conclusion02:52
StevenKtchaypo: You land into ATL at like 8pm, right?02:52
lifelesswe only put the bridge name in when a custom bridge is used02:52
lifelessit seems rational enough to me02:53
StevenK8:23pm, ew02:53
tchayporun _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
tchaypos/^/if we/02:54
lifelesstchaypo: ah, I see02:54
tchaypoIf 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
tchaypothat's probably not such an issue, since it probably means you only want one environment but it has a special bridge02:55
lifelesstchaypo: so looking at the code02:56
lifelessthe reason it works at all is the bridge name encodes the environment name02:56
tchaypoI would have said "environment number", because that's what the help text for -n says02:57
lifelesssure02:57
tchaypobut you're right - we don't enforce its numberhood, it's really a free-text label02:57
lifelessfeel free to make it all sane02:57
lifelessor even propose a spec to rationalise it02:58
tchaypoit would deviate from what we're currently doing, but it sounds like we should drop -n altogether and then "BRIDGE=brbm${OVSBRIDGE}"02:58
tchaypoSEED_NAME=seed_$OVSBRIDGE02:59
StevenKOVSBRIDGE is the same for each environment02:59
tchaypooh.02:59
tchaypothen let's not do that.02:59
lifelessis it ?03:00
lifelessreally?03:00
*** untriaged-bot has joined #tripleo03:00
untriaged-botUntriaged bugs so far:03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131698503:00
uvirtbotLaunchpad bug 1316985 in tripleo "set -eu may spuriously break dkms module" [Critical,New]03:00
lifeless-b sets it03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131744603:00
uvirtbotLaunchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131497803:00
uvirtbotLaunchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131535503:00
uvirtbotLaunchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131667503:00
uvirtbotLaunchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131705603:00
uvirtbotLaunchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Undecided,New]03:00
*** untriaged-bot has quit IRC03:00
StevenKlifeless: I thought all test environments on a host were on the same bridge03:00
lifelessStevenK: nope03:00
lifelessthat would be awfully confusing03:01
lifelesssince they all use the same IP range in their test runs03:01
*** matsuhashi has quit IRC03:03
tchaypomrmm. delicious new videochat goodness in hipchat.03:04
tchaypookay, 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
tchaypoWhen 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-env03:06
*** matsuhashi has joined #tripleo03:11
*** tserong has quit IRC03:14
*** saurabhs has quit IRC03:14
*** nosnos has quit IRC03:15
*** tserong has joined #tripleo03:25
*** ramishra has joined #tripleo03:27
*** morganfainberg is now known as morganfainberg_Z03:29
*** matsuhashi has quit IRC03:42
*** matsuhashi has joined #tripleo03:44
lifelessgreghaynes: looking for a second +2 and +A on https://review.openstack.org/#/c/91717/03:45
openstackgerritA change was merged to openstack/diskimage-builder: Updated from global requirements  https://review.openstack.org/9122103:49
StevenKI was hoping that https://review.openstack.org/#/c/91521/ would get two +2's on it overnight, but no such luck03:53
lifelessStevenK: theres one03:55
StevenKlifeless: Thanks. So when that lands, we tag it 0.0.2 add it to pypi and then propose to requirements?03:58
lifelessyes04:03
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Permit overriding the mysql InnoDB pool size.  https://review.openstack.org/9296604:03
*** nosnos has joined #tripleo04:03
lifelessyou could propose it to requirements now as I think 0.0.1 has released04:03
StevenKlifeless: Even if it isn't on pypi?04:04
lifelessStevenK: ah, it hasn't been made yet. Someone needs to do that and give the creds to infra,.04:06
lifelesserm, add the infra bot to the project04:06
lifelessSpamapS: https://review.openstack.org/9296604:07
StevenKlifeless: So I can checkout 0.0.1 and setup.py register sdist upload ?04:07
lifelessyes04:08
SpamapSStevenK: https://review.openstack.org/#/c/91521/ .. -1 .. easy stuff tho04:09
StevenKSpamapS: 'Add a init-keystone CLI' sounds correct when I say it04:10
StevenKSpamapS: I'd also rather land it and then switch to argparse, but I can add the requirement and convert it over if you wish04:11
lifelessStevenK: 'an' before vowels.04:11
SpamapSStevenK: an before vowels, as lifeless says, and it's what.. 4 lines of change to get argparse in there?04:12
lifelessStevenK: an orange, a peanut04:12
lifelessSpamapS: argparse is often a fiddly POS04:12
lifelessSpamapS: its not a drop-in04:12
SpamapSWe should actually try to get python3 jobs on all of os-*-config.04:12
lifelessSpamapS: except sometimes when the stars align04:12
SpamapSI've never had a single problem with it. You guys are just being crusty python kurmudgeons holding on to a deprecated library.04:13
StevenKHaha04:13
SpamapS"These kids today with their argparse, and their unicode. NYAAA"04:13
StevenKSpamapS: Are you sticking to your guns, or shall I push up the fixed commit message?04:14
lifelessStevenK: how long will it take you to retest ?04:14
lifelessStevenK: e.g. will SpamapS be up to do a re-review :)04:14
StevenKlifeless: ~ an hour04:15
lifelessSpamapS: ^?04:15
SpamapSYeah I'll be up.04:15
lifelessman, machine running so hot I'm scorching my fingers typing04:15
StevenKUse a desktop? :-P04:17
lifelessCOABOC04:19
SpamapSsounds like the first line of nerd rap04:19
lifelessnowhere near so polite, I fer.04:19
lifelessfear.04:19
SpamapS"machine runnin so hot, I'm scorching my fingers typing. Gotta be careful, while I'm skyping."04:19
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Fix postinstall instruction formatting  https://review.openstack.org/9296804:20
SpamapS"Python's in the house eatin up my all my RAM, pointers and references are like memory SPAM"04:21
openstackgerritA change was merged to openstack/tripleo-incubator: Move most undercloud params to an environment file  https://review.openstack.org/9171704:24
*** eghobo has joined #tripleo04:24
*** tzumainn has quit IRC04:37
*** eghobo has quit IRC04:41
StevenKHm04:43
StevenKNo idea what my pypi password is, since I'm using openid04:43
*** eghobo has joined #tripleo04:43
*** eghobo has quit IRC04:48
StevenKlifeless: https://pypi.python.org/pypi/os-cloud-config/0.0.104:51
*** Rakesh6 has joined #tripleo04:53
* StevenK waits for his mirror to update to fix bad signatures04:54
*** sballe__ has joined #tripleo04:56
*** sballe_ has quit IRC04:59
lifelessStevenK: add openstackci as owner05:01
StevenKlifeless: I have05:02
*** nibalizer has quit IRC05:12
*** jprovazn has joined #tripleo05:34
StevenK+ init-keystone -o 192.0.2.1 -t unset -e admin@example.com -p unset -u root05:38
StevenKGenerating RSA private key, 2048 bit long modulus05:38
SpamapS2014-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 #tripleo05:52
StevenKlifeless: http://imgur.com/gallery/3CMU34w05:55
*** ramishra has quit IRC06:04
*** ramishra has joined #tripleo06:07
SpamapSStevenK: well I tried to stay up06:10
SpamapSbut... sleep..beckons06:10
* SpamapS heads to bed06:10
StevenKBah, it's so close06:11
StevenK+ wait_for_stack_ready 360 10 overcloud06:17
StevenKCommand output matched '(CREATE|UPDATE)_FAILED'. Exiting...06:17
StevenK:-(06:17
*** nosnos has quit IRC06:20
*** nosnos has joined #tripleo06:20
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: Add an init-keystone CLI  https://review.openstack.org/9152106:33
proffalkenSo 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
proffalkenI'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 xtradb06:36
StevenKI thought I saw a dib patch land to change that?06:36
proffalkenTo change the wget url or to do this properly?06:36
StevenKHm, maybe it hasn't landed06:37
StevenKproffalken: commit 5d6a54940c57bb043c7599006e1eaa99f8c333f906:39
StevenKproffalken: Uses the version directory, rather than LATEST06:39
StevenKSo not quite what you're asking06:39
proffalkenIt'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
lifelessproffalken: percona don't provide repositories for all the OSes we support.06:40
proffalken(but thanks for finding it ;) )06:40
*** lsmola has joined #tripleo06:40
lifelessproffalken: your reservations were not ignored06:41
proffalkenlifeless: ok, I may have put that a bit strongly, it's been a long week :(06:41
lifelessproffalken: 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 need06:41
lifelessproffalken: *but*, there is work to use package repos in some cases, which is fine, its just not a full solution06:42
*** TravT has quit IRC06:42
proffalkenlifeless: 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
lifelessproffalken: we've stoped using the LATEST dir which is why it broke06:44
lifelessproffalken: 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
lifelessI don't know if percona will be there06:44
proffalkenlifeless: so even if we specify the "wrong" version, if we point to the LATEST dir we'll get the "correct" version?06:44
lifelessno06:45
lifelessthe LATEST dir is an alias to a versioned directory, so when they release a new version all LATEST urls break.06:45
proffalkenhttps://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 catchup06:45
lifelesswe now use the versioned directory which is canonical.06:45
proffalkenah, ok, that makes more sense :)06:45
proffalkenso we will *always* get the version that we specify06:46
lifelessyes06:46
lifelesswe have also bumped version yes06:46
proffalkenit's effectively a package pin using their dir structure instead of apt or yum06:46
*** cody-somerville has quit IRC06:46
proffalkenlifeless: 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
lifelessDebian is one ;)06:47
lifelessFedora was another06: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
proffalkenah, OK, Fedora makes sense, that's a quicker moving target than Ubuntu used to be! :)06:48
lifelessproffalken: and yet see greghaynes comment on the patch to use packages on Ubuntu06:48
lifelesshe might be wrong06:48
proffalkenlifeless: you mean the one about missing debian packages?06:51
proffalkenhttp://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
proffalkenbut the point about Fedora still stands06:53
proffalkenif 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 repos06:53
StevenKproffalken: We support OpenSUSE too06:55
*** STMI__ has joined #tripleo06:55
StevenKJust not with CI06:55
proffalkenStevenK: yeah, that was my concern... ;)06:55
proffalkenhmmm, 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 lines06:56
*** dshulyak_ has joined #tripleo06:57
proffalkenso 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 #tripleo06:58
*** scotty95747 has quit IRC06:58
*** gcha has joined #tripleo06:59
StevenKlifeless: https://review.openstack.org/#/c/91521/ once more with feeling06:59
*** eghobo has quit IRC07:06
lifelessgreghaynes: https://review.openstack.org/#/c/83296/ - one more tweak if you're up for it07:10
*** andreaf has joined #tripleo07:12
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Permit overriding the mysql InnoDB pool size.  https://review.openstack.org/9296607:13
*** jcoufal has joined #tripleo07:15
marioslifeless: for https://review.openstack.org/#/c/83296/ - you mean get rid of COMPUTE_SCALE alltogether and just use 15?07:17
marioslifeless: 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
marioslifeless: oh i guess you mean 15 + 1 extra for overcloud (or more once that happens), rather than, 15 total07:19
*** matsuhashi has quit IRC07:24
*** matsuhashi has joined #tripleo07:24
openstackgerritjan grant proposed a change to openstack/tripleo-image-elements: Permit non-loopback guest access to Rabbit.  https://review.openstack.org/9281507:26
*** jp_at_hp has joined #tripleo07:28
*** d0ugal has joined #tripleo07:37
*** d0ugal has quit IRC07:37
*** d0ugal has joined #tripleo07:37
*** matsuhas_ has joined #tripleo07:41
*** matsuhashi has quit IRC07:41
lifelessmarios: I mean that the CONTROL_SCALE change is unrelated to making the vm count a fixed number07:42
lifelessmarios: I'm fine with +A07:42
lifelessmarios: as I said, inner pedant ;)07:42
*** nosnos_ has joined #tripleo07:42
*** nosnos has quit IRC07:42
marioslifeless: 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 +A07:44
lifelessmarios: while you're +Aing https://review.openstack.org/#/c/91521/07:45
openstackgerritA change was merged to openstack/tripleo-incubator: Set NODE_CNT to 15 and add OVERCLOUD_CONTROLSCALE  https://review.openstack.org/8329607:45
mariosits a trap! /me looks07:45
*** jistr has joined #tripleo07:48
dshulyak_ci passed https://review.openstack.org/#/c/89556/ , already with couple of +2, would be cool if someone can +A07:51
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-incubator: Use mount-ephemeral element in undercloud and overcloud  https://review.openstack.org/9299407:54
*** markmc has joined #tripleo07:55
lifelessdone07:55
marioslifeless: so is this the first thing being added here then?07:56
marioslifeless: (init-keystone i mean), can't see cmd in master07:56
lifelessmarios: correct07:56
* marios feels a bit better about +A07:56
lifelesstuskar can use the python API, but seed init needs a CLI07:56
lifelessdshulyak_: https://review.openstack.org/#/c/89556/ needs rebasing07:57
StevenKregister-nodes will need a rebase, but hopefully I can bully people into reviewing that next week07:57
marioslifeless: done, yeah nice to see this stuff coming up07:57
StevenKRight, apparently, only lifeless can create a tag for os-c-c07:58
lifelessStevenK: folk in the release group (tripleo-ptl)07:58
openstackgerritA change was merged to openstack/os-cloud-config: Add an init-keystone CLI  https://review.openstack.org/9152107:58
StevenKlifeless: I saw tripleo-ptl and thought it was you and you only07:59
lifelessStevenK: which you're not in yet (consequences of a bad tag are hard on infra, so they request it be limited)07:59
lifelessmarios: jprovazn: https://review.openstack.org/#/c/84076/ - the -1s are all stale AFAICT; its passed CI.08:00
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: Add a register-nodes command and associated API  https://review.openstack.org/8493308:01
StevenKlifeless: Right.08:01
marioslifeless: is that -u ok now, slagle and dprince had objected08:02
StevenKHaha. I see Lynne got the gif I pointed lifeless at.08:02
*** derekh_ has joined #tripleo08:06
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-heat-templates: Introduce configurable virtual ip in templates  https://review.openstack.org/8955608:07
marioslifeless: can't we pass the -u directly to the invocation of the diskimage-create script?08:08
jprovaznlifeless, 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
mariosjprovazn: can't we put that -u directly in the invocation of the image-create?08:12
jprovaznmarios, that would be better IMO08:14
*** hashar has joined #tripleo08:14
*** tzumainn has joined #tripleo08:22
*** giulivo has joined #tripleo08:23
*** e0ne has joined #tripleo08:23
*** hashar has quit IRC08:23
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: Mount ephemeral disks with fstab  https://review.openstack.org/9099308:25
*** marun has quit IRC08:26
*** martyntaylor has joined #tripleo08:27
lifelessGheRivero: ok, so I'm going to pull down the clouds now08:28
lifelessGheRivero: but can you point me at the ovs issue first?08:29
*** lucasagomes has joined #tripleo08:29
lifelessmarios: jprovazn: replied inline08:31
lifelessjprovazn: I'm fine to wait a little more, its just been a month now :(08:32
openstackgerritRyan Moore proposed a change to openstack/tripleo-incubator: Removed extra } from USE_CIRROS else block  https://review.openstack.org/9299808:34
*** e0ne has quit IRC08:35
GheRiverolifeless: yeah. give me a sec..08:36
lifelessGheRivero: ok08:38
*** darraghb has joined #tripleo08:38
marioslifeless: 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
marioslifeless: also 'a month' :) you know i'm still trying to get that update subnet one landed right? (neutron)08:39
*** eghobo has joined #tripleo08:39
lifelessmarios: really? oh man08:39
marioshttps://review.openstack.org/#/c/62042/08:40
mariosyup08:40
lifelessmarios: we should have a reviews drinking game08:40
lifelessdrink a shot every time you rebase08:40
marioshaha08:40
proffalkenlol, that could get messy real quick...08:40
GheRiverolifeless: 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 racedondition08:48
GheRiveros/could/could not/08:48
*** e0ne has joined #tripleo08:48
*** geertj has joined #tripleo08:48
GheRiverolifeless: I was rerunning the overcloud to be re-reproduce it, but feel free to tear it down for the ironic test08:49
*** d0ugal_ has joined #tripleo08:49
*** d0ugal has quit IRC08:51
lifelessGheRivero: its meant to retry automatically, no ?08:52
lifelessGheRivero: I presume you have enough infoto file a bug ?08:52
GheRiverolifeless: yes, i do. tear it down08:53
*** cody-somerville has joined #tripleo08:59
*** untriaged-bot has joined #tripleo09:00
untriaged-botUntriaged bugs so far:09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131698509:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131744609:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131497809:00
uvirtbotLaunchpad bug 1316985 in tripleo "set -eu may spuriously break dkms module" [Critical,New]09:00
uvirtbotLaunchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131535509:00
uvirtbotLaunchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131777809:00
uvirtbotLaunchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New]09:00
uvirtbotLaunchpad bug 1317778 in tripleo "Rabbit "guest from everywhere" should be reverted" [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131667509:00
uvirtbotLaunchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131705609:00
uvirtbotLaunchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Undecided,New]09:00
*** untriaged-bot has quit IRC09:00
marioshow very useful. what makes that happen? is it an infra wide thing?09:01
openstackgerritJon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-incubator: Create a manifest of tools pulled  https://review.openstack.org/8541809:05
*** ramishra has quit IRC09:06
lifelessmarios: tis a little script rpodlyka put together09:08
openstackgerritStuart McLaren proposed a change to openstack/tripleo-image-elements: stunnel: Allow CA certificate to be specified  https://review.openstack.org/8509909:10
*** d0ugal_ is now known as d0ugal09:11
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-incubator: Use mount-ephemeral element in undercloud and overcloud  https://review.openstack.org/9299409:13
*** athomas has joined #tripleo09:15
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Expose passthrough configuration in undercloud.  https://review.openstack.org/9179209:17
marioslifeless: he should submit it upstream to infra. each project just fills in their channel.09:19
lifelessmarios: sure :)09:19
lifelessjp_at_hp: around ?09:20
lifelessjp_at_hp: wondering if you want to take on the diskimage-builder regression fix09:20
*** ramishra has joined #tripleo09:20
lifelessGheRivero: can you close devtestrc ?09:22
GheRiverolifeless: not me09:23
lifelessGheRivero: hmm, someone using tmux09:23
lifelessNg: ^ you ?09:23
Nglifeless: not I. Greg was on the rack last night I believe09:24
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Choose whether to deploy/update using heat.  https://review.openstack.org/9234409:26
lifelesspkill ftw09:26
lifelesstmux feh09:26
*** marun has joined #tripleo09:28
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Separate Heat BM and VM configs for Nova-BM.  https://review.openstack.org/9003309:29
*** rlandy has joined #tripleo09:29
*** rlandy_ has joined #tripleo09:29
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Allows user-specified PXE timeout for undercloud  https://review.openstack.org/8660509:30
*** nosnos_ has quit IRC09:38
*** matsuhas_ has quit IRC09:41
*** matsuhashi has joined #tripleo09:48
*** nosnos has joined #tripleo09:49
*** eghobo has quit IRC09:50
*** nosnos has quit IRC09:50
tchaypoGheRivero: "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 #tripleo09:51
*** rlandy has quit IRC09:51
*** nosnos has quit IRC09:55
*** athomas has quit IRC09:56
giulivolifeless, I'm using tmux09:58
giulivobut I'm not that much of an expert, I mainly use it to split and history stuff09:59
lifelessgiulivo: on the HP 405 rack jump node ?09:59
giulivooh no no, sorry, I though was more of a generic ping09:59
giulivo*thought10:00
*** athomas has joined #tripleo10:01
*** e0ne has quit IRC10:06
*** e0ne has joined #tripleo10:07
openstackgerritA change was merged to openstack/tripleo-incubator: Permit overriding the mysql InnoDB pool size.  https://review.openstack.org/9296610:07
tchaypotmux is win.10:09
*** giulivo has quit IRC10:10
*** matsuhashi has quit IRC10:12
*** rameshg87 has joined #tripleo10:12
rameshg87hello lifeless:10:12
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Expose passthrough configuration in undercloud.  https://review.openstack.org/9179210:19
*** rameshg87 has quit IRC10:24
*** ramishra has quit IRC10:28
*** gcha has quit IRC10:30
*** e0ne has quit IRC10:33
lifelesshmm10:34
lifelessOUTPUT=ERROR: Malformed request URL: URL's project_id '61fd73232dd84cdf945fe089d4af365a' doesn't match Context's project_id '10:34
lifelessgreghaynes: ^ thats wat you had right ?10:34
proffalkenlifeless: oh good, not just me then :)10:35
proffalkenI'm seeing that as well10:35
*** geertj has quit IRC10:40
*** rameshg87 has joined #tripleo10:41
*** dshulyak_ has quit IRC10:46
lifelessthat looks like a token to me10:46
lifelessRESP BODY: {"access": {"token": {"issued_at": "2014-05-09T10:47:06.936549", "expires": "2014-05-09T11:47:06Z", "id": "MIINbwY10:47
lifeless...10:47
lifelessdoesn't match Context's project_id 'MIIN10:47
lifelessyes10:47
lifelessthe token is ending up in the context.project_id10:47
lifelessfark10:47
lifelessHTH did that get through CI10:48
lifelessproffalken: https://bugs.launchpad.net/tripleo/+bug/131785410:51
uvirtbotLaunchpad 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
lifelessproffalken: getting some nova folk on this would be super useful :)10:51
proffalkenlifeless: I'll see what I can do10:51
rameshg87hello lifeless:10:53
lifelessGheRivero: ^ so - big spanner in works ;)10:53
lifelessrameshg87: hi?10:54
rameshg87lifeless: do you have a few minutes to discuss regarding ilo deploy10:54
lifelessrameshg87: not really, its late here and I have a lot to do in a short time frame10:55
lifelessrameshg87: what do you want to talk about w.r.t. ilo deploys?10:55
rameshg87lifeless: okay, we wanted to continue working on the ilo deploy that we were working for icehouse.10:56
rameshg87lifeless: just wanted to get your thoughts on it.  if it's late, i will try to catch you some other time10:56
rameshg87no problem10:57
lifelessrameshg87: I'd rather not be a bottleneck10:58
lifelessrameshg87: 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
rameshg87lifeless: sure. since you had some specific comments on it last time, i would like to get the new one reviewed from you.10:59
rameshg87lifeless: 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 well10:59
*** e0ne has joined #tripleo11:00
lifelessrameshg87: is it tripleo specific? we now have a specs gerrit repo11:00
rameshg87lifeless: part of it is in diskimage-builder, part of it is in ironic.11:00
rameshg87lifeless: i was thinking ironic specs repo was still under discussion. has tripleo already started using it ?11:01
rameshg87lifeless: got the link. i hope diskimage-builder also fits into tripleo11:02
*** jcoufal has quit IRC11:03
proffalkenlifeless: 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 further11:05
openstackgerritA change was merged to openstack/diskimage-builder: Adding -x to set parameters for more output  https://review.openstack.org/9159211:06
lifelessrameshg87: tripleo is using it11:11
lifelessrameshg87: diskimage-builder is part of tripleo11:11
*** jcoufal has joined #tripleo11:11
rameshg87lifeless: 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
rameshg87lifeless: so i can directly write a rst document for the diskimage-builder proposed change and raise a gerrit review, am i correct ?11:13
lifelessyes11:15
lifelessthere is a template11:15
lifelessplease follow it11:15
rameshg87lifeless: thanks. will do that then ..11:16
proffalkenlifeless: looking at a nova list against an existing install, I'm tempted to think that this is either NovaAPI or Keystone at the moment11:16
*** e0ne has quit IRC11:16
lifelessproffalken: look at the pastebin11:17
lifelessproffalken: and the bug11:17
*** e0ne has joined #tripleo11:19
lifelessproffalken: in your existing install11:19
proffalkenlifeless: 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" succeeds11:19
lifelessproffalken: in nova/api/openstack/wsgi.py11:19
lifelessproffalken: can you check that         if (context and project_id and (project_id != context.project_id)):11:19
lifelesswhat are the values of context and project_id there ?11:19
proffalkenchecking11:19
lifelesswhen you do nova list11:19
openstackgerritNicholas Randon proposed a change to openstack/tripleo-heat-templates: Add passthrough configuration glue.  https://review.openstack.org/9181011:19
lifelessproffalken: the token from keystone is passed correctly into nova, but nova reports project_id != token-value11:20
lifelessproffalken: so it seems to me either project_id is normally None, or context is normally None, or OMGWTFBBQ11:20
proffalkenok, a pull of master lol11:20
proffalkendammint! press enter too early!11:21
proffalken(or late, depending on your POV)11:21
*** dshulyak_ has joined #tripleo11:22
*** ramishra has joined #tripleo11:23
*** e0ne has quit IRC11:24
openstackgerritA change was merged to openstack/os-refresh-config: Use FHS-compliant default base directory  https://review.openstack.org/8966711:24
openstackgerritA change was merged to openstack/tripleo-image-elements: Add a squid element.  https://review.openstack.org/9116111:28
*** rameshg87 has left #tripleo11:29
*** lucasagomes is now known as lucas-hungry11:29
lifelessproffalken: so your theory on keystone is looking more plausible11:30
lifelessproffalken: see my latest comment11:30
proffalkenlifeless: well, that's good to know I guess... :)11:31
proffalkenWe're relatively convinced now that its a keystone issue as well11:31
lifeless        token = req.headers['X-Auth-Token']11:32
lifeless        user_id, _sep, project_id = token.partition(':')11:32
lifelessthats the code thats misbehaving11:32
lifelessproffalken: in your working set11:32
lifelesswhat does the token returned by keystone look like (and is it a sql token or a PKI token ?)11:33
proffalkenummm, ok, how would I tell that?11:33
lifelessproffalken: nova --debug list11:34
lifelessproffalken: look for X-Auth-Token in the output11:34
proffalkenok, hang on...11:35
*** d0ugal has quit IRC11:37
proffalkenlifeless: http://paste.ubuntu.com/7421002/11:38
lifelessI think I've found it11:39
lifelessdac602738e17691266673147eaaa780272d6736711:39
*** randonn has joined #tripleo11:39
proffalkenwait wat? from may two years ago?11:39
proffalkenwhy has this only surfaced now I wonder?11:39
lifelessoh heh11:39
lifelessno11:40
lifelessclearly I'm wrong11:40
lifelessI saw may 711:40
lifelessand went 'yay'11:40
proffalkenlol11:40
proffalkenme too at first :)11:40
openstackgerritDerek Higgins proposed a change to openstack/tripleo-incubator: Guard against DIB_COMMON_ELEMENTS not existing  https://review.openstack.org/9302511:40
randonnhi lifeless can you look at https://review.openstack.org/#/c/91810/ i having some heat issures11:40
lifelessrandonn: not right now sorry11:41
lifelessproffalken: so, is that a PKI token or sql token?11:41
randonnnp11:41
*** giulivo has joined #tripleo11:41
*** dshulyak_ has quit IRC11:45
proffalkenlifeless: 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/106038911:46
uvirtbotLaunchpad bug 1060389 in keystone/folsom "Non PKI Tokens longer than 32 characters can never be valid" [High,Fix released]11:46
proffalken094c49424e72373b134384174749887e51fd847a11:46
proffalkenlifeless: comment on https://review.openstack.org/#/c/14857/1/keystone/common/cms.py probably explains it best... (I think)11:47
*** dshulyak_ has joined #tripleo11:47
lifelessits looking to me like the token isn't being unwrapped11:48
lifelessso we might have a middleware not being invoked...11:49
proffalkenlast commit to keystone is https://review.openstack.org/#/c/90943/2/keystone/common/wsgi.py11:49
giulivogilliard, sure I will fix the stuff as per your comment11:53
giulivotchaypo, I'm going trough your comment, thanks for that cause it brings back a lot of stuff11:53
giulivotchaypo, 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
tchaypogiulivo: 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
lifelessprint CONF.auth_strategy11:54
lifelessnoauth11:54
lifelessproffalken: ^ in auth's pipeline loader11:54
proffalkenhmmm, that could cause a problem... ;)11:55
proffalkenis that in the element or somewhere more fundamental?11:55
tchaypogiulivo: 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
giulivotchaypo, if I'm parsing it well, I'd +1 your idea of keeping it backward compatible11:56
tchaypogiulivo: 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 surprised11:56
*** sdake_ has joined #tripleo11:56
*** sdake_ has quit IRC11:56
*** sdake_ has joined #tripleo11:56
tchaypogiulivo: 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 somewhere11:57
*** petertoft has joined #tripleo11:58
lifelessproffalken: trying to figure it out right now11:59
lifelessinteresting12:00
lifeless    cfg.StrOpt('auth_strategy',12:00
lifeless               default='noauth',12:00
lifelessso this is running an old nova vs the tripleo code12:00
proffalkenheh, so unless it is explicitly set...12:00
lifelesstrunk has 'keystone' as the default12:00
lifelesscommit commit a3fdcba84f6f3d6e47ee112b934a839773f27582 in tie12:01
proffalkenso it's SpamapS fault? ;)12:02
lifelesswell12:02
lifelessthe question is whether icehouse will have that default changed12:02
lifelessand it doesn't12:03
lifelessso if we want to deploy icehouse we can't have that patch12:03
proffalkenouch12:03
*** hashar has joined #tripleo12:04
proffalkencan we get it backported?12:04
openstackgerritlifeless proposed a change to openstack/tripleo-image-elements: Revert "Remove auth_strategy from nova.conf"  https://review.openstack.org/9302712:04
lifelessand 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
lifelesss/tests/jobs/12:06
proffalkenlifeless: nice. I'#ve +1'd that (FWIW) and I need to go AFK for 30 mins, I'll be back later12:06
lifelessmarios: jprovazn: ^ entertainment for the day :)12:06
lifelessnow, the real question, since I thought i removed all my DIB reporefs, is WTF did I end up with icehouse12:07
lifelessahhh12:07
lifelessI had --offline12:07
lifelessdoooh12:07
openstackgerritlifeless proposed a change to openstack/tripleo-image-elements: Revert "Remove auth_strategy from nova.conf"  https://review.openstack.org/9302712:08
tchaypolifeless: I'm assuming your commit message is intended to mean "we want be able to deploy either stable or trunk"?12:10
mariosthat's what i was thinking, otherwise what was te point of rev 212:11
tchaypothe second patch adds the "closes-bug:" line to the commit message :p12:11
mariosah12:11
*** mrunge has quit IRC12:11
mariosk, this sounds like a fire drill right? so am gonna +2 it12:11
tchaypoWith 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 there12:12
mariostchaypo: yeah i really like that feature12:12
*** morazi has quit IRC12:15
lxslilifeless: 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 IRC12:16
*** ramishra has joined #tripleo12:18
*** dprince has joined #tripleo12:21
openstackgerritJan Provaznik proposed a change to openstack/os-cloud-config: Allow setup services endpoints  https://review.openstack.org/9238312:22
andrearosajenkins 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
lifelesslxsli: E_UP_TO_LATE - I'll see if I can review in the morning before my flight12:22
lxslilifeless: 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 shuteye12:24
openstackgerritAlexis Lee proposed a change to openstack/tripleo-incubator: Clean up heat env file code  https://review.openstack.org/9098312:27
openstackgerritJan Provaznik proposed a change to openstack/os-cloud-config: Allow setup services endpoints  https://review.openstack.org/9238312:27
*** gcha has joined #tripleo12:29
lxslibnemec 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 merged12:42
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: Install lsof during Percona install  https://review.openstack.org/9303112:43
*** lucas-hungry is now known as lucasagomes12:43
*** ramishra has quit IRC12:43
*** darraghb has quit IRC12:44
*** rbrady-biab is now known as rbrady12:48
*** ramishra has joined #tripleo12:48
*** ramishra has quit IRC12:49
*** ramishra has joined #tripleo12:50
*** julim has joined #tripleo12:52
*** ramishra has quit IRC12:55
dprincesend 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
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: Switch Percona bootstrap to "restart-bootstrap"  https://review.openstack.org/9303212:55
*** geertj has joined #tripleo12:58
openstackgerritKiall 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/9303413:00
openstackgerritA change was merged to openstack/tripleo-heat-templates: Introduce configurable virtual ip in templates  https://review.openstack.org/8955613:04
*** matty_dubs|gone is now known as matty_dubs13:06
*** cwolferh has joined #tripleo13:07
andrearosahttps://review.openstack.org/91536 is the change I was referring in my previous comment.13:10
openstackgerritNicholas Randon proposed a change to openstack/tripleo-heat-templates: Add passthrough configuration glue.  https://review.openstack.org/9181013:11
*** darraghb has joined #tripleo13:14
*** rlandy_ is now known as rlandy13:17
*** hashar has quit IRC13:24
*** geertj has quit IRC13:25
*** morazi has joined #tripleo13:33
*** spzala has joined #tripleo13:37
*** StevenK has quit IRC13:39
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Expose passthrough configuration in undercloud.  https://review.openstack.org/9179213:45
openstackgerritKiall 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/9303913:47
*** dshulyak_ has quit IRC13:50
openstackgerritAlexis Lee proposed a change to openstack/tripleo-incubator: Clean up heat env file code  https://review.openstack.org/9098313:52
openstackgerritAlexis Lee proposed a change to openstack/tripleo-incubator: Fix Id595113a52f5a1da740bd81a4cf7932c96d57754  https://review.openstack.org/9304113:52
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-incubator: tripleo not configuring baremetal correctly in undercloud  https://review.openstack.org/9304214:01
openstackgerritEamonn O'Toole proposed a change to openstack/tripleo-image-elements: Add swift.proxy-memcache metadata to proxy-server.conf  https://review.openstack.org/8631214:02
*** csd has quit IRC14:06
mkerrinIf 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
mkerrinI would appreciate someone taking a look14:07
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Adding missing setup for instack  https://review.openstack.org/9107814:07
*** rlandy has quit IRC14:09
*** geertj has joined #tripleo14:12
openstackgerritKiall 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/9303914:17
*** bcrochet has quit IRC14:28
*** jpeeler has quit IRC14:28
*** jpeeler has joined #tripleo14:28
*** lazy_prince has joined #tripleo14:32
*** lazy_prince is now known as killer_prince14:33
*** michchap has quit IRC14:37
*** michchap has joined #tripleo14:37
*** tteggel has quit IRC14:39
*** tteggel has joined #tripleo14:41
*** bcrochet has joined #tripleo14:41
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Ensure ipmi username and password are set  https://review.openstack.org/9304814:41
*** dshulyak_ has joined #tripleo14:43
*** StevenK has joined #tripleo14:43
*** jcoufal_ has joined #tripleo14:49
*** jcoufal has quit IRC14:50
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: Refuse to bootstrap Percona when there is no metadata present  https://review.openstack.org/9305014:53
*** petertoft has quit IRC14:57
*** weshay has quit IRC14:57
ccrouchderekh_: what am I missing, how is this change verified by jenkins: https://review.openstack.org/#/c/93025/14:57
ccrouchwhen it failed undercloud-precise?14:57
openstackgerritAlexis Lee proposed a change to openstack/tripleo-incubator: Fix Id595113a52f5a1da740bd81a4cf7932c96d57754  https://review.openstack.org/9304114:58
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Make a separation between HEAT_ENV  https://review.openstack.org/9305114:59
*** untriaged-bot has joined #tripleo15:00
untriaged-botUntriaged bugs so far:15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131698515:00
uvirtbotLaunchpad bug 1316985 in tripleo "set -eu may spuriously break dkms module" [Critical,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131744615:00
uvirtbotLaunchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131497815:00
uvirtbotLaunchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131535515:00
uvirtbotLaunchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131792315:00
uvirtbotLaunchpad bug 1317923 in tripleo "tripleo failing to come up - baremetal configuration broked" [Undecided,In progress]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131777815:00
uvirtbotLaunchpad bug 1317778 in tripleo "Rabbit "guest from everywhere" should be reverted" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131667515:00
uvirtbotLaunchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131705615:00
uvirtbotLaunchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Undecided,New]15:00
*** untriaged-bot has quit IRC15: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-docs15:01
derekh_ccrouch: when the first one past jenkins added a +1 the second set of test is still running15:01
derekh_if they fail jenkins will then chang it to a -115:01
derekh_ccrouch: the faild job is from a previous check15:03
derekh_ccrouch: then I did a recheck which reset things15:03
*** TravT has joined #tripleo15:04
derekh_ccrouch: your right though, it should probably wait for all jobs to finish befor setting the verified flag15:04
*** sdake_ has quit IRC15:04
ccrouchright, it kinda makes sean's new dashboard less useful15:05
ccrouchhttps://review.openstack.org/#/projects/openstack/tripleo-incubator,dashboards/important-changes:review-inbox-dashboard15:05
openstackgerritStuart McLaren proposed a change to openstack/tripleo-incubator: Run the overcloud with an SSL enabled public IP  https://review.openstack.org/8509815:06
ccrouchbecause "Passed Jenkins" doesnt actually mean passed jenkins15:06
ccrouchderekh_: i wonder if there is any fix for this15: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 though15:07
ccrouchyeah same queue might be easiest, hopefully we're wont get too many failures from the docs builds :-)15:07
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: rabbitmq-server depeds on os-svc-install  https://review.openstack.org/9305515:09
openstackgerritStuart McLaren proposed a change to openstack/tripleo-incubator: Run the overcloud with an SSL enabled public IP  https://review.openstack.org/8509815:11
openstackgerritDan Prince proposed a change to openstack-infra/tripleo-ci: WIP: Squid caching test for Fedora base image  https://review.openstack.org/9305815:12
openstackgerritJiri Stransky proposed a change to openstack/os-cloud-config: PKI key/cert generation for use with Keystone  https://review.openstack.org/8332415:16
*** randonn has quit IRC15:17
*** randonn has joined #tripleo15:18
*** nekron99_ has joined #tripleo15:18
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Ensure ipmi username and password are set  https://review.openstack.org/9304815:18
*** jdonalds has joined #tripleo15:19
lxsliCI passed! All the jobs at the same time! Quick, +2 please! https://review.openstack.org/#/c/90983/ :D15:23
*** casanch1 has joined #tripleo15:25
*** geertj has quit IRC15:28
*** killer_prince has quit IRC15:31
*** ramishra has joined #tripleo15:32
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: Refuse to bootstrap Percona when there is no metadata present  https://review.openstack.org/9305015:32
*** ramishra has quit IRC15:36
*** jdonalds has quit IRC15:37
*** eghobo has joined #tripleo15:41
*** Rakesh6 has quit IRC15:42
*** casanch1 has quit IRC15:53
*** jp_at_hp has quit IRC15:54
*** andrearosa has quit IRC15:55
*** pcrews has joined #tripleo15:55
openstackgerritJiri Stransky proposed a change to openstack/os-cloud-config: PKI key/cert generation for use with Keystone  https://review.openstack.org/8332415:55
openstackgerritAlexis Lee proposed a change to openstack/tripleo-incubator: Clean up heat env file code  https://review.openstack.org/9307215:56
openstackgerritAlexis Lee proposed a change to openstack/tripleo-incubator: Fix Id595113a52f5a1da740bd81a4cf7932c96d57754  https://review.openstack.org/9307315:56
openstackgerritGiulio Fidente proposed a change to openstack/tripleo-incubator: Clarify the requirements around TRIPLEO_ROOT var setting  https://review.openstack.org/9261115:57
openstackgerritAlexis Lee proposed a change to openstack/tripleo-incubator: Fix Id595113a52f5a1da740bd81a4cf7932c96d57754  https://review.openstack.org/9304115:57
*** matty_dubs is now known as matty_dubs|lunch15:57
openstackgerritMichael 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/9307516:01
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: Enable nova to use the common venv  https://review.openstack.org/9307616:01
openstackgerritMichael Kerrin proposed a change to openstack/tripleo-image-elements: Remove /opt/stack/{repo} files  https://review.openstack.org/9307716:01
openstackgerritGhe Rivero proposed a change to openstack/tripleo-image-elements: Fix ironic api port in nova element  https://review.openstack.org/9307816:01
*** geertj has joined #tripleo16:03
*** casanch1 has joined #tripleo16:04
*** lsmola has quit IRC16:05
*** derekh_ has quit IRC16:07
openstackgerritDan Prince proposed a change to openstack-infra/tripleo-ci: WIP: Squid caching test for Fedora base image  https://review.openstack.org/9305816:10
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: Refuse to bootstrap Percona when there is no metadata present  https://review.openstack.org/9305016:12
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: Refuse to bootstrap Percona when there is no metadata present  https://review.openstack.org/9305016:15
*** andreaf has quit IRC16:16
*** martyntaylor has quit IRC16:25
*** jistr is now known as jistr|gone16:27
*** ramishra has joined #tripleo16:32
*** ramishra has quit IRC16:37
*** spzala has quit IRC16:38
*** gcha has quit IRC16:41
*** geertj has quit IRC16:44
*** newell_ has joined #tripleo16: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 #tripleo16:45
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Make a separation between HEAT_ENV  https://review.openstack.org/9305116:45
*** mkerrin has left #tripleo16:45
*** markmc has quit IRC16:46
openstackgerritKiall 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/9303916:55
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: Fix percona multi node clustering  https://review.openstack.org/9303216:55
openstackgerritKiall 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/9303916:56
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: Fix percona multi node clustering  https://review.openstack.org/9303216:56
*** athomas has quit IRC16:57
*** giulivo has quit IRC16:58
*** weshay has joined #tripleo16:59
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: dpkg: support pkg-map in bin/install-packages  https://review.openstack.org/9160117:09
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: Yum: support pkg-map in bin/install-packages  https://review.openstack.org/9160017:10
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: opensuse: support pkg-map in bin/install-packages  https://review.openstack.org/9160217:10
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: Update base element to make use of pkg-map  https://review.openstack.org/9188017:10
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: Add pkg-map element.  https://review.openstack.org/9159817:10
openstackgerritDan Prince proposed a change to openstack/diskimage-builder: Set DISTRO_NAME in OS environment.d  https://review.openstack.org/9159917:10
*** bnemec is now known as beekneemech17:10
*** lucasagomes is now known as lucas-packing17:12
*** spzala has joined #tripleo17:17
*** matty_dubs|lunch is now known as matty_dubs17:18
*** jogo is now known as flashgordon17:18
*** darraghb has quit IRC17:23
*** eghobo has quit IRC17:24
*** eghobo has joined #tripleo17:24
*** chuckC has joined #tripleo17:25
openstackgerritA change was merged to openstack/tripleo-image-elements: Revert "Remove auth_strategy from nova.conf"  https://review.openstack.org/9302717:25
*** jang has joined #tripleo17:27
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Make a separation between --heat-env  https://review.openstack.org/9309117:34
openstackgerritA change was merged to openstack/tripleo-image-elements: Allow nova to use different configuration files  https://review.openstack.org/9153617:39
*** dprince has quit IRC17:40
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Make a separation between --heat-env  https://review.openstack.org/9309117:42
openstackgerritKiall Mac Innes proposed a change to openstack/tripleo-image-elements: Fix percona multi node clustering  https://review.openstack.org/9303217:46
beekneemechI think someone added a new dep on us. :-(17:49
beekneemechhttps://jenkins07.openstack.org/job/check-tripleo-overcloud-precise/763/console17:49
beekneemechThis looks to be it: https://github.com/openstack/heat/commit/9371edc71632c29b1c1ffab5a1b997b9b348aea917:53
openstackgerritBen Nemec proposed a change to openstack/tripleo-image-elements: Install libffi-dev in heat element  https://review.openstack.org/9309618:00
beekneemechLooks like CI will be wedged until ^ merges.18:00
*** morganfainberg_Z is now known as morganfainberg18:04
*** jistr|gone has quit IRC18:12
*** athomas has joined #tripleo18:12
SpamapSWTF? since when did we say we wanted to deploy stable OpenStack w/ TripleO? New, undiscussed requirements are really frustrating.18:23
greghaynessrsly18:24
slagleSpamapS: are you referring to my patch to deploy stable/icehouse from the tripleo stable branches?18:29
openstackgerritJan Provaznik proposed a change to openstack/tripleo-image-elements: Mysql cluster init  https://review.openstack.org/8687118:40
openstackgerritJan Provaznik proposed a change to openstack/tripleo-image-elements: Allow install mariadb from RDO repository  https://review.openstack.org/8729518:40
openstackgerritJan Provaznik proposed a change to openstack/tripleo-image-elements: Extract mysql reset files from reset-db  https://review.openstack.org/9310418:40
*** jprovazn is now known as jprovazn_afk18:43
mordredslagle: you got a link to that? I'm having a conversation with somone on that topic and would love to eference your branch18:52
beekneemechslagle: I think SpamapS is referring to https://review.openstack.org/9302718:56
slaglemordred: this is what i was talking about: https://review.openstack.org/#/c/91666/18:56
slaglemordred: the idea being, the stable/icehouse branches of tripleo-* deploy stable/icehouse of everything else by default18:57
slagleat least, that's what they're meant to work with18:57
slagleit doesnt make sense to try and make stable/icehouse of tie deploy nova from juno, etc.18:57
openstackgerritA change was merged to openstack/tripleo-image-elements: Allow heat to set postfix relayhost value  https://review.openstack.org/9165918:59
*** geertj has quit IRC18:59
*** nekron99_ has quit IRC19:03
*** casanch1 has quit IRC19:08
*** jprovazn_afk is now known as jprovazn19:13
*** julim has quit IRC19:14
slaglebeekneemech: oh, ok.19:14
*** spzala has quit IRC19:14
jprovazngreghaynes, 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 anywhere19:14
greghayneshuh. I wonder if I messed up pushing that19:15
greghaynesjprovazn: I saw your comment about using controller-address instead of host... I think that applies here as well?19:19
*** openstackgerrit has quit IRC19:19
*** openstackgerrit has joined #tripleo19:20
greghaynesjprovazn: I think that should be controller_host, not host19:21
jprovazngreghaynes, 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 fine19:21
greghayneshrm. 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
greghaynesSeems like other services use controller_host already, so not wanting to make it inconsistent19: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 it19:24
greghaynesYep19:24
jprovazngreghaynes, ok19:25
*** jprovazn is now known as jprovazn_afk19:25
openstackgerritGregory Haynes proposed a change to openstack/tripleo-heat-templates: Add bootstrap-host property to controller node  https://review.openstack.org/9117719:25
openstackgerritGregory Haynes proposed a change to openstack/tripleo-heat-templates: Add bootstrap-host property to controller node  https://review.openstack.org/9117719:30
openstackgerritGregory Haynes proposed a change to openstack/tripleo-heat-templates: Add initial support for galera clustering  https://review.openstack.org/8388319:30
*** epim has joined #tripleo19:31
openstackgerritGregory Haynes proposed a change to openstack/tripleo-heat-templates: Add initial support for galera clustering  https://review.openstack.org/8388319:33
openstackgerritGregory Haynes proposed a change to openstack/tripleo-heat-templates: Add Controller scale param to merge.py  https://review.openstack.org/8808519:34
openstackgerritTzu-Mainn Chen proposed a change to openstack/tuskar-ui: Adding missing setup for instack  https://review.openstack.org/9107819:35
openstackgerritGregory Haynes proposed a change to openstack/tripleo-image-elements: Add os-is-bootstrap-host element and script  https://review.openstack.org/8643519:36
*** epim has quit IRC19:37
*** spzala has joined #tripleo19:38
vinshHey!  if I am making use of the sysctl element.. in which file of another element would I call it from?19:41
vinshsomething in pre-configure.d ?19:41
vinshwhat is a best practice?19:41
vinshand how do I determine which number to use?  97- ?19:43
beekneemechslagle: 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 IRC19:47
greghayneshere, have a +A19:48
beekneemechgreghaynes: Much appreciated. :-)19:49
beekneemechBy everyone, in fact.  http://goodsquishy.com/downloads/tripleo-jobs.html is kind of a train wreck right now.19:49
*** epim has joined #tripleo19:55
*** geertj has joined #tripleo20:00
*** jcoufal_ has quit IRC20:01
*** jcoufal has joined #tripleo20:04
openstackgerritAdam Vinsh proposed a change to openstack/tripleo-image-elements: Allows HA-Proxy to create listening sockets  https://review.openstack.org/9312120:05
*** e0ne has joined #tripleo20:08
lifelessGheRivero: morning20:12
lifelessGheRivero: btw screen -xr is your friend20:12
lifelessGheRivero: are you still on the rack, or have you tagged someone else in?20:13
greghayneslifeless: adam_g is20:13
lifelessadam_g: morning ;)20:13
adam_glifeless, sup20:13
greghayneslifeless: and im sort of lurking and trying to fix what he has run into20:13
lifelesscool20:13
greghaynesalso, I hear you dont like tmux :p20:13
lifelesswell i'm packing for the trip20:13
lifelessgreghaynes: I didn't want N different sessions for a shared debug environmnet20:14
greghaynesYep, totally20:14
lifelessgreghaynes: e.g. I had to kill one off to edit devtestrc20:14
lifelessso no, its not about tmux20:14
adam_glifeless, 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/131764720:14
uvirtbotLaunchpad bug 1317647 in ironic "disk volume labels on conductor can conflict with nodes disk labels" [Undecided,Confirmed]20:14
adam_gNobodyCam is working on a fix for that now20:14
lifelessoh, because ironic isn't using sfdisk anymore?20:14
adam_gim hesitant to change the disk label on seed20:15
lifelessha ha chickens coming home to roost20:15
lifelessadam_g: indeed, so you should be :)20:15
greghayneslifeless: 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
uvirtbotLaunchpad bug 1316475 in tripleo "trusty hang on first boot post deploy" [Critical,Triaged]20:15
lifelessok so I'm packing to fly out today20:15
lifelessbut I will help as I can20:15
vinshgreghaynes, anyone.. whats the trick for triggering files in preconfigure-d?  for example https://review.openstack.org/#/c/93121/20:16
lifelesslucas-packing: we may need to revert the use of parted20:16
lifelessanyhow, AFK for a while ten back20:16
vinshmy new file.. 98-.. appeared on the node. bus is not run.20:16
*** casanch1 has joined #tripleo20:16
vinsh*but20:16
greghaynesvinsh: How sure are you its not run?20:17
vinshwhen I look in the log.. its never called...20:17
greghaynes/var/log/upstart/os-collect-config.log being your friend20:17
greghayneshrm20:17
greghaynesis something dying before it?20:18
vinshcat /var/log/upstart/os-collect-config.log | grep 98-haproxy-sys  nadda.20:18
*** jcoufal has quit IRC20:19
vinshthe other scripts around it seem to have run20:19
slaglevinsh: is the file +x?20:19
vinshyeah20:20
vinshoh no its not20:20
vinsh!20:20
vinshIt was in my repo.. but didn't get baked into the image as such20:20
*** mestery has joined #tripleo20:21
slagleodd, the perms should be preserved20:21
slagleanyway, that's definitely whey it didn't get run :)20:21
vinshwould think so.20:21
slagle*why20:21
vinshls -lh20:21
vinshtotal 8.0K20:21
vinsh-rwxrwxr-x 1 vinsh vinsh 1.4K May  9 13:56 98-haproxy-iptables20:21
vinsh-rwxrwxr-x 1 vinsh vinsh  249 May  9 13:56 98-haproxy-sysctl20:21
vinshbut not so on the node20:21
vinshya. makes sense, thanks for the pointer.20:21
vinshNo. Friday syndrome. My fault.20:22
vinshfixed the perms in my working repo.. not on the build box.20:22
vinshthus ends amateur hour.20:23
vinshMy commit is correct atleast20:24
*** weshay has quit IRC20:26
vinshAnyway greghaynes change 93121 might be helpful in your control scaling work.20:27
*** jcoufal has joined #tripleo20:30
greghaynesvinsh: yep, there has been some discussion on what the strategy is - should we bind on * or be smart about where we bind, etc20:33
greghaynesI think dshulyak_ said he would mail the list about this20:33
greghaynesor maybe I just should...20:34
*** shakayumi has joined #tripleo20:36
*** STMI__ has quit IRC20:37
lucas-packinglifeless, hi there :( that's a nasty bug indeed... I was talking to NobodyCam he's preparing a patch to work that around20:42
lucas-packinglifeless, also I couldn't reproduce that in fedora (idk if it's the parted version there or something else)20:43
*** dshulyak_ has quit IRC20:45
*** jprovazn_afk has quit IRC20:48
vinshgreghaynes, 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 IRC20:59
*** untriaged-bot has joined #tripleo21:00
untriaged-botUntriaged bugs so far:21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131698521:00
uvirtbotLaunchpad bug 1316985 in tripleo "set -eu may spuriously break dkms module" [Critical,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131744621:00
uvirtbotLaunchpad bug 1317446 in tripleo "Whitespace in SSLCertificate param causes jq error" [Undecided,In progress]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131497821:00
uvirtbotLaunchpad bug 1314978 in tripleo "Cloud vm not pingable after overcloud upgrade " [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131535521:00
uvirtbotLaunchpad bug 1315355 in tripleo "Upgrade of overcloud failed with "Connection to neutron failed: Maximum attempts reached"" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131777821:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131667521:00
uvirtbotLaunchpad bug 1317778 in tripleo "Rabbit "guest from everywhere" should be reverted" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131705621:00
uvirtbotLaunchpad bug 1316675 in tripleo "Saving a devtest VM results in error" [Undecided,In progress]21:00
*** untriaged-bot has quit IRC21:00
uvirtbotLaunchpad bug 1317056 in tripleo "Guest VM FS corruption after compute host reboot" [Undecided,New]21:00
*** eguz has joined #tripleo21:03
*** eguz has quit IRC21:03
*** jang has quit IRC21:04
*** julim has joined #tripleo21:05
*** eghobo has quit IRC21:07
*** epim has joined #tripleo21:15
*** matty_dubs is now known as matty_dubs|gone21:19
*** epim has quit IRC21:25
openstackgerritGregory Haynes proposed a change to openstack/tripleo-image-elements: Add tftp_server propert to ironic.conf  https://review.openstack.org/9313121:27
openstackgerritGregory Haynes proposed a change to openstack/tripleo-incubator: Add ironic.tftp_server property to seed metadata  https://review.openstack.org/9313221:27
greghaynesadam_g: ^21:27
SpamapSgreghaynes: propert21:29
greghaynesProper T21:29
SpamapSoh21:29
SpamapSduh21:29
SpamapS;)21:29
SpamapSgreghaynes: u r sucha milleneeul21:29
adam_gwhat you say hammer? proper21:29
SpamapSProper T was my rapper name in middle school.21:30
greghayneswow. Im impressed youre willing to admit that21:30
openstackgerritGregory Haynes proposed a change to openstack/tripleo-image-elements: Add tftp_server property to ironic.conf  https://review.openstack.org/9313121:32
SpamapSgreghaynes: Im just keepin it real21:32
*** epim has joined #tripleo21:34
lifelesslucas-packing: how will it be worked around ?21:36
*** epim has quit IRC21:37
*** athomas has quit IRC21:42
adam_glifeless, https://review.openstack.org/#/c/93133/ is whats been proposed. im testing now21:45
openstackgerritGonéri Le Bouder proposed a change to openstack/diskimage-builder: 4 spaces indent  https://review.openstack.org/9182921:53
openstackgerritGonéri Le Bouder proposed a change to openstack/diskimage-builder: indent: search for !=4 spaces indentation  https://review.openstack.org/8853421:53
*** morazi has quit IRC21:54
*** openstackgerrit has quit IRC22:05
*** openstackgerrit has joined #tripleo22:06
openstackgerritA change was merged to openstack/tripleo-image-elements: Install libffi-dev in heat element  https://review.openstack.org/9309622:12
*** jml has quit IRC22:17
lucas-packinglifeless, yeah, like that remove the label before partitioning, but save the ephemeral one and label the volume back after partitioning22:17
*** jml has joined #tripleo22:21
*** jcoufal has quit IRC22:24
lifelesslucas-packing: wow, ugh22:33
lifelesslucas-packing: I'd be investigating going back to sfisk/gdisk if that works, because its mucho uglo22:34
lifelessadam_g: ^22:34
lucas-packinglifeless, yeah, well sfdisk didn't work22:35
lucas-packingit was broken22:35
lifelesslucas-packing: I know22:35
lifelesslucas-packing: but the ubuntu installer uses it successfully22:35
*** shardy has quit IRC22:35
lifelesslucas-packing: anyhow, short term we clearly need a fix :)22:35
*** chuckC has quit IRC22:35
lucas-packinglifeless, +122:36
lifelesslucas-packing: the issue is that any interruption here will leave the ephemeral partition unlabelled22:36
lucas-packinglifeless, what I'm more afraid of sfdisk is...22:36
lucas-packinghttp://linux.die.net/man/8/sfdisk22:36
lucas-packingsfdisk 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-packingI mean gdisk can do that22:36
lifelesslucas-packing: http://linux.die.net/man/8/sgdisk22:36
lucas-packinglifeless, yeah... worth taking a look22:37
lucas-packingwe have now a class abstracting the partioning so the tool underneath is not a big deal22:38
*** pbelanyi has quit IRC22:38
*** dtantsur has quit IRC22:41
*** wfoster has quit IRC22:41
adam_gFWIW  https://review.openstack.org/93096 helps partitioning succeed during ramdisk deploy22:44
*** eghobo has joined #tripleo22:44
*** eghobo has quit IRC22:45
*** eghobo has joined #tripleo22:46
*** shadower has quit IRC22:46
openstackgerritA change was merged to openstack/tripleo-image-elements: Add rally element  https://review.openstack.org/9013522:46
*** geertj has quit IRC22:47
lifelessadam_g: how does 93096 help the ramdisk deploy work ?23:03
adam_glifeless, doh, bad paste. https://review.openstack.org/#/c/93133/23:03
SpamapSlifeless: MAGIC23:04
lifelessSpamapS: :)23:04
adam_gnow back to https://bugs.launchpad.net/tripleo/+bug/131647523:04
uvirtbotLaunchpad bug 1316475 in tripleo "trusty hang on first boot post deploy" [Critical,Triaged]23:04
*** lucas-packing has quit IRC23:06
*** cwolferh has quit IRC23:06
lifelessprint_nodes is shiny23:07
adam_glifeless, FYI instance deployed, hanging on that bug. twiddling pxe-supplied kernel parameters and manually power cycling in hopes of getting some debug info23:09
*** lazy_prince has joined #tripleo23:11
*** lazy_prince is now known as killer_prince23:11
lifelessadam_g: adding a dep on a manual stty config to that job might let you get a backdoor23:16
lifelessadam_g: alternatively, running up a nc-connected-to-screen-or-bash or something23:17
SpamapSok.. weekend.. summit.. see you all in Hotlanta23:20
lifelessSpamapS: btw did you see I42acc3851811703960feb40bc4ce0e895ee57c0523:23
SpamapSlifeless: yes23:26
SpamapSlifeless: nobody told me that we cared about stable OpenStack releases.23:26
SpamapSlifeless: anyway.. gotta run23:27
*** casanch1 has quit IRC23:46
*** shardy has joined #tripleo23:50
*** shardy has quit IRC23:50

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!