lifeless | though you're building a cloud image | 00:00 |
---|---|---|
lifeless | so why you don't do three-component AMI/ARI/AKI I dunno) | 00:00 |
mordred | well, there is an element named "vm" which seemed like what I should do | 00:00 |
lifeless | yeah, sorry. | 00:00 |
mordred | what I want is to have some elements and get a cloud image | 00:00 |
lifeless | vm really = 'single image with bootblock and partition table | 00:01 |
lifeless | if thats what you want, its the right thing | 00:01 |
mordred | right. I do not know if I want that | 00:01 |
greghaynes | beekneemech: looks like you wrote this ^ | 00:01 |
lifeless | and the reason we diddle with grub is to install a bootblock | 00:01 |
mordred | do I want that? | 00:01 |
mordred | and if I don't, what's the incantation with dib to do something else? | 00:01 |
lifeless | most hypervisor drivers, including both kvm and xen, can boot the A{M,K,R}I layout as well as single image layouts | 00:02 |
lifeless | just drop the vm element | 00:02 |
mordred | so, the grub diddling is in redhat-common | 00:02 |
mordred | so I can't avoid it | 00:02 |
lifeless | uhm | 00:02 |
lifeless | give it a go | 00:02 |
lifeless | see what happens | 00:02 |
mordred | I mean to say - the current problem I have, which is that the later grub reinstall does not work | 00:03 |
lifeless | it should not reinstall it if you are not using the vm element | 00:03 |
mordred | is all not in the vm image - whether or not I _need_ to install grub at all as per vm or no vm is different | 00:03 |
mordred | really? ok | 00:03 |
mordred | so -if I don't use the vm element - how do I get things to upload to glance? | 00:03 |
mordred | is there docs on that? | 00:03 |
lifeless | you upload the ARI and AKI and then the AMI with links | 00:04 |
mordred | is dib going to make those things for me? | 00:04 |
lifeless | yes | 00:04 |
mordred | neat | 00:05 |
* mordred tries without vm element | 00:06 | |
lifeless | https://gist.github.com/rubiojr/3624915 | 00:06 |
lifeless | there's also a tripleo script to load images for you that will DTRT | 00:06 |
lifeless | I think its in incubator | 00:06 |
mordred | well, I mean, glance upload I can handle | 00:07 |
lifeless | or http://fedoraproject.org/wiki/QA:Testcase_register_images_with_OpenStack | 00:07 |
mordred | it's making sure I get three things or whatever | 00:07 |
lifeless | you asked about docs | 00:07 |
mordred | yah | 00:07 |
lifeless | giving you docs | 00:07 |
mordred | I have never seen three output files from dib before | 00:07 |
lifeless | mordred: ah | 00:08 |
lifeless | mordred: add the baremetal element | 00:08 |
mordred | wait - why would I add that? | 00:08 |
lifeless | because we're *TERRIBLE* at naming things | 00:08 |
mordred | AWESOME | 00:08 |
lifeless | Does the following: | 00:08 |
lifeless | * extracts the kernel and initial ramdisk of the built image. | 00:08 |
*** Marga_ has joined #tripleo | 00:09 | |
lifeless | clarkb: btw you should read https://glyph.twistedmatrix.com/2014/02/unyielding.html | 00:09 |
mordred | lifeless: 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 |
lifeless | clarkb: I had forgotten about it; its a great example of why eventlet is so different | 00:09 |
lifeless | mordred: no, but you could write an element to do that for you | 00:10 |
lifeless | mordred: you'll want to use the block-device.d hook. | 00:10 |
mordred | lifeless: 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 |
mordred | clarkb: ^^ | 00:11 |
lifeless | hell, 1311 and I've still not cut any code | 00:18 |
* mordred throws a large wet code at lifeless | 00:18 | |
greghaynes | I wonder why we do all this grub install/uninstall dancing rather than just running grub2-install | 00:19 |
mordred | greghaynes: because reasons? | 00:21 |
greghaynes | oh, right! | 00:21 |
greghaynes | reasons | 00:21 |
mordred | greghaynes: also, apparently if you don't tell it to install a kernel, centos does not install a kernel | 00:21 |
greghaynes | well, did you want a kernel? | 00:22 |
greghaynes | ;) | 00:22 |
mordred | apparently | 00:22 |
lifeless | mordred: I wish it was that simple | 00:26 |
*** Marga_ has quit IRC | 00:26 | |
lifeless | wow zzzeek really ranted on this | 00:27 |
mordred | yah. I like the cheese maker line | 00:27 |
lifeless | brilliant | 00:28 |
lifeless | I'll have the job next to him as a pig shit shoveller on the farm | 00:28 |
*** Marga_ has joined #tripleo | 00:30 | |
*** tzumainn has joined #tripleo | 00:37 | |
mordred | greghaynes: /tmp/in_target.d/pre-install.d/02-package-installs: line 6: package-installs: command not found | 00:39 |
mordred | greghaynes: ever seen that? | 00:39 |
*** noslzzp has quit IRC | 00:39 | |
greghaynes | welp, there is a package installs script in the package-installs element | 00:39 |
mordred | yah | 00:40 |
lifeless | oh that thread is brilliant and getting better | 00:40 |
mordred | and 02-package-installs is _in_ the package-installs element | 00:40 |
mordred | so Iknow it's included | 00:40 |
* mordred is thinking path issue ... | 00:40 | |
mordred | greghaynes: where do bin/ scripts get put in the image? | 00:40 |
mordred | or in the chroot, rather | 00:40 |
lifeless | ok, vpn time, expenses and leave | 00:41 |
lifeless | then fuck you all I'm writing code | 00:41 |
mordred | greghaynes: looks like this: install -m 0755 -o root -g root $(dirname $0)/../bin/* /usr/local/bin | 00:41 |
mordred | greghaynes: from the yum element | 00:41 |
greghaynes | hahaa | 00:42 |
greghaynes | wow | 00:42 |
greghaynes | we are really bad at where we put things :( | 00:42 |
mordred | hehe | 00:42 |
mordred | well, so much for my idea that I might be able to ditch redhat-common and yum elements ... | 00:43 |
lifeless | there's a copy of that code in the dpkg element | 00:44 |
lifeless | I've been meaning to wipe all the adhoc installs and centralise it | 00:44 |
mordred | lifeless: ++ | 00:46 |
lifeless | mordred: have you upgraded to utopic? my openvpn setup has broken there... its not abel to get the console to prompt for password | 00:48 |
mordred | lifeless: I have not | 00:48 |
mordred | lifeless: are you using my hpvpn thing? or just openvpn in general? | 00:48 |
lifeless | service openvpn hp restart | 00:48 |
lifeless | erm restart hp | 00:49 |
mordred | nod | 00:49 |
mordred | so - the hpvpn program pre-queries you for password and writes it to a file, which might be a different vector and avoid the problem | 00:49 |
mordred | but that doesn't mean that it would _solve_ the problem you're having | 00:49 |
mordred | just paper over it | 00:50 |
lifeless | I suspect the systemd support changes have 'fixed' it | 00:51 |
mordred | oh good | 00:51 |
lifeless | e.g. because systemd can't pass arguments to init scripts | 00:51 |
lifeless | noone can | 00:51 |
mordred | it's possible I may not 'upgrade' this time around | 00:51 |
lifeless | your approach likely works | 00:51 |
lifeless | I haven't read the code yet to see | 00:51 |
lifeless | where is it? | 00:51 |
mordred | lifeless: I've just sent you a copy of the code | 00:51 |
lifeless | thanks | 00:51 |
mordred | to your hp.com email address | 00:51 |
mordred | there is also an internal gitlab repo with it - I'm trying to get the ok to publish on pypi - but security people meh | 00:52 |
lifeless | mordred: bah, just email richard :) | 00:52 |
mordred | the _open_source_ part is fine | 00:52 |
mordred | but it includes vpn information | 00:52 |
lifeless | oh | 00:52 |
lifeless | separate that out | 00:52 |
mordred | the whole _point_ of it is to not have that separate :) | 00:53 |
lifeless | a conf file | 00:53 |
mordred | right | 00:53 |
lifeless | and a glue that makes it nice | 00:53 |
mordred | I'll let you look at the code | 00:53 |
lifeless | k | 00:53 |
greghaynes | internal gitlab? I thought we had some kind of system we made that manages repositories | 00:53 |
mordred | we have both things | 00:53 |
mordred | there isa gitlab for things that don't need CI | 00:54 |
mordred | clarkb, greghaynes: ZOMG ZOMG ZOMG! my image build seems to have ... WORKED | 00:55 |
lifeless | mordred: I do think its separable | 00:55 |
greghaynes | clearly we must have failed to detect an error somewhere | 00:55 |
lifeless | mordred: but barely worth it | 00:55 |
mordred | lifeless: yah. I don't actually think there is an issue - I just need to get someone to say it's ok | 00:56 |
lifeless | mordred: the annoying thing is that your route avoids start-stop-daemon so it runs in forground | 00:56 |
mordred | that is the most annoying part about it | 00:56 |
lifeless | you could add a start-stop-daemon call trivially ;) | 00:56 |
mordred | lifeless: patches welcome | 00:56 |
lifeless | unless start-stop-daemon is where the problem lieth | 00:56 |
lifeless | who knows :) | 00:57 |
mordred | indeed | 00:57 |
lifeless | I haven't tracked down that far | 00:57 |
lifeless | I just ran openvpn by and | 00:57 |
mordred | I usually just commit a terminal window to the thing | 00:57 |
*** vinsh has joined #tripleo | 00:58 | |
*** penick has joined #tripleo | 01:04 | |
openstackgerrit | Monty Taylor proposed openstack/diskimage-builder: Add minimal ubuntu and centos base elements https://review.openstack.org/136642 | 01:04 |
openstackgerrit | Monty Taylor proposed openstack/diskimage-builder: Remove the grub2 install from redhat-common https://review.openstack.org/136658 | 01:04 |
mordred | greghaynes, lifeless: ^^ there's the full stack that seems to work - in at least as much as it produces images. I have not yet booted them | 01:05 |
*** zz_avozza is now known as avozza | 01:06 | |
*** tzumainn has quit IRC | 01:09 | |
lifeless | did you see msie's new user-agent string? | 01:09 |
mordred | lifeless: aroo? | 01:13 |
lifeless | http://msdn.microsoft.com/en-us/library/ie/hh869301%28v=vs.85%29.aspx | 01:13 |
lifeless | tl;dr - they are removing msie from it | 01:13 |
lifeless | so really really encouraging modern feature detection etc | 01:14 |
*** penick has quit IRC | 01:14 | |
lifeless | I know one company that might find that novel | 01:14 |
*** avozza is now known as zz_avozza | 01:16 | |
*** vinsh has quit IRC | 01:19 | |
mordred | lifeless: is there any good way to get dib to _not_ delete dirs on error? for the debugging? | 01:24 |
lifeless | mordred: use the break point facility ? | 01:24 |
lifeless | mordred: making it not cleanup as another way to facilitate debugging would be a reasonable feature too | 01:25 |
*** JameLk has quit IRC | 01:25 | |
lifeless | mordred: 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 |
mordred | nod | 01:26 |
mordred | so, break=after-error is what I'm looking for righ tnow, yeah? | 01:26 |
lifeless | yes | 01:26 |
lifeless | if its in-target specifically | 01:27 |
lifeless | when is it breaking ? | 01:27 |
lifeless | also we should make that broader | 01:27 |
mordred | I'm getting a pakage install error - so it should be in-target | 01:27 |
lifeless | yeah | 01:29 |
lifeless | break=after-error disk-image-create .. | 01:29 |
mordred | lifeless: running that now | 01:31 |
*** jiangfei has quit IRC | 01:32 | |
*** Marga_ has quit IRC | 01:33 | |
*** Marga_ has joined #tripleo | 01:34 | |
*** Marga_ has quit IRC | 01:38 | |
*** wuhg has joined #tripleo | 01:47 | |
openstackgerrit | Monty Taylor proposed openstack/diskimage-builder: Add minimal ubuntu and centos base elements https://review.openstack.org/136642 | 01:52 |
lifeless | mordred: did it help? | 01:54 |
mordred | lifeless: very much so | 01:54 |
mordred | lifeless: I was able to determine that universe was not enabled | 01:54 |
mordred | which makes installing things harder | 01:54 |
mordred | lifeless: the above patches now go all the way through building the AMI/AKI/ARI for both centos and ubuntu | 01:55 |
mordred | lifeless: I have not yet uploaded them to a cloud and tested them | 01: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 #tripleo | 02:03 | |
*** Marga_ has joined #tripleo | 02:05 | |
*** zz_avozza is now known as avozza | 02:07 | |
lifeless | indeed, i twould | 02:15 |
*** avozza is now known as zz_avozza | 02:17 | |
*** penick has joined #tripleo | 02:23 | |
*** pcrews has joined #tripleo | 02:28 | |
openstackgerrit | Monty Taylor proposed openstack/diskimage-builder: Add some speedups to dpkg https://review.openstack.org/136660 | 02:28 |
*** weshay has quit IRC | 02:33 | |
*** pradeep has joined #tripleo | 02:42 | |
*** penick has quit IRC | 02:42 | |
*** pradeep1 has joined #tripleo | 02:53 | |
*** pradeep has quit IRC | 02:56 | |
*** zhenzanz has joined #tripleo | 03:01 | |
*** pradeep has joined #tripleo | 03:03 | |
*** pradeep1 has quit IRC | 03:05 | |
*** penick has joined #tripleo | 03:06 | |
*** penick has quit IRC | 03:07 | |
*** pcrews has quit IRC | 03:07 | |
*** zz_avozza is now known as avozza | 03:08 | |
*** pradeep has quit IRC | 03:11 | |
*** avozza is now known as zz_avozza | 03:18 | |
*** Marga_ has quit IRC | 03:40 | |
*** vinsh has joined #tripleo | 03:42 | |
*** vinsh has quit IRC | 03:44 | |
*** Marga_ has joined #tripleo | 03:48 | |
*** pradeep has joined #tripleo | 03:57 | |
*** untriaged-bot has joined #tripleo | 04:00 | |
untriaged-bot | Untriaged bugs so far: | 04:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1391218 | 04:00 |
uvirtbot | Launchpad bug 1391218 in tripleo "Configuration Dependent on HAProxy" [Undecided,In progress] | 04:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1387061 | 04:00 |
uvirtbot | Launchpad bug 1387061 in tripleo "deploy under cloud failure due to pacemaker " [Undecided,New] | 04:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393643 | 04:00 |
uvirtbot | Launchpad bug 1393643 in tripleo "haproxy start failed loop with 'Starting proxy horizon: cannot bind socket'" [Undecided,New] | 04:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1391412 | 04:00 |
uvirtbot | Launchpad bug 1391412 in tripleo "devtest deploy overcloud successfully,but there have one baremetal in Maintenance state" [Undecided,New] | 04:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1387487 | 04:00 |
uvirtbot | Launchpad 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-bot | https://bugs.launchpad.net/tripleo/+bug/1393304 | 04:00 |
uvirtbot | Launchpad bug 1393304 in tripleo "create-nodes failure for customised pool" [Undecided,New] | 04:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1391656 | 04:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393298 | 04:00 |
*** untriaged-bot has quit IRC | 04:00 | |
uvirtbot | Launchpad bug 1391656 in diskimage-builder "There is no way to customize the installation of the bootloader" [Undecided,New] | 04:00 |
uvirtbot | Launchpad bug 1393298 in tripleo "keepalived VRRP_Script(chk_haproxy) timed out" [Undecided,In progress] | 04:00 |
*** zhenzanz has quit IRC | 04:07 | |
*** zz_avozza is now known as avozza | 04:09 | |
*** zhenzanz has joined #tripleo | 04:11 | |
*** Marga_ has quit IRC | 04:12 | |
*** avozza is now known as zz_avozza | 04:19 | |
*** Marga_ has joined #tripleo | 04:43 | |
*** Marga_ has quit IRC | 04:54 | |
*** lazy_prince has quit IRC | 05:02 | |
*** zz_avozza is now known as avozza | 05:10 | |
*** sirushti has joined #tripleo | 05:16 | |
*** sirushti has left #tripleo | 05:16 | |
*** pensu has joined #tripleo | 05:19 | |
*** zhenzanz_ has joined #tripleo | 05:19 | |
*** avozza is now known as zz_avozza | 05:19 | |
*** zhenzanz has quit IRC | 05:20 | |
*** Marga_ has joined #tripleo | 05:20 | |
*** zhenzanz_ is now known as zhenzanz | 05:20 | |
*** Marga_ has quit IRC | 05:25 | |
*** pensu has quit IRC | 05:25 | |
*** pensu has joined #tripleo | 05:26 | |
*** rushiagr_away is now known as rushiagr | 05:45 | |
*** zz_avozza is now known as avozza | 05:51 | |
*** k4n0 has joined #tripleo | 06:00 | |
*** avozza is now known as zz_avozza | 06:05 | |
*** lazy_prince has joined #tripleo | 06:08 | |
*** Marga_ has joined #tripleo | 06:21 | |
*** Marga_ has quit IRC | 06:26 | |
*** jiangfei has joined #tripleo | 06:32 | |
*** zhenzanz_ has joined #tripleo | 06:38 | |
*** zhenzanz has quit IRC | 06:40 | |
*** zhenzanz_ is now known as zhenzanz | 06:40 | |
*** pensu has quit IRC | 06:43 | |
*** pensu1 has joined #tripleo | 06:43 | |
*** michchap_ has quit IRC | 06:51 | |
*** michchap has joined #tripleo | 06:52 | |
*** mrunge has joined #tripleo | 06:53 | |
*** edmund has quit IRC | 06:54 | |
*** Hefeweizen has quit IRC | 07:09 | |
lifeless | ok | 07:16 |
lifeless | foinally I get to coding | 07:17 |
*** Marga_ has joined #tripleo | 07:22 | |
*** Marga_ has quit IRC | 07:26 | |
*** jprovazn has joined #tripleo | 07:30 | |
*** jtomasek has joined #tripleo | 07:42 | |
*** panda has quit IRC | 07:44 | |
tchaypo | so busy in here today! | 07:44 |
*** panda has joined #tripleo | 07:44 | |
tchaypo | lifeless: more coding than ng gets to do, it seems | 07:44 |
*** jiangfei has quit IRC | 07:44 | |
*** jiangfei has joined #tripleo | 07:45 | |
*** dshulyak_ has joined #tripleo | 07:57 | |
openstackgerrit | Merged openstack/tripleo-image-elements: Add package support to ceilometer-alarm-notifier https://review.openstack.org/134845 | 07:59 |
*** rcarrillocruz has joined #tripleo | 08:09 | |
openstackgerrit | Dougal Matthews proposed openstack/tuskar: Update the generated config sample https://review.openstack.org/136701 | 08:09 |
openstackgerrit | Dougal Matthews proposed openstack/tuskar: Update the generated config sample https://review.openstack.org/136701 | 08:11 |
*** Marga_ has joined #tripleo | 08:22 | |
*** zz_avozza is now known as avozza | 08:23 | |
*** Marga_ has quit IRC | 08:27 | |
*** jcoufal has joined #tripleo | 08:31 | |
*** Marga_ has joined #tripleo | 08:37 | |
*** jerryz has joined #tripleo | 08:38 | |
*** jang1 has joined #tripleo | 08:40 | |
*** Marga_ has quit IRC | 08:42 | |
*** bvandenh has joined #tripleo | 08:49 | |
*** avozza is now known as zz_avozza | 08:54 | |
*** dshulyak_ has quit IRC | 08:54 | |
*** jistr has joined #tripleo | 08:55 | |
*** rdopiera has joined #tripleo | 08:58 | |
*** zhenzanz has quit IRC | 09:03 | |
Ng | morning | 09:06 |
openstackgerrit | Nicholas Randon proposed openstack/tripleo-image-elements: Split RabbitMQ actions out of startup script https://review.openstack.org/134249 | 09:07 |
*** zz_avozza is now known as avozza | 09:07 | |
*** derekh has joined #tripleo | 09:11 | |
*** avozza is now known as zz_avozza | 09:17 | |
*** zz_avozza is now known as avozza | 09:18 | |
*** jiangfei has quit IRC | 09:21 | |
*** jiangfei has joined #tripleo | 09:22 | |
*** tserong has quit IRC | 09:26 | |
*** tserong has joined #tripleo | 09:27 | |
*** dshulyak has quit IRC | 09:30 | |
GheRivero | morning all | 09:33 |
*** goneri has joined #tripleo | 09:36 | |
*** Marga_ has joined #tripleo | 09:38 | |
*** enterprisedc has quit IRC | 09:41 | |
openstackgerrit | Jan Provaznik proposed openstack/tripleo-image-elements: Fix rabbitmq cluster boostrapping https://review.openstack.org/136383 | 09:43 |
*** Marga_ has quit IRC | 09:43 | |
*** jp_at_hp has joined #tripleo | 09:47 | |
*** jcoufal has quit IRC | 09:51 | |
*** untriaged-bot has joined #tripleo | 10:00 | |
untriaged-bot | Untriaged bugs so far: | 10:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1391218 | 10:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1387061 | 10:00 |
uvirtbot | Launchpad bug 1391218 in tripleo "Configuration Dependent on HAProxy" [Undecided,In progress] | 10:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393643 | 10:00 |
uvirtbot | Launchpad bug 1387061 in tripleo "deploy under cloud failure due to pacemaker " [Undecided,New] | 10:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1391412 | 10:00 |
uvirtbot | Launchpad bug 1393643 in tripleo "haproxy start failed loop with 'Starting proxy horizon: cannot bind socket'" [Undecided,New] | 10:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1387487 | 10:00 |
uvirtbot | Launchpad bug 1391412 in tripleo "devtest deploy overcloud successfully,but there have one baremetal in Maintenance state" [Undecided,New] | 10:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393304 | 10:00 |
uvirtbot | Launchpad 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 |
uvirtbot | Launchpad bug 1393304 in tripleo "create-nodes failure for customised pool" [Undecided,New] | 10:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1391656 | 10:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393298 | 10:00 |
*** untriaged-bot has quit IRC | 10:00 | |
uvirtbot | Launchpad bug 1391656 in diskimage-builder "There is no way to customize the installation of the bootloader" [Undecided,New] | 10:00 |
uvirtbot | Launchpad bug 1393298 in tripleo "keepalived VRRP_Script(chk_haproxy) timed out" [Undecided,In progress] | 10:00 |
*** dshulyak has joined #tripleo | 10:01 | |
*** rlandy has joined #tripleo | 10:04 | |
*** regebro has joined #tripleo | 10:05 | |
*** ifarkas has joined #tripleo | 10:05 | |
*** avozza is now known as zz_avozza | 10:09 | |
*** blinky_ghost has joined #tripleo | 10:34 | |
*** gfidente has joined #tripleo | 10:34 | |
blinky_ghost | lsmola: good morning :) | 10:35 |
*** Marga_ has joined #tripleo | 10:39 | |
*** Marga_ has quit IRC | 10:44 | |
*** zz_avozza is now known as avozza | 10:46 | |
lsmola | blinky_ghost: hello | 10:52 |
openstackgerrit | Derek Higgins proposed openstack/tripleo-image-elements: Set lock_path in cinder.conf https://review.openstack.org/136472 | 10:52 |
blinky_ghost | lsmola: 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_avozza | 10:53 | |
*** jcoufal has joined #tripleo | 10:54 | |
blinky_ghost | lsmola: 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 avozza | 10:56 | |
*** avozza is now known as zz_avozza | 11:10 | |
lsmola | blinky_ghost: hm | 11:14 |
lsmola | blinky_ghost: yeah the rebooting is kinda funky right now | 11:14 |
lsmola | blinky_ghost: it should work when you do it via Ironic though | 11:15 |
lsmola | blinky_ghost: otherwise you have to provide special boot params so it boots correctly, although I never tried this | 11:15 |
blinky_ghost | lsmola: 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 |
lsmola | blinky_ghost: hm but it happened to me once, that I haven't been able to ssh into one random node | 11:16 |
lsmola | blinky_ghost: but I couldn't replicate it again, so I have no idea what caused this | 11:16 |
lsmola | blinky_ghost: yeah, the reboot breaks it, there is kinda long thread on mailing list about this | 11:17 |
blinky_ghost | lsmola: is there a way to login to the node? with root user? | 11:18 |
lsmola | blinky_ghost: you might need to deploy overclodu again :-) | 11:18 |
lsmola | blinky_ghost: well the only way is using the key that was created by nova | 11:18 |
lsmola | blinky_ghost: otherwise we will need debug image with user hardcoded in it | 11:19 |
lsmola | blinky_ghost: but I see this issue only once, so Idea what is causing this | 11:20 |
blinky_ghost | lsmola: ok, have you had a chance to test this? | 11:20 |
lsmola | blinky_ghost: what exactly? | 11:21 |
blinky_ghost | lsmola: I don't know if it's related with metadata issue | 11:21 |
lsmola | blinky_ghost: if the UI works? | 11:21 |
blinky_ghost | lsmola: to deploy the overcloud in baremetals | 11:21 |
lsmola | blinky_ghost: if that is after the reboot, I would say it's just broken | 11:22 |
lsmola | blinky_ghost: could you try to redeploy the overcloud again? | 11:22 |
blinky_ghost | lsmola: sure | 11:22 |
lsmola | blinky_ghost: to see if the issue is still there? | 11:22 |
blinky_ghost | lsmola: undeploying | 11:23 |
lsmola | blinky_ghost: probably if you can't ssh to the node, it's all broken | 11:23 |
lsmola | blinky_ghost: though you could try to restart it through ironic console | 11:23 |
blinky_ghost | lsmola: I can login to compute using heat-admin, I just cannot login to controller | 11:23 |
lsmola | blinky_ghost: yeah I had the exact same issue, I just couldn't ssh to one of the compute nodes | 11:24 |
lsmola | blinky_ghost: it was just exiting, so it took the key, but exited | 11:24 |
blinky_ghost | lsmola: humm...so it could be a bug | 11:25 |
lsmola | blinky_ghost: we should probably create a bug for this, but since I couldn't replicate it, nor I have any logs | 11:26 |
lsmola | blinky_ghost: it can be hard for people to figure it out | 11:26 |
blinky_ghost | lsmola: we'll figure it out, with a lots of patience :) | 11:27 |
lsmola | blinky_ghost: ok :-) | 11:27 |
blinky_ghost | lsmola: you think the metadata issue might be related with not having external connectivity from the overcloud or something? | 11:29 |
lsmola | blinky_ghost: yes, seems like that | 11:35 |
*** pblaho has joined #tripleo | 11:35 | |
blinky_ghost | lsmola: 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 #tripleo | 11:40 | |
*** akrivoka has joined #tripleo | 11:42 | |
blinky_ghost | lsmola: tuskar plan-patch -A ControlVirtualInterface=datacentre 3317a4e5-e500-43a3-b01f-511ec1f2bea4 | 11:43 |
blinky_ghost | WARNING:tuskarclient.common.http:Request returned failure status. | 11:43 |
blinky_ghost | ERROR:tuskarclient.shell:Exiting due to an error: | 11:43 |
blinky_ghost | lsmola: doing something wrong? | 11:43 |
lsmola | blinky_ghost: try to check the log | 11:44 |
lsmola | blinky_ghost: it has to be controller-1::ControlVirtualInterface | 11:45 |
*** Marga_ has quit IRC | 11:45 | |
lsmola | blinky_ghost: you can always check it with tuskar plan-show overcloud | grep -C 5 ControlVirtualInterface | 11:45 |
*** pblaho has quit IRC | 11:45 | |
blinky_ghost | lsmola: cool it worked, thanks :) | 11:45 |
lsmola | blinky_ghost: np | 11:45 |
blinky_ghost | here we go again :P | 11:49 |
*** zz_avozza is now known as avozza | 11:51 | |
*** rcarrillocruz has quit IRC | 11:55 | |
*** rcarrillocruz has joined #tripleo | 11:55 | |
*** sirushti has joined #tripleo | 11:56 | |
*** dkehn has quit IRC | 11:56 | |
*** goneri has quit IRC | 11:56 | |
*** dkehn has joined #tripleo | 11:57 | |
openstackgerrit | Thom Leggett proposed openstack/os-cloud-config: Make keystone admin and internal urls https. https://review.openstack.org/131795 | 12:05 |
blinky_ghost | lsmola: 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 |
lsmola | blinky_ghost: hm, so it happened again? | 12:07 |
lsmola | blinky_ghost: yes it uses cloud-init | 12:07 |
lsmola | blinky_ghost: yeah if the controller server can't reach the metadata server (your undercloud) it will be broken | 12:08 |
*** avozza is now known as zz_avozza | 12:09 | |
blinky_ghost | lsmola: maybe it's a FW issue on the undercloud? | 12:09 |
lsmola | blinky_ghost: hm, do you see any rejected communication with the controller node? | 12:10 |
blinky_ghost | lsmola: I'll try to debug this. I see some iptables errors in discoverd: http://paste.openstack.org/show/137435/ | 12:12 |
blinky_ghost | lsmola: but I don't know if it's related | 12:12 |
blinky_ghost | lsmola: 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 em2 | 12:14 |
blinky_ghost | lsmola: this route needs to be removed with NOZEROCONF=yes | 12:14 |
*** goneri has joined #tripleo | 12:15 | |
lsmola | blinky_ghost: ok, this is beyond my networking skills :-) | 12:15 |
blinky_ghost | lsmola: ok the flag is there but the route shouldn't | 12:15 |
lsmola | blinky_ghost: ok, what is creating the route? | 12:17 |
gfidente | shadower, would you help me a bit with the template again? :) | 12:17 |
*** athomas has joined #tripleo | 12:19 | |
*** rhallisey has joined #tripleo | 12:20 | |
*** pblaho has joined #tripleo | 12:21 | |
blinky_ghost | lsmola: 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 #tripleo | 12:32 | |
lsmola | blinky_ghost: hm so yo uhaven't change anything? | 12:33 |
lsmola | blinky_ghost: I wonder if it's the same random error I had, or your was caused by something else | 12:33 |
*** akrivoka has quit IRC | 12:36 | |
*** pensu1 has quit IRC | 12:39 | |
*** Marga_ has joined #tripleo | 12:41 | |
derekh | Fix 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 IRC | 12:46 | |
*** akrivoka has joined #tripleo | 12:48 | |
SpamapS | derekh: you got one +2 :) | 12:50 |
derekh | SpamapS: thanks | 12:50 |
*** jcoufal_ has joined #tripleo | 12:51 | |
*** jcoufal has quit IRC | 12:54 | |
*** k4n0 has quit IRC | 13:00 | |
openstackgerrit | Ryan Brady proposed openstack/tripleo-image-elements: Migrate horizon element to svc-map https://review.openstack.org/134081 | 13:02 |
openstackgerrit | Merged openstack/tripleo-image-elements: Set lock_path in cinder.conf https://review.openstack.org/136472 | 13:04 |
lsmola | derekh: looks good, approved | 13:04 |
derekh | lsmola: thanks | 13:04 |
*** derekh changes topic to "Using OpenStack to deploy OpenStack; meetings Tuesday 1900/0800 UTC in #openstack-meeting-alt" | 13:05 | |
*** pradeep has quit IRC | 13:06 | |
openstackgerrit | Ryan Brady proposed openstack/tripleo-image-elements: Migrate keepalived to svc-map https://review.openstack.org/136045 | 13:07 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Revert "TR: Switch Cinder to use oslo.concurrency" https://review.openstack.org/136750 | 13:08 |
*** dshulyak_ has joined #tripleo | 13:09 | |
*** dshulyak_ has quit IRC | 13:11 | |
openstackgerrit | Julia Kreger proposed stackforge/tripleo-ansible: Logic and fact colletion fixes https://review.openstack.org/136752 | 13:14 |
*** hewbrocca has joined #tripleo | 13:14 | |
*** tzumainn has joined #tripleo | 13:17 | |
*** morazi has joined #tripleo | 13:19 | |
*** dprince has joined #tripleo | 13:21 | |
*** Ng has quit IRC | 13:24 | |
*** tchaypo has quit IRC | 13:24 | |
*** pweiss has quit IRC | 13:24 | |
*** CaptTofu has quit IRC | 13:24 | |
*** Ng has joined #tripleo | 13:24 | |
*** victor_lowther has quit IRC | 13:24 | |
*** ChanServ sets mode: +v Ng | 13:24 | |
*** pweiss has joined #tripleo | 13:25 | |
*** CaptTofu has joined #tripleo | 13:25 | |
*** rainya has quit IRC | 13:26 | |
*** ramishra has quit IRC | 13:26 | |
*** tchaypo has joined #tripleo | 13:26 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Use tarballs in requirements.txt https://review.openstack.org/136753 | 13:26 |
*** rainya has joined #tripleo | 13:27 | |
*** victor_lowther has joined #tripleo | 13:27 | |
*** noslzzp has joined #tripleo | 13:29 | |
*** ramishra has joined #tripleo | 13:29 | |
*** julim has joined #tripleo | 13:33 | |
*** jerryz1 has joined #tripleo | 13:33 | |
*** jdob has joined #tripleo | 13:35 | |
*** jerryz has quit IRC | 13:35 | |
*** Marga_ has joined #tripleo | 13:41 | |
*** Marga_ has quit IRC | 13:46 | |
*** morazi has quit IRC | 13:51 | |
openstackgerrit | Julia Kreger proposed stackforge/tripleo-ansible: Logic and fact colletion fixes and restart stopped instances https://review.openstack.org/136752 | 13:53 |
*** pradeep has joined #tripleo | 13:56 | |
*** pradeep has quit IRC | 13:57 | |
*** pradeep has joined #tripleo | 13:58 | |
*** mrunge has quit IRC | 13:58 | |
*** ccrouch has quit IRC | 14:05 | |
*** ccrouch has joined #tripleo | 14:06 | |
goneri | j | 14:30 |
*** jerryz has joined #tripleo | 14:32 | |
*** goneri has quit IRC | 14:34 | |
*** jerryz1 has quit IRC | 14:35 | |
*** edmund has joined #tripleo | 14:40 | |
openstackgerrit | Monty Taylor proposed openstack/diskimage-builder: Add some speedups to dpkg https://review.openstack.org/136660 | 14:41 |
openstackgerrit | Monty Taylor proposed openstack/diskimage-builder: Add minimal ubuntu and centos base elements https://review.openstack.org/136642 | 14:41 |
*** Marga_ has joined #tripleo | 14:42 | |
*** pradeep1 has joined #tripleo | 14:46 | |
*** pradeep has quit IRC | 14:47 | |
*** Marga_ has quit IRC | 14:47 | |
*** morazi has joined #tripleo | 14:49 | |
openstackgerrit | Merged openstack/tripleo-image-elements: Migrate haproxy to svc-map https://review.openstack.org/133959 | 14:53 |
*** wuhg has quit IRC | 14:53 | |
openstackgerrit | James Polley proposed openstack/os-net-config: If setting a default route, use default netmask https://review.openstack.org/136558 | 14:54 |
blinky_ghost | lsmola: I think I have a problem with network configuration, I have to check this better | 15:00 |
mordred | can 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 know | 15:07 | |
* tchaypo was busy digging | 15:09 | |
openstackgerrit | Julia Kreger proposed stackforge/tripleo-ansible: WIP: Allow for a command to be executed mid-update https://review.openstack.org/136785 | 15:09 |
*** lazy_prince is now known as killer_prince | 15:10 | |
*** rushiagr is now known as rushiagr_away | 15:11 | |
*** prad has joined #tripleo | 15:13 | |
tchaypo | there's http://git.openstack.org/cgit/openstack/tripleo-image-elements/tree/elements/neutron-openvswitch-agent/bin/init-neutron-ovs | 15:15 |
tchaypo | but i wouldn't suggest that it's "best practice" | 15:15 |
lsmola | blinky_ghost: ok | 15:16 |
tchaypo | i think you just want to stick it under os-apply-config | 15:16 |
mordred | tchaypo: ok. so there is no mechanism for "copy this file from the element dir into the target" ? | 15:16 |
mordred | tchaypo: not using os-apply-config - just need to copy a static file | 15:16 |
tchaypo | sure, so that's just an o-a-c file with now moustaches in | 15:17 |
blinky_ghost | lsmola: I want to use provider networks with tagged vlans but don't exactly which parameters to change in tuskar. | 15:17 |
lsmola | blinky_ghost: not sure, I haven't setup the network myself and I used default networking setup in my baremetal test | 15:18 |
mordred | tchaypo: aha! I found what I was looking for ... http://git.openstack.org/cgit/openstack/tripleo-image-elements/tree/elements/keepalived/install.d/78-keepalived-reload | 15:18 |
tchaypo | http://git.openstack.org/cgit/openstack/tripleo-image-elements/tree/elements/squid/os-apply-config/etc/squid/squid.conf is a moustacheless o-a-c file | 15:19 |
tchaypo | yeah, that's not current best practice | 15:20 |
lsmola | blinky_ghost: is it setup of management network or overcloud network? | 15:20 |
tchaypo | that's using install because it needs to set ownership and permissions. we can do that directly with o-a-c now | 15:20 |
*** beekneemech is now known as bnemec | 15:20 | |
tchaypo | since https://review.openstack.org/#/c/129303/ | 15:21 |
tchaypo | beekneemech: welcome to the new week! | 15:22 |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Use tarballs in requirements.txt https://review.openstack.org/136753 | 15:22 |
mordred | tchaypo: so - I'm using this for a static base image - there will be no o-a-c anywhere | 15:22 |
blinky_ghost | lsmola: 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 #tripleo | 15:22 | |
mordred | so the pattern in keepalived is perfect | 15:22 |
lsmola | blinky_ghost: you might need to change this https://github.com/agroup/instack-undercloud/blob/master/scripts/instack-deploy-overcloud#L286 | 15:23 |
lsmola | blinky_ghost: you can't change it from UI | 15:23 |
lsmola | blinky_ghost: but you can deploy with instack-deploy-overcloud --tuskar | 15:24 |
blinky_ghost | lsmola: with tuskar plan-patch -A <key>=<value> <plan uuid> ?? | 15:24 |
*** jerryz has quit IRC | 15:25 | |
tchaypo | mordred: oh, right. Yeah, if you can't *have* o-a-c, that seems like it should be a minimal replacement | 15:25 |
lsmola | blinky_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#L90 | 15:25 |
*** funzo_ is now known as funzo | 15:26 | |
lsmola | blinky_ghost: this is how I call it with -source install http://paste.openstack.org/show/137497/ | 15:26 |
lsmola | blinky_ghost: package install doesn't need most of the source .. | 15:27 |
bnemec | greghaynes: 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_ghost | lsmola: ok cool I'll test it | 15:30 |
mordred | tchaypo: not just can't *have* o-a-c - don't *want* o-a-c | 15:30 |
mordred | tchaypo: don't want any boot time specialization at all for this content | 15:30 |
mordred | tchaypo: these images will also not have cloud-init, for instance | 15:30 |
lsmola | blinky_ghost: seems like there are some vlan tags allowed https://github.com/openstack/os-cloud-config/blob/master/os_cloud_config/neutron.py#L90 | 15:31 |
*** vinsh has joined #tripleo | 15:31 | |
lsmola | blinky_ghost: though I don't see any docs for it | 15:31 |
blinky_ghost | lsmola: ok I'll take a look | 15:32 |
*** pcrews has joined #tripleo | 15:32 | |
lsmola | blinky_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.rst | 15:33 |
lsmola | blinky_ghost: I haven't have time to looks at it more closely and TBH my networking skills are really bad | 15:33 |
lsmola | blinky_ghost: https://github.com/openstack/os-net-config | 15:34 |
tchaypo | or http://git.openstack.org/cgit/openstack/os-net-config/ if you prefer to use the canonical repo instead of the third-party mirror | 15:35 |
lsmola | blinky_ghost: I guess you can ask dprince about what possible network setups are there now :-) | 15:37 |
*** pradeep has joined #tripleo | 15:39 | |
*** rushiagr_away is now known as rushiagr | 15:40 | |
*** pradeep1 has quit IRC | 15:41 | |
blinky_ghost | lsmola: 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 |
dprince | lsmola: there are some examples in the os-net-config project directory 'etc' directory | 15:41 |
*** Marga_ has joined #tripleo | 15:43 | |
*** jerryz has joined #tripleo | 15:48 | |
*** Marga_ has quit IRC | 15:48 | |
lsmola | blinky_ghost: ok :-) | 15:52 |
lsmola | dprince: ok, thanks | 15:53 |
lsmola | blinky_ghost: ^ | 15:54 |
*** jprovazn has quit IRC | 15:55 | |
*** untriaged-bot has joined #tripleo | 16:00 | |
untriaged-bot | Untriaged bugs so far: | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1391218 | 16:00 |
uvirtbot | Launchpad bug 1391218 in tripleo "Configuration Dependent on HAProxy" [Undecided,In progress] | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1387061 | 16:00 |
uvirtbot | Launchpad bug 1387061 in tripleo "deploy under cloud failure due to pacemaker " [Undecided,New] | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393643 | 16:00 |
uvirtbot | Launchpad bug 1393643 in tripleo "haproxy start failed loop with 'Starting proxy horizon: cannot bind socket'" [Undecided,New] | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1391412 | 16:00 |
uvirtbot | Launchpad bug 1391412 in tripleo "devtest deploy overcloud successfully,but there have one baremetal in Maintenance state" [Undecided,New] | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1387487 | 16:00 |
uvirtbot | Launchpad 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-bot | https://bugs.launchpad.net/tripleo/+bug/1393304 | 16:00 |
uvirtbot | Launchpad bug 1393304 in tripleo "create-nodes failure for customised pool" [Undecided,New] | 16:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1391656 | 16:00 |
uvirtbot | Launchpad bug 1391656 in diskimage-builder "There is no way to customize the installation of the bootloader" [Undecided,New] | 16:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393298 | 16:00 |
uvirtbot | Launchpad bug 1393298 in tripleo "keepalived VRRP_Script(chk_haproxy) timed out" [Undecided,In progress] | 16:00 |
*** untriaged-bot has quit IRC | 16:00 | |
*** juice has quit IRC | 16:04 | |
*** lucasagomes has quit IRC | 16:07 | |
*** juice has joined #tripleo | 16:07 | |
*** cwolferh has joined #tripleo | 16:41 | |
*** Marga_ has joined #tripleo | 16:44 | |
*** bvandenh has quit IRC | 16:46 | |
*** david-lyle has joined #tripleo | 16:48 | |
*** pradeep has quit IRC | 16:48 | |
*** pradeep1 has joined #tripleo | 16:48 | |
*** Marga_ has quit IRC | 16:48 | |
*** Marga_ has joined #tripleo | 16:49 | |
*** zz_avozza is now known as avozza | 16:49 | |
*** avozza is now known as zz_avozza | 16:53 | |
*** Marga_ has quit IRC | 16:53 | |
greghaynes | bnemec: ah | 16:55 |
tchaypo | http://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 |
tchaypo | various files in tripled-heat-template set that by {get_attr: [NovaCompute0, networks, ctlplane, 0]} | 17:05 |
tchaypo | but I can't see anywhere that defines the ctlplane network | 17:05 |
greghaynes | tchaypo: we recently set that in seed_stack_config | 17:10 |
* greghaynes checks if fix merged | 17:10 | |
greghaynes | there was a CI fail we merged that broke bm deployments and a fix was put up https://review.openstack.org/#/c/136389/ | 17:11 |
greghaynes | ugh, and CI fail | 17:11 |
greghaynes | aaand its a pypi fail | 17:12 |
*** rwsu has joined #tripleo | 17:12 | |
*** radez_g0n3 is now known as radez | 17:13 | |
tchaypo | greghaynes: i love you | 17:20 |
greghaynes | dawwww | 17:20 |
*** Marga_ has joined #tripleo | 17:21 | |
*** regebro has quit IRC | 17:21 | |
*** ifarkas has quit IRC | 17:21 | |
*** Marga_ has quit IRC | 17:24 | |
*** Marga_ has joined #tripleo | 17:25 | |
*** Marga_ has quit IRC | 17:26 | |
*** Marga_ has joined #tripleo | 17:27 | |
*** Marga_ has quit IRC | 17:28 | |
*** rdopiera has quit IRC | 17:29 | |
*** Marga_ has joined #tripleo | 17:30 | |
*** pensu has joined #tripleo | 17:34 | |
*** Marga_ has quit IRC | 17:35 | |
*** Marga_ has joined #tripleo | 17:35 | |
tteggel | can anyone look at this (needs +2/A): https://review.openstack.org/#/c/131795/ | 17:36 |
*** rushiagr is now known as rushiagr_away | 17:36 | |
openstackgerrit | Michael Tupitsyn proposed openstack/os-cloud-config: Grant admin role to admin user with default domain https://review.openstack.org/133857 | 17:38 |
openstackgerrit | James Polley proposed openstack/tripleo-incubator: Add public VLAN support. https://review.openstack.org/103757 | 17:39 |
*** Marga_ has quit IRC | 17:39 | |
*** Marga_ has joined #tripleo | 17:40 | |
*** Marga_ has quit IRC | 17:40 | |
*** Marga_ has joined #tripleo | 17:41 | |
*** Marga_ has quit IRC | 17:41 | |
*** Marga_ has joined #tripleo | 17:42 | |
*** pradeep1 has quit IRC | 17:42 | |
*** Marga_ has quit IRC | 17:43 | |
*** Marga__ has joined #tripleo | 17:43 | |
*** Marga__ has quit IRC | 17:46 | |
*** Marga_ has joined #tripleo | 17:47 | |
*** rushiagr_away is now known as rushiagr | 17:50 | |
tchaypo | this week's meeting is... | 17:50 |
tchaypo | 9am wedneday, perfect. | 17:51 |
*** zz_avozza is now known as avozza | 17:52 | |
*** Marga_ has quit IRC | 18:00 | |
*** Marga_ has joined #tripleo | 18:02 | |
*** prad has quit IRC | 18:03 | |
*** derekh has quit IRC | 18:05 | |
openstackgerrit | Michael Tupitsyn proposed openstack/os-cloud-config: Grant admin role to admin user with default domain https://review.openstack.org/133857 | 18:12 |
*** Marga_ has quit IRC | 18:13 | |
*** Marga_ has joined #tripleo | 18:14 | |
*** Marga_ has quit IRC | 18:18 | |
*** Marga_ has joined #tripleo | 18:19 | |
tchaypo | https://review.openstack.org/#/c/135990/ has one +2 | 18:19 |
tchaypo | it'd be nice to see it land | 18:20 |
*** rcarrillocruz has left #tripleo | 18:20 | |
*** Marga_ has quit IRC | 18:21 | |
*** Marga_ has joined #tripleo | 18:22 | |
tchaypo | https://review.openstack.org/#/c/134982/ has no +2s, but passes the tests | 18:23 |
*** ifarkas has joined #tripleo | 18:24 | |
*** Marga_ has quit IRC | 18:24 | |
*** Marga_ has joined #tripleo | 18:25 | |
bnemec | tchaypo: https://review.openstack.org/#/c/135990/ failed ci | 18:25 |
tchaypo | yeah, but it'd be nice to see it land ;) | 18:26 |
*** Marga_ has quit IRC | 18:26 | |
tchaypo | it looks like a timeout waiting the stack to build, i can't see a clear reason. i gave it a recheck | 18:26 |
*** Marga_ has joined #tripleo | 18:26 | |
tchaypo | and then i look at https://review.openstack.org/#/c/108494/ and want to cry | 18:27 |
tchaypo | greghaynes: do you have any plans for https://review.openstack.org/#/c/132633/ ? | 18:28 |
bnemec | tchaypo: Yeah, there's a bug open for that type of failure. I linked it in my recheck. | 18:29 |
tchaypo | <3 bnemec | 18:29 |
bnemec | tchaypo is feelin' the love in #tripleo today. :-) | 18:30 |
tchaypo | tchaypo *is* the love | 18:30 |
tchaypo | I'd love to push for a +2 on https://review.openstack.org/#/c/134385/ but i think that's probably not justified | 18:32 |
*** dshulyak_ has joined #tripleo | 18:33 | |
*** Marga_ has quit IRC | 18:33 | |
*** Marga_ has joined #tripleo | 18:34 | |
*** akrivoka has quit IRC | 18:34 | |
*** Marga_ has quit IRC | 18:36 | |
*** Marga_ has joined #tripleo | 18:37 | |
*** avozza is now known as zz_avozza | 18:37 | |
tchaypo | https://review.openstack.org/#/c/133882/ is a shoe-in for appoval | 18:38 |
tchaypo | in my opinion | 18:38 |
*** Marga_ has quit IRC | 18:40 | |
*** Marga_ has joined #tripleo | 18:41 | |
*** athomas has quit IRC | 18:41 | |
*** zaro has joined #tripleo | 18:41 | |
*** athomas has joined #tripleo | 18:42 | |
*** pblaho has quit IRC | 18:42 | |
tchaypo | woo, I have an undercloud node I can ssh into | 18:47 |
*** athomas has quit IRC | 18:53 | |
*** marun has joined #tripleo | 18:53 | |
*** athomas has joined #tripleo | 18:53 | |
*** jprovazn has joined #tripleo | 18:55 | |
*** dshulyak_ has quit IRC | 18:57 | |
*** jprovazn has left #tripleo | 18:59 | |
*** athomas has quit IRC | 19:01 | |
*** rhallisey has quit IRC | 19:02 | |
*** rhallisey_ has joined #tripleo | 19:02 | |
*** rhallisey_ is now known as rhallisey | 19:02 | |
*** jprovazn has joined #tripleo | 19:03 | |
tchaypo | oh goody | 19:05 |
tchaypo | "service iptables-persistent reload" fails | 19:05 |
*** athomas has joined #tripleo | 19:06 | |
*** blinky_ghost has quit IRC | 19:07 | |
*** jp_at_hp has quit IRC | 19:07 | |
*** daneyon has quit IRC | 19:09 | |
tchaypo | because ip6tables-restore exits with 2 | 19:09 |
tchaypo | but when i run it by hand it hangs.. | 19:09 |
*** athomas has quit IRC | 19:11 | |
tchaypo | because when the script runs it, it takes /etc/iptables/rules.v6 as input | 19:11 |
tchaypo | and when i pass it that... it's "unable to initialise table 'filter' | 19:12 |
tchaypo | ofdsjklasdfljkafsdjkfads | 19:12 |
tchaypo | because my kernel is 3.13.0.39-generic, but /lib/modules/3.13.0.41-generic is all that exists | 19:13 |
*** athomas has joined #tripleo | 19:13 | |
*** jcoufal_ has quit IRC | 19:15 | |
openstackgerrit | Dan Prince proposed openstack/tripleo-image-elements: Add a delorean-repo element https://review.openstack.org/136868 | 19:18 |
*** dshulyak_ has joined #tripleo | 19:19 | |
*** pensu has quit IRC | 19:19 | |
*** gothicmindfood has quit IRC | 19:19 | |
*** rushiagr is now known as rushiagr_away | 19:19 | |
openstackgerrit | Dan Prince proposed openstack/tripleo-image-elements: Add a delorean-repo element https://review.openstack.org/136868 | 19:20 |
*** prad has joined #tripleo | 19:20 | |
*** gothicmindfood has joined #tripleo | 19:21 | |
*** dshulyak_ has quit IRC | 19:27 | |
*** athomas has quit IRC | 19:28 | |
*** Marga_ has quit IRC | 19:29 | |
*** jistr has quit IRC | 19:31 | |
*** jehb_ has joined #tripleo | 19:36 | |
*** ifarkas has quit IRC | 19:40 | |
*** ifarkas has joined #tripleo | 19:44 | |
*** mrunge has joined #tripleo | 19:49 | |
*** ramishra has quit IRC | 19:53 | |
*** dprince has quit IRC | 19:57 | |
*** daneyon has joined #tripleo | 19:59 | |
*** ifarkas has quit IRC | 20:00 | |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-incubator: Rename BLOCKSTORAGE into CINDERSTORAGE to be consistent with others https://review.openstack.org/136880 | 20:02 |
*** ifarkas has joined #tripleo | 20:17 | |
openstackgerrit | Merged openstack/tuskar: Update the generated config sample https://review.openstack.org/136701 | 20:22 |
openstackgerrit | Giulio Fidente proposed openstack/tripleo-heat-templates: Rename BLOCKSTORAGE into CINDERSTORAGE to be consistent with others https://review.openstack.org/136882 | 20:24 |
*** daneyon has quit IRC | 20:41 | |
tchaypo | greghaynes: i love you slightly less | 20:44 |
tchaypo | your fix was magnifique | 20:44 |
tchaypo | except that the real problem i have is in the undercloud | 20:46 |
*** jprovazn_ has joined #tripleo | 20:46 | |
tchaypo | so I'm going to have to do something similar there. | 20:48 |
tchaypo | which I'll attack tomorrow. | 20:48 |
*** jprovazn has quit IRC | 20:50 | |
openstackgerrit | Jerry Zhao proposed openstack/tripleo-heat-templates: add undercloud options for rabbitmq connection. https://review.openstack.org/136891 | 20:53 |
*** morazi has quit IRC | 20:54 | |
*** morazi has joined #tripleo | 20:54 | |
*** weshay has quit IRC | 20:58 | |
*** daneyon has joined #tripleo | 20:59 | |
greghaynes | tchaypo: oh? :( | 21:01 |
greghaynes | tchaypo: it should be super easy to fix there - just define it in the heat template | 21:01 |
greghaynes | tchaypo: 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 IRC | 21:05 | |
*** ifarkas has quit IRC | 21:06 | |
jerryz | tchaypo, greghaynes: when i deploy a undercloud with latestest code today, neutron-openvswitch-agent failed to start because ml2 plugin config had an empty local_ip | 21:08 |
greghaynes | Yep, tht sounds like exactly this issue | 21:08 |
tchaypo | Yeah, that's what greghaybes is talking about | 21:08 |
jerryz | tchaypo, greghaynes: i could't see why there wasn't local_ip in undercloud-source.yaml | 21:08 |
tchaypo | Because we've never needed one | 21:09 |
*** daneyon has quit IRC | 21:09 | |
jerryz | tchaypo: neutron updated? | 21:09 |
jerryz | tchaypo: or oslo.conf | 21:09 |
tchaypo | Until Derek added a patch to the neutron element that assumed neutron.ovs.local_ip exists | 21:09 |
tchaypo | I actually kinda think we should revert that patch as it's not backwards compatible | 21:10 |
greghaynes | tchaypo: nono, neutron started requireing it | 21:10 |
greghaynes | the patch derekh made is https://review.openstack.org/#/c/136309/ | 21:10 |
tchaypo | Oh | 21:11 |
greghaynes | the problem is it doesnt fix it everywhere, just in the seed | 21:11 |
tchaypo | Bah | 21:11 |
greghaynes | and we dont CI well enough to detect that fail I suspect | 21:11 |
tchaypo | Okay. Then we need to fix it everywhere else. It should be easy but it's 10pm so I'm in bed | 21:11 |
tchaypo | I'll attack in the | 21:11 |
tchaypo | Morning | 21:11 |
greghaynes | I might poke at it, id like to know why we dont know about this fail in CI / if theres a way to fix that | 21:12 |
jerryz | tchaypo, greghaynes: this bug made my night | 21:12 |
*** dshulyak_ has joined #tripleo | 21:12 | |
tchaypo | jerryz: normal people work by day | 21:12 |
greghaynes | but we are not normal people ;) | 21:12 |
tchaypo | My workhours today were 4pm-10pm | 21:12 |
tchaypo | I'm not claiming to be normal | 21:13 |
jerryz | tchaypo: can i just add local_ip in undercloud-source.yaml | 21:13 |
tchaypo | Well | 21:13 |
greghaynes | jerryz: I beliee so, yes | 21:13 |
jerryz | as overcloud-source.yaml | 21:13 |
*** weshay has joined #tripleo | 21:13 | |
*** dshulyak_ has quit IRC | 21:13 | |
tchaypo | Neutron. | 21:13 |
tchaypo | neutron.ovs.local_ip | 21:14 |
greghaynes | in reality, we need to pass that in as a parameter, but for your testing needs you can probably just define it | 21:14 |
tchaypo | jerryz is building a ci region | 21:14 |
jerryz | get from controller ip | 21:14 |
greghaynes | oh, right, we already have that param | 21:14 |
greghaynes | patches welcome :)( | 21:14 |
jerryz | https://github.com/openstack/tripleo-heat-templates/blob/3043a28d07b6d45436406627c9ace185543529e6/overcloud-source.yaml#L663 | 21:15 |
tchaypo | If y'all make a patch, add me as a reviewer so I can stampy-stamp tomorrow... When I plan to work 6am-midday | 21:16 |
openstackgerrit | Jerry Zhao proposed openstack/tripleo-heat-templates: Fix empty local_ip in ml2_conf.ini on undercloud https://review.openstack.org/136894 | 21:23 |
*** penick has joined #tripleo | 21:24 | |
openstackgerrit | Kiall Mac Innes proposed openstack/tripleo-image-elements: Only install CA cert if file is likely to be a valid cert https://review.openstack.org/136895 | 21:25 |
*** rbrady is now known as rbrady-afk | 21:26 | |
*** jehb_ has quit IRC | 21:30 | |
openstackgerrit | Jerry Zhao proposed openstack/tripleo-heat-templates: Fix empty local_ip in ml2_conf.ini on undercloud https://review.openstack.org/136894 | 21:31 |
*** jerryz has quit IRC | 21:34 | |
*** penick has quit IRC | 21:36 | |
greghaynes | \O/ out of disk space on apt-mirror box | 21:40 |
*** penick has joined #tripleo | 21:48 | |
*** jdob has quit IRC | 21:52 | |
*** untriaged-bot has joined #tripleo | 22:00 | |
untriaged-bot | Untriaged bugs so far: | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1391218 | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1387061 | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393643 | 22:00 |
uvirtbot | Launchpad bug 1391218 in tripleo "Configuration Dependent on HAProxy" [Undecided,In progress] | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1391412 | 22:00 |
uvirtbot | Launchpad bug 1387061 in tripleo "deploy under cloud failure due to pacemaker " [Undecided,New] | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1387487 | 22:00 |
uvirtbot | Launchpad bug 1393643 in tripleo "haproxy start failed loop with 'Starting proxy horizon: cannot bind socket'" [Undecided,New] | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393304 | 22:00 |
uvirtbot | Launchpad bug 1391412 in tripleo "devtest deploy overcloud successfully,but there have one baremetal in Maintenance state" [Undecided,New] | 22:00 |
uvirtbot | Launchpad 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-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1391656 | 22:00 |
uvirtbot | Launchpad bug 1393304 in tripleo "create-nodes failure for customised pool" [Undecided,New] | 22:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1393298 | 22:00 |
uvirtbot | Launchpad bug 1391656 in diskimage-builder "There is no way to customize the installation of the bootloader" [Undecided,New] | 22:00 |
*** untriaged-bot has quit IRC | 22:00 | |
uvirtbot | Launchpad bug 1393298 in tripleo "keepalived VRRP_Script(chk_haproxy) timed out" [Undecided,In progress] | 22:00 |
*** jtomasek has quit IRC | 22:00 | |
greghaynes | so does anyone do multiple devtest runs on a single host? | 22:05 |
greghaynes | Im wondering what amount of fiddling is required for this | 22:05 |
openstackgerrit | Ryan Hallisey proposed stackforge/kolla: Horizon container implementation https://review.openstack.org/135773 | 22:09 |
openstackgerrit | Monty Taylor proposed openstack/diskimage-builder: Add some speedups to dpkg https://review.openstack.org/136660 | 22:11 |
openstackgerrit | Monty Taylor proposed openstack/diskimage-builder: Add minimal ubuntu and centos base elements https://review.openstack.org/136642 | 22:11 |
*** jtomasek has joined #tripleo | 22:11 | |
*** rhallisey has quit IRC | 22:16 | |
*** mrunge has quit IRC | 22:22 | |
*** rlandy has quit IRC | 22:24 | |
*** jtomasek has quit IRC | 22:24 | |
*** rwsu has quit IRC | 22:34 | |
*** ChuckC has quit IRC | 22:47 | |
*** jang1 has quit IRC | 22:51 | |
*** morazi has quit IRC | 22:51 | |
*** shakamunyi_ has joined #tripleo | 22:54 | |
*** weshay has quit IRC | 22:57 | |
*** rwsu has joined #tripleo | 22:58 | |
*** ChuckC has joined #tripleo | 23:00 | |
*** shakamunyi_ has quit IRC | 23:04 | |
*** vinsh has quit IRC | 23: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 |
greghaynes | so our neutron-openvswitch-agent service script doesnt detect that the service fails to start | 23:13 |
greghaynes | and it appears to be our fault | 23:14 |
bnemec | Fun | 23:16 |
*** penick has quit IRC | 23:20 | |
greghaynes | Who is our upstart ninja? | 23:24 |
greghaynes | The exec line we have fails and has exit code of 1, I wonder if this is a regression from when we removed the expect fork | 23:24 |
*** pradeep has joined #tripleo | 23:32 | |
*** pradeep1 has joined #tripleo | 23:35 | |
*** pradeep has quit IRC | 23:37 | |
*** marun has quit IRC | 23:37 | |
*** pradeep has joined #tripleo | 23:39 | |
*** pradeep1 has quit IRC | 23:40 | |
greghaynes | :/ looks like our exec line forks 4 times | 23:42 |
greghaynes | no wonder upstart doesnt like this | 23:42 |
*** pradeep1 has joined #tripleo | 23:43 | |
*** penick has joined #tripleo | 23:44 | |
*** pradeep has quit IRC | 23:45 | |
mordred | greghaynes: I can't imagine why it woudl not like that | 23:50 |
*** tzumainn has quit IRC | 23:52 | |
TheJulia | 7 | 23:54 |
TheJulia | doh | 23:54 |
greghaynes | TheJulia: Agreed | 23:54 |
TheJulia | greghaynes: the 7 was an accident..... | 23:54 |
greghaynes | yep :p | 23:55 |
*** zz_avozza is now known as avozza | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!