lifeless | impl roughly the same as the one I added to setup-endpoints | 00:00 |
---|---|---|
StevenK | lifeless: Stop it with the tabs? :-) | 00:01 |
*** yfaykya has quit IRC | 00:01 | |
lifeless | gngnar, what file? | 00:02 |
*** yfaykya has joined #tripleo | 00:03 | |
*** xuhaiwei has joined #tripleo | 00:05 | |
StevenK | lifeless: https://review.openstack.org/#/c/105045/1/scripts/setup-endpoints | 00:07 |
*** yfaykya has quit IRC | 00:08 | |
*** yfaykya has joined #tripleo | 00:09 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: WIP: Add public VLAN support. https://review.openstack.org/103757 | 00:13 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Add --public to setup-endpoints. https://review.openstack.org/105045 | 00:13 |
*** yfaykya has quit IRC | 00:14 | |
*** yfaykya has joined #tripleo | 00:15 | |
*** yfaykya has quit IRC | 00:20 | |
*** yfaykya has joined #tripleo | 00:21 | |
*** yfaykya has quit IRC | 00:26 | |
*** yfaykya has joined #tripleo | 00:27 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Add public endpoint support to init-keystone https://review.openstack.org/105047 | 00:30 |
*** yfaykya has quit IRC | 00:32 | |
*** yfaykya has joined #tripleo | 00:34 | |
*** trapsig has quit IRC | 00:37 | |
*** yfaykya has quit IRC | 00:38 | |
*** yfaykya has joined #tripleo | 00:40 | |
*** yfaykya has quit IRC | 00:44 | |
*** yfaykya has joined #tripleo | 00:46 | |
lifeless | oh yay | 00:50 |
lifeless | | fault | {"message": "'NotFound' object has no attribute '__name__'", "code": 500, "details": " File \"/opt/stack/venvs/nova/local/lib/python2.7/site-packages/nova/compute/manager.py\", line 302, in decorated_function | | 00:50 |
lifeless | helpful error messages R us | 00:50 |
*** yfaykya has quit IRC | 00:50 | |
StevenK | Heh | 00:51 |
lifeless | oh yay. Finally, I hit the greenlet error | 00:51 |
*** yfaykya has joined #tripleo | 00:52 | |
lifeless | not that I wanted to, of course | 00:56 |
StevenK | lifeless: So, -p is used, and -u is used | 00:56 |
StevenK | Both are in fact in use by current callsites | 00:56 |
lifeless | StevenK: what about "" | 00:57 |
*** yfaykya has quit IRC | 00:57 | |
lifeless | (trying a different way of asking the same thing) | 00:57 |
*** yfaykya has joined #tripleo | 00:58 | |
lifeless | yfaykya: could you perhaps get a more reliable internet connection? > 50% of the chat here is your client disconnecting and reconnecting! | 00:58 |
StevenK | lifeless: Mutally exclusive groups in argparse look ... impossible | 01:02 |
*** yfaykya has quit IRC | 01:03 | |
lifeless | StevenK: look at jan's patch | 01:03 |
*** yfaykya has joined #tripleo | 01:04 | |
StevenK | lifeless: As in https://review.openstack.org/#/c/92383/ ? | 01:06 |
mordred | lifeless: also, weechat smartfilter ftw | 01:07 |
mordred | lifeless: also, morning! | 01:08 |
lifeless | StevenK: as in 104528 | 01:08 |
lifeless | mordred: ai ai | 01:08 |
*** yfaykya has quit IRC | 01:09 | |
mordred | lifeless: how's monday looking? should I bother getting up when it gets here? | 01:10 |
*** yfaykya has joined #tripleo | 01:10 | |
lifeless | mordred: its a bit naff TBH | 01:12 |
lifeless | 2014-07-07 01:11:20.244 9673 TRACE oslo.messaging.rpc.dispatcher ValueError: Circular reference detected | 01:12 |
lifeless | ^- fun new thing in nova | 01:12 |
mordred | oh lovely | 01:12 |
lifeless | and I'm trying for the life of me to figure out how to do a neutron subnet *without* gateway ip | 01:12 |
lifeless | which is making me use rude words right now | 01:12 |
lifeless | and I'm finally hitting the greenlet issue that so plagued folk | 01:13 |
StevenK | lifeless: You don't have to specify a gateway IP when creating a subnet | 01:13 |
lifeless | StevenK: thats not what I said | 01:13 |
lifeless | StevenK: create a subnet in neutron without a gateway IP. Then tell me how you did it :) | 01:14 |
*** yfaykya has quit IRC | 01:15 | |
StevenK | lifeless: devtest_overcloud calls setup-neutron without a gateway for one of its subnets ... | 01:15 |
lifeless | StevenK: Again, I didn't say 'call without a gateway' | 01:15 |
StevenK | What are you calling neutron subnet-create with? | 01:16 |
*** yfaykya has joined #tripleo | 01:16 | |
lifeless | StevenK: neutron subnet-create succeeds | 01:17 |
lifeless | StevenK: its not the issue | 01:17 |
lifeless | StevenK: the issue is creating a subnet without a gateway. | 01:17 |
* StevenK is confused. | 01:17 | |
lifeless | StevenK: ahha! and thats the first step to enlightenment :). | 01:17 |
StevenK | Subnets don't require a gateway, so why is neutron forcing it ... | 01:18 |
lifeless | StevenK: my definition of not having a gateway is 'neutron subnet-show' should not list a gateway IP (or list an empty string as the value) | 01:18 |
StevenK | lifeless: It also appears that setting the short argument to '' makes argparse throw a traceback ... :-) | 01:18 |
lifeless | StevenK: you just don't pass in the short argument | 01:18 |
lifeless | argparse is clever. sadly. | 01:19 |
StevenK | Yeah, I was just trying that out. | 01:19 |
*** eghobo has quit IRC | 01:19 | |
* lifeless gives up and rebuilds the uc rather than spinning wheels on Ironic | 01:20 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Add public endpoint support to init-keystone https://review.openstack.org/105047 | 01:20 |
*** yfaykya has quit IRC | 01:22 | |
*** yfaykya has joined #tripleo | 01:23 | |
lifeless | is there a way in github to download the diff of a PR? e.g. to apply locally ? | 01:26 |
mordred | lifeless: yes ... | 01:27 |
* mordred tries to remember ... | 01:27 | |
*** yfaykya has quit IRC | 01:27 | |
mordred | lifeless: https://gist.github.com/piscisaureus/3342247 | 01:28 |
*** yfaykya has joined #tripleo | 01:29 | |
mordred | lifeless: obvs, don't actually, you know, do that | 01:29 |
mordred | but the refspec info is there | 01:29 |
lifeless | tanks | 01:29 |
*** yfaykya has quit IRC | 01:33 | |
*** yfaykya has joined #tripleo | 01:35 | |
*** nosnos has joined #tripleo | 01:37 | |
*** yfaykya has quit IRC | 01:39 | |
*** yfaykya has joined #tripleo | 01:41 | |
*** noslzzp has joined #tripleo | 01:42 | |
*** yamahata has joined #tripleo | 01:42 | |
*** yfaykya has quit IRC | 01:45 | |
lifeless | I must have done something really wrong in a past life | 01:46 |
lifeless | 13:45:20.691949 ac:22:0b:4d:4a:a6 > c4:85:08:dc:14:f5, ethertype IPv4 (0x0800), length 74: 192.168.1.2.33263 > 192.168.1.10.8080: Flags [FSP.W] [bad hdr length 60 - too long, > 40] | 01:46 |
lifeless | WAT | 01:46 |
*** yfaykya has joined #tripleo | 01:47 | |
*** yfaykya has quit IRC | 01:52 | |
*** yfaykya has joined #tripleo | 01:53 | |
*** yfaykya has quit IRC | 01:58 | |
*** yfaykya has joined #tripleo | 01:59 | |
*** yfaykya has quit IRC | 02:04 | |
*** yfaykya has joined #tripleo | 02:05 | |
*** yfaykya has quit IRC | 02:10 | |
*** yfaykya has joined #tripleo | 02:12 | |
*** yfaykya has quit IRC | 02:16 | |
*** yfaykya has joined #tripleo | 02:18 | |
*** yfaykya has quit IRC | 02:22 | |
*** yfaykya has joined #tripleo | 02:24 | |
StevenK | If yfaykya's connection is what SkyNet (from Terminator) is going to be based on, I don't think we have any cause for concern | 02:24 |
*** robsparker has quit IRC | 02:28 | |
*** yfaykya has quit IRC | 02:28 | |
lifeless | when did screen get vertical splits. woo. | 02:29 |
*** yfaykya has joined #tripleo | 02:30 | |
StevenK | lifeless: Years ago? | 02:32 |
StevenK | Like every other feature ... | 02:32 |
*** yfaykya has quit IRC | 02:34 | |
*** ccrouch has quit IRC | 02:36 | |
*** yfaykya has joined #tripleo | 02:36 | |
*** pcrews has quit IRC | 02:36 | |
*** yfaykya has quit IRC | 02:41 | |
*** robsparker has joined #tripleo | 02:41 | |
lifeless | StevenK: well, first time I hitit :) | 02:42 |
*** yfaykya has joined #tripleo | 02:42 | |
*** ccrouch has joined #tripleo | 02:45 | |
*** yfaykya has quit IRC | 02:47 | |
*** yfaykya has joined #tripleo | 02:48 | |
*** yfaykya has quit IRC | 02:53 | |
*** yfaykya has joined #tripleo | 02:54 | |
*** ramishra has joined #tripleo | 02:57 | |
*** yfaykya has quit IRC | 02:59 | |
*** untriaged-bot has joined #tripleo | 03:00 | |
untriaged-bot | Untriaged bugs so far: | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1335042 | 03:00 |
uvirtbot | Launchpad bug 1335042 in tripleo "diskimage-builder: extlinux installation failure" [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1335105 | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1336115 | 03:00 |
uvirtbot | Launchpad bug 1335105 in tuskar-ui "Devtest init script: sourcing tripleorc fails" [Undecided,New] | 03:00 |
uvirtbot | Launchpad bug 1336115 in tripleo "instances no longer running post-upgrade" [Undecided,In progress] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1337475 | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1335016 | 03:00 |
uvirtbot | Launchpad bug 1337475 in tripleo "devtest can't move the gateway to another ip address other than the seed" [Undecided,In progress] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1333649 | 03:00 |
uvirtbot | Launchpad bug 1335016 in tripleo "diskimage-builder fails for Debian" [Undecided,New] | 03:00 |
uvirtbot | Launchpad bug 1333649 in tripleo "/etc/hosts entries written by hosts element doesn't survive reboot" [Undecided,In progress] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1332458 | 03:00 |
uvirtbot | Launchpad bug 1332458 in diskimage-builder "Not able to build armhf or arm64 images on amd64 arch systems." [Undecided,In progress] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1332521 | 03:00 |
uvirtbot | Launchpad bug 1332521 in diskimage-builder "failed to remove `/tmp/image.A2aupYJb/mnt/tmp/in_target.d': Device or resource busy" [Undecided,New] | 03:00 |
*** untriaged-bot has quit IRC | 03:00 | |
*** yfaykya has joined #tripleo | 03:00 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Unbreak Ironic default logging. https://review.openstack.org/99802 | 03:02 |
*** yfaykya has quit IRC | 03:05 | |
*** yfaykya has joined #tripleo | 03:07 | |
*** yfaykya has quit IRC | 03:11 | |
*** yfaykya has joined #tripleo | 03:13 | |
*** yfaykya has quit IRC | 03:17 | |
*** yfaykya has joined #tripleo | 03:19 | |
*** tzumainn has joined #tripleo | 03:21 | |
*** yfaykya has quit IRC | 03:23 | |
*** yfaykya has joined #tripleo | 03:25 | |
*** nosnos has quit IRC | 03:25 | |
*** yfaykya has quit IRC | 03:29 | |
*** yfaykya has joined #tripleo | 03:31 | |
*** yfaykya has quit IRC | 03:35 | |
*** yfaykya has joined #tripleo | 03:37 | |
*** yfaykya has quit IRC | 03:42 | |
*** yfaykya has joined #tripleo | 03:43 | |
*** yfaykya has quit IRC | 03:48 | |
*** yfaykya has joined #tripleo | 03:49 | |
*** yfaykya has quit IRC | 03:54 | |
*** yfaykya has joined #tripleo | 03:56 | |
*** yfaykya has quit IRC | 04:01 | |
*** tserong has quit IRC | 04:01 | |
*** tzumainn has quit IRC | 04:01 | |
*** yfaykya has joined #tripleo | 04:02 | |
*** nosnos has joined #tripleo | 04:02 | |
*** eghobo has joined #tripleo | 04:06 | |
*** yfaykya has quit IRC | 04:07 | |
*** yfaykya has joined #tripleo | 04:08 | |
*** yfaykya has quit IRC | 04:12 | |
*** yfaykya has joined #tripleo | 04:14 | |
*** tserong has joined #tripleo | 04:14 | |
*** tserong has joined #tripleo | 04:14 | |
*** yfaykya has quit IRC | 04:19 | |
*** yfaykya has joined #tripleo | 04:20 | |
*** yfaykya has quit IRC | 04:25 | |
*** yfaykya has joined #tripleo | 04:26 | |
*** yfaykya has quit IRC | 04:31 | |
*** yfaykya has joined #tripleo | 04:32 | |
*** yfaykya has quit IRC | 04:37 | |
*** akuznetsov has quit IRC | 04:37 | |
*** eghobo has quit IRC | 04:37 | |
*** yfaykya has joined #tripleo | 04:39 | |
*** akuznetsov has joined #tripleo | 04:39 | |
*** eghobo has joined #tripleo | 04:40 | |
*** yfaykya has quit IRC | 04:43 | |
tchaypo | StevenK: lifeless: screen does not have vertical splits, and never will as it hasn't been worked on in years. | 04:43 |
lifeless | tchaypo: orly :) | 04:44 |
tchaypo | there's a patch someone proposed years ago that adds vsplits, but as no-one is maintaining it, that patch has gone nowhere | 04:44 |
lifeless | tchaypo: try ctrl-A | | 04:44 |
tchaypo | some distributions, especially debian, include that patch | 04:44 |
tchaypo | but that's debian's distro of screen, not screen per se | 04:44 |
lifeless | tchaypo: potato potato | 04:44 |
tchaypo | ;) | 04:44 |
*** yfaykya has joined #tripleo | 04:45 | |
StevenK | tchaypo: There have been widescale arguments about that sort of thing | 04:45 |
StevenK | If you add a patch that upstream don't agree with, can you still call in <x> and ship it in <distro> | 04:45 |
StevenK | Whee | 04:46 |
StevenK | [48912.861326] INFO: task umount:14419 blocked for more than 120 seconds. | 04:46 |
lifeless | man this instance just WONT DIE | 04:47 |
*** yfaykya has quit IRC | 04:49 | |
*** yfaykya has joined #tripleo | 04:51 | |
*** ajc_ has joined #tripleo | 04:52 | |
*** yfaykya has quit IRC | 04:56 | |
lifeless | ok, 2/14 deployed ok. WTF | 04:56 |
*** yfaykya has joined #tripleo | 04:57 | |
lifeless | something very unhappy with my ironic here | 04:57 |
*** yfaykya has quit IRC | 05:02 | |
*** yfaykya has joined #tripleo | 05:03 | |
*** yfaykya has quit IRC | 05:07 | |
*** amitpp has joined #tripleo | 05:07 | |
*** yfaykya has joined #tripleo | 05:09 | |
*** rushiagr has joined #tripleo | 05:09 | |
*** yfaykya has quit IRC | 05:13 | |
*** yfaykya has joined #tripleo | 05:15 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: WIP: Add public VLAN support. https://review.openstack.org/103757 | 05:16 |
*** yfaykya has quit IRC | 05:20 | |
*** yfaykya has joined #tripleo | 05:21 | |
*** yfaykya has quit IRC | 05:26 | |
*** yfaykya has joined #tripleo | 05:27 | |
*** yfaykya has quit IRC | 05:32 | |
*** yfaykya has joined #tripleo | 05:34 | |
*** killer_prince is now known as lazy_prince | 05:35 | |
*** yfaykya has quit IRC | 05:38 | |
*** yfaykya has joined #tripleo | 05:40 | |
openstackgerrit | Giulio Fidente proposed a change to openstack/tripleo-image-elements: ensure cinder-volume is capable of image to volume conversions https://review.openstack.org/104494 | 05:40 |
*** yamahata has quit IRC | 05:44 | |
*** yfaykya has quit IRC | 05:44 | |
*** yfaykya has joined #tripleo | 05:46 | |
lazy_prince | lifeless: Hi, We have first prototype for Windows Disk Image Builder working and ready for contribution. Can you please tell us on how to start for getting it adopted under tripleo umbrella..? It is all written in powershell and windows batch scripting. | 05:47 |
lifeless | lazy_prince: raise it on the dev list please | 05:47 |
*** yfaykya has quit IRC | 05:50 | |
*** yfaykya has joined #tripleo | 05:52 | |
lifeless | StevenK: tchaypo: ok so | 05:55 |
lifeless | I've pushed up enough code now that it should be possible to make that test pass with VLANs on seed and undercloud (but not yet overcloud) | 05:55 |
lifeless | I'd love it if you could start doing that (NB: may involve some rebasing) | 05:56 |
*** yfaykya has quit IRC | 05:57 | |
*** yfaykya has joined #tripleo | 05:58 | |
*** jprovazn has joined #tripleo | 06:01 | |
tchaypo | let me grab a (virtual) pen | 06:02 |
*** gfidente has joined #tripleo | 06:02 | |
*** yfaykya has quit IRC | 06:03 | |
*** gfidente has joined #tripleo | 06:03 | |
*** akuznetsov has quit IRC | 06:04 | |
*** yfaykya has joined #tripleo | 06:04 | |
*** lazy_prince is now known as killer_prince | 06:06 | |
tchaypo | I see tripleo-incubator 103757 is on a topic called "(detached" | 06:07 |
lifeless | yay | 06:07 |
StevenK | tchaypo: IE, (detached from HEAD), but lol spaces | 06:07 |
StevenK | tchaypo: Search for '(detached' as a topic, you get LOADS | 06:08 |
tchaypo | hahaha | 06:08 |
tchaypo | we had weird thing with puppet-librarian at atlassian | 06:08 |
tchaypo | every time you ran it it would oscillate between the tip and an old commit | 06:08 |
tchaypo | always the same old commit every time, for everyone; always reliably that commit every time. | 06:09 |
lifeless | was the old commit tagged 'tock' ? | 06:09 |
tchaypo | nope | 06:09 |
tchaypo | HEAD | 06:09 |
*** yfaykya has quit IRC | 06:09 | |
lifeless | cause | 06:09 |
lifeless | tip tock tip tock would have been funny | 06:09 |
StevenK | I didn't think you could tag something as HEAD | 06:09 |
*** yfaykya has joined #tripleo | 06:10 | |
StevenK | steven@undermined:~/personal% git tag HEAD effec455509a80e1ffe7fbb1ddbbcf11a799e5ad | 06:11 |
StevenK | steven@undermined:~/personal% git log -1 --pretty=short | head -n 1 | 06:11 |
StevenK | warning: refname 'HEAD' is ambiguous. | 06:11 |
StevenK | Really, git, *really*? | 06:11 |
StevenK | commit 5f7ceea9e4fc22c88458300f6726b03181824218 | 06:11 |
tchaypo | if you want a dvcs built around logic and reason, try bzr | 06:12 |
StevenK | tchaypo: ... | 06:12 |
StevenK | tchaypo: What do you think I used for six years? | 06:12 |
tchaypo | ;) | 06:12 |
openstackgerrit | Jan Provaznik proposed a change to openstack/os-cloud-config: Generate keystone PKI into JSON file https://review.openstack.org/104528 | 06:14 |
lifeless | jprovazn: https://review.openstack.org/#/c/99803/ could use a +2/++A | 06:14 |
* jprovazn looks | 06:14 | |
lifeless | oh, ci fail a bit up, let me recheck that | 06:15 |
*** eghobo has quit IRC | 06:15 | |
*** eghobo has joined #tripleo | 06:15 | |
*** yfaykya has quit IRC | 06:15 | |
jprovazn | lifeless, ok | 06:15 |
*** rdopieralski has joined #tripleo | 06:16 | |
lifeless | 2014-06-30 05:50:09.877 | | 387479e5-a365-4099-8aed-f4c30dc38c9b | overcloud-NovaCompute0-jvdostdvb7cs | ACTIVE | - | Running | ctlplane=192.0.2.4 | | 06:16 |
lifeless | 2014-06-30 05:50:09.878 | | 3322e30b-9cba-4344-ad89-fbc462980a3c | overcloud-NovaCompute1-xqh5jpxong57 | ERROR | - | NOSTATE | | | 06:16 |
lifeless | not sure we have a bug for 'one machine failed to deploy' | 06:16 |
*** akuznetsov has joined #tripleo | 06:16 | |
*** eghobo has quit IRC | 06:16 | |
*** yfaykya has joined #tripleo | 06:16 | |
tchaypo | lifeless: so what I'm doing right now is looking for your commits with the code to figure out which I need to work with/rebase on | 06:19 |
*** yfaykya has quit IRC | 06:21 | |
*** mrunge has joined #tripleo | 06:21 | |
*** yfaykya has joined #tripleo | 06:23 | |
*** ramishra has quit IRC | 06:23 | |
StevenK | tchaypo, lifeless: I'm stomping off to the post office before it closes | 06:25 |
tchaypo | StevenK: that sounds like fine | 06:25 |
StevenK | Like what? | 06:25 |
lifeless | tchaypo: yes | 06:25 |
lifeless | tchaypo: do you need a list of relevant commits? | 06:26 |
tchaypo | if you could dump it in trello it would be handy | 06:26 |
*** yfaykya has quit IRC | 06:27 | |
*** ramishra_ has joined #tripleo | 06:28 | |
lifeless | done | 06:28 |
*** yfaykya has joined #tripleo | 06:29 | |
tchaypo | and then https://review.openstack.org/#/c/103757/ ties it all together | 06:30 |
lifeless | 99799 is useful as an example too, but I have a pending push there so it doesn't make sense yet :) | 06:33 |
*** yfaykya has quit IRC | 06:34 | |
*** yfaykya has joined #tripleo | 06:35 | |
tchaypo | oh | 06:35 |
tchaypo | you mentioned 103757 at the top of the comment but it didn't make it into the <ore> block for some reason | 06:35 |
tchaypo | #clever | 06:35 |
*** yfaykya has quit IRC | 06:40 | |
*** yfaykya has joined #tripleo | 06:41 | |
*** killer_prince is now known as lazy_prince | 06:43 | |
*** yfaykya has quit IRC | 06:46 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: Add a hp1 region configs. https://review.openstack.org/96666 | 06:47 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: HP1 region deploy config fixups. https://review.openstack.org/99799 | 06:47 |
lifeless | tchaypo: ^ | 06:47 |
*** yfaykya has joined #tripleo | 06:47 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: WIP: Add public VLAN support. https://review.openstack.org/103757 | 06:50 |
*** yfaykya has quit IRC | 06:52 | |
*** yfaykya has joined #tripleo | 06:53 | |
StevenK | I see that my devtest environment kept coming up while I visited the Shrine of Cards in Mailboxes | 06:55 |
tchaypo | kept as in repeatedly or as in "did not stop"? | 06:56 |
*** shardy_afk is now known as shardy | 06:56 | |
StevenK | tchaypo: The latter | 06:56 |
xuhaiwei | lifeless: if I deploy baremetal machine using nova-baremetal, should I create the heat template file 'undercloud-bm-nova-deploy.yaml'? | 06:56 |
*** yfaykya has quit IRC | 06:58 | |
xuhaiwei | I mean is that the template I should use? | 06:59 |
*** yfaykya has joined #tripleo | 06:59 | |
xuhaiwei | lifeless: I think I know the answer, that should be undercloud-bm.yaml, sorry | 07:00 |
*** regebro has joined #tripleo | 07:01 | |
lifeless | xuhaiwei: the template is compiled from a few inputs - see devtest_undercloud.sh and/or the templates Makefile | 07:02 |
xuhaiwei | lifeless: yes, i got it, thank you. | 07:03 |
*** yfaykya has quit IRC | 07:04 | |
*** yfaykya has joined #tripleo | 07:06 | |
*** yfaykya has quit IRC | 07:10 | |
*** yfaykya has joined #tripleo | 07:12 | |
*** jcoufal has joined #tripleo | 07:15 | |
*** yfaykya has quit IRC | 07:17 | |
*** yfaykya has joined #tripleo | 07:18 | |
*** yfaykya has quit IRC | 07:23 | |
*** yfaykya has joined #tripleo | 07:24 | |
*** yfaykya has quit IRC | 07:29 | |
*** jang1 has joined #tripleo | 07:29 | |
*** yfaykya has joined #tripleo | 07:30 | |
*** yfaykya has quit IRC | 07:35 | |
*** yfaykya has joined #tripleo | 07:36 | |
*** mkerrin has quit IRC | 07:41 | |
*** yfaykya has quit IRC | 07:41 | |
*** yfaykya has joined #tripleo | 07:42 | |
*** mkerrin has joined #tripleo | 07:45 | |
*** yamahata has joined #tripleo | 07:45 | |
*** yfaykya has quit IRC | 07:47 | |
*** rakesh_hs has joined #tripleo | 07:48 | |
*** yfaykya has joined #tripleo | 07:48 | |
Ng | morning | 07:50 |
tchaypo | morni ng | 07:50 |
Ng | GheRivero: about? | 07:50 |
Ng | hey tchaypo | 07:50 |
*** markmc has joined #tripleo | 07:51 | |
GheRivero | morning TripleO! Hi Ng | 07:52 |
*** yfaykya has quit IRC | 07:53 | |
*** yfaykya has joined #tripleo | 07:55 | |
*** moorryan_ has quit IRC | 07:56 | |
*** yfaykya has quit IRC | 07:59 | |
*** yfaykya has joined #tripleo | 08:01 | |
*** yfaykya has quit IRC | 08:05 | |
*** yfaykya has joined #tripleo | 08:07 | |
*** gcha has joined #tripleo | 08:07 | |
*** derekh_ has joined #tripleo | 08:11 | |
*** yfaykya has quit IRC | 08:11 | |
*** jtomasek has joined #tripleo | 08:13 | |
*** yfaykya has joined #tripleo | 08:13 | |
*** yfaykya has quit IRC | 08:18 | |
*** yfaykya has joined #tripleo | 08:19 | |
*** yamahata has quit IRC | 08:20 | |
*** yfaykya has quit IRC | 08:24 | |
*** yfaykya has joined #tripleo | 08:25 | |
*** lucasagomes has joined #tripleo | 08:27 | |
*** jang1 has quit IRC | 08:27 | |
*** yfaykya has quit IRC | 08:30 | |
openstackgerrit | Ghe Rivero proposed a change to openstack/tripleo-incubator: Encapsulate getting image for a deployment. https://review.openstack.org/85130 | 08:31 |
*** yfaykya has joined #tripleo | 08:31 | |
jprovazn | lifeless, you still around? | 08:32 |
*** ramishra_ has quit IRC | 08:33 | |
tchaypo | Ng: yo | 08:34 |
*** gcha has quit IRC | 08:34 | |
*** gcha has joined #tripleo | 08:35 | |
*** athomas has joined #tripleo | 08:36 | |
*** yfaykya has quit IRC | 08:36 | |
lifeless | jprovazn: hi | 08:36 |
jprovazn | lifeless, lsmola added a comment here: https://review.openstack.org/#/c/92383/8/os_cloud_config/keystone.py | 08:37 |
*** yfaykya has joined #tripleo | 08:37 | |
jprovazn | lifeless, I guess a solution could be create a user with read-only access, but this is beyond my Keystone knowledge | 08:38 |
lifeless | sure, I think its worth filing a bug | 08:39 |
jprovazn | lifeless, do you want me create a tripleo bug requesting creation of this user or do you want block this patch until this user exists? | 08:39 |
jprovazn | ok | 08:39 |
lifeless | no need to block the patch (though the other things I raised should be addressed) | 08:39 |
*** akrivoka has joined #tripleo | 08:40 | |
jprovazn | lifeless, can you check my comment here https://review.openstack.org/#/c/92383/8/os_cloud_config/cmd/setup_endpoints.py if it makes sense to you? | 08:40 |
lifeless | interesting | 08:41 |
lifeless | that needs to be documented a lot more comprehensively | 08:41 |
lifeless | the approach seems fine | 08:42 |
*** yfaykya has quit IRC | 08:42 | |
*** yfaykya has joined #tripleo | 08:44 | |
*** moorryan has joined #tripleo | 08:45 | |
*** pblaho has joined #tripleo | 08:47 | |
pblaho | o/ | 08:47 |
*** yfaykya has quit IRC | 08:48 | |
openstackgerrit | Ghe Rivero proposed a change to openstack/tripleo-incubator: Encapsulate getting image for a deployment. https://review.openstack.org/85130 | 08:50 |
*** yfaykya has joined #tripleo | 08:50 | |
*** ramishra has joined #tripleo | 08:52 | |
*** yfaykya has quit IRC | 08:54 | |
*** andreaf_ has joined #tripleo | 08:56 | |
*** yfaykya has joined #tripleo | 08:56 | |
*** amitpp has quit IRC | 09:00 | |
*** yfaykya has quit IRC | 09:00 | |
*** untriaged-bot has joined #tripleo | 09:01 | |
untriaged-bot | Untriaged bugs so far: | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1336115 | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1335016 | 09:01 |
uvirtbot | Launchpad bug 1336115 in tripleo "instances no longer running post-upgrade" [Undecided,In progress] | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1335105 | 09:01 |
uvirtbot | Launchpad bug 1335016 in tripleo "diskimage-builder fails for Debian" [Undecided,New] | 09:01 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1332521 | 09:01 |
uvirtbot | Launchpad bug 1335105 in tuskar-ui "Devtest init script: sourcing tripleorc fails" [Undecided,New] | 09:01 |
*** untriaged-bot has quit IRC | 09:01 | |
uvirtbot | Launchpad bug 1332521 in diskimage-builder "failed to remove `/tmp/image.A2aupYJb/mnt/tmp/in_target.d': Device or resource busy" [Undecided,New] | 09:01 |
*** yfaykya has joined #tripleo | 09:02 | |
*** yfaykya has quit IRC | 09:06 | |
*** yfaykya has joined #tripleo | 09:08 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add getopt to ensure-bridge https://review.openstack.org/103444 | 09:10 |
*** lazy_prince is now known as killer_prince | 09:12 | |
*** yfaykya has quit IRC | 09:12 | |
*** yfaykya has joined #tripleo | 09:14 | |
*** pelix has joined #tripleo | 09:18 | |
openstackgerrit | Ghe Rivero proposed a change to openstack-infra/tripleo-ci: Test the upgrade codepath works as well. https://review.openstack.org/87758 | 09:19 |
*** yfaykya has quit IRC | 09:19 | |
*** yfaykya has joined #tripleo | 09:20 | |
*** amitpp has joined #tripleo | 09:23 | |
lifeless | derekh_: answered your comment on | 09:24 |
lifeless | https://review.openstack.org/#/c/99803/ | 09:24 |
*** yfaykya has quit IRC | 09:25 | |
*** yfaykya has joined #tripleo | 09:26 | |
*** martyntaylor has joined #tripleo | 09:30 | |
*** yfaykya has quit IRC | 09:31 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add debug and verbose log support for Ironic. https://review.openstack.org/99803 | 09:31 |
derekh_ | lifeless: thanks, looks like we have the same problem in a couple of places | 09:31 |
*** xuhaiwei has quit IRC | 09:32 | |
*** killer_prince is now known as lazy_prince | 09:32 | |
*** yfaykya has joined #tripleo | 09:33 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: Add a hp1 region configs. https://review.openstack.org/96666 | 09:33 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-image-elements: HP1 region deploy config fixups. https://review.openstack.org/99799 | 09:33 |
derekh_ | lifeless: anything you need looked at for hp1 deployment ? | 09:36 |
*** yfaykya has quit IRC | 09:37 | |
lifeless | derekh_: ok so | 09:38 |
lifeless | derekh_: I got up to the overcloud stuff for vlans | 09:38 |
*** athomas has quit IRC | 09:39 | |
*** yfaykya has joined #tripleo | 09:39 | |
lifeless | derekh_: its hanging together nicely but today I was beating my head against weird ironic issues | 09:39 |
lifeless | circlular references in nova object serialisation | 09:39 |
*** athomas has joined #tripleo | 09:39 | |
lifeless | derekh_: I was all set to try in the rack | 09:39 |
lifeless | derekh_: when I discovered that the vconfig based vlan in the seed host appears to break bringing vlans via brbm | 09:40 |
openstackgerrit | azher ullah khan proposed a change to openstack/diskimage-builder: Correction: if then statement code style. https://review.openstack.org/103828 | 09:40 |
lifeless | derekh_: so I've been cautiously poking at that | 09:40 |
lifeless | derekh_: we do need another tweak to the patch set - we need to be able to set a non-default route in the seed | 09:40 |
lifeless | derekh_: though we can perhaps do that with the existing default route support | 09:41 |
lifeless | derekh_: and just ignore the device :P | 09:41 |
lifeless | derekh_: I do have gateway-ip": "10.10.16.129", set in hp1_networks, but it didn't seem to stick on the seed (haven't looked into why yet) | 09:41 |
lifeless | so right now, I was lokoing at why | 09:42 |
lifeless | sudo tcpdump -enlpi int_public icmp or arp | 09:42 |
lifeless | tcpdump: int_public: No such device exists | 09:42 |
lifeless | (SIOCGIFHWADDR: No such device) | 09:42 |
lifeless | after doing a add-port in ovs-vsctl of int_public | 09:42 |
lifeless | ahh missed the internal but | 09:43 |
*** yfaykya has quit IRC | 09:43 | |
lifeless | ok, backup link setup | 09:44 |
lifeless | removing the vconfig interface | 09:44 |
derekh_ | lifeless: ok, I can proke around and see if I manage to get any further, di I need todo this on the Rack or can I still test locally ? | 09:44 |
lifeless | derekh_: in principle you can test everything locally | 09:44 |
*** jp_at_hp has joined #tripleo | 09:45 | |
*** yfaykya has joined #tripleo | 09:45 | |
lifeless | like I said, it blew up on the oc deploy for me, and I don't know fi thats this patchset, or flaky something else. | 09:45 |
lifeless | derekh_: I do know that when I booted 14 VMs, 2 went ACTIVE, 12 went ERROR | 09:45 |
lifeless | (using Ironic) | 09:45 |
lifeless | derekh_: I was hitting the eventlet bug likecrazy too | 09:45 |
derekh_ | lifeless: ok will try a local ironic deployment and see if I hit any problems | 09:47 |
lifeless | derekh_: obviously you'll need a vlan config locally, but that shouldbe fairly obvious with the patch set | 09:47 |
derekh_ | lifeless: yup | 09:48 |
*** yfaykya has quit IRC | 09:49 | |
lifeless | righto, dropping the vconfig vlan has fixed seed access to the vlan. yay. | 09:50 |
lifeless | I can now ssh into the seed from here. | 09:50 |
lifeless | manually adding a route to the ipmi network | 09:50 |
*** yfaykya has joined #tripleo | 09:51 | |
*** lazy_prince has quit IRC | 09:52 | |
lifeless | ok that was exciting | 09:53 |
lifeless | Ng: new base config needed for bastion - have a look at the hp1 bastion; ovs-vsctl show will be essential in understanding | 09:54 |
Ng | lifeless: okidoke | 09:54 |
lifeless | Ng: (see man ovs-vsctl and look for access port to get a worked example - tag + type=internal) | 09:54 |
*** yfaykya has quit IRC | 09:55 | |
*** yfaykya has joined #tripleo | 09:57 | |
lifeless | derekh_: kicking an undercloud run off in hp1 now | 09:57 |
lifeless | derekh_: full build, JIC | 09:57 |
lifeless | derekh_: and crashing while that runs. | 09:57 |
proffalken | Hi Folks, I'm seeking +2/+A on https://review.openstack.org/#/c/91324/ (Auto-collect check_mk checks) and https://review.openstack.org/#/c/87226/ (install check_mk server) if anyone has time? | 09:58 |
proffalken | slagle: I've responded to your comments on https://review.openstack.org/#/c/87226/ and would welcome feedback before it gets merged please :) | 09:58 |
*** yfaykya has quit IRC | 10:02 | |
*** yfaykya has joined #tripleo | 10:03 | |
*** yfaykya has quit IRC | 10:08 | |
*** yfaykya has joined #tripleo | 10:09 | |
openstackgerrit | azher ullah khan proposed a change to openstack/diskimage-builder: Optimizing directory creation. https://review.openstack.org/104292 | 10:13 |
*** yfaykya has quit IRC | 10:14 | |
*** yfaykya has joined #tripleo | 10:15 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-heat-templates: Add structured configuration for Icinga https://review.openstack.org/105108 | 10:16 |
*** yfaykya has quit IRC | 10:20 | |
*** yfaykya has joined #tripleo | 10:21 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-incubator: Add the monitoring server and agents if requested https://review.openstack.org/96890 | 10:25 |
*** yfaykya has quit IRC | 10:26 | |
openstackgerrit | azher ullah khan proposed a change to openstack/diskimage-builder: Correction: if then statement code style. https://review.openstack.org/103828 | 10:27 |
*** yfaykya has joined #tripleo | 10:28 | |
*** yfaykya has quit IRC | 10:32 | |
*** yfaykya has joined #tripleo | 10:34 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Change os-config-applier references to os-apply-config https://review.openstack.org/104357 | 10:34 |
*** jtomasek has quit IRC | 10:38 | |
*** jtomasek has joined #tripleo | 10:38 | |
*** lazy_prince has joined #tripleo | 10:38 | |
*** yfaykya has quit IRC | 10:38 | |
*** yfaykya has joined #tripleo | 10:40 | |
*** yfaykya has quit IRC | 10:44 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-image-elements: Add new sosreport element https://review.openstack.org/104593 | 10:45 |
*** yfaykya has joined #tripleo | 10:46 | |
openstackgerrit | azher ullah khan proposed a change to openstack/diskimage-builder: Correction: if then statement code style. https://review.openstack.org/103828 | 10:50 |
*** yfaykya has quit IRC | 10:51 | |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Add generate-kill-heat https://review.openstack.org/93819 | 10:52 |
*** yfaykya has joined #tripleo | 10:52 | |
*** rcarrill` has quit IRC | 10:56 | |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-incubator: Wait longer for BM node registration https://review.openstack.org/102248 | 10:56 |
*** yfaykya has quit IRC | 10:57 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-image-elements: Add new sosreport element https://review.openstack.org/104593 | 10:57 |
*** yfaykya has joined #tripleo | 10:58 | |
*** rcarrillocruz has joined #tripleo | 10:59 | |
*** yfaykya has quit IRC | 11:03 | |
*** yfaykya has joined #tripleo | 11:04 | |
TheJulia | good morning | 11:08 |
*** yfaykya has quit IRC | 11:09 | |
*** yfaykya has joined #tripleo | 11:10 | |
*** yfaykya has quit IRC | 11:15 | |
*** yfaykya has joined #tripleo | 11:17 | |
*** yfaykya has quit IRC | 11:21 | |
*** yfaykya has joined #tripleo | 11:23 | |
*** yfaykya has quit IRC | 11:28 | |
*** yfaykya has joined #tripleo | 11:29 | |
*** morazi has quit IRC | 11:32 | |
*** yfaykya has quit IRC | 11:33 | |
*** lucasagomes is now known as lucas-hungry | 11:34 | |
*** yfaykya has joined #tripleo | 11:35 | |
*** yfaykya has quit IRC | 11:40 | |
*** yfaykya has joined #tripleo | 11:41 | |
*** ramishra has quit IRC | 11:43 | |
*** yfaykya has quit IRC | 11:46 | |
*** weshay has joined #tripleo | 11:46 | |
*** yfaykya has joined #tripleo | 11:47 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: Don't match editor backup files in environment https://review.openstack.org/104409 | 11:51 |
*** yfaykya has quit IRC | 11:52 | |
*** yfaykya has joined #tripleo | 11:53 | |
*** yfaykya has quit IRC | 11:58 | |
*** yfaykya has joined #tripleo | 11:59 | |
*** yfaykya has quit IRC | 12:04 | |
*** yfaykya has joined #tripleo | 12:06 | |
shadower | jogo: ping | 12:06 |
*** yfaykya has quit IRC | 12:11 | |
*** yfaykya has joined #tripleo | 12:12 | |
*** jcoufal has quit IRC | 12:12 | |
*** ccrouch has left #tripleo | 12:16 | |
*** yfaykya has quit IRC | 12:17 | |
*** jcoufal has joined #tripleo | 12:17 | |
*** yfaykya has joined #tripleo | 12:18 | |
*** yfaykya has quit IRC | 12:22 | |
*** yfaykya has joined #tripleo | 12:24 | |
*** Shrews has quit IRC | 12:24 | |
*** regebro has quit IRC | 12:25 | |
*** Shrews has joined #tripleo | 12:25 | |
*** tzumainn has joined #tripleo | 12:26 | |
*** lucas-hungry is now known as lucasagomes | 12:26 | |
*** yfaykya has quit IRC | 12:29 | |
*** fungi has quit IRC | 12:29 | |
*** gonery has quit IRC | 12:29 | |
*** wendar has quit IRC | 12:29 | |
*** gonery has joined #tripleo | 12:29 | |
*** wendar has joined #tripleo | 12:29 | |
*** fungi has joined #tripleo | 12:30 | |
*** yfaykya has joined #tripleo | 12:30 | |
*** edunham_ has joined #tripleo | 12:30 | |
*** GheRiver1 has joined #tripleo | 12:30 | |
*** BadCub_ has joined #tripleo | 12:30 | |
*** spiffxp has quit IRC | 12:30 | |
*** antonym has quit IRC | 12:30 | |
*** GheRivero has quit IRC | 12:31 | |
*** edunham has quit IRC | 12:31 | |
*** BadCub has quit IRC | 12:31 | |
*** antonym has joined #tripleo | 12:32 | |
*** ajc_ has quit IRC | 12:33 | |
*** spiffxp has joined #tripleo | 12:33 | |
*** yfaykya has quit IRC | 12:35 | |
*** yfaykya has joined #tripleo | 12:36 | |
*** ramishra has joined #tripleo | 12:36 | |
*** rushiagr_ has joined #tripleo | 12:37 | |
*** rushiagr has quit IRC | 12:37 | |
*** yfaykya has quit IRC | 12:41 | |
*** yfaykya has joined #tripleo | 12:42 | |
*** yfaykya has quit IRC | 12:47 | |
*** yfaykya has joined #tripleo | 12:48 | |
*** regebro has joined #tripleo | 12:49 | |
*** yfaykya has quit IRC | 12:53 | |
*** bcrochet has joined #tripleo | 12:53 | |
*** yfaykya has joined #tripleo | 12:55 | |
*** rakesh_hs has quit IRC | 12:56 | |
*** ccrouch has joined #tripleo | 12:57 | |
*** bcrochet has quit IRC | 12:58 | |
*** yfaykya has quit IRC | 12:59 | |
*** julim has joined #tripleo | 13:00 | |
*** yfaykya has joined #tripleo | 13:01 | |
*** nosnos has quit IRC | 13:02 | |
*** bcrochet has joined #tripleo | 13:02 | |
*** yfaykya has quit IRC | 13:05 | |
*** amitpp has quit IRC | 13:05 | |
*** yfaykya has joined #tripleo | 13:07 | |
*** yfaykya has quit IRC | 13:12 | |
*** yfaykya has joined #tripleo | 13:13 | |
*** mestery has quit IRC | 13:17 | |
*** akrivoka has quit IRC | 13:17 | |
*** mestery has joined #tripleo | 13:17 | |
*** yfaykya has quit IRC | 13:17 | |
*** yfaykya has joined #tripleo | 13:19 | |
openstackgerrit | Lorcan Browne proposed a change to openstack/tripleo-image-elements: Split swift-storage element into separate swift service elements https://review.openstack.org/103072 | 13:20 |
*** yamahata has joined #tripleo | 13:20 | |
*** jtomasek has quit IRC | 13:21 | |
*** jtomasek has joined #tripleo | 13:21 | |
*** morazi has joined #tripleo | 13:23 | |
*** yfaykya has quit IRC | 13:24 | |
*** yfaykya has joined #tripleo | 13:25 | |
derekh_ | <lifeless> derekh_: I was hitting the eventlet bug likecrazy too | 13:26 |
derekh_ | anybody know what bug lifeless was refering to? ^ | 13:26 |
*** mrunge has quit IRC | 13:28 | |
*** yfaykya has quit IRC | 13:29 | |
derekh_ | this is ? 2014-07-07 12:19:34.260 5386 ERROR ironic.nova.virt.ironic.driver [req-c6d3e61c-8ba6-4b1c-9857-5cc9095eed05 None] Failed to request Ironic to provision instance 5cc74f1b-a739-412e-9ab8-0d2c921cbeae: Second simultaneous read on fileno 8 detected. Unless you really know what you're doing, make sure that only one greenthread can read any particular socket. Consider using a pools.Pool. If you do know what you're doing and want to disable this erro | 13:31 |
derekh_ | r, call eventlet.debug.hub_prevent_multiple_readers(False) (HTTP 500) | 13:31 |
*** yfaykya has joined #tripleo | 13:31 | |
openstackgerrit | Ghe Rivero proposed a change to openstack-infra/tripleo-ci: Test the upgrade codepath works as well. https://review.openstack.org/87758 | 13:34 |
*** yfaykya has quit IRC | 13:36 | |
*** yfaykya has joined #tripleo | 13:37 | |
derekh_ | yfaykya: you there? your client has been logging in and out continuously for the last few days ( just trying to get rid of noise in my scrollback) | 13:37 |
*** dprince has joined #tripleo | 13:40 | |
*** yfaykya has quit IRC | 13:43 | |
lxsli | derekh_ SpamapS lifeless: got time to reread https://review.openstack.org/#/c/92356/ please? | 13:43 |
*** yfaykya has joined #tripleo | 13:44 | |
derekh_ | lxsli: will do | 13:44 |
lxsli | Cheers | 13:44 |
openstackgerrit | Alexis Lee proposed a change to openstack/os-apply-config: Support control files https://review.openstack.org/82038 | 13:45 |
Ng | lifeless: hrm, so, I added a port to brbm with the relevant vlan tag, set its type to internal, configured that port as an interface with the public IP for bastion.hp2 and while the resulting interface and routing table look right, I do not appear to be passing traffic properly | 13:46 |
*** akrivoka has joined #tripleo | 13:48 | |
*** yfaykya has quit IRC | 13:48 | |
*** yfaykya has joined #tripleo | 13:50 | |
*** yfaykya has quit IRC | 13:55 | |
*** yfaykya has joined #tripleo | 13:56 | |
*** rdopieralski has quit IRC | 14:00 | |
*** yfaykya has quit IRC | 14:01 | |
*** yfaykya has joined #tripleo | 14:02 | |
*** yfaykya has quit IRC | 14:06 | |
openstackgerrit | Alexis Lee proposed a change to openstack/os-apply-config: Support control files https://review.openstack.org/82038 | 14:07 |
*** yfaykya has joined #tripleo | 14:08 | |
jogo | shadower: pong | 14:09 |
shadower | jogo: hey, lifeless mentioned the other day you were looking at adding some scaling tempest tests to heat? | 14:11 |
shadower | (it's also possible I completely misunderstood him) | 14:11 |
jogo | shadower: yes that is correct, the plan was to duplicate the large-ops test (boot 50 instances at a time) via heat | 14:12 |
jogo | shadower: I haven't gotten very far with that, just far enough to know it shouldn't be too hard | 14:12 |
jogo | shadower: so if you want to help/work on it that would be cool | 14:12 |
*** yfaykya has quit IRC | 14:13 | |
derekh_ | last !$ | 14:13 |
shadower | jogo: awesome. I've never done any tempest stuff before but it looks like we'll need what you described plus a similar test that uses provider resources and ResourceGroup for tripleo | 14:14 |
*** yfaykya has joined #tripleo | 14:14 | |
shadower | jogo: so yeah I wanted to know if that's something you're looking at and if you need any help | 14:15 |
*** yfaykya has quit IRC | 14:19 | |
*** yfaykya has joined #tripleo | 14:20 | |
*** yfaykya has quit IRC | 14:25 | |
jogo | shadower: so I don' | 14:26 |
*** yfaykya has joined #tripleo | 14:26 | |
jogo | don't have too much heat expereince, so the first step was to learn about that | 14:27 |
jogo | shadower: tempest code for large-ops lives in http://git.openstack.org/cgit/openstack/tempest/tree/tempest/scenario/test_large_ops.py | 14:27 |
jogo | shadower: and the large-ops test uses nova's fake virt driver which is essentially a no-op so instances are just DB entries | 14:28 |
jogo | and not real things | 14:28 |
shadower | oh, I didn't know the last bit | 14:28 |
jogo | shadower: yeah thats how we are able to test this in the gate on a single devstack instance | 14:28 |
shadower | I thought we just had a really beefy HW | 14:29 |
jogo | shadower: hahah I wish | 14:29 |
jogo | shadower: so what we need from heat is a template (or a way to produce a template) that can boot CONF.scenario.large_ops_number instances | 14:29 |
jogo | shadower: my thinking was first duplicate the large-ops test with heat now and then improve/expand it from there | 14:30 |
jogo | once we get the basic heat code in there improving it shouldn't too hard from the tempest point of view | 14:30 |
shadower | jogo: sound good to me | 14:31 |
*** edunham_ has quit IRC | 14:31 | |
*** edunham_ has joined #tripleo | 14:31 | |
*** yfaykya has quit IRC | 14:31 | |
*** edunham_ is now known as edunham | 14:31 | |
jogo | shadower: awesome, would you be able to produce the heat template needed? | 14:32 |
*** yfaykya has joined #tripleo | 14:33 | |
jogo | if so I can work on the intregation into tempest side | 14:33 |
shadower | jogo: can the number of instances be fixed (e.g. 50) or dynamic (CONF.scenario.large_ops_number)? | 14:33 |
jogo | currently the number is dynamic and set via conf | 14:34 |
jogo | but if as a first pass making it fixed is much easier I think we can work with that | 14:34 |
shadower | jogo: we can do both but they'd test different things | 14:34 |
shadower | in fact, I think the tests I'm interested in would probably need to pass both | 14:35 |
shadower | *need to do boths | 14:35 |
shadower | both | 14:35 |
shadower | jogo: I can provide the templates, but I got word that cmyster (a red hat qe) is looking into doing some Orchestration tempest tests too so he may be a better resource | 14:36 |
shadower | since he knows both tempest and heat | 14:36 |
shadower | jogo: he's in #heat | 14:36 |
*** lazy_prince has quit IRC | 14:37 | |
*** yfaykya has quit IRC | 14:37 | |
jogo | shadower: in that case dynamic is prefered | 14:37 |
* jogo joins #heat | 14:37 | |
shadower | not entirely sure which timezone he's in, though | 14:38 |
*** yfaykya has joined #tripleo | 14:39 | |
*** yfaykya has quit IRC | 14:43 | |
*** yfaykya has joined #tripleo | 14:45 | |
*** rushiagr_ has quit IRC | 14:48 | |
*** yfaykya has quit IRC | 14:49 | |
*** yfaykya has joined #tripleo | 14:51 | |
*** yfaykya has quit IRC | 14:55 | |
*** yfaykya has joined #tripleo | 14:57 | |
*** untriaged-bot has joined #tripleo | 15:01 | |
untriaged-bot | Untriaged bugs so far: | 15:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1336115 | 15:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1335016 | 15:01 |
uvirtbot | Launchpad bug 1336115 in tripleo "instances no longer running post-upgrade" [Undecided,In progress] | 15:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1335105 | 15:01 |
uvirtbot | Launchpad bug 1335016 in tripleo "diskimage-builder fails for Debian" [Undecided,New] | 15:01 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1332521 | 15:01 |
uvirtbot | Launchpad bug 1335105 in tuskar-ui "Devtest init script: sourcing tripleorc fails" [Undecided,New] | 15:01 |
uvirtbot | Launchpad bug 1332521 in diskimage-builder "failed to remove `/tmp/image.A2aupYJb/mnt/tmp/in_target.d': Device or resource busy" [Undecided,New] | 15:01 |
*** untriaged-bot has quit IRC | 15:01 | |
*** yfaykya has quit IRC | 15:02 | |
*** ramishra has quit IRC | 15:02 | |
*** yfaykya has joined #tripleo | 15:03 | |
*** yfaykya has quit IRC | 15:08 | |
*** yfaykya has joined #tripleo | 15:09 | |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Ability to change default swift ports https://review.openstack.org/102687 | 15:11 |
*** killer_prince has joined #tripleo | 15:13 | |
*** yfaykya has quit IRC | 15:14 | |
*** killer_prince is now known as lazy_prince | 15:14 | |
*** yfaykya has joined #tripleo | 15:15 | |
*** ramishra has joined #tripleo | 15:18 | |
*** yfaykya has quit IRC | 15:20 | |
openstackgerrit | Tomas Sedovic proposed a change to openstack/tripleo-specs: Remove merge.py from TripleO Heat Templates https://review.openstack.org/97939 | 15:21 |
*** yfaykya has joined #tripleo | 15:22 | |
*** jcoufal has quit IRC | 15:22 | |
*** jcoufal has joined #tripleo | 15:24 | |
*** yfaykya has quit IRC | 15:26 | |
morganfainberg | lifeless, SpamapS, woot: https://review.openstack.org/#/c/99225/ approved [domain name support for heat] | 15:28 |
*** yfaykya has joined #tripleo | 15:28 | |
*** yfaykya has quit IRC | 15:32 | |
*** yfaykya has joined #tripleo | 15:34 | |
*** yfaykya has quit IRC | 15:39 | |
*** yfaykya has joined #tripleo | 15:40 | |
*** pblaho has quit IRC | 15:42 | |
*** yfaykya has quit IRC | 15:45 | |
*** yfaykya has joined #tripleo | 15:46 | |
*** rwsu has joined #tripleo | 15:47 | |
*** TravT has joined #tripleo | 15:49 | |
*** yfaykya has quit IRC | 15:51 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/diskimage-builder: Lock around git clones and fetches https://review.openstack.org/104150 | 15:51 |
*** yfaykya has joined #tripleo | 15:52 | |
*** cwolferh has joined #tripleo | 15:57 | |
*** yfaykya has quit IRC | 15:57 | |
*** yfaykya has joined #tripleo | 15:58 | |
SpamapS | morganfainberg: looks like one of its parents in the gate failed.. | 15:58 |
SpamapS | morganfainberg: but woooot nonetheless :) | 15:58 |
*** pcrews has joined #tripleo | 15:59 | |
*** yfaykya has quit IRC | 16:03 | |
*** yfaykya has joined #tripleo | 16:04 | |
*** jcoufal has quit IRC | 16:05 | |
derekh_ | lifeless: I hit the evenlet bug a few times, eventually local ovecloud worked (ironic commit was c87cbe62ec5efd166392ba777e63a690e11ebdb7 ) afraid I didn't get much further then that | 16:08 |
*** yfaykya has quit IRC | 16:09 | |
openstackgerrit | Alexis Lee proposed a change to openstack/tripleo-specs: haproxy: use SSL on standard SSL ports https://review.openstack.org/102046 | 16:09 |
*** rushiagr_ has joined #tripleo | 16:09 | |
*** blamar has joined #tripleo | 16:09 | |
*** yfaykya has joined #tripleo | 16:11 | |
SpamapS | morganfainberg: hit a transient git backend fail.. reverifying | 16:14 |
*** yfaykya has quit IRC | 16:15 | |
morganfainberg | SpamapS, thanks! | 16:16 |
*** yfaykya has joined #tripleo | 16:17 | |
*** yfaykya has quit IRC | 16:22 | |
*** yfaykya has joined #tripleo | 16:23 | |
*** edmund has joined #tripleo | 16:23 | |
*** yfaykya has quit IRC | 16:28 | |
*** derekh_ has quit IRC | 16:28 | |
*** pblaho has joined #tripleo | 16:29 | |
*** yfaykya has joined #tripleo | 16:29 | |
*** funzo has quit IRC | 16:31 | |
*** jcoufal has joined #tripleo | 16:32 | |
*** yfaykya has quit IRC | 16:33 | |
*** edmund has quit IRC | 16:35 | |
*** yfaykya has joined #tripleo | 16:35 | |
*** martyntaylor has quit IRC | 16:37 | |
*** rushiagr_ has quit IRC | 16:37 | |
*** dshulyak_ has joined #tripleo | 16:38 | |
*** yfaykya has quit IRC | 16:39 | |
*** TravT has quit IRC | 16:41 | |
*** yfaykya has joined #tripleo | 16:41 | |
lxsli | SpamapS: morning, https://review.openstack.org/#/c/92356/ if you'd be so kind? | 16:44 |
*** yfaykya has quit IRC | 16:46 | |
*** pblaho has quit IRC | 16:47 | |
*** yfaykya has joined #tripleo | 16:47 | |
SpamapS | lxsli: well done. +2 | 16:48 |
*** akrivoka has quit IRC | 16:48 | |
*** martyntaylor has joined #tripleo | 16:51 | |
*** yfaykya has quit IRC | 16:52 | |
*** regebro has quit IRC | 16:52 | |
*** dshulyak_ has quit IRC | 16:53 | |
*** yfaykya has joined #tripleo | 16:53 | |
*** funzo has joined #tripleo | 16:56 | |
lxsli | SpamapS: \o/ thanks! | 16:57 |
lxsli | lifeless: ping ^^ | 16:57 |
lxsli | gotta run though, will catch up tomorrow | 16:57 |
*** lucasagomes is now known as lucas-afk | 16:58 | |
*** yfaykya has quit IRC | 16:58 | |
*** yfaykya has joined #tripleo | 16:59 | |
*** dsneddon has joined #tripleo | 17:02 | |
*** dsneddon has quit IRC | 17:02 | |
*** dsneddon has joined #tripleo | 17:02 | |
*** yfaykya has quit IRC | 17:05 | |
*** dsneddon has quit IRC | 17:05 | |
*** yfaykya has joined #tripleo | 17:06 | |
*** yfaykya has quit IRC | 17:10 | |
*** yfaykya has joined #tripleo | 17:12 | |
*** dsneddon has joined #tripleo | 17:16 | |
*** yfaykya has quit IRC | 17:17 | |
*** yfaykya has joined #tripleo | 17:18 | |
*** lazy_prince is now known as killer_prince | 17:19 | |
*** rushiagr_ has joined #tripleo | 17:19 | |
*** yfaykya has quit IRC | 17:23 | |
*** yfaykya has joined #tripleo | 17:24 | |
*** mestery has quit IRC | 17:28 | |
*** yfaykya has quit IRC | 17:28 | |
*** mestery has joined #tripleo | 17:29 | |
*** yfaykya has joined #tripleo | 17:30 | |
*** ramishra has quit IRC | 17:33 | |
*** yfaykya has quit IRC | 17:35 | |
*** eghobo has joined #tripleo | 17:35 | |
*** yfaykya has joined #tripleo | 17:36 | |
*** yfaykya has quit IRC | 17:41 | |
*** yfaykya has joined #tripleo | 17:42 | |
*** pelix has quit IRC | 17:46 | |
*** yfaykya has quit IRC | 17:47 | |
*** yfaykya has joined #tripleo | 17:49 | |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: ensure-bridge: bring up bridges first on Debian https://review.openstack.org/104625 | 17:53 |
*** yfaykya has quit IRC | 17:53 | |
*** yfaykya has joined #tripleo | 17:55 | |
*** pelix has joined #tripleo | 17:56 | |
*** jang1 has joined #tripleo | 17:57 | |
*** jtomasek has quit IRC | 17:59 | |
*** yfaykya has quit IRC | 17:59 | |
*** yfaykya has joined #tripleo | 18:01 | |
*** dshulyak_ has joined #tripleo | 18:04 | |
*** marun has joined #tripleo | 18:05 | |
*** yfaykya has quit IRC | 18:05 | |
openstackgerrit | Giulio Fidente proposed a change to openstack/tripleo-image-elements: add INFO level logging for the django dashboard https://review.openstack.org/104536 | 18:06 |
*** yfaykya has joined #tripleo | 18:07 | |
*** dshulyak_ has quit IRC | 18:07 | |
*** eghobo has quit IRC | 18:11 | |
*** yfaykya has quit IRC | 18:12 | |
*** yfaykya has joined #tripleo | 18:13 | |
*** rushiagr_ has quit IRC | 18:13 | |
*** mestery has quit IRC | 18:14 | |
*** mestery has joined #tripleo | 18:15 | |
*** chuckC has quit IRC | 18:15 | |
*** mestery has quit IRC | 18:16 | |
*** mestery has joined #tripleo | 18:16 | |
*** yfaykya has quit IRC | 18:18 | |
*** yfaykya has joined #tripleo | 18:19 | |
*** mestery has quit IRC | 18:19 | |
*** mestery has joined #tripleo | 18:20 | |
*** mestery has quit IRC | 18:22 | |
*** rameshg87 is now known as rameshg87_afk | 18:22 | |
*** eghobo has joined #tripleo | 18:22 | |
*** mestery has joined #tripleo | 18:22 | |
*** eghobo has quit IRC | 18:23 | |
*** yfaykya has quit IRC | 18:24 | |
*** eghobo has joined #tripleo | 18:24 | |
TheJulia | Circling back to the discusison between greghaynes and myself over the weekend and the question of when to bring up the VIP, mysql access, and starting applications. I'm looking at inserting haproxy in between the applications and mysql and have encountered a bit of a quagmire. At present, keepalived cannot bring up the vip until the br-ex interface is brought online which is triggered by 80-neutron-openvswitch-agent. However if a controller | 18:24 |
*** yfaykya has joined #tripleo | 18:25 | |
greghaynes | \O/ circular dependencies | 18:28 |
*** eghobo has quit IRC | 18:28 | |
SpamapS | TheJulia: IRC wrapped you at "However if a controller" | 18:29 |
*** yfaykya has quit IRC | 18:30 | |
TheJulia | ugh :( | 18:31 |
SpamapS | But the simplest way to unwind this particular circular dependency is to identify a bootstrap state and not assert the entire dependency until the bootstrap state has been reached. | 18:31 |
TheJulia | However if a controller node cannot reach mysql, nodes become blocked at 53-openstack-init which means mysql has to be available well before keepalived is able to bind the VIP. greghaynes and I have discussed and batted around a few ideas but wanted to open this to a larger discussion in case we're missing something obvious. | 18:31 |
*** yfaykya has joined #tripleo | 18:31 | |
SpamapS | So the bootstrap state is a non-loadbalanced mysql supporting neutron-openvswitch-agent. ? | 18:32 |
SpamapS | perhaps? | 18:32 |
SpamapS | as in, bring it up on 127.0.0.1 .. get your VIP on.. then reconfigure | 18:32 |
*** jprovazn has quit IRC | 18:33 | |
greghaynes | hrm, wed have to reconfigure the services and restart them | 18:34 |
greghaynes | seems doable though | 18:35 |
*** yfaykya has quit IRC | 18:36 | |
TheJulia | that it does | 18:37 |
*** yfaykya has joined #tripleo | 18:38 | |
SpamapS | greghaynes: seems necessary | 18:38 |
greghaynes | Yep | 18:38 |
SpamapS | and it's ok. Bootstrap is annoying. Always. | 18:38 |
SpamapS | But we are still in an unsteady "new" state | 18:38 |
greghaynes | Trying to think how to best do taht config switching, probably keep a separate localhost config file that we mv over if we are bootstrap host | 18:39 |
SpamapS | we wouldn't have to do it for anything that wasn't a new VIP, right? Since we'd already have a working VIP, this is only for the times where we have a new one that hasn't ever been made to work. | 18:39 |
greghaynes | Yes, this is just one host on first ever boot of a cloud | 18:39 |
SpamapS | greghaynes: so if we had a runtime-calculatable collector, we could just have a {{^vip-is-working}} value to work conditionally from in the templates. | 18:40 |
SpamapS | greghaynes: btw, https://review.openstack.org/#/c/100965/ local occ collector | 18:41 |
SpamapS | spec form right now | 18:41 |
greghaynes | ah, yes | 18:41 |
*** yfaykya has quit IRC | 18:42 | |
*** yfaykya has joined #tripleo | 18:44 | |
*** lucas-afk is now known as lucasagomes | 18:46 | |
*** yfaykya has quit IRC | 18:48 | |
TheJulia | greghaynes: thinking about it, it could be as simple of if I'm the bootstrap host, and the vip is not working, then after os-config-applier, swap via sed -i the vip address for the local address and let everything start normaally, then later on re-run the config applier, and restart the requisite services | 18:50 |
*** yfaykya has joined #tripleo | 18:50 | |
*** pblaho has joined #tripleo | 18:50 | |
greghaynes | Yep. If we are going the route of letting os-c-c advance the state via multiple runs then the collector idea SpamapS mentioned seems good | 18:50 |
lifeless | morning | 18:52 |
greghaynes | which is essantially the same as what youre saying, but using our existing templating engine instead of sed | 18:52 |
greghaynes | lifeless: O/ | 18:52 |
lifeless | Ng: ok | 18:53 |
lifeless | Ng: current status ? | 18:53 |
*** jtomasek has joined #tripleo | 18:54 | |
Ng | lifeless: same, I have not been able to figure out why the public interface didn't come up in a way that routes packets. I installed a second machine so I still have iLO access to the bastion, because I figured this might happen ;) | 18:54 |
*** yfaykya has quit IRC | 18:55 | |
greghaynes | TheJulia: Id be +1 on doing sed or similar for an initial solution | 18:55 |
lifeless | Ng: ok, pastebin time. pastebin ip address, ovs-vsctl show, ip route, please | 18:55 |
Ng | lifeless: itym screenshot time, since I'm working in an iLO graphical console ;) | 18:56 |
greghaynes | would be nice to see what all is involved in getting through the bootstrap process here... | 18:56 |
lifeless | Ng: oy vey | 18:56 |
*** eghobo has joined #tripleo | 18:56 | |
*** marun has quit IRC | 18:56 | |
*** eghobo has quit IRC | 18:57 | |
*** lucasagomes has left #tripleo | 18:57 | |
*** eghobo has joined #tripleo | 18:58 | |
lifeless | greghaynes: TheJulia: out of interest, what are you addressing at the moment? | 18:59 |
greghaynes | lifeless: TheJulia is working on getting services to use mysql via haproxy | 18:59 |
greghaynes | there is a circular dependency where we use neutron to bring up the interface we bind the vip on | 18:59 |
greghaynes | and that requires mysql... | 19:00 |
lifeless | huh | 19:00 |
lifeless | we don't use neutron to bring up the interface | 19:01 |
lifeless | I know the script is called init-neutron-ovs | 19:01 |
Ng | lifeless: https://www.dropbox.com/s/uqk5hs290f18hbi/Screenshot%202014-07-07%2019.57.57.png https://www.dropbox.com/s/qikfd1rd4v3e14e/Screenshot%202014-07-07%2019.58.26.png | 19:01 |
lifeless | but its not actually neutron | 19:01 |
TheJulia | we don't, although the steps things execute in, we end up blocking at openstack-init | 19:01 |
lifeless | so coincidentally | 19:01 |
lifeless | I was looking at this code area recently myself with my vlan work | 19:01 |
lifeless | and speculating about moving all the networking substrate stuff waaay earlier | 19:02 |
greghaynes | oh, so it doesnt require neutron? | 19:02 |
lifeless | not internally | 19:02 |
greghaynes | welp, that does make things easier | 19:02 |
lifeless | and the power cycle story for self hosted deploy clouds will be fun | 19:02 |
*** jang has quit IRC | 19:02 | |
lifeless | but yeah this bootstrap case is really just | 19:03 |
lifeless | apply metadata sourced by o-collect-c | 19:03 |
lifeless | Ng: ip addr, not ifconfig - I want to see all the interfaces; particularly to see if there is a stale vconfig'd vlan interface | 19:04 |
Ng | lifeless: i had a feeling you would say that. multiple screenshots incoming ;) | 19:04 |
lifeless | Ng: if there is a stale vconfig'd vlan interface, it siphons the traffic off at a low level | 19:05 |
lifeless | Ng: so you need to expunge it | 19:05 |
*** andreaf has quit IRC | 19:05 | |
Ng | lifeless: oh, hrm, there is still a vlan1598@em3 interface, it's just down | 19:05 |
Ng | iiiiinteresting | 19:05 |
*** andreaf has joined #tripleo | 19:05 | |
Ng | lifeless: yup, that was it, traffic flows | 19:07 |
* Ng shakes fist | 19:07 | |
lifeless | yes | 19:07 |
lifeless | this is why we're rejiggering everything | 19:07 |
lifeless | because vconfig is evil | 19:07 |
lifeless | lessons learnt | 19:07 |
Ng | groovy, can ssh in from outside too | 19:08 |
Ng | thanks :) | 19:08 |
Ng | hmm, actually, I should test a reboot too, before I tear down the machine I'm using for access atm | 19:10 |
*** andreaf_ has quit IRC | 19:10 | |
lifeless | TheJulia: greghaynes: so specifically, bringing up br-ex/br-ctl only depends on os-apply-config calls + ensure-bridge, *not* the ovs agent; the ovs agent is needed to be there to bring up br-*int* and br-*tun*. | 19:10 |
*** andreaf_ has joined #tripleo | 19:11 | |
TheJulia | hmm | 19:11 |
lifeless | this is the point where you say 'oh, but haproxy/keepalived depend on ...' | 19:11 |
lifeless | and we go and rewrite this all in Make. | 19:11 |
greghaynes | haha | 19:12 |
TheJulia | in that case, that seems like the cleanest path forward until os-c-c has local metadata at least :) | 19:12 |
*** trapsig has joined #tripleo | 19:12 | |
* TheJulia twitches at the thought of using make | 19:12 | |
lifeless | I haven't looked at the existing numbers in use, but something in the 20's makes sense to me for bringing up br-ex, keepalived and haproxy. | 19:12 |
*** mestery has quit IRC | 19:13 | |
TheJulia | well, keepalived and haproxy need their configes which don't arive until 50 | 19:13 |
*** mestery has joined #tripleo | 19:13 | |
lifeless | ok | 19:13 |
lifeless | so - details in your capable hands | 19:13 |
Ng | woot, bastion.hp2 still speaks internet after a reboot | 19:17 |
*** martyntaylor has quit IRC | 19:21 | |
*** trapsig has quit IRC | 19:22 | |
*** jtomasek has quit IRC | 19:25 | |
*** mkerrin1 has joined #tripleo | 19:28 | |
*** mkerrin has quit IRC | 19:29 | |
*** pblaho has quit IRC | 19:34 | |
*** pelix has quit IRC | 19:38 | |
*** chuckC has joined #tripleo | 19:39 | |
*** sseago has quit IRC | 19:49 | |
*** Penick has joined #tripleo | 19:49 | |
*** cwolferh has quit IRC | 19:52 | |
*** dshulyak_ has joined #tripleo | 19:56 | |
*** jtomasek has joined #tripleo | 19:58 | |
*** andreaf has quit IRC | 19:59 | |
*** andreaf has joined #tripleo | 19:59 | |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-incubator: Add --users option to update-admin-ssh-keys https://review.openstack.org/101617 | 20:03 |
dprince | lifeless: we already have this check in DIB https://review.openstack.org/#/c/94705/ | 20:03 |
dprince | lifeless: at least two of us would like that "Feature" removed... | 20:04 |
*** jtomasek has quit IRC | 20:06 | |
*** yamahata__ has joined #tripleo | 20:16 | |
*** yamahata_ has quit IRC | 20:17 | |
*** dshulyak_ has quit IRC | 20:28 | |
*** sballe__ has quit IRC | 20:28 | |
*** dshulyak_ has joined #tripleo | 20:29 | |
*** julim has quit IRC | 20:30 | |
*** dshulyak_ has quit IRC | 20:33 | |
*** Hefeweizen has joined #tripleo | 20:35 | |
*** dprince has quit IRC | 20:36 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-incubator: Add the select-cloud script https://review.openstack.org/82807 | 20:42 |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-specs: Configurable /mnt/state https://review.openstack.org/94876 | 20:43 |
*** markmc has quit IRC | 20:45 | |
openstackgerrit | Ben Nemec proposed a change to openstack/diskimage-builder: WIP: Use dracut for building ramdisks https://review.openstack.org/105275 | 20:48 |
*** sballe has joined #tripleo | 20:52 | |
gfidente | guys pardon the stupid question, if I had a change in an element which depends on a change in the heat template, can I related them somehow in gerrit so that they are tested together? | 20:53 |
slagle | gfidente: not really, you can make the change to the heat template in a backwards compatible way, and have the tie change marked WIP | 20:56 |
slagle | gfidente: once the template change merges, rerun the CI on the tie change and mark it ready for review | 20:56 |
gfidente | slagle, thanks :) | 20:56 |
*** marun has joined #tripleo | 20:57 | |
*** untriaged-bot has joined #tripleo | 21:00 | |
untriaged-bot | Untriaged bugs so far: | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1336115 | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1335016 | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1335105 | 21:00 |
uvirtbot | Launchpad bug 1336115 in tripleo "instances no longer running post-upgrade" [Undecided,In progress] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/diskimage-builder/+bug/1332521 | 21:00 |
uvirtbot | Launchpad bug 1335016 in tripleo "diskimage-builder fails for Debian" [Undecided,New] | 21:00 |
*** untriaged-bot has quit IRC | 21:00 | |
uvirtbot | Launchpad bug 1335105 in tuskar-ui "Devtest init script: sourcing tripleorc fails" [Undecided,New] | 21:00 |
uvirtbot | Launchpad bug 1332521 in diskimage-builder "failed to remove `/tmp/image.A2aupYJb/mnt/tmp/in_target.d': Device or resource busy" [Undecided,New] | 21:00 |
*** jang has joined #tripleo | 21:01 | |
*** cwolferh has joined #tripleo | 21:02 | |
*** jtomasek has joined #tripleo | 21:02 | |
*** GheRiver1 is now known as GheRivero | 21:05 | |
*** jang has quit IRC | 21:09 | |
*** jp_at_hp has quit IRC | 21:11 | |
*** jtomasek has quit IRC | 21:13 | |
*** jcoufal has quit IRC | 21:18 | |
*** nealph_ has joined #tripleo | 21:19 | |
*** nealph has quit IRC | 21:22 | |
*** imcsk8 has joined #tripleo | 21:32 | |
*** ccrouch has quit IRC | 21:32 | |
*** noslzzp has quit IRC | 21:42 | |
*** jang1 has quit IRC | 21:42 | |
*** ccrouch has joined #tripleo | 21:46 | |
SpamapS | woot https://review.openstack.org/#/c/99225/ merged | 21:46 |
SpamapS | morganfainberg: ^^ | 21:46 |
morganfainberg | SpamapS, YAY! | 21:46 |
SpamapS | so now we need to fix os-cloud-config to create the domain and our default config can just hard code the domain name | 21:47 |
*** nati_ueno has joined #tripleo | 21:51 | |
morganfainberg | SpamapS there might be another heat fix needed to allow setting of domain_name instead of domain_id in the bin/<script> that i saw | 21:54 |
morganfainberg | SpamapS, i don't think i added that capability (not sure if tripleo uses that) | 21:55 |
SpamapS | morganfainberg: the bin/<script> is just a stop-gap until os-cloud-config does these things. | 21:55 |
morganfainberg | SpamapS, ah cool | 21:55 |
morganfainberg | yeah https://review.openstack.org/#/c/99225/6/bin/heat-keystone-setup-domain only does domain_id | 21:56 |
SpamapS | morganfainberg: not even sure if we are even using heat-keystone-setup-domain | 21:56 |
morganfainberg | atm, but if the real fix is os-cloud-config, even better. | 21:56 |
*** andrearo1 has joined #tripleo | 21:56 | |
*** mkerrin1 has quit IRC | 21:57 | |
SpamapS | morganfainberg: well os-cloud-config is supposed to be "the thing that configures OpenStack via its APIs" | 21:57 |
*** andreaf_ has quit IRC | 21:57 | |
*** andreaf has quit IRC | 21:57 | |
*** mkerrin has joined #tripleo | 21:57 | |
*** andreaf has joined #tripleo | 21:58 | |
*** andrearosa has quit IRC | 21:58 | |
*** andreaf_ has joined #tripleo | 21:58 | |
openstackgerrit | Giulio Fidente proposed a change to openstack/tripleo-heat-templates: add Horizon caches backend and location definition https://review.openstack.org/105289 | 22:14 |
*** jang has joined #tripleo | 22:14 | |
*** mestery has quit IRC | 22:16 | |
*** jang has quit IRC | 22:18 | |
jerryz | have anyone ever tried TE on a centos machine? i found qemu pxe version on Centos does not work with dnsmasq provided by neutron. | 22:22 |
ccrouch | jerryz: centos6? | 22:26 |
jerryz | ccrouch: yes, centos6.5 | 22:26 |
ccrouch | if so, then i thikn the answer is no | 22:26 |
ccrouch | we're looking at running tripleo on rhel7 though | 22:27 |
jerryz | ccrouch: to be specific, gpxe used by qemu is 0.9.7 and that version doesn't support dhcp offer with tftp info written in options field | 22:27 |
ccrouch | and centos 7 is fresh off the press | 22:27 |
ccrouch | http://lists.centos.org/pipermail/centos-announce/2014-July/020393.html | 22:27 |
ccrouch | :-) | 22:27 |
openstackgerrit | Adam Gandelman proposed a change to openstack/tripleo-image-elements: Update stackrc template for non-localhost endpoint https://review.openstack.org/105292 | 22:30 |
jerryz | ccrouch: thanks, that's really hot and fresh. | 22:30 |
ccrouch | jerryz: I'm afraid I don't have enough knowledge to help you with that. safe to say, there will never be any fixes specific to centos6, its just not something we're targetting | 22:30 |
ccrouch | jerryz: if you log a bug you find when running on centos7/rhel7 against the appropriate tripleo project, then I expect someone to pay much more attention | 22:32 |
jerryz | ccrouch: that's ok. thank you. what linux distro is used on the TE in CI environment? | 22:37 |
lifeless | morganfainberg: so next up is the nova<->neutron situation, with the same problem ? | 22:39 |
lifeless | jerryz: Ubuntu or Fedora | 22:39 |
ccrouch | i *assume* its fedora20 in the RH rack | 22:39 |
ccrouch | and precise or trusty on HP | 22:39 |
morganfainberg | lifeless, nova and neutron use domain_id exclusively? | 22:39 |
morganfainberg | lifeless, fun. | 22:39 |
lifeless | morganfainberg: let me dig up the bug | 22:40 |
morganfainberg | lifeless, ok | 22:40 |
lifeless | morganfainberg: so there is https://bugs.launchpad.net/tripleo/+bug/1293782 | 22:41 |
uvirtbot | Launchpad bug 1293782 in tripleo "Neutron requires admin acess to Nova to do vif plug callback" [High,Triaged] | 22:41 |
*** Penick has quit IRC | 22:41 | |
lifeless | morganfainberg: its not entirely about the admin access; read through the whole thing | 22:41 |
morganfainberg | lifeless, so it's tenant id ish | 22:42 |
morganfainberg | it looks like | 22:42 |
morganfainberg | you need the tenant-id which you don't know | 22:43 |
morganfainberg | ok | 22:43 |
lifeless | yup, its the same race | 22:43 |
jerryz | ccrouch, lifeless: thanks | 22:43 |
morganfainberg | lifeless, i think this one might be a little more involved, but not too much | 22:43 |
lifeless | morganfainberg: architecturally its (IMO) too tight coupling, nova should just give one-time URLs with the request to neutron | 22:44 |
lifeless | morganfainberg: but thats a different discussion :) | 22:44 |
morganfainberg | lifeless, lol sure. | 22:44 |
openstackgerrit | Giulio Fidente proposed a change to openstack/tripleo-image-elements: add support for Horizon caches backend and location keys https://review.openstack.org/105295 | 22:44 |
openstackgerrit | Giulio Fidente proposed a change to openstack/tripleo-heat-templates: add Horizon caches backend and location definition https://review.openstack.org/105289 | 22:45 |
*** gfidente has quit IRC | 22:46 | |
*** mestery has joined #tripleo | 23:19 | |
*** jp_at_hp has joined #tripleo | 23:19 | |
*** jp_at_hp has quit IRC | 23:19 | |
*** jp_at_hp has joined #tripleo | 23:19 | |
*** mestery has quit IRC | 23:24 | |
*** jang has joined #tripleo | 23:26 | |
*** noslzzp has joined #tripleo | 23:31 | |
*** jang has quit IRC | 23:33 | |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-specs: Configurable /mnt/state https://review.openstack.org/94876 | 23:37 |
*** jerryz has quit IRC | 23:39 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: Last ditch effort to correct a wrong shasum. https://review.openstack.org/88084 | 23:49 |
*** jp_at_hp has quit IRC | 23:54 | |
*** jp_at_hp has joined #tripleo | 23:55 | |
openstackgerrit | Adam Gandelman proposed a change to openstack/tripleo-image-elements: Hack in pending upstream eventlet patch DONT MERGE https://review.openstack.org/105304 | 23:56 |
*** ccrouch has quit IRC | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!