Monday, 2014-04-07

*** CaptTofu has quit IRC00:01
*** CaptTofu has joined #tripleo00:02
openstackgerritSteve Kowalik proposed a change to openstack-infra/tripleo-ci: ensure-test-env now uses devtest_testenv  https://review.openstack.org/8328500:03
StevenKlifeless: Huh, nice.00:04
*** e0ne has joined #tripleo00:05
*** CaptTofu has quit IRC00:06
lifelesstchaypo: why did you remove it ?00:07
*** e0ne has quit IRC00:09
*** matsuhashi has joined #tripleo00:18
tchaypoI left a comment on patch 11, March 31; in short it's because I realised that we can't know if the user is running the scripts today in the same place they ran it yesterday, so we can't know that we've found all the old files they had scattered around00:20
lifelesstchaypo: so maybe I should ask a different question00:21
tchayposo I thought it was better to remove it than to inconsistently sometimes catch a file which might not even be the one being used, just an old one that happens to be lying around00:21
lifelesstchaypo: why do this? Isn't it a feature that I can have different environments without multiple copies of the code?00:21
lifelesstchaypo: [rhetorical - trying to tease things apart by asking questions]00:22
lifelesswell, not entirely rhetoric00:22
tchayposocratic?00:22
lifeless<- segue00:23
tchaypoI guess the existing code does implicitly allow for that, if you happened to run it from a different $PWD per environment00:24
tchaypobut that's not explicit or documented as far as i know00:25
lifelessperhaps its that TRIPLEO_ROOT encodes several things00:25
tchaypomy work was inspired by seeing several other people with several changes that made different assumptions about where the password files would be00:25
lifelesswhere to store some per enviromental state00:26
lifelesswhere to checkout some source code00:26
lifelesswhere to write images00:26
tchaypoone person assumed that they'd be under ~/.cache/tripleo/tripleo-incubator, another under ~/.cache/tripleo00:26
*** eguz has quit IRC00:28
tchaypoA quick grep for disk-image-create shows that "where to write images" seems to be $TRIPLEO_ROOT00:28
tchaypothere's no scope for multiple environments with same code there - unless they all use the same images, or don't mind have their images go away00:28
tchaypoIf we were to aim to have the password and rc files support multiple environment dirs, it makes sense to me to put the images in the environment dir as well00:30
lifelessok00:30
lifelessso less breaky00:30
tchaypoand $TE_DATAFILE00:30
lifelessif we could land the change, update stuff to use it, remoe backwards compat, thats the usual pattern for such things00:31
lifelessbut / or - just coordinate with existing prod users - the tripleo-cd-admins team to test that it works and how to make it all hang together00:31
tchaypoRethinking the assumptions that code makes00:33
tchayponope - I was about to suggest we just abort if ./$FILE exists and don't create $TRIPLEO_ROOT/$FILE in that case; but that isn't going to work with the other change to devtest_*cloud suppling "-f $TRIPLEO_ROOT/$FILE"00:35
*** yamahata has joined #tripleo00:36
tchaypoIf we move the check for an existing file up into devtest_*cloud.sh, we could skip calling setup-*-passwords if ./*-passwords already exists00:37
tchaypowhich should preserve existing behaviour for existing users and CI, but mean that new users get the passwords created in $TRIPLEO_ROOT00:38
*** eghobo has joined #tripleo00:39
*** eghobo has quit IRC00:39
tchaypobut the switch to having devtest-*cloud.sh tell setup-*-passwords exactly which file to use was added because we didn't want to give setup-*-passwords a new dependency on needing $TRIPLEO_ROOT to be set. If we allowed that to happen instead, we could put the "find an existing one if we can, otherwise make a new one in $TRIPLEO_ROOT" logic into setup-*-passwords; if it returns the filename, devtest-*-cloud00:43
tchaypocan figure out what it needs to source00:43
tchaypoToo many choices; I'm going for a spin to clear my head. bbs.00:44
*** e0ne has joined #tripleo01:06
*** e0ne has quit IRC01:07
*** nosnos has joined #tripleo01:30
tchaypoback.01:41
tchaypo*supplying01:43
*** yamahata has quit IRC01:45
*** ramishra has joined #tripleo01:52
*** xuhaiwei has joined #tripleo01:55
*** e0ne has joined #tripleo02:05
tchaypoLong-term I think a good solution would be to tweak all the scripts to expand on TRIPLEO_ROOT02:06
*** e0ne has quit IRC02:06
tchaypoto make that the base for everything, but put per-environment artificats under something like $TRIPLEO_ROOT/env/$ENV_NAME02:07
tchayposhort-term, we can either have devtest_*cloud.sh make their own decision about whether or not to invoke setup-*-passwords (if they find a password file in ., they won't)02:09
tchaypoor we could make setup-*-passwords figure out if there's a file in . to use, or a file in $TRIPLEO_ROOT, and if neither, create a file in $TRIPLEO_ROOT02:10
tchaypoand then have it return the name of the file it found, and have the caller source that file02:10
tchaypoI think the former is a smaller change.02:20
openstackgerritJames Polley proposed a change to openstack/tripleo-incubator: Standardise location of environment password/rc files.  https://review.openstack.org/8325002:27
*** ccrouch has joined #tripleo02:34
*** matsuhashi has quit IRC02:47
*** fandi has joined #tripleo02:47
*** untriaged-bot has joined #tripleo03:00
untriaged-botUntriaged bugs so far:03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130285603:00
uvirtbotLaunchpad bug 1302856 in tripleo "ramdisk: busybox's depmod is broken" [Undecided,Confirmed]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130262903:00
uvirtbotLaunchpad bug 1302629 in tripleo "Network problems in user VM after overcloud-compute image update" [Undecided,New]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/129048803:00
uvirtbotLaunchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130255903:00
*** untriaged-bot has quit IRC03:00
uvirtbotLaunchpad bug 1302559 in tripleo "After update of overcloud with new compute image user vm are unavailable" [Undecided,New]03:00
*** nosnos has quit IRC03:02
*** matsuhashi has joined #tripleo03:04
*** e0ne has joined #tripleo03:05
*** e0ne has quit IRC03:09
*** eghobo has joined #tripleo03:15
*** nosnos has joined #tripleo03:20
*** fandi has quit IRC03:21
openstackgerritSteve Kowalik proposed a change to openstack-infra/tripleo-ci: ensure-test-env now uses devtest_testenv  https://review.openstack.org/8328503:21
*** matsuhashi has quit IRC03:29
*** yamahata has joined #tripleo03:30
*** fandi has joined #tripleo03:37
*** eghobo has quit IRC03:49
*** eghobo has joined #tripleo03:49
*** nosnos has quit IRC03:51
*** ramishra has quit IRC04:05
*** e0ne has joined #tripleo04:05
*** ramishra has joined #tripleo04:06
*** tzumainn has quit IRC04:08
*** e0ne has quit IRC04:08
*** akuznetsov has joined #tripleo04:10
*** ramishra has quit IRC04:15
*** morazi has quit IRC04:22
*** eghobo has quit IRC04:38
*** eghobo has joined #tripleo04:39
*** ramishra has joined #tripleo04:46
*** ramishra has quit IRC04:47
*** ramishra has joined #tripleo04:47
*** eguz has joined #tripleo04:50
*** eghobo has quit IRC04:50
*** e0ne has joined #tripleo05:05
*** fandi has quit IRC05:06
*** e0ne has quit IRC05:09
*** fandi has joined #tripleo05:19
*** e0ne has joined #tripleo05:26
*** adam_g has quit IRC05:29
*** stevebaker has quit IRC05:29
*** StevenK has quit IRC05:29
*** wendar_ has joined #tripleo05:29
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Rough POC of in-tree downloaded images support.  https://review.openstack.org/8563605:29
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Deploy overcloud images from seed  https://review.openstack.org/8512605:29
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Make it possible to just build images.  https://review.openstack.org/8522205:29
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Make devtest_* accept options.  https://review.openstack.org/8522105:29
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Make cloudprompt safe to import multiple times.  https://review.openstack.org/8562005:29
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Remove boot-seed-vm need to know ssh key.  https://review.openstack.org/8561905:29
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Encapsulate getting image for a deployment.  https://review.openstack.org/8513005:29
*** lifeless has quit IRC05:30
*** wendar has quit IRC05:30
*** StevenK has joined #tripleo05:30
*** lifeless has joined #tripleo05:31
*** e0ne has quit IRC05:31
*** stevebaker has joined #tripleo05:33
*** adam_g has joined #tripleo05:33
*** adam_g has quit IRC05:33
*** adam_g has joined #tripleo05:33
*** marios has quit IRC05:56
*** marios has joined #tripleo05:56
*** jtomasek has joined #tripleo06:05
*** marun_afk has quit IRC06:08
*** jprovazn has joined #tripleo06:09
tchayposigh.06:24
tchaypoas well as messing with x, it seems the last round of updates also broke suspend-on-lid-close (fortunately I noticed this before I slipped my laptop into my bag) and the graphical notwork-mangler interface06:25
*** mrunge has joined #tripleo06:26
tchaypoTh network preference pane thing tells me that "The system network services are not compatible with this version"06:26
StevenKHeh06:27
*** e0ne has joined #tripleo06:33
*** rwsu has joined #tripleo06:35
*** ohadlevy_ is now known as ohadlevy06:40
*** ohadlevy has joined #tripleo06:41
*** e0ne has quit IRC06:43
*** e0ne has joined #tripleo06:44
*** e0ne has quit IRC06:48
openstackgerritA change was merged to openstack/tripleo-image-elements: Secure the mysql installation  https://review.openstack.org/8057006:52
openstackgerritGregory Haynes proposed a change to openstack/tripleo-image-elements: Enable Galera clustering  https://review.openstack.org/8367506:54
openstackgerritA change was merged to openstack/tripleo-image-elements: Allow setting of compute configuration options  https://review.openstack.org/8343806:58
*** e0ne has joined #tripleo06:58
tchaypowhy is greghaynes proposing changes at this hour of the weekend?06:59
greghaynesGood point06:59
greghaynesAll the GSoC proposals got me excited about coding07:00
StevenKHelping my wife with a bit of Python has me dispairing about it instead07:05
tchaypojust think how you'd feel if she was doing Ruby.07:06
StevenKShe didn't write it, she just has to make it not break after another system changes.07:06
StevenKtchaypo: She's doing that too07:06
tchaypooh well07:07
tchaypoit's such a shame that you know nothing about it and can't help her with that in any way at all.07:07
StevenKI know Ruby07:07
StevenKI just don't like it07:07
tchaypodoes anyone else get emails from ask.openstack.org?07:07
tchaypohint: look in your email for the subject line: [Ask OpenStack] 7 updates about "wrestlemania", "watch", "nosurvey", "wwe", "captain" and more07:07
tchaypocan you see the problem there?07:07
StevenKI tend to put my Perl knowledge and Python knowledge in a blender, add in a bunch of "end", and then start it up07:08
jangheh07:10
jang_("morning") guys.07:10
tchaypojang!07:10
greghaynesjang: hows the quadrotor?07:10
tchaypoi wanted to talk to you about a thing.07:10
tchaypojang: once i remember what the thing was...07:10
tchaypojang: oh, that's right - your change for hard-linking the files, and specifically your comment that "if the ln failed, the script will bomb and complain"07:13
tchaypojang: to me, it seems like that's no different from the version you originally had - except that in this case the original file has not been rmed yet. So to me that sounds like ait's much better than having the ln fail after we've already deleted the file. Am I missing something?07:15
*** lsmola_ has joined #tripleo07:16
*** ramishra has quit IRC07:19
*** ramishra has joined #tripleo07:20
*** ramishra has quit IRC07:20
*** ramishra has joined #tripleo07:20
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: Add a register-nodes command and associated API  https://review.openstack.org/8493307:21
*** eguz has quit IRC07:22
*** jcoufal has joined #tripleo07:25
jangno, that's fine.07:30
jangthe quadrotator is... more robust than some of my kichen galssware.07:31
greghaynes\O/07:31
jangnext task is reverse-engineering the RF the handset talks07:31
greghayneswhat kind is it?07:31
jangthe cheapest thing that maplins had. I think most of the spend was on the controller. There are no onboard smarts at all.07:31
greghaynesI imagine theres a tiny bit to keep it level-ish07:32
jangso, I need to figure out if my raspberry pi's camera has sufficient resolution that I can do distance calculations form the separatin of the LEDs on the arms.07:32
jangI suspect not (wrt the camera) and I think there's an onboard gyro package, yes07:32
jangI'm probably gonna have to build a steroscopic rig to work out where it is.07:33
greghaynesoh, are you going to do SLAM?07:33
jangthe payload goes to about 30g, so I'm gonna have to work out what I can do in that before I start ordering low form-factor arduino bits.07:33
jangI don't know what SLAM is. This is my second foray into hardware, and I've picked it mostly because it's about software.07:33
greghaynesSLAM is basically 'solve the where I am and what is around me' problem07:34
greghaynesvia mapping of you environment07:34
jangtchaypo: you're right, the hardlink variation leaves the file behind, at least; but if the hardlink consolidation fails it'll be during the image build, so it's not like it needs the training wheels to run at deploytime.07:34
janggreghaynes: something like that. I know a reasonable amount about the theory of this stuff, but I've never had anything to really test it on.07:35
greghaynessounds like fun07:35
greghaynesAre you going to be in atlanta?07:35
jangyeah.07:35
jangIf I can bring my killer robot through customs I'll let you have a look :-)07:36
*** hashar has joined #tripleo07:36
greghayneshaha, awesome07:36
greghaynesive definitely flown through customs with an all steel submarine :p07:36
jangalthough the bits are cheap enough that it'd probably be possible to pick 'em all up stateside too07:36
*** lazy_prince has joined #tripleo07:37
StevenKgreghaynes: Flying through customs is why you didn't questioned, because you were travelling too fast? :-P07:37
*** lazy_prince is now known as killer_prince07:37
greghayneshaha, we were questioned, I think we just wore them out07:37
greghaynes"no, this bottle of apoxy cant be carried on"07:38
tchaypojang: i'm not sure what you mean by "training wheels"07:38
tchaypogreghaynes: s/ap/ep/07:38
tchaypounless it was a poxy epoxy07:38
greghaynesno, youre right07:38
tchaypowell plaid sir07:38
jangtchaypo: I mean, it's not a disaster if the image fails to build, compared to it being a disaster if the element was randomly unlinking files during runtime.07:39
*** derekh has joined #tripleo07:40
tchaypooh, right07:40
jangthe change suggested was a reasonable one, though, I'm not claiming that.07:40
tchaypoyeah, it's annoying but it's not going to break a running system07:40
derekhMorning, commit to fix up F20 jobs if anybody has the time https://review.openstack.org/#/c/85552/07:41
tchaypoI wanted to make sure  I wasn't missing some context07:41
tchaypomorning derekh07:41
*** bauzas has joined #tripleo07:42
derekhtchaypo: hi ya, you were documenting the supported systems weren't you? I think once that merges you can add F20 to the list07:43
tchaypoI was, but I dropped my change while I was waiting for F20 to land. rcarrillocruz has the more recent change that's more comprehensive than mine07:43
derekhtchaypo: ok cool, rcarrillocruz just an FYI, we should have passing Fedora 20 jobs sometime today07:45
*** derekh has quit IRC07:46
* tchaypo is summonsed for dinner07:46
Ngmorning07:58
*** markmc has joined #tripleo07:58
*** jistr has joined #tripleo08:08
*** martyntaylor has joined #tripleo08:08
lxsliPlease could I get eyes on this? https://review.openstack.org/#/c/83596/08:09
*** mkerrin has joined #tripleo08:14
*** lucasagomes has joined #tripleo08:16
*** tzumainn has joined #tripleo08:19
rpodolyakamorning all08:20
*** giulivo has joined #tripleo08:20
*** akrivoka has joined #tripleo08:21
*** gcha has joined #tripleo08:31
*** rpodolyaka has quit IRC08:31
*** rpodolyaka1 has joined #tripleo08:31
*** matsuhashi has joined #tripleo08:35
*** e0ne has quit IRC08:38
*** e0ne has joined #tripleo08:38
*** nosnos has joined #tripleo08:40
*** e0ne_ has joined #tripleo08:41
*** e0ne has quit IRC08:41
*** athomas has joined #tripleo08:59
*** untriaged-bot has joined #tripleo09:00
untriaged-botUntriaged bugs so far:09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130285609:00
uvirtbotLaunchpad bug 1302856 in tripleo "ramdisk: busybox's depmod is broken" [Undecided,Confirmed]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130262909:00
uvirtbotLaunchpad bug 1302629 in tripleo "Network problems in user VM after overcloud-compute image update" [Undecided,New]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/129048809:00
uvirtbotLaunchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete]09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130255909:00
uvirtbotLaunchpad bug 1302559 in tripleo "After update of overcloud with new compute image user vm are unavailable" [Undecided,New]09:00
*** untriaged-bot has quit IRC09:00
shadowershould we treat check-tripleo-overcloud-f20 as voting?09:00
*** jp_at_hp has joined #tripleo09:03
GheRiveromorning all09:06
*** ramishra has quit IRC09:07
*** ramishra has joined #tripleo09:12
shadowerGheRivero, SpamapS: why didn't you guys Approve https://review.openstack.org/#/c/83659 as well (it already had a +2 from me)09:13
shadowerI'll do it -- just checking if I've missed some non mergeable window again09:13
openstackgerritA change was merged to openstack/tripleo-incubator: Install python-openstackclient  https://review.openstack.org/8547109:22
openstackgerritA change was merged to openstack/tripleo-incubator: Setup nameservers in the default-net.  https://review.openstack.org/8521509:23
*** e0ne_ has quit IRC09:25
*** e0ne has joined #tripleo09:26
*** martyntaylor1 has joined #tripleo09:26
*** e0ne has quit IRC09:28
*** e0ne has joined #tripleo09:28
*** martyntaylor has quit IRC09:30
*** martyntaylor1 has quit IRC09:32
GoneriHi all, I should be glad to have some feedback here. https://review.openstack.org/#/q/status:open+project:openstack/diskimage-builder+branch:master+topic:arg_check,n,z These diskimage-builder changes aim to simplify the elements check code and prevent the use of two root element at the same time.09:34
*** yassine has joined #tripleo09:41
*** xuhaiwei has quit IRC09:46
openstackgerrittom-howley proposed a change to openstack/tripleo-image-elements: Add keepalive option to rabbitmq config  https://review.openstack.org/8192009:56
smulcahyWho gets a vote in the TripleO PTL election? I've made one or two tiny submissions in the last while but never got an invite - just curious really09:57
openstackgerrittom-howley proposed a change to openstack/tripleo-heat-templates: Add rabbitmq keepalive and keepalive parameters to overcloud/undercloud template  https://review.openstack.org/8193409:58
Ngsmulcahy: I'm not sure offhand what the cut-offs were, but anteaya likely would :)09:59
*** martyntaylor has joined #tripleo10:01
Ngsmulcahy: https://wiki.openstack.org/wiki/PTL_Elections_March/April_201410:02
andreafhi - may I have a review for https://review.openstack.org/#/c/84982/10:02
*** babaevic has quit IRC10:03
smulcahyng: thanks - interesting, I seem to qualify to vote but never received an invite10:04
smulcahyanteaya: ^^^10:05
*** matsuhashi has quit IRC10:16
*** matsuhashi has joined #tripleo10:16
*** matsuhashi has quit IRC10:20
*** gcha has quit IRC10:36
*** e0ne has quit IRC10:40
*** e0ne has joined #tripleo10:41
*** e0ne has quit IRC10:45
openstackgerritA change was merged to openstack/tripleo-incubator: Make devtest_* accept options.  https://review.openstack.org/8522110:58
openstackgerritLadislav Smola proposed a change to openstack/tuskar-ui: Improve deployment page  https://review.openstack.org/8470210:58
*** petertoft has joined #tripleo11:01
*** fandi has quit IRC11:10
*** matsuhashi has joined #tripleo11:26
*** pblaho has joined #tripleo11:27
*** e0ne has joined #tripleo11:31
*** e0ne_ has joined #tripleo11:33
*** e0ne has quit IRC11:33
*** e0ne_ has quit IRC11:37
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: SSH key and virtual_power_driver not used on H/W  https://review.openstack.org/8377011:42
StevenKsmulcahy: You should mail her with a commit id or two11:45
*** matsuhashi has quit IRC11:49
*** matsuhashi has joined #tripleo11:50
*** matsuhas_ has joined #tripleo11:53
*** matsuhashi has quit IRC11:54
*** gcha has joined #tripleo11:55
*** e0ne has joined #tripleo11:56
*** e0ne_ has joined #tripleo11:59
*** nosnos has quit IRC11:59
*** lucasagomes is now known as lucas-hungry12:00
*** e0ne has quit IRC12:02
*** pblaho has quit IRC12:06
openstackgerritAlexis Lee proposed a change to openstack/os-refresh-config: Note os-apply-config runs at level 50  https://review.openstack.org/8569612:12
*** morazi has joined #tripleo12:16
*** yamahata has quit IRC12:20
*** bogdando has quit IRC12:22
*** bogdando has joined #tripleo12:22
*** bcrochet has quit IRC12:24
*** bcrochet has joined #tripleo12:26
*** zigo has quit IRC12:26
*** ccrouch has joined #tripleo12:32
*** jdob has joined #tripleo12:37
*** rlandy has joined #tripleo12:38
*** ramishra has quit IRC12:40
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Improve deployment page  https://review.openstack.org/8470212:42
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Improve deployment page  https://review.openstack.org/8470212:43
*** sdake_ has quit IRC12:45
*** andreaf has quit IRC12:45
*** noslzzp has joined #tripleo12:47
*** weshay has joined #tripleo12:50
openstackgerritAlexis Lee proposed a change to openstack/diskimage-builder: Add ability to add extra apt keys  https://review.openstack.org/8359612:51
*** ccrouch has left #tripleo12:52
*** jang has quit IRC12:54
*** jang has joined #tripleo12:56
*** martyntaylor has quit IRC12:59
openstackgerritA change was merged to openstack/tuskar-ui: Catching overcloud keystone exception  https://review.openstack.org/8536512:59
*** lucas-hungry is now known as lucasagomes12:59
openstackgerritRyan Moore proposed a change to openstack/tripleo-image-elements: Read nova lock and state paths from nova.conf  https://review.openstack.org/8570213:00
*** ccrouch has joined #tripleo13:02
openstackgerritRyan Moore proposed a change to openstack/tripleo-heat-templates: Set the lock and state paths as heat configurable  https://review.openstack.org/8570513:02
*** lblanchard has joined #tripleo13:02
*** weshay has quit IRC13:04
*** weshay has joined #tripleo13:04
*** dprince has joined #tripleo13:04
*** ramishra has joined #tripleo13:10
*** ramishra has quit IRC13:15
*** derekh has joined #tripleo13:15
*** martyntaylor has joined #tripleo13:17
*** weshay has quit IRC13:18
derekh2014-04-07T09:00:45  <shadower> should we treat check-tripleo-overcloud-f20 as voting?13:18
*** weshay has joined #tripleo13:18
*** matty_dubs|gone is now known as matty_dubs13:18
derekhshadower: I think so yes, this gets it passing https://review.openstack.org/#/c/85552/213:19
shadowerderekh: cool, thanks13:20
derekhanybody up to review that? has passed CI for F20 so we should be good to go for the overcloud F20 job13:20
*** lblanchard has quit IRC13:26
*** matsuhas_ has quit IRC13:27
*** matsuhashi has joined #tripleo13:28
*** andreaf has joined #tripleo13:28
lsmola_derekh: cool, that is what I was looking for13:29
*** e0ne_ has quit IRC13:30
*** ramishra has joined #tripleo13:30
openstackgerritA change was merged to openstack-infra/tripleo-ci: Add sbin directories to PATH  https://review.openstack.org/8555213:30
derekhlsmola_: np13:31
*** matsuhas_ has joined #tripleo13:31
*** Vinsh has quit IRC13:32
*** matsuhashi has quit IRC13:32
*** matsuhas_ has quit IRC13:34
anteayasmulcahy: follow the "what to do if you don't see the email" instructions http://lists.openstack.org/pipermail/openstack-dev/2014-April/031919.html13:35
*** lblanchard has joined #tripleo13:35
anteayasmulcahy: I need to follow up your situation so email is best in this circumstance13:35
*** e0ne has joined #tripleo13:35
*** bauzas has quit IRC13:40
smulcahyanteaya: thanks, mail sent13:41
jprovaznanyone else is getting undercloud without network interface (and no network available, loopback only)?13:42
*** bauzas has joined #tripleo13:42
anteayasmulcahy: great thanks13:43
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: TEST ONLY: make nova depend on common-venv  https://review.openstack.org/7998913:45
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Openstack-clients: don't hard code venv  https://review.openstack.org/7998813:45
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Wire in _EXTRA_INSTALL_OPTS...  https://review.openstack.org/7696613:45
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Add a new common-venv element  https://review.openstack.org/7696713:45
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Horizon: dynamically set config time env vars  https://review.openstack.org/8261113:45
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: SSH key and virtual_power_driver not used on H/W  https://review.openstack.org/8377013:45
*** yamahata has joined #tripleo13:45
lifelessmorning13:47
lifelesshorizon on the overcloud seems hard to debug13:48
lifelessSomething went wrong!13:48
lifelessAn unexpected error has occurred. Try refreshing the page. If that doesn't help, contact your local administrator.13:48
lifelessbut nothing useful in the apache/horizon_error.log13:48
Gonerilifeless: useful informations are in  /var/log/horizon/horizon.log on Debian/Ubuntu13:49
*** e0ne has quit IRC13:50
*** e0ne has joined #tripleo13:51
*** sballe has quit IRC13:55
lifelessGoneri: no such file here13:56
lifelessno such directory even13:57
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Rough POC of in-tree downloaded images support.  https://review.openstack.org/8563613:57
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Make cloudprompt safe to import multiple times.  https://review.openstack.org/8562013:57
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Remove boot-seed-vm need to know ssh key.  https://review.openstack.org/8561913:57
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Encapsulate getting image for a deployment.  https://review.openstack.org/8513013:57
*** Vinsh_HP has joined #tripleo14:02
*** e0ne_ has joined #tripleo14:03
Gonerilifeless: maybe the directory is missing, what do you have in LOCAL_PATH in local_settings.py14:05
*** Vinsh_HP is now known as Vinsh14:05
*** e0ne has quit IRC14:06
lifelessno LOCAL_PATH at all14:09
lifelesssee os-apply-config/etc/horizon/local_settings.py14:09
openstackgerritA change was merged to openstack/tripleo-image-elements: Excplicitly install dhcp-agent  https://review.openstack.org/7499114:10
openstackgerritDougal Matthews proposed a change to openstack/tripleo-incubator: Register the Tuskar Service in the Undercloud  https://review.openstack.org/8505014:12
lifeless-> breakfast eetc14:12
anteayasmulcahy: any difficultly finding your ballot for cinder?14:15
Gonerilifeless: ok, so here, in my :w14:25
Gonerimy local_settings.py, I've DEBUG = True14:26
openstackgerritAndrea Frittoli  proposed a change to openstack/tripleo-image-elements: Allow tempest tenant isolation  https://review.openstack.org/8572714:26
GoneriTEMPLATE_DEBUG = DEBUG14:26
Gonerilifeless: LOCAL_PATH is /var/log/horizon/horizon.log14:32
Goneriyou can set it and restart, /var/log/horizon has to be owned by the WSGI user.14:32
*** julim has joined #tripleo14:34
*** akuznetsov has quit IRC14:43
smulcahyanteaya: I didn't receive one for cinder this time but can't remember when I last submitted a change to cinder14:44
anteayanovember: https://review.openstack.org/#/dashboard/615314:46
*** ramishra has quit IRC14:47
*** akuznetsov has joined #tripleo14:57
*** sdake has joined #tripleo14:58
*** sdake has quit IRC14:58
*** sdake has joined #tripleo14:58
*** untriaged-bot has joined #tripleo15:00
untriaged-botUntriaged bugs so far:15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130285615:00
uvirtbotLaunchpad bug 1302856 in tripleo "ramdisk: busybox's depmod is broken" [Undecided,Confirmed]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130380915:00
uvirtbotLaunchpad bug 1303809 in tripleo "shared network defined in overcloud" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130262915:00
uvirtbotLaunchpad bug 1302629 in tripleo "Network problems in user VM after overcloud-compute image update" [Undecided,New]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/129048815:00
uvirtbotLaunchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete]15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130255915:00
uvirtbotLaunchpad bug 1302559 in tripleo "After update of overcloud with new compute image user vm are unavailable" [Undecided,New]15:00
*** untriaged-bot has quit IRC15:00
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Update dict of power states  https://review.openstack.org/8573515:00
openstackgerritJaromir Coufal proposed a change to openstack/tuskar-ui: Improved Horizon styling (just for Tuskar UI)  https://review.openstack.org/8573615:01
*** blamar has joined #tripleo15:01
*** yamahata has quit IRC15:04
*** yamahata has joined #tripleo15:04
*** whayutin_ has joined #tripleo15:07
*** weshay has quit IRC15:10
*** geerdest has joined #tripleo15:16
*** pblaho has joined #tripleo15:17
openstackgerritA change was merged to openstack/tuskar-ui: Improve deployment page  https://review.openstack.org/8470215:19
slaglelifeless: can you review https://review.openstack.org/#/c/85485/ when you're able15:21
*** jprovazn is now known as jprovazn_bbl15:23
derekhlifeless: F20 overcloud jobs now passing https://jenkins04.openstack.org/job/check-tripleo-overcloud-f20/24/15:30
dprincederekh: cool. What was the 'service' error I saw earlier?15:34
openstackgerrittom-howley proposed a change to openstack/tripleo-heat-templates: Add rabbitmq keepalive and keepalive parameters to overcloud/undercloud template  https://review.openstack.org/8193415:36
derekhdprince: https://review.openstack.org/#/c/85552/15:37
dprincederekh: thanks. I've quite caught up this morning...15:38
derekhbut zuul nodepool seems to have a preference for building the precise nodes, I don't think its going to scale up the F20 nodes from 2 until after it has satisfied the demand for all precise nodes, which results in very being reported back to gerrit until  the entire queue is cleared of precise jobs (at least that what it looks like is happening)15:39
dprincederekh: is that based on ordering perhaps?15:41
dprincederekh: or just that we should bump the min-ready to match the precise nodes?15:42
derekhdprince: I'd say so probably15:42
dprincederekh: Why not bump min-ready to 10 then?15:42
*** gcha has quit IRC15:43
derekhdprince: bumping min-ready should help us work around the problem better but only if the length of the queue is less then min-ready for f2015:43
derekhdprince: short term its probably the best thing to do15:43
dprincederekh: yep, agree. Does sound like there is a weighting issue in nodepool/zuul somewhere then15:43
*** newell_ has joined #tripleo15:44
shadowerSpamapS: thanks for the merge.py reply. It cleared a lot of things up15:44
derekhdprince: ok, gonna ask on #infra see if its a problem they have hit before15:44
*** ramishra has joined #tripleo15:48
openstackgerrittom-howley proposed a change to openstack/tripleo-image-elements: Add keepalive option to rabbitmq config  https://review.openstack.org/8192015:52
*** ramishra has quit IRC15:53
*** eghobo has joined #tripleo15:54
*** matty_dubs is now known as matty_dubs|lunch15:57
*** martyntaylor has quit IRC15:59
*** ramishra has joined #tripleo16:01
*** bauzas has quit IRC16:02
*** cwolferh has joined #tripleo16:02
*** hashar has quit IRC16:02
openstackgerritJaromir Coufal proposed a change to openstack/tuskar-ui: Improved Horizon styling (just for Tuskar UI)  https://review.openstack.org/8573616:05
*** ramishra has quit IRC16:05
*** pblaho has quit IRC16:06
*** jcoufal has quit IRC16:07
*** e0ne_ has quit IRC16:16
*** e0ne has joined #tripleo16:16
*** martyntaylor has joined #tripleo16:17
*** e0ne has quit IRC16:21
athomasNew ironic server RPMs based on RC1: http://repos.fedorapeople.org/repos/openstack-m/openstack-m/fedora-20/16:24
NobodyCamgood morning TriplO16:27
*** sdake_ has joined #tripleo16:27
*** sdake_ has quit IRC16:27
*** sdake_ has joined #tripleo16:27
NobodyCamany one have a free minute to take a look at : https://review.openstack.org/#/c/8545516:27
*** zigo has joined #tripleo16:28
lifelessderekh: o/16:31
derekhlifeless: hi ya16:31
lifelessslagle: hey so I'm trying to get downloadable imges into incubator - would love it if you had a look through my stack16:31
*** ramishra has joined #tripleo16:31
lifelessslagle: I haven't tackled the updating of the seed config yet - wondering if you can point me at how you did that?16:31
*** meena has quit IRC16:32
ccrouchlucasagomes: wdyt of https://review.openstack.org/#/c/85455, i know you can't +2 but a +1 would be encouraging :-)16:32
*** zigo has quit IRC16:33
lucasagomesccrouch, will take a look16:33
ccrouchcheers16:33
*** beekneemech is now known as bnemec16:34
lucasagomesccrouch, heh yeah makes total sense to remove the hardcoded --{debug,verbose16:34
lifelessslagle: looking16:34
*** zigo has joined #tripleo16:34
*** ramishra has quit IRC16:36
derekhlifeless: quick summary, F20 jobs are passing now, but only 2 F20 nodes are running at any one time, so things are slow, fungi is trying to delete instance in a error state to see if it fees things up any16:37
jdobSpamapS: ping16:38
*** jistr has quit IRC16:39
*** zigo has quit IRC16:41
slaglelifeless: sure, i'll review that patch set. as for customizing the downloadable seed image, i used this script to build an iso file: https://github.com/slagle/tripleo-incubator/blob/undercloud-config-drive/scripts/undercloud-config-drive to use as a config drive datasource for cloud-init16:41
fungiderekh: seems there are about a dozen nodepool can't delete (novaclient is timing out trying to delete them) http://paste.openstack.org/show/75226/16:42
jdobSpamapS: "Ideally we'd eliminate merge.py entirely. Realistically I think we'll16:42
jdobdeprecate features one by one and maybe can expect to get rid of merge.py in a release or two."  - is there a wiki outlining all of the steps or just a set of blueprints?16:42
slaglelifeless: that hasn't been updated for the newer ways we are handling the virtual power ssh key btw16:42
slaglelifeless: then once that iso is built, i just attach it to the vm, as in step 7 here: http://openstack.redhat.com/TripleO_VM_Setup#Undercloud_Setup16:43
hewbroccajdob: sbaker had a nice set of steps at the end of that thread16:43
slaglelifeless: all those docs are talking about undercloud, but it'd be the same for a seed vm16:43
*** flashgordon is now known as jogo16:44
lifelessslagle: oh right yes - so I want the bootable sub stick thing you did :)16:44
lifelessUSB16:45
derekhlifeless: fungi: ok, sound ok to ye if I reset then delete them?16:45
slaglelifeless: oh, for that i used some fedora tools that are kickstart based16:45
lifelessderekh: IME just resetting is enough to let nodepool kick things into shape16:45
fungiderekh: yes, nodepoold wants to delete them and has them in a pending delete state in its db already, but is continuing to count them against the quota16:45
*** zigo has joined #tripleo16:46
lifelessslagle: I have two overlapping scenarios I guess. I'd forgotten the cloud config drive trick, thats awesome.16:46
lifelessslagle: did you move forward on bringing that into incubator ?16:46
openstackgerritA change was merged to openstack/tuskar: Don't show image parameters to user  https://review.openstack.org/8501216:46
slaglelifeless: no...i can though. other stuff got bumped to the top of the queue :)16:46
derekhfungi: lifeless: ok, resetting16:47
lifelessslagle: its ok, I'll see what I can pickup, gimme couple days16:47
slaglelifeless: so for building the live usb, i used this tooling: https://fedoraproject.org/wiki/How_to_create_and_use_a_Live_CD16:47
lifelessderekh: 'nova list --all-tenants | awk '/ERROR/ { print $2 }' | xargs -n1 nova reset16:47
slaglelifeless: then in the %post of the kickstart file (for arbitrary scripts), i used instack to apply the tripleo elements i wanted16:48
lifelessdprince: so I realised there is a place we change the network config dramatically - and thats a USB based seed, where the user might change their network for deploys willy-nilly16:48
slagle(instack applies the elements to the system, as opposed to an image build)16:48
*** yassine has quit IRC16:48
slaglebut during the kickstart build, i'm already chrooted into the image. so i needed some different tooling16:48
derekhlifeless: fungi done16:49
lifelessI'm wondering if just dding a seed vm onto a usb key will work16:50
slaglelifeless: then just livecd-iso-to-disk to copy the built live iso to a usb16:50
fungiderekh: lifeless: i'm able to get nodepool to delete them now hopefully your concurrency will be trending upward again shortly16:53
derekhfungi: looks like we are now creating more f20 nodes16:53
fungiboffo16:54
derekhfungi: thanks16:54
fungiderekh: oh, looks like 3df18b37-4a69-45cb-a58f-a1652fdb6371 needs help too16:55
fungithat one's still hanging on delete. the rest are gone though16:56
lifelessderekh: can you mail the lsits aout f20 being voting now ?16:56
derekhlifeless: will do16:56
openstackgerritA change was merged to openstack/tripleo-image-elements: Glance: Allow configuring default_log_levels  https://review.openstack.org/7655716:56
lifelessderekh: if you think its stable enough ?16:57
lifelessderekh: oh and obviously upate the zuul config16:57
*** marun has joined #tripleo16:57
derekhlifeless: lets give it a few hours as I only have 2 or 3 passing jobs to base things on currently16:58
derekhlifeless: I'll mail the list once it looks like everything is still happy in a few hours16:59
derekhfungi: I've reset 3df18b37-4a69-45cb-a58f-a1652fdb637117:00
*** lucasagomes is now known as lucas-afk17:00
fungiderekh: great---thanks. i've deleted it now17:00
fungiderekh: http://paste.openstack.org/show/75231/17:02
fungiworking as designed17:02
derekhfungi: great, thanks for the help17:04
SpamapSshadower: cool, and thanks again for writing the summary.17:04
openstackgerritJon-Paul Sullivan proposed a change to openstack/diskimage-builder: Iterate over provided elements first  https://review.openstack.org/8575517:05
SpamapSjdob: I have not been organized at all in killing merge.py.. it's just marked for death. ;)17:05
openstackgerritDan Prince proposed a change to openstack/tripleo-image-elements: Nova: disable scheduler debugging.  https://review.openstack.org/8575617:07
*** derekh has quit IRC17:10
bnemecNobodyCam: How close is the undercloud-ironic job to passing?  I'm going to drop the f20 job from my nonvoting change, but if ironic is going to be fixed shortly I'll just abandon the whole thing and save infra some aggravation. :-)17:14
jp_at_hpjprovazn_bbl: Can you take a look at https://bugs.launchpad.net/tripleo/+bug/1303911 and https://review.openstack.org/#/c/85755/ please?  lifeless - you may want to take a quick look too.17:14
*** matty_dubs|lunch is now known as matty_dubs17:14
uvirtbotLaunchpad bug 1303911 in tripleo "element-info incorrectly errors when a dependency is virtual and the provides comes after the dependency" [Undecided,Confirmed]17:14
*** cadenzajon has joined #tripleo17:15
jdobSpamapS: gotcha :)17:16
*** athomas has quit IRC17:16
NobodyCambnemec: I would hope before eod today. I ve got a patch for the current error,, however I am now getting another time out17:17
NobodyCamerror. so I hope with the logging patch I have up I can get to the root cause17:17
lifelessjp_at_hp: I think the paproach can still fail17:18
bnemecNobodyCam: Okay, maybe I'll push a new patch but mark it WIP for now.  Then if it looks like the ironic job is going to take a while it'll be simple to update.17:18
bnemecNobodyCam: Thanks for the update17:18
openstackgerritDan Prince proposed a change to openstack/tripleo-incubator: Generate better bm network mac addresses for VMs  https://review.openstack.org/8386717:19
lifelessjp_at_hp: perhaps better to treat unsatisfied things as 'probably virtual' and check them back at the end?17:19
NobodyCam:) will ping you as i get closer to seeing what really going on!17:19
hewbroccaSpamapS: we now have a full hunting party out after it17:19
hewbroccaLoose the hounds, smithers!17:19
bnemecNobodyCam: Sounds good17:19
*** blamar has quit IRC17:20
*** jdob_ has joined #tripleo17:20
jp_at_hplifeless: yes - I knew that the change I proposed would fail given depth, but it seemed a good start ;-)17:23
jp_at_hplifeless: the larger problem is the inclusion of unwanted dependencies when the order of the dependencies is off17:24
lifelessjp_at_hp: so I haven't looked at the patchsets that implemented this17:25
jp_at_hplifeless: so the skip missing and check at end approach fails on that.  It means translate all of the provides first, then see what deps we have, and repeat until satisfied.  I sense a recursive function in there somewhere...17:25
lifelessjp_at_hp: huh? so - include all the given names, all of which expand any virtual names; then repeat etc, and at the end any unsatisfied virtuals get scanned for17:26
jp_at_hplifeless: let me think on how to explain it better.  I thought the bug was clear with the test cases, just need to work out how to do that for any number of levels of dependencies rather than only being correct for things on the same level.17:29
SpamapShewbrocca: eeexxccelent17:30
*** ramishra has joined #tripleo17:32
*** martyntaylor has left #tripleo17:33
pleia2lifeless: shooting for having WIP changes for both pypi and ubuntu mirrors up by EOD, heading off to pycon tomorrow so I wanted to leave some bread crumbs17:33
lifelesspleia2: cool17:36
*** ramishra has quit IRC17:36
pleia2lifeless: also, spent some time this weekend learning about motivating the elephant, plane ride should be good ;)17:37
*** jdob_ has quit IRC17:40
*** e0ne has joined #tripleo17:49
*** blamar has joined #tripleo17:50
lifelesspleia2: :)17:51
bnemecsda: unknown partition table <-- Well there's yer problem (I hope...)17:55
*** saurabhs has joined #tripleo18:01
*** jang1 has joined #tripleo18:02
openstackgerritJon-Paul Sullivan proposed a change to openstack/diskimage-builder: Use provides to note an element provides an OS  https://review.openstack.org/8577318:06
openstackgerritJon-Paul Sullivan proposed a change to openstack/tripleo-image-elements: Define the contents of images as elements  https://review.openstack.org/8577618:07
jb11211Guys. in the tripleo bug tracker how do I link a bug to my proposed fix18:07
openstackgerritJon-Paul Sullivan proposed a change to openstack/tripleo-incubator: Use the elements that define images  https://review.openstack.org/8577718:08
*** panda has quit IRC18:08
jp_at_hpslagle: you might be interested in the three changes above...18:08
*** panda has joined #tripleo18:09
*** petertoft has quit IRC18:10
slaglejp_at_hp: cool, will check it out18:11
GheRiverojb11211: https://wiki.openstack.org/wiki/GitCommitMessages#Including_external_references18:12
*** jang has quit IRC18:12
jp_at_hpslagle: defines seed image as an element, and then allows build-time image verification...18:13
jp_at_hp(and overcloud/undercloud, etc)18:13
jp_at_hpslagle: please tell me if you think I'm going start raving mad going down that route...18:18
jp_at_hp:D18:18
*** sff has joined #tripleo18:19
slaglejp_at_hp: i don't think you're going mad :)18:20
slaglejp_at_hp: i like the idea of encapsulating the image build definition into a specific element. similar to what i'm doing with the rdo element18:21
slaglethe names might be a bit too generic though, as undercloud, etc, might end up meaning different things to different people18:22
*** jdob has quit IRC18:22
jp_at_hpslagle: sure - this is likely a poc of the idea, (which flushed out a nice bug in the provides/deps logic) and I am open to name-wrangling.  For example I was about to start naming the undercloud non-ha-undercloud...18:23
jang1jp: I take it this is for type-checking only, right? That is, if an explicit dependency - or one obtaioned through the transitive closure of element-deps over concrete element types - "provides" a desired "abstract element" (for want of a better term), then the DIB invocation effectively typechecks. What I'd be really, really wary of is it trying to pick elements with abstract provides to "provide" a missing piece. I think th18:26
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Health state improvements  https://review.openstack.org/8578318:30
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Update dict of power states  https://review.openstack.org/8573518:30
*** ramishra has joined #tripleo18:33
*** akrivoka has quit IRC18:37
*** ramishra has quit IRC18:37
*** morganfainberg_Z is now known as morganfainberg18:39
*** andreaf has quit IRC18:40
jp_at_hpjang1: it is looking to move the definition of what is in an image at a part of the stack out of the devtest_* scripts and into the code that is tripleo-image-elements.  your last message tailed off, so I'm not sure what you were going to ask :D18:42
rcarrillocruzhelo helo, could any core reviewer have a look at https://review.openstack.org/#/c/84801/ please? just need an additional +2 ...18:44
openstackgerritjohn Brooker proposed a change to openstack/tripleo-incubator: Allow baremetal-networks to be passed to devtest  https://review.openstack.org/8544618:46
jp_at_hpjang1: my testing of it was quite fruitful, and I got a successful devtest run after fixing the couple of deps/provides bugs it threw up.  I was looking at it as a very neat way to provide a stock definition of what an image in the stack is, so what the undercloud is, for example, but in a way that lets the requirement of a distribution be specified abstractly, using the deps and provides of the elements.  My initial poc focused on the18:47
jp_at_hpjang1: it helps towards a solution in the following three etherpads: https://etherpad.openstack.org/p/devtest-env-reqs  https://etherpad.openstack.org/p/tripleo-incubator-rationalise-ui https://etherpad.openstack.org/p/tripleo-devtest.sh-refactoring-blueprint :D18:48
*** jp_at_hp has quit IRC18:49
openstackgerritjohn Brooker proposed a change to openstack/tripleo-incubator: Allow baremetal-networks to be passed to devtest  https://review.openstack.org/8544618:50
*** GheRivero_ has joined #tripleo18:53
*** lucas-afk is now known as lucasagomes18:56
jang1jp: looks good. My question (broken into ines) was...18:58
jang1I take it this is for type-checking only, right?18:58
jang1That is, if an explicit dependency - or one obtaioned through the transitive closure of element-deps over concrete element types -18:58
jang1 "provides" a desired "abstract element" (for want of a better term), then the DIB invocation effectively typechecks.18:58
jang1 What I'd be really, really wary of is it trying to pick elements with abstract provides to "provide" a missing piece.18:58
jang1I think the latter behaviour would be an overly complex addition.18:58
*** GheRivero_ has quit IRC18:59
openstackgerritjohn Brooker proposed a change to openstack/tripleo-incubator: incloud CIDR can overlap custom baremetal-network  https://review.openstack.org/8551618:59
lifelessok so morning properly now19:02
openstackgerritjohn Brooker proposed a change to openstack/tripleo-incubator: incloud CIDR can overlap custom baremetal-network  https://review.openstack.org/8551619:02
lifelessjang1: +119:03
*** blamar has quit IRC19:06
*** blamar has joined #tripleo19:07
*** dprince has quit IRC19:08
*** mrunge has quit IRC19:08
*** eguz has joined #tripleo19:09
*** eghobo has quit IRC19:12
*** eghobo has joined #tripleo19:13
*** GheRivero__ has joined #tripleo19:14
*** nati_ueno has joined #tripleo19:14
*** GheRivero__ has quit IRC19:15
*** eguz has quit IRC19:15
openstackgerritMichael Tupitsyn proposed a change to openstack/tripleo-image-elements: Configurable Keystone token provider  https://review.openstack.org/8480219:19
*** GheRivero__ has joined #tripleo19:25
*** GheRivero__ has quit IRC19:26
*** GheRivero_ has joined #tripleo19:27
*** e0ne has quit IRC19:34
*** ramishra has joined #tripleo19:34
*** e0ne has joined #tripleo19:34
*** hashar has joined #tripleo19:34
*** petertoft has joined #tripleo19:38
*** UtahDave has joined #tripleo19:38
*** ramishra has quit IRC19:38
*** UtahDave has left #tripleo19:38
*** e0ne has quit IRC19:39
*** akuznetsov has quit IRC19:44
*** akuznetsov has joined #tripleo19:54
openstackgerritA change was merged to openstack/tripleo-image-elements: Glance: Change seed json to use config hierarchy  https://review.openstack.org/7827120:01
*** lucasagomes_ has joined #tripleo20:03
*** funzo has quit IRC20:03
*** funzo has joined #tripleo20:04
*** lucasagomes_ is now known as lucas-dinner20:06
*** funzo has quit IRC20:08
*** lucasagomes has quit IRC20:10
*** greghaynes has quit IRC20:10
*** boris-42 has quit IRC20:10
*** petertoft has quit IRC20:10
lifelesshmm, no greghaynes today20:13
*** greghaynes has joined #tripleo20:16
lifelessahha20:17
lifelessgreghaynes: how goeth HA :)20:17
greghayneswoo internal training20:17
greghaynesso I havent done much more than babysit the galera review20:18
greghayneshuh, I guess I was on the bad side of a netsplit20:19
*** funzo has joined #tripleo20:21
*** petertoft has joined #tripleo20:22
lifelessNg: how are we going ton reclaiming those additional nodes? with f20 now up, we're using 6 (& test environments) slaves per push ...20:25
lifelessgreghaynes: ok, so there are quite a few internal folk -really- interested in when they can say 'HA DB is done, just use it'.20:26
lifelessgreghaynes: I'd like to give them a better answer than 'nearly there'20:26
Nglifeless: it's going pretty slowly, which is mostly me. The tricky ones are where we get failed deployments, and the DC folk can't find anything wrong20:28
*** boris-42 has joined #tripleo20:28
lifelessNg: ugh20:29
greghayneslifeless: unclear on what HA DB is done would mean - do you mean they can devtest with more than one notcompute or just simply they can hack a heat template up to run a db cluster?20:29
greghaynesthe db cluster only requires the galera patch thats been meandering through the review queue20:30
openstackgerritA change was merged to openstack/tripleo-heat-templates: Add BlockStorage0Config Resource  https://review.openstack.org/8341620:31
openstackgerritA change was merged to openstack/tripleo-heat-templates: Add enable_tunneling to swift storage metadata  https://review.openstack.org/8341720:31
greghaynesand ive had that on a pretty high interrrupt level for changes20:31
lifelessgreghaynes: I think being able to deploy a 3-node galera cluster with heat would be a good answer20:33
*** petertoft has quit IRC20:34
lifelessgreghaynes: review # ?20:34
greghayneshttps://review.openstack.org/#/c/8367520:34
*** andreaf has joined #tripleo20:34
*** ramishra has joined #tripleo20:35
openstackgerritA change was merged to openstack/tripleo-incubator: Delete unused 'virt_type' key from nodes list.  https://review.openstack.org/8365920:36
openstackgerritA change was merged to openstack/tripleo-image-elements: Enable Galera clustering  https://review.openstack.org/8367520:37
greghaynes^^^20:37
*** ramishra has quit IRC20:39
lifelessgreghaynes: I know - see who +A'd it ;)20:40
greghaynestyty20:40
greghaynesprobably a good idea for https://review.openstack.org/#/c/83883/ too20:40
greghayneskind of sad that it was uploaded a week ago and no one has commented20:41
*** jprovazn_bbl has quit IRC20:43
*** dprince has joined #tripleo20:43
lifelessslagle: SpamapS: https://review.openstack.org/#/c/83695/20:44
lifelessgreghaynes: http://russellbryant.net/openstack-stats/tripleo-openreviews.html is sad20:44
openstackgerritA change was merged to openstack/tripleo-incubator: Write network configuration into seeds config.json  https://review.openstack.org/8312520:45
greghaynesmaybe we need to beg to the new people pushing reviews to please also spend some time doing reviews20:45
openstackgerritA change was merged to openstack/tripleo-incubator: Don't hard code the baremetal seed IP in seedrc  https://review.openstack.org/8312620:45
bnemecgreghaynes: Welcome to OpenStack, where 90%* of the contributors don't review. :-)20:50
bnemec*Note: statistics contained here may be wild guesses with no factual basis.20:50
greghayneshaha20:51
greghaynesYes, its just the only big change I can think of that might cause the recent review mega-backlog: bunch of new contributors20:51
bnemecMy deploy ramdisk didn't kernel panic!20:51
* bnemec happydances20:51
greghaynes\O/20:51
bnemecgreghaynes: Yeah, it's something pretty much every project is dealing with, I think.20:52
bnemecOpenStack is growing so fast, but there are only so many experienced reviewers.20:52
greghaynesfun stuff20:52
bnemecIs anyone aware of a reason I shouldn't add set -x to the ramdisk init script?20:55
bnemecIt was basically impossible to debug without it.20:56
bnemecWondering if the extra output would cause issues for serial consoles or something though.20:56
lifelessdprince: welcome to core20:57
lifelessbnemec: not offhand20:58
*** hashar has quit IRC20:58
dprincelifeless: Thanks sir20:58
bnemeclifeless: Okay, thanks.20:59
lifelessdprince: are you dprince in gerrit? for reviewstats20:59
bnemecdprince: Congrats!20:59
dprincelifeless: I'm dan-prince20:59
rbradycongrats dprince20:59
dprincelifeless: dprince was taken on LP if I recall (historically what we initially used for project registration, etc)21:00
*** untriaged-bot has joined #tripleo21:00
untriaged-botUntriaged bugs so far:21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130262921:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/129048821:00
uvirtbotLaunchpad bug 1302629 in tripleo "Network problems in user VM after overcloud-compute image update" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130255921:00
uvirtbotLaunchpad bug 1290488 in tripleo "Baremetal: Invalid credentials" [Undecided,Incomplete]21:00
uvirtbotLaunchpad bug 1302559 in tripleo "After update of overcloud with new compute image user vm are unavailable" [Undecided,New]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130285621:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130288121:00
uvirtbotLaunchpad bug 1302856 in tripleo "ramdisk: busybox's depmod is broken" [Undecided,Confirmed]21:00
uvirtbotLaunchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,In progress]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130391121:00
uvirtbotLaunchpad bug 1303911 in tripleo "element-info incorrectly errors when a dependency is virtual and the provides comes after the dependency" [Undecided,Confirmed]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130380921:00
*** untriaged-bot has quit IRC21:00
uvirtbotLaunchpad bug 1303809 in tripleo "shared network defined in overcloud" [Undecided,New]21:00
bnemec^ Might be worth a mailing list remind that devs should triage their own bugs.21:01
bnemecI know last time I looked there were a number of bugs opened by developers on the untriaged list.21:01
lifelessmany of those are new devs21:01
lifelessI figure as they get into reviews etc we'll suggest appropriate group membership21:01
bnemecSounds good21:02
*** pblaho has joined #tripleo21:03
lifelessgreghaynes: reviewed https://review.openstack.org/#/c/83883/21:03
greghaynesdprince: congrats!21:04
dprincegreghaynes/bnemac/rbrady: thanks21:05
*** lblanchard has quit IRC21:06
*** pblaho has quit IRC21:06
*** dprince has quit IRC21:09
openstackgerritGregory Haynes proposed a change to openstack/tripleo-heat-templates: Add initial support for galera clustering  https://review.openstack.org/8388321:11
openstackgerritJenkins proposed a change to openstack/os-apply-config: Updated from global requirements  https://review.openstack.org/8582821:14
openstackgerritJenkins proposed a change to openstack/os-collect-config: Updated from global requirements  https://review.openstack.org/8582921:14
openstackgerritJenkins proposed a change to openstack/os-refresh-config: Updated from global requirements  https://review.openstack.org/8583021:15
lifelessgreghaynes: bnemec: whats your reviewer dashboard patch in gerit?21:15
greghaynesasking for https://review.openstack.org/#/dashboard/10035 ?21:16
lifelessthanks21:16
bnemeclifeless: https://review.openstack.org/#/dashboard/692821:17
*** jcoufal has joined #tripleo21:17
* greghaynes gawks at the length of bnemec's dashboard21:18
*** akuznetsov has quit IRC21:18
clarkbgreghaynes: https://review.openstack.org/#/dashboard/4146 :P21:19
greghaynesI think we can all agree that -infra is hacks21:20
greghaynes:)21:20
bnemecYeah, I was going to say go look at lifeless's or Sean Dague's :-)21:20
* bnemec does not think infra are hacks21:21
bnemectotally not because I don't want every thing I submit to infra to be -2'd either... ;-)21:21
greghayneshaha, good point21:21
bnemec/home/bnemec/tripleo/tripleo-incubator/scripts/setup-baremetal: line 102: ROOT_DISK: unbound variable21:24
bnemecNot fair, I didn't even touch tripleo-incubator scripts yet. :-P21:25
tchaypobahaha21:27
lifelessbnemec: re-source _variables IIRC21:31
bnemeclifeless: Hmm, this was just a straight devtest.sh run, so it should have done that.21:32
* bnemec tries again21:32
bnemecOh, it probably pulled down a new version of incubator.21:32
lifelessSpamapS: what reviews do you need done ?21:35
*** ramishra has joined #tripleo21:35
greghayneshttps://review.openstack.org/#/c/83614/21:35
greghaynesI bet21:35
*** jang1 has quit IRC21:36
*** ramishra has quit IRC21:37
*** ramishra has joined #tripleo21:37
lifelesshuh21:37
openstackgerritJames Polley proposed a change to openstack/tripleo-incubator: Standardise location of environment password/rc files.  https://review.openstack.org/8325021:38
lifelessclarkb: ^ that review. when jenkins auto-does a check run, does it start check-tripleo too ?21:38
lifelessI'm going to guess at no21:38
lifelessbug https://bugs.launchpad.net/openstack-ci/+bug/130405721:39
uvirtbotLaunchpad bug 1304057 in openstack-ci "stale review check doesn't run check-tripleo jobs" [Undecided,New]21:39
greghaynestchaypo: sorry - my nits are never ending :(21:41
tchaypoyour nits are a welcome and joyous addition to my muesli21:41
tchaypoalong with all the other fruits and nuts already there21:42
*** ramishra has quit IRC21:42
lifelessok I'm thoroughly confused with https://review.openstack.org/#/c/83190/21:43
lifelesswendar_: https://review.openstack.org/#/c/81572/ needs a refresh21:44
lifelesswendar_: it would be nice to have it intree, even though its not crit path21:45
lifelessSpamapS: https://review.openstack.org/#/c/83633/ - shallow -1 on it21:46
lifelesshttps://review.openstack.org/#/c/85224/ <- ready for review (CI passed)21:48
clarkblifeless: the check-tripleo pipeline doesn't vote correct?21:51
clarkblifeless: so no -1's or +1s result from it?21:52
lifelessclarkb: thats correct21:52
openstackgerritHaneef Ali proposed a change to openstack/tripleo-image-elements: Changed the default rolename from Member to _member_  https://review.openstack.org/8585321:53
lifelessso what is Member vs _member_ ?21:54
lifelessI've never understood why we have two21:54
*** GheRivero has quit IRC21:55
*** GheRivero_ is now known as GheRivero21:55
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Rough POC of in-tree downloaded images support.  https://review.openstack.org/8563621:58
bnemeclifeless: It sounds like it might not even be used anymore: https://github.com/openstack/keystone/blob/master/etc/keystone.conf.sample#L8821:58
lifelessoh man22:00
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Rough POC of easy bootstrap for Tripleo devs  https://review.openstack.org/8563622:01
lifelesshttps://review.openstack.org/#/c/85455/ is already +2able22:02
lifelessNg: ^ SpamapS ^22:02
openstackgerritJames Polley proposed a change to openstack/tripleo-incubator: Standardise location of environment password/rc files.  https://review.openstack.org/8325022:04
lifelessbnemec: https://review.openstack.org/#/c/85222/8 should have addressed your concerns from earlier22:06
openstackgerritHaneef Ali proposed a change to openstack/tripleo-image-elements: Changed the default rolename from Member to _member_  https://review.openstack.org/8585322:10
lifelessmy brains are leaking out me ears now22:10
lifelessbnemec: since I just read all of your review feedback for $timeperiod22:10
bnemeclifeless: A bit of light recreational reading then. ;-)22:12
lifelessPTL fodder22:12
lifelesshuman memory is terrible at remembering details22:12
lifelessso to advocate someone for core, I review all their reviews for a good preiod22:12
lifelessperiod22:12
lifelessin one pass22:12
lifeless(see 'thinking, fast and slow' for details on the poorness assertion)22:13
bnemecI think zaneb actually had a tool to pull down all of someone's reviews for exactly that reason.22:13
lifelessbnemec: I look for thinks like failing to catch problems22:13
lifelessbnemec: or blocking things without helping folk move forward, etc22:13
*** giulivo has quit IRC22:15
*** UtahDave has joined #tripleo22:16
bnemeclifeless: Zane's post to -dev: http://lists.openstack.org/pipermail/openstack-dev/2014-January/025299.html22:17
lifelessbnemec: thanks22:17
bnemecNot sure whether that makes the brain leakage problem better or worse, but there you go. :-)22:17
* lifeless pddles22:19
lifelesspuddles22:19
bnemecdevtest.sh completed. \o/22:21
bnemec^With set -[all the things]22:21
lifelessminus all the things?22:22
lifelessoh22:22
lifelesseu opipefial?22:22
bnemecyep22:22
*** UtahDave has left #tripleo22:22
lifelessnice22:22
bnemecBroke many, many things22:22
lifelessmany spurious? or genuine bugs?22:23
bnemecGoing to let CI chew on this version and pray, but I'm guessing I'll find some problems on the Ubuntu code paths too.22:23
bnemecA lot of spurious ones.22:24
bnemecUnset variables that didn't really matter much, in particular.22:24
bnemecBut a few legit bugs too.22:24
lifelesscool22:24
bnemecFedora wasn't reading kernel versions right in the dkms element for example.22:24
cadenzajonI see some tripleo-image-elements for openstack services (i.e. keystone & glance) perform os-svc-enable && os-svc-restart in an os-refresh-config script. But others don't have scripts like this at all. How do they get restarted after conf file updates via os-apply-config?22:25
Lotus907efilifeless: should I submit a bug against that dhcp-all-interfaces element since it was not able to successfully bring up the 192.0.2.X network interface on this SL230 system with so many on-board NICs?22:25
Lotus907efiand produced a real hack-up of a network/interfaces file?22:26
openstackgerritBen Nemec proposed a change to openstack/diskimage-builder: Fix set -eu and pipefail failures  https://review.openstack.org/8586122:27
openstackgerritBen Nemec proposed a change to openstack/diskimage-builder: set -e all the things  https://review.openstack.org/8392722:27
openstackgerritBen Nemec proposed a change to openstack/diskimage-builder: Make sure all scripts are set -e  https://review.openstack.org/8163722:27
openstackgerritBen Nemec proposed a change to openstack/diskimage-builder: set -u and -o pipefail everywhere  https://review.openstack.org/8486822:27
openstackgerritA change was merged to openstack/tripleo-image-elements: Fix ironic api and conductor logging  https://review.openstack.org/8545522:29
*** ramishra has joined #tripleo22:38
*** andreaf has quit IRC22:40
lifelessLotus907efi: definitely22:41
lifelessLotus907efi: its meant to have locking and cope with any number of nics22:41
Lotus907efiah22:42
Lotus907efiwell I was not impressed... :)22:42
*** ramishra has quit IRC22:42
Lotus907efido you think it is meant to be able to cope with having some unwired NICs?22:42
lifelessyes22:43
Lotus907efii.e. on-board 1G NICs that as not cabled22:43
Lotus907efihmmm22:43
lifelessexplicit design point - and we use it with that config22:43
lifelessour test servers in teh hp region are 4 port 2x1G 2x10G and only one of the 10Gs are wired22:43
Lotus907efithe boot process stalled for quite a while during which it was trying to bring up networks22:43
Lotus907efiah, ok22:43
lifelessyes, stall is expected since we timeout each interface - however we probably can improve that by making the locking more granular22:44
Lotus907efiand rememeber I was using it with a ubuntu precise image rather than saucy22:44
lifelessah, so possibly there is a bug there22:44
Lotus907efiI don't remember what happened when I tried it with my earlier attempt at baremetal booting with saucy22:45
Lotus907efithat was a month or more ago now and I was not keeping notes22:46
*** morazi has quit IRC22:49
lifelessgreghaynes: you can put your patch in a stack on top of https://review.openstack.org/#/c/84197/ if you want22:58
greghaynesthe galera one?23:00
greghaynesoh, I get why23:00
greghayneswas confused about why that would be wanted for a second23:00
lifelesswell you said 'x before y' :)23:01
greghaynesI did?23:02
*** eguz has joined #tripleo23:03
greghaynesConfused because I *do* have a patch that is WIP until the notCompute one lands, but its a different repo23:04
*** UtahDave1 has joined #tripleo23:05
*** UtahDave1 is now known as UtahDave23:05
*** UtahDave has left #tripleo23:06
openstackgerritJames Polley proposed a change to openstack/tripleo-incubator: Minor tweaks to docs in _testenv.sh  https://review.openstack.org/8464023:08
*** eghobo has quit IRC23:08
lifelessSpamapS: https://review.openstack.org/#/c/83614/ failed CI23:10
lifelessgreghaynes: Patch Set 1: Looks good to me, but someone else must approve23:10
lifelessDisregard my previous comment - we dont pass in notcomputescale yet to merge.py.23:10
lifelessThat is a pretty good argument for why this patch should land ASAP, before https://review.openstack.org/#/c/83296/23:10
*** matty_dubs is now known as matty_dubs|gone23:10
lifelessgreghaynes: I didn't spot the cross-repo aspect I presume23:10
greghaynesah. Amplified confusion because ive been deving by rebasing a different patch on the notcompute one23:11
lifelessgreghaynes: you might like to see my comments on https://review.openstack.org/#/c/83250/23:21
*** jcoufal has quit IRC23:22
*** saurabhs has quit IRC23:22
*** yamahata has quit IRC23:24
*** whayutin_ has quit IRC23:28
tchaypolifeless: i didn't want to use --end/--include because it ends up having 4 lines of directive for 8 lines of code23:32
tchaypobut i can compromise by putting that around the if .. else, and then just nodocsing the fi23:33
tchaypodoes that seems aesthetically pleasing to you as well?23:33
greghayneswoo backwards compat is fun23:33
lifelesstchaypo: yes23:36
lifelessend\nif\stuff\nelse\ninclude23:36
*** lucas-dinner has quit IRC23:36
openstackgerritJames Polley proposed a change to openstack/tripleo-image-elements: Nasty hack to work around pip's cose-sensitivity on file:// index-urls  https://review.openstack.org/8494623:37
*** ramishra has joined #tripleo23:39
openstackgerritJames Polley proposed a change to openstack/tripleo-image-elements: Nasty hack to work around pip's cose-sensitivity  https://review.openstack.org/8494623:39
*** ramishra has quit IRC23:43
*** rlandy has quit IRC23:47
ccrouchlifeless: random question for you.23:50
ccrouchDo you if there has there been thought given to doing *physical* network setup with tripleo?23:50
ccrouchone simple case i'm thinking of is the vlan setup we had to do in one of our test envs to make sure that the overcloud PXE booting nics and the undercloud PXE server nic were all walled from anything else on the network23:50
ccrouchi'm trying to figure out where in tripleo-land creation of that vlan should occur (assuming you had the appropriately SDN enabled router)23:50
lifelessccrouch: we had a session on it last summit23:54
lifelessccrouch: neutron23:54
lifelessccrouch: so there's two bits relevant to bm-networking in tripleo, one is deploying the firmware to the switches, the other is config dynamic or otherwise23:55
lifelessccrouch: I think in all cases for config we want to model it in Neutron and have a  Neutron ML segment that drives them23:55
* ccrouch goes to look for HK etherpad23:56
lifelessccrouch: the HK etherpad was on the firmware deploy side sadly23:57
ccrouchah ok, that seems the less interesting part TBH. I'm kind of assuming switch configuration is more of a black box23:59
ccrouchSDN goes here -->23:59

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