SpamapS | lifeless: I hope to take a stab at the /mnt handling card tomorrow | 00:13 |
---|---|---|
SpamapS | I mean unless somebody else finishes it before I can start it :) | 00:15 |
lifeless | SpamapS: problem statement tweaked | 00:24 |
lifeless | SpamapS: what do you think ? | 00:24 |
*** cd-undercloud has joined #tripleo | 00:37 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 00:37 |
*** cd-undercloud has quit IRC | 00:37 | |
lifeless | breaking for lunch | 00:38 |
lifeless | half way through another edit, sorry | 00:39 |
*** nosnos has joined #tripleo | 00:49 | |
pleia2 | lifeless: could use a quick g+ chat once you're back from lunch | 00:56 |
openstackgerrit | Elizabeth Krumbach Joseph proposed a change to openstack-infra/tripleo-ci: Fix up some spelling errors in README https://review.openstack.org/53764 | 01:05 |
lifeless | pleia2: ok | 01:06 |
pleia2 | lifeless: now? | 01:07 |
lifeless | calling you | 01:07 |
*** jayg is now known as jayg|g0n3 | 01:07 | |
*** krotscheck has quit IRC | 01:31 | |
*** cd-undercloud has joined #tripleo | 01:35 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 01:35 |
*** cd-undercloud has quit IRC | 01:35 | |
*** krotscheck has joined #tripleo | 01:45 | |
*** krotscheck has quit IRC | 01:45 | |
*** anteaya has quit IRC | 02:23 | |
*** cd-undercloud has joined #tripleo | 02:28 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 02:28 |
*** cd-undercloud has quit IRC | 02:28 | |
*** tserong has joined #tripleo | 02:42 | |
*** morazi has quit IRC | 02:50 | |
lifeless | SpamapS: still going :) | 03:03 |
lifeless | SpamapS: key thing is you had a lot of problem + competitive analysis + solution all together | 03:03 |
lifeless | SpamapS: rather than three separate sections | 03:04 |
*** CaptTofu has joined #tripleo | 03:22 | |
*** cd-undercloud has joined #tripleo | 03:24 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 03:24 |
*** cd-undercloud has quit IRC | 03:24 | |
*** rpodolyaka1 has joined #tripleo | 03:24 | |
rpodolyaka1 | morning tripleo | 03:25 |
*** CaptTofu has quit IRC | 03:27 | |
*** jeckersb is now known as jeckersb_gone | 03:39 | |
lifeless | rpodolyaka1: o/ | 04:14 |
rpodolyaka1 | lifeless: on routes parsing. I didn't know about IFS magic. It seems that we have a wrong separator there. I left a comment on review, testing a simpler fix | 04:19 |
*** cd-undercloud has joined #tripleo | 04:20 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 04:20 |
*** cd-undercloud has quit IRC | 04:20 | |
lifeless | rpodolyaka1: :) | 04:21 |
rpodolyaka1 | lifeless: I wonder if tripleo-cd cloud configures the br-ex correctly | 04:21 |
lifeless | rpodolyaka1: totally does | 04:21 |
lifeless | rpodolyaka1: otherwise it would not work :> | 04:21 |
rpodolyaka1 | but parsing is definitely broken for me :) | 04:22 |
rpodolyaka1 | as it doesn't split on new lines | 04:22 |
rpodolyaka1 | and tries to feed ip all the routes together as one big string | 04:23 |
lifeless | ping 138.35.77.132 :) | 04:23 |
rpodolyaka1 | :) | 04:23 |
lifeless | thats a floating ip for the new instance | 04:23 |
lifeless | rpodolyaka1: you testing with ubuntu or Fedora? | 04:23 |
rpodolyaka1 | ubuntu | 04:23 |
lifeless | iiiinteresting | 04:23 |
rpodolyaka1 | we have IFS set to something like ^M | 04:24 |
lifeless | rpodolyaka1: to gather debug info | 04:24 |
rpodolyaka1 | and I believe it should be something like IFS=$'\n' | 04:24 |
*** MarkAtwood has joined #tripleo | 04:24 | |
lifeless | rpodolyaka1: od can tell you the exact bytes in something | 04:25 |
lifeless | rpodolyaka1: echo "$ROUTES" | od | 04:25 |
lifeless | for instance | 04:25 |
* rpodolyaka1 learns something new every day :) | 04:25 | |
lifeless | e.g. od -c -x | 04:26 |
lifeless | will get you both the ascii and hex | 04:26 |
lifeless | 0000040 x \n 1 0 . 1 0 . 1 6 . 1 2 8 / | 04:27 |
lifeless | 2078 310a 2e30 3031 312e 2e36 3231 2f38 | 04:27 |
lifeless | so \n is the separator in use | 04:27 |
lifeless | bbs, shopping run | 04:27 |
*** tzumainn has joined #tripleo | 04:29 | |
*** MarkAtwood has left #tripleo | 04:29 | |
*** CaptTofu has joined #tripleo | 05:01 | |
*** akuznetsov has joined #tripleo | 05:07 | |
*** CaptTofu has quit IRC | 05:15 | |
*** CaptTofu has joined #tripleo | 05:16 | |
*** cd-undercloud has joined #tripleo | 05:16 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 05:16 |
*** cd-undercloud has quit IRC | 05:16 | |
*** tzumainn has quit IRC | 05:17 | |
*** CaptTofu has quit IRC | 05:20 | |
lifeless | SpamapS: gnaaaar too many words | 05:46 |
*** MarkAtwood has joined #tripleo | 06:05 | |
*** matsuhashi has joined #tripleo | 06:07 | |
*** cd-undercloud has joined #tripleo | 06:10 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 06:10 |
*** cd-undercloud has quit IRC | 06:10 | |
*** pblaho has joined #tripleo | 06:12 | |
rpodolyaka1 | lifeless: check it out. our code looks like this http://paste.openstack.org/show/49637/ (IFS is set to literal byte \r in the code, checked by hexdump). When I execute this I get this: http://paste.openstack.org/show/49638/ | 06:17 |
rpodolyaka1 | lifeless: it seems that we restore the original value of IFS to early. it must be put after the loop, I think | 06:18 |
lifeless | rpodolyaka1: I'm not sure whats up | 06:18 |
lifeless | but thats not it | 06:19 |
lifeless | try | 06:19 |
lifeless | IFS="^M" | 06:19 |
rpodolyaka1 | lifeless: http://paste.openstack.org/show/49639/ and http://paste.openstack.org/show/49640/ | 06:19 |
rpodolyaka1 | lifeless: give me a sec | 06:19 |
lifeless | so if thats the case, then we need to store/restore it around the middle of the loop | 06:20 |
lifeless | which would be nuts | 06:20 |
rpodolyaka1 | lifeless: IFS="^M" doesn't work :( | 06:21 |
lifeless | rpodolyaka1: interest | 06:21 |
lifeless | rpodolyaka1: ok, so try putting IFS back to ^M before the done | 06:21 |
lifeless | rpodolyaka1: by ^M I mean the literal \r of course, not shift-6 capital-M | 06:21 |
rpodolyaka1 | lifeless: but this does work http://paste.openstack.org/show/49641/ I have no idea why :) | 06:22 |
* rpodolyaka1 trying | 06:22 | |
rpodolyaka1 | lifeless: putting IFS to \r before the done doesn't help :( | 06:24 |
lifeless | rpodolyaka1: wow paste.o.o is slow for me | 06:27 |
lifeless | mmm, maybe proxy slowness | 06:27 |
lifeless | 12 seconds | 06:28 |
lifeless | nope, direct | 06:28 |
lifeless | 1382682516.918 15797 127.0.0.1 TCP_MISS/200 2638 GET http://paste.openstack.org/show/49640/ - DIRECT/198.101.242.244 text/html | 06:28 |
rpodolyaka1 | it's slow for me too, but not nearly that slow :) | 06:29 |
lifeless | ok, so it works for me | 06:31 |
lifeless | ROUTES=$(ip route show | grep via || true) | 06:31 |
lifeless | ORIG_IFS=$IFS | 06:31 |
lifeless | IFS=^M | 06:31 |
lifeless | for ROUTE in $ROUTES; do | 06:31 |
lifeless | echo $ROUTE; | 06:31 |
lifeless | done | 06:31 |
lifeless | IFS=$ORIG_IFS | 06:31 |
lifeless | bah, thats your tweaked | 06:31 |
lifeless | ok, this is super interesting | 06:32 |
lifeless | I can reproduce the issue when I run your layour | 06:32 |
*** akuznetsov has quit IRC | 06:32 | |
lifeless | http://paste.openstack.org/show/49651/ | 06:33 |
*** akuznetsov has joined #tripleo | 06:34 | |
* rpodolyaka1 confused | 06:34 | |
lifeless | rpodolyaka1: oh | 06:35 |
lifeless | rpodolyaka1: btw your test has a bug | 06:35 |
lifeless | change the echo to this | 06:35 |
rpodolyaka1 | ? | 06:35 |
lifeless | echo A $ROUTE B; | 06:35 |
lifeless | you may find some surprising results | 06:35 |
*** MarkAtwood has quit IRC | 06:35 | |
rpodolyaka1 | what the hell is going on?:) | 06:36 |
lifeless | so echo $ROUTE | 06:36 |
lifeless | if $ROUTE has embedded newlines | 06:36 |
lifeless | will look like it's multiple echoes | 06:36 |
lifeless | thats what you need the A $ROUTE B for | 06:36 |
rpodolyaka1 | aha | 06:36 |
lifeless | because expansion occurs everwhere | 06:37 |
lifeless | you can see this | 06:37 |
lifeless | for ROUTE in $ROUTES; do | 06:37 |
lifeless | IFS=$ORIG_IFS | 06:37 |
lifeless | echo A $ROUTE B; | 06:37 |
lifeless | done | 06:37 |
lifeless | actually also echoes one thing | 06:37 |
lifeless | but because we've reset IFS | 06:37 |
lifeless | the newlines are being eaten | 06:37 |
lifeless | for ROUTE in $ROUTES; do | 06:37 |
lifeless | IFS=$ORIG_IFS | 06:37 |
lifeless | echo A "$ROUTE" B; | 06:37 |
lifeless | done | 06:37 |
lifeless | will suppress expansion | 06:37 |
lifeless | and you'll see that basically ROUTES isn't being expanded properly at all | 06:38 |
rpodolyaka1 | yep | 06:38 |
rpodolyaka1 | IFS=$'\n' instead of IFS=^M seems to do the trick | 06:38 |
lifeless | yeah | 06:38 |
lifeless | that is canonical form I think | 06:38 |
rpodolyaka1 | ROUTES=$(sudo ip ro show dev tun0 | grep via) | 06:39 |
rpodolyaka1 | ORIG_IFS=$IFS | 06:39 |
rpodolyaka1 | IFS=$'\n' | 06:39 |
rpodolyaka1 | for ROUTE in $ROUTES; do | 06:39 |
rpodolyaka1 | IFS=$ORIG_IFS | 06:39 |
rpodolyaka1 | echo A $ROUTE B; | 06:39 |
rpodolyaka1 | done | 06:39 |
rpodolyaka1 | malor@freedom:~$ bash test.sh | 06:39 |
rpodolyaka1 | A 172.16.0.0/12 via 172.18.217.1 B | 06:39 |
rpodolyaka1 | A 192.168.4.0/24 via 172.18.217.1 B | 06:39 |
rpodolyaka1 | A 192.168.11.0/24 via 172.18.217.1 B | 06:39 |
lifeless | when I first wrote this code, I went down some dead ends until I realised the echo could be expanding too, and it became a lot clearer :) | 06:39 |
rpodolyaka1 | :) | 06:39 |
lifeless | that change looks good to me | 06:39 |
rpodolyaka1 | which one, the one with read line or the one with $'\n'? :) | 06:40 |
lifeless | $'\n' | 06:40 |
rpodolyaka1 | that's good | 06:40 |
rpodolyaka1 | because I | 06:40 |
rpodolyaka1 | I've got a working overcloud with this one :) | 06:40 |
lifeless | ]o/ | 06:40 |
rpodolyaka1 | let me upload a new patch set | 06:41 |
*** MarkAtwood has joined #tripleo | 06:43 | |
*** MarkAtwood has quit IRC | 06:43 | |
openstackgerrit | Roman Podoliaka proposed a change to openstack/tripleo-image-elements: Fix processing of routes in init-neutron-ovs https://review.openstack.org/53640 | 06:44 |
lifeless | rpodolyaka1: one tiny tweak :) | 06:45 |
rpodolyaka1 | lifeless: np :) | 06:45 |
openstackgerrit | Roman Podoliaka proposed a change to openstack/tripleo-image-elements: Fix processing of routes in init-neutron-ovs https://review.openstack.org/53640 | 06:46 |
lifeless | +2'd :) | 06:47 |
lifeless | thank you for tracking this down | 06:47 |
GheRivero | morning all | 06:47 |
rpodolyaka1 | lifeless: thanks :) | 06:47 |
*** michchap has quit IRC | 06:51 | |
*** michchap has joined #tripleo | 06:52 | |
*** jtomasek has joined #tripleo | 06:56 | |
*** athomas has joined #tripleo | 07:01 | |
*** rpodolyaka1 has quit IRC | 07:03 | |
*** cd-undercloud has joined #tripleo | 07:03 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 07:03 |
*** cd-undercloud has quit IRC | 07:03 | |
*** lsmola has joined #tripleo | 07:08 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Fix processing of routes in init-neutron-ovs https://review.openstack.org/53640 | 07:08 |
*** rdopieralski has joined #tripleo | 07:09 | |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Fix up some spelling errors in README https://review.openstack.org/53764 | 07:10 |
*** ifarkas_ has joined #tripleo | 07:12 | |
*** jprovazn has joined #tripleo | 07:12 | |
*** athomas has quit IRC | 07:13 | |
*** athomas has joined #tripleo | 07:15 | |
*** matsuhashi has quit IRC | 07:18 | |
*** matsuhashi has joined #tripleo | 07:18 | |
*** rushiagr has joined #tripleo | 07:19 | |
*** rushiagr has quit IRC | 07:24 | |
*** rushiagr has joined #tripleo | 07:28 | |
*** akuznetsov has quit IRC | 07:29 | |
*** akuznetsov has joined #tripleo | 07:33 | |
*** rushiagr has quit IRC | 07:33 | |
*** rushiagr has joined #tripleo | 07:36 | |
*** akuznetsov has quit IRC | 07:38 | |
*** MarkAtwood has joined #tripleo | 07:44 | |
*** MarkAtwood has quit IRC | 07:48 | |
*** MarkAtwood has joined #tripleo | 07:49 | |
*** rushiagr has quit IRC | 07:50 | |
*** jistr has joined #tripleo | 07:50 | |
*** ifarkas_ has quit IRC | 07:50 | |
*** ifarkas has joined #tripleo | 07:54 | |
*** ifarkas has quit IRC | 07:54 | |
*** cd-undercloud has joined #tripleo | 07:56 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 07:56 |
*** cd-undercloud has quit IRC | 07:56 | |
*** ifarkas has joined #tripleo | 07:57 | |
*** MarkAtwood has quit IRC | 07:57 | |
*** MarkAtwood has joined #tripleo | 07:57 | |
Ng | morning | 07:58 |
GheRivero | morning Ng | 07:59 |
*** ifarkas has quit IRC | 08:01 | |
*** MarkAtwood has left #tripleo | 08:02 | |
Ng | lifeless: I am deeply ashamed that I misspelt approachable, doubly so in a pedantic review :< | 08:02 |
*** toci-bot has joined #tripleo | 08:03 | |
toci-bot | ERROR during toci run, see http://54.228.118.193/toci/toci_logs_k0eAnwk/ | 08:03 |
*** toci-bot has quit IRC | 08:03 | |
Ng | also I really like the little email you get from gdocs when someone responds to a bunch of comments in a document, hadn't seen that before | 08:03 |
openstackgerrit | Derek Higgins proposed a change to openstack/diskimage-builder: Remove dependency on dracut-network https://review.openstack.org/53797 | 08:04 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Update cmsj cd-admin email address. https://review.openstack.org/53585 | 08:05 |
*** derekh has joined #tripleo | 08:05 | |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-incubator: Add dracut-network to fedora undercloud nodes https://review.openstack.org/53800 | 08:09 |
lifeless | Ng: I found it rather amusing:) | 08:10 |
Ng | :P | 08:10 |
*** rushiagr has joined #tripleo | 08:12 | |
derekh | lifeless: so my 4 most recient patches are whats needed to have fedora working again (or another version of the same thing), 2 for tftp problem and 2 for classless-static-routes | 08:12 |
derekh | testing tftp change on ubuntu now | 08:12 |
lifeless | derekh: cool | 08:13 |
lifeless | derekh: I'm on the last day of this paper marathon | 08:13 |
lifeless | derekh: then I can be productive again, for 4 days. | 08:13 |
lifeless | derekh: then HK | 08:13 |
lifeless | oh, I need to write a presentation in there for dib + heat. | 08:13 |
lifeless | and stuff. | 08:14 |
Ng | I think I just picked up writing a talk abstract for FLOSS UK in March | 08:14 |
lifeless | \o/ | 08:14 |
Ng | I'm thinking a general overview of TripleO rather than too much detail, since it's not a cloud-specific event | 08:14 |
lifeless | derekh: 'wast' ? | 08:15 |
derekh | d'uh | 08:15 |
lifeless | derekh: I'm not clear why it's required for undercloud nodes? | 08:15 |
lifeless | derekh: is it because we haven't migrated the seed to neutron-dhcp-agent yet? | 08:16 |
lifeless | derekh: if so, that suggests an answer itself | 08:16 |
openstackgerrit | Derek Higgins proposed a change to openstack/diskimage-builder: Remove dependency on dracut-network https://review.openstack.org/53797 | 08:16 |
derekh | undercloud node didn't work without it, | 08:17 |
derekh | hmm, I guess your right | 08:17 |
derekh | I can take a look at that (seed node), want to do another iteration on tempest first though to try and get it closer to done | 08:19 |
lifeless | cool | 08:19 |
Ng | lifeless: istr there's a slide deck knocking around somewhere for a tripleo talk, do you have that or know where I might find it? | 08:21 |
lifeless | i do | 08:22 |
Ng | excellent :) | 08:23 |
lifeless | mordred did the most recent talk, so he can mail it to you (and cc me so I have an updated copy) | 08:23 |
Ng | ta | 08:23 |
*** akuznetsov has joined #tripleo | 08:26 | |
*** viktors has joined #tripleo | 08:27 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: Remove dependency on dracut-network https://review.openstack.org/53797 | 08:28 |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Completes the registration of the cinder volume storage endpoint. https://review.openstack.org/53470 | 08:32 |
*** ifarkas has joined #tripleo | 08:34 | |
*** lucasagomes has joined #tripleo | 08:34 | |
*** ifarkas has quit IRC | 08:37 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Use BaremetalNodes in the rack's nodes formset table https://review.openstack.org/53542 | 08:39 |
*** ifarkas has joined #tripleo | 08:41 | |
*** matsuhashi has quit IRC | 08:46 | |
*** matsuhashi has joined #tripleo | 08:46 | |
lsmola | lifeless, hello, seems like I don't have rights for os-collect-config repo. I should have, right? | 08:49 |
*** cd-undercloud has joined #tripleo | 08:51 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 08:51 |
*** cd-undercloud has quit IRC | 08:51 | |
*** martyntaylor has joined #tripleo | 08:54 | |
*** ifarkas has quit IRC | 08:59 | |
*** ifarkas has joined #tripleo | 09:02 | |
*** martyntaylor has quit IRC | 09:07 | |
*** pblaho has quit IRC | 09:20 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property https://review.openstack.org/53815 | 09:21 |
*** matsuhashi has quit IRC | 09:34 | |
*** matsuhashi has joined #tripleo | 09:34 | |
*** blues-man has joined #tripleo | 09:37 | |
*** ifarkas has quit IRC | 09:38 | |
*** matsuhashi has quit IRC | 09:39 | |
*** pblaho has joined #tripleo | 09:40 | |
*** martyntaylor has joined #tripleo | 09:40 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property https://review.openstack.org/53815 | 09:41 |
*** ifarkas has joined #tripleo | 09:42 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Use BaremetalNodes in the rack's nodes formset table https://review.openstack.org/53542 | 09:42 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Use a form field for subnetworks that has validation https://review.openstack.org/53556 | 09:45 |
*** boris-42 has quit IRC | 09:45 | |
*** cd-undercloud has joined #tripleo | 09:47 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 09:47 |
*** cd-undercloud has quit IRC | 09:47 | |
*** toci-bot has joined #tripleo | 10:01 | |
toci-bot | ERROR during toci run, see http://54.228.118.193/toci/toci_logs_6Y4cRvc/ | 10:01 |
*** toci-bot has quit IRC | 10:01 | |
lifeless | lsmola: to review? | 10:03 |
lsmola | lifeless, yes | 10:05 |
shadower | lifeless: one q regarding your second comment here: https://review.openstack.org/#/c/50918/3/elements/horizon/os-refresh-config/post-configure.d/100-horizon | 10:06 |
shadower | lifeless: it needs to be something like: PATH=/opt/stack/venvs/horizon/bin/:$PATH /opt/stack/venvs/horizon/bin/python /opt/stack/horizon/manage.py compress | 10:06 |
shadower | lifeless: I have to add the path because the compress command shells out to lesscpy in the virtualenv's bin | 10:07 |
shadower | lifeless: so that works but I'm not sure it's cleaner than just activating the virtualenv | 10:07 |
*** pblaho has quit IRC | 10:07 | |
lifeless | shadower: yeah activating is fine | 10:16 |
lifeless | shadower: was just oferring a possible optimisation | 10:16 |
lifeless | lsmola: fixed | 10:18 |
lifeless | lsmola: it had a manual group rather than tripleo-core; I've put tripleo-core in that group and emptied it of individual members | 10:18 |
lsmola | lifeless, cool, thank you | 10:18 |
lsmola | lifeless, ok | 10:19 |
shadower | lifeless: yea thx, without the shell out, it'd be shorter | 10:20 |
openstackgerrit | Derek Higgins proposed a change to openstack/diskimage-builder: Increase the size heuristic for images https://review.openstack.org/53818 | 10:25 |
*** matsuhashi has joined #tripleo | 10:27 | |
*** nosnos has quit IRC | 10:31 | |
*** pblaho has joined #tripleo | 10:37 | |
*** jprovazn has quit IRC | 10:39 | |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-image-elements: Add tftp support for Fedora https://review.openstack.org/53398 | 10:40 |
*** cd-undercloud has joined #tripleo | 10:41 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 10:41 |
*** cd-undercloud has quit IRC | 10:41 | |
*** rushiagr has quit IRC | 10:46 | |
*** matsuhashi has quit IRC | 10:46 | |
*** matsuhashi has joined #tripleo | 10:47 | |
*** rushiagr has joined #tripleo | 10:49 | |
*** matsuhashi has quit IRC | 10:51 | |
*** rushiagr2 has joined #tripleo | 10:53 | |
*** rushiagr has quit IRC | 10:54 | |
*** rushiagr2 has quit IRC | 11:04 | |
*** rushiagr2 has joined #tripleo | 11:06 | |
*** rushiagr2 is now known as rushiagr | 11:07 | |
*** boris-42 has joined #tripleo | 11:09 | |
*** jprovazn has joined #tripleo | 11:11 | |
*** matsuhashi has joined #tripleo | 11:20 | |
*** matsuhashi has quit IRC | 11:23 | |
lifeless | derekh: please note the review comments on https://review.openstack.org/#/c/53635/ | 11:23 |
*** matsuhashi has joined #tripleo | 11:24 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: Add redhat mapping from tftpd-hpa to tftp-server https://review.openstack.org/53635 | 11:24 |
*** matsuhashi has quit IRC | 11:24 | |
derekh | lifeless: will do | 11:24 |
*** matsuhashi has joined #tripleo | 11:25 | |
openstackgerrit | Derek Higgins proposed a change to openstack/diskimage-builder: Remove mapping of atftpd to tftpd-server https://review.openstack.org/53823 | 11:28 |
*** matsuhashi has quit IRC | 11:29 | |
*** rushiagr2 has joined #tripleo | 11:35 | |
*** lucasagomes is now known as lucas-hungry | 11:36 | |
*** rushiagr2 has quit IRC | 11:36 | |
*** cd-undercloud has joined #tripleo | 11:36 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 11:36 |
*** cd-undercloud has quit IRC | 11:36 | |
*** rushiagr has quit IRC | 11:36 | |
*** rushiagr2 has joined #tripleo | 11:39 | |
*** rushiagr2 is now known as rushiagr | 11:43 | |
*** ehelms-afk is now known as ehelms | 11:46 | |
*** rushiagr2 has joined #tripleo | 11:48 | |
*** rushiagr has quit IRC | 11:49 | |
*** markmc has joined #tripleo | 11:50 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: Remove mapping of atftpd to tftpd-server https://review.openstack.org/53823 | 11:50 |
*** rushiagr2 has quit IRC | 11:58 | |
*** rushiagr2 has joined #tripleo | 12:02 | |
*** toci-bot has joined #tripleo | 12:02 | |
toci-bot | ERROR during toci run, see http://54.228.118.193/toci/toci_logs_Kf8BB0F/ | 12:02 |
*** toci-bot has quit IRC | 12:02 | |
*** blues-man has quit IRC | 12:12 | |
*** jdob has joined #tripleo | 12:22 | |
*** rdo_ is now known as rdo | 12:23 | |
*** rushiagr2 has quit IRC | 12:27 | |
*** cd-undercloud has joined #tripleo | 12:31 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 12:31 |
*** cd-undercloud has quit IRC | 12:31 | |
*** jayg|g0n3 is now known as jayg | 12:48 | |
*** athomas has quit IRC | 12:59 | |
*** lucas-hungry is now known as lucasagomes | 13:00 | |
jistr | martyntaylor: ping | 13:00 |
martyntaylor | jistr: ping | 13:01 |
jistr | martyntaylor: hi. i've been playing a bit with undercloud live, i wonder if you have a few mins to explain one thing to me? | 13:01 |
martyntaylor | jistr: sure | 13:01 |
jistr | martyntaylor: so https://github.com/agroup/undercloud-live/blob/slagle/package/README.md#runninginstalling-2-node | 13:02 |
jistr | i'm not sure what's the purpose of differentiating steps 8 and 9 | 13:02 |
martyntaylor | jistr: ah | 13:02 |
*** julim has joined #tripleo | 13:02 | |
martyntaylor | jistr: so step 8 is creating the VMs acting as baremetal nodes (simulating deploying on hardware) | 13:03 |
martyntaylor | jistr: It is creating them on th ehost ready for later | 13:03 |
martyntaylor | jistr: step 9 is the installation of the leaf and control vms | 13:03 |
martyntaylor | so you'll need to create vms youself then install the undercloud onto them | 13:04 |
jistr | martyntaylor: so in the end i will have 4 VMs? | 13:04 |
martyntaylor | jistr: yea | 13:04 |
martyntaylor | 2 for the undercloud (leaf and control) and 2 for the overcloud (compute and noncompute) | 13:04 |
martyntaylor | jistr: I'd reccommend using the templates found in undercloud-live/templates to generate the undercloud nodes | 13:05 |
martyntaylor | you'll likely have to update the paths to your disk img and the live iso | 13:05 |
martyntaylor | then run virsh create <path to tempalte> | 13:05 |
jistr | so the VMs created in step 8 are actually overcloud nodes... but they are inserted into undercloud control node's /etc/sysconfig/uncercloud-live-control as UNDERCLOUD_MACS ? | 13:06 |
*** athomas has joined #tripleo | 13:07 | |
*** anteaya has joined #tripleo | 13:09 | |
martyntaylor | jistr: yeah that is a little misleading | 13:09 |
jistr | martyntaylor: ok thanks. yeah that confused me a bit (i actually thought i was supposed to create just 2 VMs). But now i think i get how it's supposed to be. | 13:10 |
jistr | martyntaylor: thanks! | 13:10 |
*** john-n-seattle2 has joined #tripleo | 13:11 | |
*** matty_dubs|gone is now known as matty_dubs | 13:14 | |
martyntaylor | jistr: np let me know if you need any help getting that setup | 13:14 |
*** blues-man has joined #tripleo | 13:22 | |
*** morazi has joined #tripleo | 13:22 | |
*** cd-undercloud has joined #tripleo | 13:26 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 13:26 |
*** cd-undercloud has quit IRC | 13:26 | |
*** rushiagr2 has joined #tripleo | 13:26 | |
*** tzumainn has joined #tripleo | 13:26 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property https://review.openstack.org/53815 | 13:33 |
*** rushiagr2 has quit IRC | 13:36 | |
*** ogelbukh has quit IRC | 13:37 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property https://review.openstack.org/53815 | 13:38 |
dkehn | Ng: u around | 13:45 |
Ng | dkehn: hey | 13:45 |
*** ogelbukh has joined #tripleo | 13:46 | |
dkehn | Ng: hey, I'm looking into running with the Neutron ml2 plugin instead of the openvswitch in the devtest and I see | 13:46 |
dkehn | that the ./tripleo-image-elements/elements/neutron/os-config-applier/etc/neutron/neutron.conf core_plugin seems to be the only | 13:46 |
dkehn | reference to the plugin, does that sound correct? | 13:47 |
*** jeckersb_gone is now known as jeckersb | 13:47 | |
Ng | dkehn: hrm, I have no idea :) | 13:49 |
dkehn | Ng: whom would I ask that question? | 13:49 |
Ng | dkehn: SpamapS might know, but ultimately lifeless knows all :) | 13:51 |
*** spzala has joined #tripleo | 13:52 | |
dkehn | Ng: where in the whole devtest scheme do we setup varaible, or do we, like if I want to parameterize the core_plugin thing | 13:52 |
*** epim has joined #tripleo | 13:54 | |
Ng | dkehn: probably a good idea to have it be a $DIB_BLAH_BLAH and just have a default in the element, so it can be overridden by folk who want to | 13:55 |
*** che-arne has joined #tripleo | 13:57 | |
dkehn | Ng: agreed, so has winter started there yet | 13:57 |
Ng | dkehn: yep, it's getting colder | 13:58 |
dkehn | Ng: a couple of the ski resort have opened here, and its snowed a couple of times already | 13:58 |
dkehn | Ng: does any one person own the devtest.sh thing, or is that a lifeless own domain? | 13:59 |
dkehn | Ng: HK will be a pleasant change | 13:59 |
Ng | dkehn: devtest.sh is all of us :) | 14:00 |
*** rushiagr2 has joined #tripleo | 14:09 | |
*** jdob has quit IRC | 14:10 | |
*** cody-somerville has joined #tripleo | 14:10 | |
*** jdob has joined #tripleo | 14:10 | |
*** john-n-seattle2 has quit IRC | 14:13 | |
*** rushiagr2 has quit IRC | 14:13 | |
*** bnemec is now known as beekneemech | 14:16 | |
*** rushiagr2 has joined #tripleo | 14:18 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Use a form field for subnetworks that has validation https://review.openstack.org/53556 | 14:18 |
*** rushiagr2 has quit IRC | 14:19 | |
*** cd-undercloud has joined #tripleo | 14:20 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 14:20 |
*** cd-undercloud has quit IRC | 14:20 | |
*** UtahDave has joined #tripleo | 14:23 | |
*** rushiagr2 has joined #tripleo | 14:23 | |
*** john-n-seattle2 has joined #tripleo | 14:27 | |
NobodyCam | morning tripleO | 14:28 |
*** lsmola has quit IRC | 14:30 | |
*** rushiagr3 has joined #tripleo | 14:30 | |
*** rushiagr3 is now known as rushiagr | 14:31 | |
*** rushiagr has quit IRC | 14:32 | |
*** rushiagr2 has quit IRC | 14:32 | |
*** jdob has quit IRC | 14:33 | |
*** jdob has joined #tripleo | 14:33 | |
*** epim has quit IRC | 14:34 | |
*** rushiagr has joined #tripleo | 14:35 | |
*** kiall has quit IRC | 14:35 | |
*** rushiagr has quit IRC | 14:36 | |
*** UtahDave has quit IRC | 14:36 | |
*** rushiagr has joined #tripleo | 14:40 | |
*** rushiagr2 has joined #tripleo | 14:54 | |
*** rushiagr2 has quit IRC | 14:54 | |
*** rushiagr has quit IRC | 14:54 | |
*** UtahDave has joined #tripleo | 14:57 | |
*** shakayumi has joined #tripleo | 14:58 | |
*** rushiagr2 has joined #tripleo | 14:58 | |
*** ifarkas has quit IRC | 14:59 | |
*** rushiagr3 has joined #tripleo | 15:03 | |
*** rushiagr3 has quit IRC | 15:03 | |
*** rushiagr2 has quit IRC | 15:03 | |
*** shakayum_ has joined #tripleo | 15:03 | |
*** rushiagr3 has joined #tripleo | 15:03 | |
*** shakayum_ has quit IRC | 15:04 | |
*** shakayumi has quit IRC | 15:04 | |
*** shakayumi has joined #tripleo | 15:05 | |
SpamapS | dkehn: os-apply-config/os-config-applier config files are pretty pushy about being written all the time, so if you update that template, you should get ml2 | 15:06 |
dkehn | SpamapS: will look at it - when you say template do you mean in the os-apply-config or the element | 15:08 |
*** UtahDave has left #tripleo | 15:09 | |
SpamapS | dkehn: the os-config-applier dir in the element is full of templates | 15:10 |
SpamapS | dkehn: and that is the file you were seeing a reference to the driver in. | 15:10 |
dkehn | ok | 15:10 |
SpamapS | so if you change that file, I would expect that change to be reflected | 15:10 |
*** cd-undercloud has joined #tripleo | 15:12 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 15:12 |
*** cd-undercloud has quit IRC | 15:12 | |
dkehn | pwd | 15:12 |
dkehn | sorry wrong window | 15:12 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Fix coding style https://review.openstack.org/53880 | 15:14 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property https://review.openstack.org/53815 | 15:14 |
*** jergerber has joined #tripleo | 15:14 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Remove DHCP_DRIVER option https://review.openstack.org/53641 | 15:17 |
openstackgerrit | A change was merged to openstack/os-collect-config: Updated from global requirements https://review.openstack.org/53618 | 15:21 |
*** kiall has joined #tripleo | 15:21 | |
*** rushiagr3 has quit IRC | 15:22 | |
dkehn | SpamapS: yes, that is what I was looking at (core_plugin in neutron.conf) wondering though is there a good way to make that configurable from with the devtest.sh or cmdline parameter | 15:23 |
SpamapS | dkehn: yes, {{neutron.core_plugin}} , then add a neutron: {core_plugin: {Ref: NeutronCorePlugin}} to the Heat templates (format it like the rest, I used a single line for IRC purposes ;) | 15:24 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property https://review.openstack.org/53815 | 15:24 |
SpamapS | dkehn: oh and add a parameter to the heat templates, NeutronCorePlugin | 15:24 |
SpamapS | dkehn: if this is something that will just change with the defaults eventually anyway, then another option is to just test using a patched element. Do we expect to need to configure this in the future? | 15:25 |
*** rushiagr3 has joined #tripleo | 15:25 | |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property https://review.openstack.org/53815 | 15:25 |
dkehn | SpamapS: the straight openvswitch is depreciated going forward where as the ml2 will be the new standard with openvswitch as the underlying default | 15:26 |
rdopieralski | rpodolyaka: excellent idea with that code from werkzeug, thanks! | 15:27 |
dkehn | Ng: SpamapS I would like to make the change in the neutron.conf and test without either getting over written with a new pull and without push that change back until its tested, how is that done | 15:28 |
*** spzala has quit IRC | 15:29 | |
*** rushiagr3 has quit IRC | 15:30 | |
SpamapS | wait so something that is _deprecated_ is also _the default_ ? | 15:32 |
SpamapS | dkehn: re how to test a patched version .. just test with it patched. If you think we'll need to flip that value at run time often, then parameterize it as described. | 15:34 |
dkehn | SpamapS: yes, openvswitch is supported in the I but going to j maybe not as the plugin | 15:35 |
dkehn | SpamapS: they have stated its depreciated, but thing have a way of hanging in there long past there prime, so to speak | 15:36 |
dkehn | SpamapS: at least where neutron is concerned | 15:36 |
SpamapS | dkehn: IMO something that is default _cannot_ be deprecated. | 15:37 |
SpamapS | "We're telling you to use this. And we're telling you not to use this." | 15:37 |
SpamapS | have they no confidence? :-P | 15:37 |
dkehn | SpamapS: ok, a clarification point, ml2 with the plugin, because of new arch, but there will still be ovs between the links | 15:37 |
dkehn | so you will be able to mix the agents between links | 15:38 |
*** rdopieralski has quit IRC | 15:41 | |
*** shakayumi has quit IRC | 15:41 | |
*** viktors has left #tripleo | 15:41 | |
SpamapS | dkehn: I really don't understand what you mean, but I'll take your word that it isn't so bad. :) Are you sufficiently unblocked? | 15:41 |
dkehn | SpamapS: I think so once I try it I'll scream if not | 15:44 |
*** jprovazn has quit IRC | 15:44 | |
*** boris-42 has quit IRC | 15:52 | |
*** boris-42 has joined #tripleo | 15:52 | |
openstackgerrit | Tomas Sedovic proposed a change to openstack/tripleo-image-elements: Add Fedora support for Apache 2 https://review.openstack.org/53894 | 15:53 |
openstackgerrit | Tomas Sedovic proposed a change to openstack/tripleo-image-elements: Reload Apache config in one place https://review.openstack.org/53895 | 15:53 |
openstackgerrit | Tomas Sedovic proposed a change to openstack/tripleo-image-elements: Add Horizon element https://review.openstack.org/50918 | 15:53 |
*** spzala has joined #tripleo | 15:54 | |
*** jcoufal has joined #tripleo | 16:00 | |
*** akuznetsov has quit IRC | 16:02 | |
*** cd-undercloud has joined #tripleo | 16:03 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 16:03 |
*** cd-undercloud has quit IRC | 16:03 | |
*** martyntaylor has left #tripleo | 16:04 | |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-image-elements: Switch seed vm to Neutron native pxe https://review.openstack.org/53901 | 16:06 |
openstackgerrit | Derek Higgins proposed a change to openstack/tripleo-incubator: Switch seed vm to Neutron native pxe https://review.openstack.org/53902 | 16:07 |
rpodolyaka | rdopieralski: np :) Armin's code is usually of very high quality | 16:07 |
derekh | Can I get some eyes to look over https://review.openstack.org/#/c/53398/ https://review.openstack.org/#/c/53901/ https://review.openstack.org/#/c/53902/ | 16:09 |
derekh | which together should see devtest/Fedora finally working again | 16:10 |
SpamapS | derekh: will do reviews shortly | 16:11 |
derekh | SpamapS: cool, thanks | 16:11 |
*** jistr has quit IRC | 16:16 | |
*** martyntaylor has joined #tripleo | 16:17 | |
devananda | jog0: ping | 16:21 |
*** hewbrocca has quit IRC | 16:30 | |
*** epim has joined #tripleo | 16:31 | |
*** blues-man has quit IRC | 16:35 | |
*** matty_dubs is now known as matty_dubs|lunch | 16:35 | |
*** martyntaylor has quit IRC | 16:37 | |
*** boris-42 has quit IRC | 16:38 | |
openstackgerrit | Clint Byrum proposed a change to openstack/os-collect-config: Reduce default polling interval to 30 seconds https://review.openstack.org/53907 | 16:42 |
cody-somerville | SpamapS: haha, thanks Bryan! :P | 16:43 |
SpamapS | cody-somerville: anytime Somer. | 16:44 |
*** athomas has quit IRC | 16:44 | |
*** epim_ has joined #tripleo | 16:45 | |
*** epim has quit IRC | 16:46 | |
*** epim_ is now known as epim | 16:46 | |
*** jergerber has quit IRC | 16:50 | |
*** jergerber has joined #tripleo | 16:51 | |
SpamapS | Last night I learned about the existence of "Stud" for SSL/TLS termination. | 16:55 |
SpamapS | https://github.com/bumptech/stud | 16:55 |
*** cd-undercloud has joined #tripleo | 16:58 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 16:58 |
*** cd-undercloud has quit IRC | 16:58 | |
*** derekh has quit IRC | 16:59 | |
*** akuznetsov has joined #tripleo | 17:01 | |
*** jcoufal has quit IRC | 17:07 | |
*** akuznetsov has quit IRC | 17:08 | |
*** akuznetsov has joined #tripleo | 17:09 | |
*** matty_dubs|lunch is now known as matty_dubs | 17:11 | |
*** akuznetsov has quit IRC | 17:15 | |
*** akuznetsov has joined #tripleo | 17:17 | |
*** pblaho has quit IRC | 17:21 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add Fedora support for Apache 2 https://review.openstack.org/53894 | 17:24 |
dkehn | SpamapS: So how does one prevent the pull-tools from over writting the modified tripleo-image-elements-sav/elements/neutron/os-config-applier/etc/neutron/neutron.conf | 17:24 |
SpamapS | dkehn: commit it | 17:26 |
dkehn | k | 17:26 |
SpamapS | then pull-tools will figure you diverged for a reason and leave it.. IIRC | 17:26 |
SpamapS | (IIRC it just does a pull --ff-only and if that fails it just complains to you and moves on) | 17:27 |
*** jtomasek has quit IRC | 17:27 | |
*** CaptTofu has joined #tripleo | 17:32 | |
*** lsmola has joined #tripleo | 17:33 | |
*** epim has quit IRC | 17:36 | |
*** markmc has quit IRC | 17:42 | |
*** CaptTofu has quit IRC | 17:44 | |
*** lucasagomes has quit IRC | 17:45 | |
*** rushiagr has joined #tripleo | 17:50 | |
*** cd-undercloud has joined #tripleo | 17:52 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 17:52 |
*** cd-undercloud has quit IRC | 17:52 | |
*** shakayumi has joined #tripleo | 18:02 | |
*** spzala has quit IRC | 18:06 | |
lifeless | o/ | 18:09 |
lifeless | dkehn: there's neutron, and there's also matching driver stuff in nova.conf, AIUI | 18:10 |
dkehn | k | 18:10 |
*** rushiagr has quit IRC | 18:21 | |
SpamapS | lifeless: btw, spoke with CEPH guys at length. 1 node works. They use 2Gb bonded connections for their public ceph storage cluster, but dual 10Gb (1 for backend ceph replication and chatter, 1 for client access) for the CEPH cluster they use to back Dreamhost's compute cluster (which has no DAS other than a single boot disk). | 18:25 |
lifeless | SpamapS: k, cool. | 18:26 |
*** slagle has quit IRC | 18:27 | |
SpamapS | lifeless: they also do layer3 at ToR and use a preliminary haproxy on the ToR for their gateways, and ECMP to smooth out load balancer load. | 18:27 |
SpamapS | lifeless: oh and they use "Stud" for SSL/TLS termination so they can run it separate from haproxy. | 18:28 |
* SpamapS is just brain dumping.. was a really interesting onversation. | 18:28 | |
*** slagle has joined #tripleo | 18:29 | |
*** cd-undercloud has joined #tripleo | 18:40 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 18:40 |
*** cd-undercloud has quit IRC | 18:40 | |
lifeless | SpamapS: cool | 18:42 |
lifeless | SpamapS: btw https://github.com/rbtcollins/crcache is now a thing | 18:42 |
SpamapS | oh neat! | 18:43 |
*** epim has joined #tripleo | 18:44 | |
*** rushiagr has joined #tripleo | 18:48 | |
*** rpodolyaka1 has joined #tripleo | 18:49 | |
lifeless | SpamapS: I've no idea if it will have legs | 18:54 |
*** epim has quit IRC | 19:04 | |
*** vipul is now known as vipul-away | 19:08 | |
*** epim has joined #tripleo | 19:10 | |
*** epim_ has joined #tripleo | 19:11 | |
*** epim_ has quit IRC | 19:12 | |
*** vipul-away is now known as vipul | 19:14 | |
*** epim_ has joined #tripleo | 19:14 | |
*** epim has quit IRC | 19:14 | |
*** epim_ is now known as epim | 19:14 | |
*** slagle has quit IRC | 19:19 | |
*** cd-undercloud has joined #tripleo | 19:33 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 19:33 |
*** cd-undercloud has quit IRC | 19:33 | |
*** marun has quit IRC | 19:36 | |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-image-elements: Add Ironic elements https://review.openstack.org/44500 | 19:44 |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-image-elements: Add Ironic elements https://review.openstack.org/44500 | 19:48 |
ccrouch | https://crcache.readthedocs.org/en/latest :-( | 19:52 |
*** rushiagr has quit IRC | 19:54 | |
lifeless | ccrouch: sorry yeah | 19:57 |
lifeless | ccrouch: see e.g. https://github.com/rbtcollins/crcache/blob/master/docs/DESIGN.rst | 19:57 |
lifeless | ccrouch: will fixup the docs when I get a timeslice; I have la babe right now | 19:57 |
ccrouch | np | 20:03 |
lifeless | ccrouch: http://crcache.readthedocs.org/en/latest/ | 20:11 |
ccrouch | thanks | 20:15 |
*** akuznetsov has quit IRC | 20:20 | |
*** cd-undercloud has joined #tripleo | 20:26 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 20:26 |
*** cd-undercloud has quit IRC | 20:26 | |
lifeless | look, another cloud! ;) | 20:26 |
rpodolyaka1 | 1 cloud per hour :) | 20:28 |
*** epim has quit IRC | 20:30 | |
*** epim has joined #tripleo | 20:35 | |
*** jdob has quit IRC | 20:37 | |
*** shakayumi has quit IRC | 20:39 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Reload Apache config in one place https://review.openstack.org/53895 | 20:49 |
*** CaptTofu has joined #tripleo | 20:56 | |
*** julim has quit IRC | 21:06 | |
*** rpodolyaka1 has quit IRC | 21:13 | |
*** cd-undercloud has joined #tripleo | 21:21 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 21:21 |
*** cd-undercloud has quit IRC | 21:21 | |
*** ehelms is now known as ehelms-afk | 21:33 | |
*** ruhe has joined #tripleo | 21:48 | |
*** michchap has quit IRC | 21:51 | |
openstackgerrit | Chris Krelle proposed a change to openstack/tripleo-image-elements: Add Ironic elements https://review.openstack.org/44500 | 21:51 |
*** michchap has joined #tripleo | 21:53 | |
*** lsmola has quit IRC | 21:57 | |
*** ruhe has quit IRC | 21:59 | |
*** akuznetsov has joined #tripleo | 22:13 | |
*** cd-undercloud has joined #tripleo | 22:15 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 22:15 |
*** cd-undercloud has quit IRC | 22:15 | |
*** epim has quit IRC | 22:16 | |
*** akuznetsov has quit IRC | 22:17 | |
*** jeckersb is now known as jeckersb_gone | 22:25 | |
*** shakayumi has joined #tripleo | 22:43 | |
*** jergerber has quit IRC | 22:51 | |
*** matty_dubs is now known as matty_dubs|hk | 22:55 | |
*** tzumainn has quit IRC | 23:04 | |
*** cd-undercloud has joined #tripleo | 23:06 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 23:06 |
*** cd-undercloud has quit IRC | 23:06 | |
openstackgerrit | Elizabeth Krumbach Joseph proposed a change to openstack/tripleo-incubator: Adjust setup-network to support numbered brbms. https://review.openstack.org/53970 | 23:07 |
*** epim has joined #tripleo | 23:14 | |
openstackgerrit | Elizabeth Krumbach Joseph proposed a change to openstack/tripleo-incubator: Adjust setup-network to support numbered brbms. https://review.openstack.org/53970 | 23:22 |
*** tzumainn has joined #tripleo | 23:31 | |
*** michchap has quit IRC | 23:43 | |
*** michchap has joined #tripleo | 23:43 | |
*** epim has quit IRC | 23:51 | |
*** epim has joined #tripleo | 23:52 | |
*** cd-undercloud has joined #tripleo | 23:58 | |
cd-undercloud | ************** overcloud complete status=0 ************ | 23:58 |
*** cd-undercloud has quit IRC | 23:58 | |
*** sdake_ has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!