Monday, 2014-11-24

lifelessthough you're building a cloud image00:00
lifelessso why you don't do three-component AMI/ARI/AKI I dunno)00:00
mordredwell, there is an element named "vm" which seemed like what I should do00:00
lifelessyeah, sorry.00:00
mordredwhat I want is to have some elements and get a cloud image00:00
lifelessvm really = 'single image with bootblock and partition table00:01
lifelessif thats what you want, its the right thing00:01
mordredright. I do not know if I want that00:01
greghaynesbeekneemech: looks like you wrote this ^00:01
lifelessand the reason we diddle with grub is to install a bootblock00:01
mordreddo I want that?00:01
mordredand if I don't, what's the incantation with dib to do something else?00:01
lifelessmost hypervisor drivers,  including both kvm and xen, can boot the A{M,K,R}I layout as well as single image layouts00:02
lifelessjust drop the  vm element00:02
mordredso, the grub diddling is in redhat-common00:02
mordredso I can't avoid it00:02
lifelessuhm00:02
lifelessgive it a go00:02
lifelesssee what happens00:02
mordredI mean to say - the current problem I have, which is that the later grub reinstall does not work00:03
lifelessit should not reinstall it if you are not using the vm element00:03
mordredis all not in the vm image - whether or not I _need_ to install grub at all as per vm or no vm is different00:03
mordredreally? ok00:03
mordredso -if I don't use the vm element - how do I get things to upload to glance?00:03
mordredis there docs on that?00:03
lifelessyou upload the ARI and AKI and then the AMI with links00:04
mordredis dib going to make those things for me?00:04
lifelessyes00:04
mordredneat00:05
* mordred tries without vm element00:06
lifelesshttps://gist.github.com/rubiojr/362491500:06
lifelessthere's also a tripleo script to load images for you that will DTRT00:06
lifelessI think its in incubator00:06
mordredwell, I mean, glance upload I can handle00:07
lifelessor http://fedoraproject.org/wiki/QA:Testcase_register_images_with_OpenStack00:07
mordredit's making sure I get three things or whatever00:07
lifelessyou asked about docs00:07
mordredyah00:07
lifelessgiving you docs00:07
mordredI have never seen three output files from dib before00:07
lifelessmordred: ah00:08
lifelessmordred: add the baremetal element00:08
mordredwait - why would I add that?00:08
lifelessbecause we're *TERRIBLE* at naming things00:08
mordredAWESOME00:08
lifelessDoes the following:00:08
lifeless * extracts the kernel and initial ramdisk of the built image.00:08
*** Marga_ has joined #tripleo00:09
lifelessclarkb: btw you should read https://glyph.twistedmatrix.com/2014/02/unyielding.html00:09
mordredlifeless: oh - actually - if I do a partitioned image - does that mean I could put swap in it without having to do my normal "reformat ephemeral" trick?00:09
lifelessclarkb: I had forgotten about it; its a great example of why eventlet is so different00:09
lifelessmordred: no, but you could write an element to do that for you00:10
lifelessmordred: you'll want to use the block-device.d hook.00:10
mordredlifeless: right. but what I was asking was - "I could have a swap partition baked in to the image" - which the answer seems to be "yes"00:11
mordredclarkb: ^^00:11
lifelesshell, 1311 and I've still not cut any code00:18
* mordred throws a large wet code at lifeless00:18
greghaynesI wonder why we do all this grub install/uninstall dancing rather than just running grub2-install00:19
mordredgreghaynes: because reasons?00:21
greghaynesoh, right!00:21
greghaynesreasons00:21
mordredgreghaynes: also, apparently if you don't tell it to install a kernel, centos does not install a kernel00:21
greghayneswell, did you want a kernel?00:22
greghaynes;)00:22
mordredapparently00:22
lifelessmordred: I wish it was that simple00:26
*** Marga_ has quit IRC00:26
lifelesswow zzzeek really ranted on this00:27
mordredyah. I like the cheese maker line00:27
lifelessbrilliant00:28
lifelessI'll have the job next to him as a pig shit shoveller on the farm00:28
*** Marga_ has joined #tripleo00:30
*** tzumainn has joined #tripleo00:37
mordredgreghaynes: /tmp/in_target.d/pre-install.d/02-package-installs: line 6: package-installs: command not found00:39
mordredgreghaynes: ever seen that?00:39
*** noslzzp has quit IRC00:39
greghayneswelp, there is a package installs script in the package-installs element00:39
mordredyah00:40
lifelessoh that thread is brilliant and getting better00:40
mordredand 02-package-installs is _in_ the package-installs element00:40
mordredso Iknow it's included00:40
* mordred is thinking path issue ...00:40
mordredgreghaynes: where do bin/ scripts get put in the image?00:40
mordredor in the chroot, rather00:40
lifelessok, vpn time, expenses and leave00:41
lifelessthen fuck you all I'm writing code00:41
mordredgreghaynes: looks like this: install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin00:41
mordredgreghaynes: from the yum element00:41
greghayneshahaa00:42
greghayneswow00:42
greghayneswe are really bad at where we put things :(00:42
mordredhehe00:42
mordredwell, so much for my idea that I might be able to ditch redhat-common and yum elements ...00:43
lifelessthere's a copy of that code in the dpkg element00:44
lifelessI've been meaning to wipe all the adhoc installs and centralise it00:44
mordredlifeless: ++00:46
lifelessmordred: have you upgraded to utopic? my openvpn setup has broken there... its not abel to get the console to prompt for password00:48
mordredlifeless: I have not00:48
mordredlifeless: are you using my hpvpn thing? or just openvpn in general?00:48
lifelessservice openvpn hp restart00:48
lifelesserm restart hp00:49
mordrednod00:49
mordredso - the hpvpn program pre-queries you for password and writes it to a file, which might be a different vector and avoid the problem00:49
mordredbut that doesn't mean that it would _solve_ the problem you're having00:49
mordredjust paper over it00:50
lifelessI suspect the systemd support changes have 'fixed' it00:51
mordredoh good00:51
lifelesse.g. because systemd can't pass arguments to init scripts00:51
lifelessnoone can00:51
mordredit's possible I may not 'upgrade' this time around00:51
lifelessyour approach likely works00:51
lifelessI haven't read the code yet to see00:51
lifelesswhere is it?00:51
mordredlifeless: I've just sent you a copy of the code00:51
lifelessthanks00:51
mordredto your hp.com email address00:51
mordredthere is also an internal gitlab repo with it - I'm trying to get the ok to publish on pypi - but security people meh00:52
lifelessmordred: bah, just email richard :)00:52
mordredthe _open_source_ part is fine00:52
mordredbut it includes vpn information00:52
lifelessoh00:52
lifelessseparate that out00:52
mordredthe whole _point_ of it is to not have that separate :)00:53
lifelessa conf file00:53
mordredright00:53
lifelessand a glue that makes it nice00:53
mordredI'll let you look at the code00:53
lifelessk00:53
greghaynesinternal gitlab? I thought we had some kind of system we made that manages repositories00:53
mordredwe have both things00:53
mordredthere isa  gitlab for things that don't need CI00:54
mordredclarkb, greghaynes: ZOMG ZOMG ZOMG! my image build seems to have ... WORKED00:55
lifelessmordred: I do think its separable00:55
greghaynesclearly we must have failed to detect an error somewhere00:55
lifelessmordred: but barely worth it00:55
mordredlifeless: yah. I don't actually think there is an issue - I just need to get someone to say it's ok00:56
lifelessmordred: the annoying thing is that your route avoids start-stop-daemon so it runs in forground00:56
mordredthat is the most annoying part about it00:56
lifelessyou could add a start-stop-daemon  call trivially ;)00:56
mordredlifeless: patches welcome00:56
lifelessunless start-stop-daemon is where the problem lieth00:56
lifelesswho knows :)00:57
mordredindeed00:57
lifelessI haven't tracked down that far00:57
lifelessI just ran openvpn by and00:57
mordredI usually just commit a terminal window to the thing00:57
*** vinsh has joined #tripleo00:58
*** penick has joined #tripleo01:04
openstackgerritMonty Taylor proposed openstack/diskimage-builder: Add minimal ubuntu and centos base elements  https://review.openstack.org/13664201:04
openstackgerritMonty Taylor proposed openstack/diskimage-builder: Remove the grub2 install from redhat-common  https://review.openstack.org/13665801:04
mordredgreghaynes, lifeless: ^^ there's the full stack that seems to work - in at least as much as it produces images. I have not yet booted them01:05
*** zz_avozza is now known as avozza01:06
*** tzumainn has quit IRC01:09
lifelessdid you see msie's new user-agent string?01:09
mordredlifeless: aroo?01:13
lifelesshttp://msdn.microsoft.com/en-us/library/ie/hh869301%28v=vs.85%29.aspx01:13
lifelesstl;dr - they are removing msie from it01:13
lifelessso really really encouraging modern feature detection etc01:14
*** penick has quit IRC01:14
lifelessI know one company that might find that novel01:14
*** avozza is now known as zz_avozza01:16
*** vinsh has quit IRC01:19
mordredlifeless: is there any good way to get dib to _not_ delete dirs on error? for the debugging?01:24
lifelessmordred: use the break point facility ?01:24
lifelessmordred: making it not cleanup as another way to facilitate debugging would be a reasonable feature too01:25
*** JameLk has quit IRC01:25
lifelessmordred: but often I find I need to poke at state <X> not Y-where-the-error-is-noticed, so I've just never gotten around to what you're asking for:)01:25
mordrednod01:26
mordredso, break=after-error is what I'm looking for righ tnow, yeah?01:26
lifelessyes01:26
lifelessif its in-target specifically01:27
lifelesswhen is it breaking ?01:27
lifelessalso we should make that broader01:27
mordredI'm getting a pakage install error - so it should be in-target01:27
lifelessyeah01:29
lifelessbreak=after-error disk-image-create ..01:29
mordredlifeless: running that now01:31
*** jiangfei has quit IRC01:32
*** Marga_ has quit IRC01:33
*** Marga_ has joined #tripleo01:34
*** Marga_ has quit IRC01:38
*** wuhg has joined #tripleo01:47
openstackgerritMonty Taylor proposed openstack/diskimage-builder: Add minimal ubuntu and centos base elements  https://review.openstack.org/13664201:52
lifelessmordred: did it help?01:54
mordredlifeless: very much so01:54
mordredlifeless: I was able to determine that universe was not enabled01:54
mordredwhich makes installing things harder01:54
mordredlifeless: the above patches now go all the way through building the AMI/AKI/ARI for both centos and ubuntu01:55
mordredlifeless: I have not yet uploaded them to a cloud and tested them01:55
mordred(and indeed, I need to finish getting keys added to the infra element, because without cloud-init for key injection, that's a gwanna be tough :) )01:56
*** edmund has joined #tripleo02:03
*** Marga_ has joined #tripleo02:05
*** zz_avozza is now known as avozza02:07
lifelessindeed, i twould02:15
*** avozza is now known as zz_avozza02:17
*** penick has joined #tripleo02:23
*** pcrews has joined #tripleo02:28
openstackgerritMonty Taylor proposed openstack/diskimage-builder: Add some speedups to dpkg  https://review.openstack.org/13666002:28
*** weshay has quit IRC02:33
*** pradeep has joined #tripleo02:42
*** penick has quit IRC02:42
*** pradeep1 has joined #tripleo02:53
*** pradeep has quit IRC02:56
*** zhenzanz has joined #tripleo03:01
*** pradeep has joined #tripleo03:03
*** pradeep1 has quit IRC03:05
*** penick has joined #tripleo03:06
*** penick has quit IRC03:07
*** pcrews has quit IRC03:07
*** zz_avozza is now known as avozza03:08
*** pradeep has quit IRC03:11
*** avozza is now known as zz_avozza03:18
*** Marga_ has quit IRC03:40
*** vinsh has joined #tripleo03:42
*** vinsh has quit IRC03:44
*** Marga_ has joined #tripleo03:48
*** pradeep has joined #tripleo03:57
*** untriaged-bot has joined #tripleo04:00
untriaged-botUntriaged bugs so far:04:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139121804:00
uvirtbotLaunchpad bug 1391218 in tripleo "Configuration Dependent on HAProxy" [Undecided,In progress]04:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/138706104:00
uvirtbotLaunchpad bug 1387061 in tripleo "deploy under cloud failure due to pacemaker " [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139364304:00
uvirtbotLaunchpad bug 1393643 in tripleo "haproxy start failed loop with 'Starting proxy horizon: cannot bind socket'" [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139141204:00
uvirtbotLaunchpad bug 1391412 in tripleo "devtest  deploy overcloud successfully,but there have one baremetal in  Maintenance state" [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/138748704:00
uvirtbotLaunchpad bug 1387487 in tripleo "tripleo-image-elements/elements/tuskar-ui /os-refresh-config /post-configure.d/101-tuskar-ui  needs authentication from Keystone" [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139330404:00
uvirtbotLaunchpad bug 1393304 in tripleo "create-nodes failure for customised pool" [Undecided,New]04:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/139165604:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139329804:00
*** untriaged-bot has quit IRC04:00
uvirtbotLaunchpad bug 1391656 in diskimage-builder "There is no way to customize the installation of the bootloader" [Undecided,New]04:00
uvirtbotLaunchpad bug 1393298 in tripleo "keepalived VRRP_Script(chk_haproxy) timed out" [Undecided,In progress]04:00
*** zhenzanz has quit IRC04:07
*** zz_avozza is now known as avozza04:09
*** zhenzanz has joined #tripleo04:11
*** Marga_ has quit IRC04:12
*** avozza is now known as zz_avozza04:19
*** Marga_ has joined #tripleo04:43
*** Marga_ has quit IRC04:54
*** lazy_prince has quit IRC05:02
*** zz_avozza is now known as avozza05:10
*** sirushti has joined #tripleo05:16
*** sirushti has left #tripleo05:16
*** pensu has joined #tripleo05:19
*** zhenzanz_ has joined #tripleo05:19
*** avozza is now known as zz_avozza05:19
*** zhenzanz has quit IRC05:20
*** Marga_ has joined #tripleo05:20
*** zhenzanz_ is now known as zhenzanz05:20
*** Marga_ has quit IRC05:25
*** pensu has quit IRC05:25
*** pensu has joined #tripleo05:26
*** rushiagr_away is now known as rushiagr05:45
*** zz_avozza is now known as avozza05:51
*** k4n0 has joined #tripleo06:00
*** avozza is now known as zz_avozza06:05
*** lazy_prince has joined #tripleo06:08
*** Marga_ has joined #tripleo06:21
*** Marga_ has quit IRC06:26
*** jiangfei has joined #tripleo06:32
*** zhenzanz_ has joined #tripleo06:38
*** zhenzanz has quit IRC06:40
*** zhenzanz_ is now known as zhenzanz06:40
*** pensu has quit IRC06:43
*** pensu1 has joined #tripleo06:43
*** michchap_ has quit IRC06:51
*** michchap has joined #tripleo06:52
*** mrunge has joined #tripleo06:53
*** edmund has quit IRC06:54
*** Hefeweizen has quit IRC07:09
lifelessok07:16
lifelessfoinally I get to coding07:17
*** Marga_ has joined #tripleo07:22
*** Marga_ has quit IRC07:26
*** jprovazn has joined #tripleo07:30
*** jtomasek has joined #tripleo07:42
*** panda has quit IRC07:44
tchayposo busy in here today!07:44
*** panda has joined #tripleo07:44
tchaypolifeless: more coding than ng gets to do, it seems07:44
*** jiangfei has quit IRC07:44
*** jiangfei has joined #tripleo07:45
*** dshulyak_ has joined #tripleo07:57
openstackgerritMerged openstack/tripleo-image-elements: Add package support to ceilometer-alarm-notifier  https://review.openstack.org/13484507:59
*** rcarrillocruz has joined #tripleo08:09
openstackgerritDougal Matthews proposed openstack/tuskar: Update the generated config sample  https://review.openstack.org/13670108:09
openstackgerritDougal Matthews proposed openstack/tuskar: Update the generated config sample  https://review.openstack.org/13670108:11
*** Marga_ has joined #tripleo08:22
*** zz_avozza is now known as avozza08:23
*** Marga_ has quit IRC08:27
*** jcoufal has joined #tripleo08:31
*** Marga_ has joined #tripleo08:37
*** jerryz has joined #tripleo08:38
*** jang1 has joined #tripleo08:40
*** Marga_ has quit IRC08:42
*** bvandenh has joined #tripleo08:49
*** avozza is now known as zz_avozza08:54
*** dshulyak_ has quit IRC08:54
*** jistr has joined #tripleo08:55
*** rdopiera has joined #tripleo08:58
*** zhenzanz has quit IRC09:03
Ngmorning09:06
openstackgerritNicholas Randon proposed openstack/tripleo-image-elements: Split RabbitMQ actions out of startup script  https://review.openstack.org/13424909:07
*** zz_avozza is now known as avozza09:07
*** derekh has joined #tripleo09:11
*** avozza is now known as zz_avozza09:17
*** zz_avozza is now known as avozza09:18
*** jiangfei has quit IRC09:21
*** jiangfei has joined #tripleo09:22
*** tserong has quit IRC09:26
*** tserong has joined #tripleo09:27
*** dshulyak has quit IRC09:30
GheRiveromorning all09:33
*** goneri has joined #tripleo09:36
*** Marga_ has joined #tripleo09:38
*** enterprisedc has quit IRC09:41
openstackgerritJan Provaznik proposed openstack/tripleo-image-elements: Fix rabbitmq cluster boostrapping  https://review.openstack.org/13638309:43
*** Marga_ has quit IRC09:43
*** jp_at_hp has joined #tripleo09:47
*** jcoufal has quit IRC09:51
*** untriaged-bot has joined #tripleo10:00
untriaged-botUntriaged bugs so far:10:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139121810:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/138706110:00
uvirtbotLaunchpad bug 1391218 in tripleo "Configuration Dependent on HAProxy" [Undecided,In progress]10:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139364310:00
uvirtbotLaunchpad bug 1387061 in tripleo "deploy under cloud failure due to pacemaker " [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139141210:00
uvirtbotLaunchpad bug 1393643 in tripleo "haproxy start failed loop with 'Starting proxy horizon: cannot bind socket'" [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/138748710:00
uvirtbotLaunchpad bug 1391412 in tripleo "devtest  deploy overcloud successfully,but there have one baremetal in  Maintenance state" [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139330410:00
uvirtbotLaunchpad bug 1387487 in tripleo "tripleo-image-elements/elements/tuskar-ui /os-refresh-config /post-configure.d/101-tuskar-ui  needs authentication from Keystone" [Undecided,New]10:00
uvirtbotLaunchpad bug 1393304 in tripleo "create-nodes failure for customised pool" [Undecided,New]10:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/139165610:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139329810:00
*** untriaged-bot has quit IRC10:00
uvirtbotLaunchpad bug 1391656 in diskimage-builder "There is no way to customize the installation of the bootloader" [Undecided,New]10:00
uvirtbotLaunchpad bug 1393298 in tripleo "keepalived VRRP_Script(chk_haproxy) timed out" [Undecided,In progress]10:00
*** dshulyak has joined #tripleo10:01
*** rlandy has joined #tripleo10:04
*** regebro has joined #tripleo10:05
*** ifarkas has joined #tripleo10:05
*** avozza is now known as zz_avozza10:09
*** blinky_ghost has joined #tripleo10:34
*** gfidente has joined #tripleo10:34
blinky_ghostlsmola: good morning :)10:35
*** Marga_ has joined #tripleo10:39
*** Marga_ has quit IRC10:44
*** zz_avozza is now known as avozza10:46
lsmolablinky_ghost: hello10:52
openstackgerritDerek Higgins proposed openstack/tripleo-image-elements: Set lock_path in cinder.conf  https://review.openstack.org/13647210:52
blinky_ghostlsmola: I've deployed the overcloud but cannot access the controller, only the compute. Any way to debug this? I rebooted the controller and doesn't get ip. I also see a error related with metadata service, don't know if it's related.10:53
*** avozza is now known as zz_avozza10:53
*** jcoufal has joined #tripleo10:54
blinky_ghostlsmola: also when I reboot the controller in UI it's asking me to initialize my deployment again.10:56
*** zz_avozza is now known as avozza10:56
*** avozza is now known as zz_avozza11:10
lsmolablinky_ghost: hm11:14
lsmolablinky_ghost: yeah the rebooting is kinda funky right now11:14
lsmolablinky_ghost: it should work when you do it via Ironic though11:15
lsmolablinky_ghost: otherwise you have to provide special boot params so it boots correctly, although I never tried this11:15
blinky_ghostlsmola: I rebooted it because I couldn't login to UI. Now it's reporting it cannot access the metadata service (no route to host)11:16
lsmolablinky_ghost: hm but it happened to me once, that I haven't been able to ssh into one random node11:16
lsmolablinky_ghost: but I couldn't replicate it again, so I have no idea what caused this11:16
lsmolablinky_ghost: yeah, the reboot breaks it, there is kinda long thread on mailing list about this11:17
blinky_ghostlsmola: is there a way to login to the node? with root user?11:18
lsmolablinky_ghost: you might need to deploy overclodu again :-)11:18
lsmolablinky_ghost: well the only way is using the key that was created by nova11:18
lsmolablinky_ghost: otherwise we will need debug image with user hardcoded in it11:19
lsmolablinky_ghost: but I see this issue only once, so Idea what is causing this11:20
blinky_ghostlsmola: ok, have you had a chance to test this?11:20
lsmolablinky_ghost: what exactly?11:21
blinky_ghostlsmola: I don't know if it's related with metadata issue11:21
lsmolablinky_ghost: if the UI works?11:21
blinky_ghostlsmola: to deploy the overcloud in baremetals11:21
lsmolablinky_ghost: if that is after the reboot, I would say it's just broken11:22
lsmolablinky_ghost: could you try to redeploy the overcloud again?11:22
blinky_ghostlsmola: sure11:22
lsmolablinky_ghost: to see if the issue is still there?11:22
blinky_ghostlsmola: undeploying11:23
lsmolablinky_ghost: probably if you can't ssh to the node, it's all broken11:23
lsmolablinky_ghost: though you could try to restart it through ironic console11:23
blinky_ghostlsmola: I can login to compute using heat-admin, I just cannot login to controller11:23
lsmolablinky_ghost: yeah I had the exact same issue, I just couldn't ssh to one of the compute nodes11:24
lsmolablinky_ghost: it was just exiting, so it took the key, but exited11:24
blinky_ghostlsmola: humm...so it could be a bug11:25
lsmolablinky_ghost: we should probably create a bug for this, but since I couldn't replicate it, nor I have any logs11:26
lsmolablinky_ghost: it can be hard for people to figure it out11:26
blinky_ghostlsmola: we'll figure it out, with a lots of patience :)11:27
lsmolablinky_ghost: ok :-)11:27
blinky_ghostlsmola: you think the metadata issue might be related with not having external connectivity from the overcloud or something?11:29
lsmolablinky_ghost: yes, seems like that11:35
*** pblaho has joined #tripleo11:35
blinky_ghostlsmola: I'll try to remove "br-ex" from the conf before deploying as I don't use it. I want to use provider networks.11:37
*** Marga_ has joined #tripleo11:40
*** akrivoka has joined #tripleo11:42
blinky_ghostlsmola: tuskar plan-patch -A ControlVirtualInterface=datacentre 3317a4e5-e500-43a3-b01f-511ec1f2bea411:43
blinky_ghostWARNING:tuskarclient.common.http:Request returned failure status.11:43
blinky_ghostERROR:tuskarclient.shell:Exiting due to an error:11:43
blinky_ghostlsmola: doing something wrong?11:43
lsmolablinky_ghost: try to check the log11:44
lsmolablinky_ghost: it has to be controller-1::ControlVirtualInterface11:45
*** Marga_ has quit IRC11:45
lsmolablinky_ghost: you can always check it with tuskar plan-show overcloud | grep -C 5 ControlVirtualInterface11:45
*** pblaho has quit IRC11:45
blinky_ghostlsmola: cool it worked, thanks :)11:45
lsmolablinky_ghost: np11:45
blinky_ghosthere we go again :P11:49
*** zz_avozza is now known as avozza11:51
*** rcarrillocruz has quit IRC11:55
*** rcarrillocruz has joined #tripleo11:55
*** sirushti has joined #tripleo11:56
*** dkehn has quit IRC11:56
*** goneri has quit IRC11:56
*** dkehn has joined #tripleo11:57
openstackgerritThom Leggett proposed openstack/os-cloud-config: Make keystone admin and internal urls https.  https://review.openstack.org/13179512:05
blinky_ghostlsmola: my understanding is that heat uses cloud-init on the machine to configure the node after it's deployed. And somehow this is not working because of the metadata issue. So the controller is not being configured. It get's ip from neutron but cannot reach metadata. That's why I cannot access ssh, httpd, etc, services that weren't configured.12:06
lsmolablinky_ghost: hm, so it happened again?12:07
lsmolablinky_ghost: yes it uses cloud-init12:07
lsmolablinky_ghost: yeah if the controller server can't reach the metadata server (your undercloud) it will be broken12:08
*** avozza is now known as zz_avozza12:09
blinky_ghostlsmola: maybe it's a FW issue on the undercloud?12:09
lsmolablinky_ghost: hm, do you see any rejected communication with the controller node?12:10
blinky_ghostlsmola: I'll try to debug this. I see some iptables errors in discoverd: http://paste.openstack.org/show/137435/12:12
blinky_ghostlsmola: but I don't know if it's related12:12
blinky_ghostlsmola: I see in the compute that it has a route 169.254.169.254 192.0.2.1       255.255.255.255 UGH   1      0        0 em212:14
blinky_ghostlsmola: this route needs to be removed with NOZEROCONF=yes12:14
*** goneri has joined #tripleo12:15
lsmolablinky_ghost: ok, this is beyond my networking skills :-)12:15
blinky_ghostlsmola: ok the flag is there but the route shouldn't12:15
lsmolablinky_ghost: ok, what is creating the route?12:17
gfidenteshadower, would you help me a bit with the template again? :)12:17
*** athomas has joined #tripleo12:19
*** rhallisey has joined #tripleo12:20
*** pblaho has joined #tripleo12:21
blinky_ghostlsmola: nevermind what I said, the route is there but I can access metadata. I can ssh to controller now, let me see if I can see what's going on. sorry :)12:23
*** weshay has joined #tripleo12:32
lsmolablinky_ghost: hm so yo uhaven't change anything?12:33
lsmolablinky_ghost: I wonder if it's the same random error I had, or your was caused by something else12:33
*** akrivoka has quit IRC12:36
*** pensu1 has quit IRC12:39
*** Marga_ has joined #tripleo12:41
derekhFix for cinder has passed CI https://review.openstack.org/#/c/136472/2 can I get some eyes on it please so overclouds are happy again.12:41
*** Marga_ has quit IRC12:46
*** akrivoka has joined #tripleo12:48
SpamapSderekh: you got one +2 :)12:50
derekhSpamapS: thanks12:50
*** jcoufal_ has joined #tripleo12:51
*** jcoufal has quit IRC12:54
*** k4n0 has quit IRC13:00
openstackgerritRyan Brady proposed openstack/tripleo-image-elements: Migrate horizon element to svc-map  https://review.openstack.org/13408113:02
openstackgerritMerged openstack/tripleo-image-elements: Set lock_path in cinder.conf  https://review.openstack.org/13647213:04
lsmoladerekh: looks good, approved13:04
derekhlsmola: thanks13:04
*** derekh changes topic to "Using OpenStack to deploy OpenStack; meetings Tuesday 1900/0800 UTC in #openstack-meeting-alt"13:05
*** pradeep has quit IRC13:06
openstackgerritRyan Brady proposed openstack/tripleo-image-elements: Migrate keepalived to svc-map  https://review.openstack.org/13604513:07
openstackgerritDerek Higgins proposed openstack-infra/tripleo-ci: Revert "TR: Switch Cinder to use oslo.concurrency"  https://review.openstack.org/13675013:08
*** dshulyak_ has joined #tripleo13:09
*** dshulyak_ has quit IRC13:11
openstackgerritJulia Kreger proposed stackforge/tripleo-ansible: Logic and fact colletion fixes  https://review.openstack.org/13675213:14
*** hewbrocca has joined #tripleo13:14
*** tzumainn has joined #tripleo13:17
*** morazi has joined #tripleo13:19
*** dprince has joined #tripleo13:21
*** Ng has quit IRC13:24
*** tchaypo has quit IRC13:24
*** pweiss has quit IRC13:24
*** CaptTofu has quit IRC13:24
*** Ng has joined #tripleo13:24
*** victor_lowther has quit IRC13:24
*** ChanServ sets mode: +v Ng13:24
*** pweiss has joined #tripleo13:25
*** CaptTofu has joined #tripleo13:25
*** rainya has quit IRC13:26
*** ramishra has quit IRC13:26
*** tchaypo has joined #tripleo13:26
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Use tarballs in requirements.txt  https://review.openstack.org/13675313:26
*** rainya has joined #tripleo13:27
*** victor_lowther has joined #tripleo13:27
*** noslzzp has joined #tripleo13:29
*** ramishra has joined #tripleo13:29
*** julim has joined #tripleo13:33
*** jerryz1 has joined #tripleo13:33
*** jdob has joined #tripleo13:35
*** jerryz has quit IRC13:35
*** Marga_ has joined #tripleo13:41
*** Marga_ has quit IRC13:46
*** morazi has quit IRC13:51
openstackgerritJulia Kreger proposed stackforge/tripleo-ansible: Logic and fact colletion fixes and restart stopped instances  https://review.openstack.org/13675213:53
*** pradeep has joined #tripleo13:56
*** pradeep has quit IRC13:57
*** pradeep has joined #tripleo13:58
*** mrunge has quit IRC13:58
*** ccrouch has quit IRC14:05
*** ccrouch has joined #tripleo14:06
gonerij14:30
*** jerryz has joined #tripleo14:32
*** goneri has quit IRC14:34
*** jerryz1 has quit IRC14:35
*** edmund has joined #tripleo14:40
openstackgerritMonty Taylor proposed openstack/diskimage-builder: Add some speedups to dpkg  https://review.openstack.org/13666014:41
openstackgerritMonty Taylor proposed openstack/diskimage-builder: Add minimal ubuntu and centos base elements  https://review.openstack.org/13664214:41
*** Marga_ has joined #tripleo14:42
*** pradeep1 has joined #tripleo14:46
*** pradeep has quit IRC14:47
*** Marga_ has quit IRC14:47
*** morazi has joined #tripleo14:49
openstackgerritMerged openstack/tripleo-image-elements: Migrate haproxy to svc-map  https://review.openstack.org/13395914:53
*** wuhg has quit IRC14:53
openstackgerritJames Polley proposed openstack/os-net-config: If setting a default route, use default netmask  https://review.openstack.org/13655814:54
blinky_ghostlsmola: I think I have a problem with network configuration, I have to check this better15:00
mordredcan someone point me to an example of current best practice for installing a static file into an image in an element?15:03
* mordred pokes tchaypo in the eye, hoping he'll know15:07
* tchaypo was busy digging15:09
openstackgerritJulia Kreger proposed stackforge/tripleo-ansible: WIP: Allow for a command to be executed mid-update  https://review.openstack.org/13678515:09
*** lazy_prince is now known as killer_prince15:10
*** rushiagr is now known as rushiagr_away15:11
*** prad has joined #tripleo15:13
tchaypothere's http://git.openstack.org/cgit/openstack/tripleo-image-elements/tree/elements/neutron-openvswitch-agent/bin/init-neutron-ovs15:15
tchaypobut i wouldn't suggest that it's "best practice"15:15
lsmolablinky_ghost: ok15:16
tchaypoi think you just want to stick it under os-apply-config15:16
mordredtchaypo: ok. so there is no mechanism for "copy this file from the element dir into the target" ?15:16
mordredtchaypo: not using os-apply-config - just need to copy a static file15:16
tchayposure, so that's just an o-a-c file with now moustaches in15:17
blinky_ghostlsmola: I want to use provider networks with tagged vlans but don't exactly which parameters to change in tuskar.15:17
lsmolablinky_ghost: not sure, I haven't setup the network myself and I used default networking setup in my baremetal test15:18
mordredtchaypo: aha! I found what I was looking for ... http://git.openstack.org/cgit/openstack/tripleo-image-elements/tree/elements/keepalived/install.d/78-keepalived-reload15:18
tchaypohttp://git.openstack.org/cgit/openstack/tripleo-image-elements/tree/elements/squid/os-apply-config/etc/squid/squid.conf is a moustacheless o-a-c file15:19
tchaypoyeah, that's not current best practice15:20
lsmolablinky_ghost: is it setup of management network or overcloud network?15:20
tchaypothat's using install because it needs to set ownership and permissions. we can do that directly with o-a-c now15:20
*** beekneemech is now known as bnemec15:20
tchayposince https://review.openstack.org/#/c/129303/15:21
tchaypobeekneemech: welcome to the new week!15:22
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Use tarballs in requirements.txt  https://review.openstack.org/13675315:22
mordredtchaypo: so - I'm using this for a static base image - there will be no o-a-c anywhere15:22
blinky_ghostlsmola: overcloud. The overcloud node pxe boots with em2. It should use em1 as management, where the API/db/rabbitmq run and em3 to use for neutron tenant and provider network.15:22
*** lucasagomes has joined #tripleo15:22
mordredso the pattern in keepalived is perfect15:22
lsmolablinky_ghost: you might need to change this https://github.com/agroup/instack-undercloud/blob/master/scripts/instack-deploy-overcloud#L28615:23
lsmolablinky_ghost: you can't change it from UI15:23
lsmolablinky_ghost: but you can deploy with instack-deploy-overcloud --tuskar15:24
blinky_ghostlsmola: with  tuskar plan-patch -A <key>=<value> <plan uuid> ??15:24
*** jerryz has quit IRC15:25
tchaypomordred: oh, right. Yeah, if you can't *have* o-a-c, that seems like it should be a minimal replacement15:25
lsmolablinky_ghost: if you want to use that deploy script, just provide yours TUSKAR_PARAMETERS https://github.com/agroup/instack-undercloud/blob/master/scripts/instack-deploy-overcloud#L9015:25
*** funzo_ is now known as funzo15:26
lsmolablinky_ghost: this is how I call it with -source install http://paste.openstack.org/show/137497/15:26
lsmolablinky_ghost: package install doesn't need most of the source ..15:27
bnemecgreghaynes: I actually didn't write that, but it appears I did do a naughty thing when I refactored the redhat-based elements and destroyed the commit history of it. :-(15:28
blinky_ghostlsmola: ok cool I'll test it15:30
mordredtchaypo: not just can't *have* o-a-c - don't *want* o-a-c15:30
mordredtchaypo: don't want any boot time specialization at all for this content15:30
mordredtchaypo: these images will also not have cloud-init, for instance15:30
lsmolablinky_ghost: seems like there are some vlan tags allowed https://github.com/openstack/os-cloud-config/blob/master/os_cloud_config/neutron.py#L9015:31
*** vinsh has joined #tripleo15:31
lsmolablinky_ghost: though I don't see any docs for it15:31
blinky_ghostlsmola: ok I'll take a look15:32
*** pcrews has joined #tripleo15:32
lsmolablinky_ghost: + you will probably find more of what you need in os-net-config https://github.com/openstack/tripleo-specs/blob/master/specs/juno/network_configuration.rst15:33
lsmolablinky_ghost: I haven't have time to looks at it more closely and TBH my networking skills are really bad15:33
lsmolablinky_ghost: https://github.com/openstack/os-net-config15:34
tchaypoor http://git.openstack.org/cgit/openstack/os-net-config/ if you prefer to use the canonical repo instead of the third-party mirror15:35
lsmolablinky_ghost: I guess you can ask dprince about what possible network setups are there now :-)15:37
*** pradeep has joined #tripleo15:39
*** rushiagr_away is now known as rushiagr15:40
*** pradeep1 has quit IRC15:41
blinky_ghostlsmola: ok. What is happening after the deployment is that my controller has messed network routes, let's say em2 and em3 use the same network route 192.168.1.0/24.  I would prefer to not create tentant, provider or br-ex and do it manually after the deployment is done. But I'll figure it out :)15:41
dprincelsmola: there are some examples in the os-net-config project directory 'etc' directory15:41
*** Marga_ has joined #tripleo15:43
*** jerryz has joined #tripleo15:48
*** Marga_ has quit IRC15:48
lsmolablinky_ghost: ok :-)15:52
lsmoladprince: ok, thanks15:53
lsmolablinky_ghost: ^15:54
*** jprovazn has quit IRC15:55
*** untriaged-bot has joined #tripleo16:00
untriaged-botUntriaged bugs so far:16:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139121816:00
uvirtbotLaunchpad bug 1391218 in tripleo "Configuration Dependent on HAProxy" [Undecided,In progress]16:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/138706116:00
uvirtbotLaunchpad bug 1387061 in tripleo "deploy under cloud failure due to pacemaker " [Undecided,New]16:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139364316:00
uvirtbotLaunchpad bug 1393643 in tripleo "haproxy start failed loop with 'Starting proxy horizon: cannot bind socket'" [Undecided,New]16:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139141216:00
uvirtbotLaunchpad bug 1391412 in tripleo "devtest  deploy overcloud successfully,but there have one baremetal in  Maintenance state" [Undecided,New]16:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/138748716:00
uvirtbotLaunchpad bug 1387487 in tripleo "tripleo-image-elements/elements/tuskar-ui /os-refresh-config /post-configure.d/101-tuskar-ui  needs authentication from Keystone" [Undecided,New]16:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139330416:00
uvirtbotLaunchpad bug 1393304 in tripleo "create-nodes failure for customised pool" [Undecided,New]16:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/139165616:00
uvirtbotLaunchpad bug 1391656 in diskimage-builder "There is no way to customize the installation of the bootloader" [Undecided,New]16:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139329816:00
uvirtbotLaunchpad bug 1393298 in tripleo "keepalived VRRP_Script(chk_haproxy) timed out" [Undecided,In progress]16:00
*** untriaged-bot has quit IRC16:00
*** juice has quit IRC16:04
*** lucasagomes has quit IRC16:07
*** juice has joined #tripleo16:07
*** cwolferh has joined #tripleo16:41
*** Marga_ has joined #tripleo16:44
*** bvandenh has quit IRC16:46
*** david-lyle has joined #tripleo16:48
*** pradeep has quit IRC16:48
*** pradeep1 has joined #tripleo16:48
*** Marga_ has quit IRC16:48
*** Marga_ has joined #tripleo16:49
*** zz_avozza is now known as avozza16:49
*** avozza is now known as zz_avozza16:53
*** Marga_ has quit IRC16:53
greghaynesbnemec: ah16:55
tchaypohttp://git.openstack.org/cgit/openstack/tripleo-image-elements/tree/elements/neutron/os-apply-config/etc/neutron/plugins/ml2/ml2_conf.ini references {{neutron.ovs.local_ip}}17:04
tchaypovarious files in tripled-heat-template set that by {get_attr: [NovaCompute0, networks, ctlplane, 0]}17:05
tchaypobut I can't see anywhere that defines the ctlplane network17:05
greghaynestchaypo: we recently set that in seed_stack_config17:10
* greghaynes checks if fix merged17:10
greghaynesthere was a CI fail we merged that broke bm deployments and a fix was put up https://review.openstack.org/#/c/136389/17:11
greghaynesugh, and CI fail17:11
greghaynesaaand its a pypi fail17:12
*** rwsu has joined #tripleo17:12
*** radez_g0n3 is now known as radez17:13
tchaypogreghaynes: i love you17:20
greghaynesdawwww17:20
*** Marga_ has joined #tripleo17:21
*** regebro has quit IRC17:21
*** ifarkas has quit IRC17:21
*** Marga_ has quit IRC17:24
*** Marga_ has joined #tripleo17:25
*** Marga_ has quit IRC17:26
*** Marga_ has joined #tripleo17:27
*** Marga_ has quit IRC17:28
*** rdopiera has quit IRC17:29
*** Marga_ has joined #tripleo17:30
*** pensu has joined #tripleo17:34
*** Marga_ has quit IRC17:35
*** Marga_ has joined #tripleo17:35
tteggelcan anyone look at this (needs +2/A): https://review.openstack.org/#/c/131795/17:36
*** rushiagr is now known as rushiagr_away17:36
openstackgerritMichael Tupitsyn proposed openstack/os-cloud-config: Grant admin role to admin user with default domain  https://review.openstack.org/13385717:38
openstackgerritJames Polley proposed openstack/tripleo-incubator: Add public VLAN support.  https://review.openstack.org/10375717:39
*** Marga_ has quit IRC17:39
*** Marga_ has joined #tripleo17:40
*** Marga_ has quit IRC17:40
*** Marga_ has joined #tripleo17:41
*** Marga_ has quit IRC17:41
*** Marga_ has joined #tripleo17:42
*** pradeep1 has quit IRC17:42
*** Marga_ has quit IRC17:43
*** Marga__ has joined #tripleo17:43
*** Marga__ has quit IRC17:46
*** Marga_ has joined #tripleo17:47
*** rushiagr_away is now known as rushiagr17:50
tchaypothis week's meeting is...17:50
tchaypo9am wedneday, perfect.17:51
*** zz_avozza is now known as avozza17:52
*** Marga_ has quit IRC18:00
*** Marga_ has joined #tripleo18:02
*** prad has quit IRC18:03
*** derekh has quit IRC18:05
openstackgerritMichael Tupitsyn proposed openstack/os-cloud-config: Grant admin role to admin user with default domain  https://review.openstack.org/13385718:12
*** Marga_ has quit IRC18:13
*** Marga_ has joined #tripleo18:14
*** Marga_ has quit IRC18:18
*** Marga_ has joined #tripleo18:19
tchaypohttps://review.openstack.org/#/c/135990/ has one +218:19
tchaypoit'd be nice to see it land18:20
*** rcarrillocruz has left #tripleo18:20
*** Marga_ has quit IRC18:21
*** Marga_ has joined #tripleo18:22
tchaypohttps://review.openstack.org/#/c/134982/ has no +2s, but passes the tests18:23
*** ifarkas has joined #tripleo18:24
*** Marga_ has quit IRC18:24
*** Marga_ has joined #tripleo18:25
bnemectchaypo: https://review.openstack.org/#/c/135990/ failed ci18:25
tchaypoyeah, but it'd be nice to see it land ;)18:26
*** Marga_ has quit IRC18:26
tchaypoit looks like a timeout waiting the stack to build, i can't see a clear reason. i gave it a recheck18:26
*** Marga_ has joined #tripleo18:26
tchaypoand then i look at https://review.openstack.org/#/c/108494/ and want to cry18:27
tchaypogreghaynes: do you have any plans for https://review.openstack.org/#/c/132633/ ?18:28
bnemectchaypo: Yeah, there's a bug open for that type of failure.  I linked it in my recheck.18:29
tchaypo<3 bnemec18:29
bnemectchaypo is feelin' the love in #tripleo today. :-)18:30
tchaypotchaypo *is* the love18:30
tchaypoI'd love to push for a +2 on https://review.openstack.org/#/c/134385/ but i think that's probably not justified18:32
*** dshulyak_ has joined #tripleo18:33
*** Marga_ has quit IRC18:33
*** Marga_ has joined #tripleo18:34
*** akrivoka has quit IRC18:34
*** Marga_ has quit IRC18:36
*** Marga_ has joined #tripleo18:37
*** avozza is now known as zz_avozza18:37
tchaypohttps://review.openstack.org/#/c/133882/ is a shoe-in for appoval18:38
tchaypoin my opinion18:38
*** Marga_ has quit IRC18:40
*** Marga_ has joined #tripleo18:41
*** athomas has quit IRC18:41
*** zaro has joined #tripleo18:41
*** athomas has joined #tripleo18:42
*** pblaho has quit IRC18:42
tchaypowoo, I have an undercloud node I can ssh into18:47
*** athomas has quit IRC18:53
*** marun has joined #tripleo18:53
*** athomas has joined #tripleo18:53
*** jprovazn has joined #tripleo18:55
*** dshulyak_ has quit IRC18:57
*** jprovazn has left #tripleo18:59
*** athomas has quit IRC19:01
*** rhallisey has quit IRC19:02
*** rhallisey_ has joined #tripleo19:02
*** rhallisey_ is now known as rhallisey19:02
*** jprovazn has joined #tripleo19:03
tchaypooh goody19:05
tchaypo"service iptables-persistent reload" fails19:05
*** athomas has joined #tripleo19:06
*** blinky_ghost has quit IRC19:07
*** jp_at_hp has quit IRC19:07
*** daneyon has quit IRC19:09
tchaypobecause ip6tables-restore exits with 219:09
tchaypobut when i run it by hand it hangs..19:09
*** athomas has quit IRC19:11
tchaypobecause when the script runs it, it takes /etc/iptables/rules.v6 as input19:11
tchaypoand when i pass it that... it's "unable to initialise table 'filter'19:12
tchaypoofdsjklasdfljkafsdjkfads19:12
tchaypobecause my kernel is 3.13.0.39-generic, but /lib/modules/3.13.0.41-generic is all that exists19:13
*** athomas has joined #tripleo19:13
*** jcoufal_ has quit IRC19:15
openstackgerritDan Prince proposed openstack/tripleo-image-elements: Add a delorean-repo element  https://review.openstack.org/13686819:18
*** dshulyak_ has joined #tripleo19:19
*** pensu has quit IRC19:19
*** gothicmindfood has quit IRC19:19
*** rushiagr is now known as rushiagr_away19:19
openstackgerritDan Prince proposed openstack/tripleo-image-elements: Add a delorean-repo element  https://review.openstack.org/13686819:20
*** prad has joined #tripleo19:20
*** gothicmindfood has joined #tripleo19:21
*** dshulyak_ has quit IRC19:27
*** athomas has quit IRC19:28
*** Marga_ has quit IRC19:29
*** jistr has quit IRC19:31
*** jehb_ has joined #tripleo19:36
*** ifarkas has quit IRC19:40
*** ifarkas has joined #tripleo19:44
*** mrunge has joined #tripleo19:49
*** ramishra has quit IRC19:53
*** dprince has quit IRC19:57
*** daneyon has joined #tripleo19:59
*** ifarkas has quit IRC20:00
openstackgerritGiulio Fidente proposed openstack/tripleo-incubator: Rename BLOCKSTORAGE into CINDERSTORAGE to be consistent with others  https://review.openstack.org/13688020:02
*** ifarkas has joined #tripleo20:17
openstackgerritMerged openstack/tuskar: Update the generated config sample  https://review.openstack.org/13670120:22
openstackgerritGiulio Fidente proposed openstack/tripleo-heat-templates: Rename BLOCKSTORAGE into CINDERSTORAGE to be consistent with others  https://review.openstack.org/13688220:24
*** daneyon has quit IRC20:41
tchaypogreghaynes: i love you slightly less20:44
tchaypoyour fix was magnifique20:44
tchaypoexcept that the real problem i have is in the undercloud20:46
*** jprovazn_ has joined #tripleo20:46
tchayposo I'm going to have to do something similar there.20:48
tchaypowhich I'll attack tomorrow.20:48
*** jprovazn has quit IRC20:50
openstackgerritJerry Zhao proposed openstack/tripleo-heat-templates: add undercloud options for rabbitmq connection.  https://review.openstack.org/13689120:53
*** morazi has quit IRC20:54
*** morazi has joined #tripleo20:54
*** weshay has quit IRC20:58
*** daneyon has joined #tripleo20:59
greghaynestchaypo: oh? :(21:01
greghaynestchaypo: it should be super easy to fix there - just define it in the heat template21:01
greghaynestchaypo: also, I laughed pretty hard when at the dentist I looked down at my watch to see "<tchaypo> greghaynes: i love you slightly less"21:02
*** jprovazn_ has quit IRC21:05
*** ifarkas has quit IRC21:06
jerryztchaypo, greghaynes: when i deploy a undercloud with latestest code today, neutron-openvswitch-agent failed to start because ml2 plugin config had an empty local_ip21:08
greghaynesYep, tht sounds like exactly this issue21:08
tchaypoYeah, that's what greghaybes is talking about21:08
jerryztchaypo, greghaynes: i could't see why there wasn't local_ip in undercloud-source.yaml21:08
tchaypoBecause we've never needed one21:09
*** daneyon has quit IRC21:09
jerryztchaypo: neutron updated?21:09
jerryztchaypo: or oslo.conf21:09
tchaypoUntil Derek added a patch to the neutron element that assumed neutron.ovs.local_ip exists21:09
tchaypoI actually kinda think we should revert that patch as it's not backwards compatible21:10
greghaynestchaypo: nono, neutron started requireing it21:10
greghaynesthe patch derekh made is https://review.openstack.org/#/c/136309/21:10
tchaypoOh21:11
greghaynesthe problem is it doesnt fix it everywhere, just in the seed21:11
tchaypoBah21:11
greghaynesand we dont CI well enough to detect that fail I suspect21:11
tchaypoOkay. Then we need to fix it everywhere else. It should be easy but it's 10pm so I'm in bed21:11
tchaypoI'll attack in the21:11
tchaypoMorning21:11
greghaynesI might poke at it, id like to know why we dont know about this fail in CI / if theres a way to fix that21:12
jerryztchaypo, greghaynes: this bug made my night21:12
*** dshulyak_ has joined #tripleo21:12
tchaypojerryz: normal people work by day21:12
greghaynesbut we are not normal people ;)21:12
tchaypoMy workhours today were 4pm-10pm21:12
tchaypoI'm not claiming to be normal21:13
jerryztchaypo: can i just add local_ip in undercloud-source.yaml21:13
tchaypoWell21:13
greghaynesjerryz: I beliee so, yes21:13
jerryzas overcloud-source.yaml21:13
*** weshay has joined #tripleo21:13
*** dshulyak_ has quit IRC21:13
tchaypoNeutron.21:13
tchayponeutron.ovs.local_ip21:14
greghaynesin reality, we need to pass that in as a parameter, but for your testing needs you can probably just define it21:14
tchaypojerryz is building a ci region21:14
jerryzget from controller ip21:14
greghaynesoh, right, we already have that param21:14
greghaynespatches welcome :)(21:14
jerryzhttps://github.com/openstack/tripleo-heat-templates/blob/3043a28d07b6d45436406627c9ace185543529e6/overcloud-source.yaml#L66321:15
tchaypoIf y'all make a patch, add me as a reviewer so I can stampy-stamp tomorrow... When I plan to work 6am-midday21:16
openstackgerritJerry Zhao proposed openstack/tripleo-heat-templates: Fix empty local_ip in ml2_conf.ini on undercloud  https://review.openstack.org/13689421:23
*** penick has joined #tripleo21:24
openstackgerritKiall Mac Innes proposed openstack/tripleo-image-elements: Only install CA cert if file is likely to be a valid cert  https://review.openstack.org/13689521:25
*** rbrady is now known as rbrady-afk21:26
*** jehb_ has quit IRC21:30
openstackgerritJerry Zhao proposed openstack/tripleo-heat-templates: Fix empty local_ip in ml2_conf.ini on undercloud  https://review.openstack.org/13689421:31
*** jerryz has quit IRC21:34
*** penick has quit IRC21:36
greghaynes\O/ out of disk space on apt-mirror box21:40
*** penick has joined #tripleo21:48
*** jdob has quit IRC21:52
*** untriaged-bot has joined #tripleo22:00
untriaged-botUntriaged bugs so far:22:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139121822:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/138706122:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139364322:00
uvirtbotLaunchpad bug 1391218 in tripleo "Configuration Dependent on HAProxy" [Undecided,In progress]22:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139141222:00
uvirtbotLaunchpad bug 1387061 in tripleo "deploy under cloud failure due to pacemaker " [Undecided,New]22:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/138748722:00
uvirtbotLaunchpad bug 1393643 in tripleo "haproxy start failed loop with 'Starting proxy horizon: cannot bind socket'" [Undecided,New]22:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139330422:00
uvirtbotLaunchpad bug 1391412 in tripleo "devtest  deploy overcloud successfully,but there have one baremetal in  Maintenance state" [Undecided,New]22:00
uvirtbotLaunchpad bug 1387487 in tripleo "tripleo-image-elements/elements/tuskar-ui /os-refresh-config /post-configure.d/101-tuskar-ui  needs authentication from Keystone" [Undecided,New]22:00
untriaged-bothttps://bugs.launchpad.net/diskimage-builder/+bug/139165622:00
uvirtbotLaunchpad bug 1393304 in tripleo "create-nodes failure for customised pool" [Undecided,New]22:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/139329822:00
uvirtbotLaunchpad bug 1391656 in diskimage-builder "There is no way to customize the installation of the bootloader" [Undecided,New]22:00
*** untriaged-bot has quit IRC22:00
uvirtbotLaunchpad bug 1393298 in tripleo "keepalived VRRP_Script(chk_haproxy) timed out" [Undecided,In progress]22:00
*** jtomasek has quit IRC22:00
greghaynesso does anyone do multiple devtest runs on a single host?22:05
greghaynesIm wondering what amount of fiddling is required for this22:05
openstackgerritRyan Hallisey proposed stackforge/kolla: Horizon container implementation  https://review.openstack.org/13577322:09
openstackgerritMonty Taylor proposed openstack/diskimage-builder: Add some speedups to dpkg  https://review.openstack.org/13666022:11
openstackgerritMonty Taylor proposed openstack/diskimage-builder: Add minimal ubuntu and centos base elements  https://review.openstack.org/13664222:11
*** jtomasek has joined #tripleo22:11
*** rhallisey has quit IRC22:16
*** mrunge has quit IRC22:22
*** rlandy has quit IRC22:24
*** jtomasek has quit IRC22:24
*** rwsu has quit IRC22:34
*** ChuckC has quit IRC22:47
*** jang1 has quit IRC22:51
*** morazi has quit IRC22:51
*** shakamunyi_ has joined #tripleo22:54
*** weshay has quit IRC22:57
*** rwsu has joined #tripleo22:58
*** ChuckC has joined #tripleo23:00
*** shakamunyi_ has quit IRC23:04
*** vinsh has quit IRC23:05
*** greghaynes changes topic to "devtest failing? See https://bugs.launchpad.net/tripleo/+bug/1394956 | Using OpenStack to deploy OpenStack; meetings Tuesday 1900/0800 UTC in #openstack-meeting-alt"23:07
greghaynes:(23:08
greghaynesso our neutron-openvswitch-agent service script doesnt detect that the service fails to start23:13
greghaynesand it appears to be our fault23:14
bnemecFun23:16
*** penick has quit IRC23:20
greghaynesWho is our upstart ninja?23:24
greghaynesThe exec line we have fails and has exit code of 1, I wonder if this is a regression from when we removed the expect fork23:24
*** pradeep has joined #tripleo23:32
*** pradeep1 has joined #tripleo23:35
*** pradeep has quit IRC23:37
*** marun has quit IRC23:37
*** pradeep has joined #tripleo23:39
*** pradeep1 has quit IRC23:40
greghaynes:/ looks like our exec line forks 4 times23:42
greghaynesno wonder upstart doesnt like this23:42
*** pradeep1 has joined #tripleo23:43
*** penick has joined #tripleo23:44
*** pradeep has quit IRC23:45
mordredgreghaynes: I can't imagine why it woudl not like that23:50
*** tzumainn has quit IRC23:52
TheJulia723:54
TheJuliadoh23:54
greghaynesTheJulia: Agreed23:54
TheJuliagreghaynes: the 7 was an accident.....23:54
greghaynesyep :p23:55
*** zz_avozza is now known as avozza23:58

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