Friday, 2013-10-25

SpamapSlifeless: I hope to take a stab at the /mnt handling card tomorrow00:13
SpamapSI mean unless somebody else finishes it before I can start it :)00:15
lifelessSpamapS: problem statement tweaked00:24
lifelessSpamapS: what do you think ?00:24
*** cd-undercloud has joined #tripleo00:37
cd-undercloud************** overcloud complete status=0 ************00:37
*** cd-undercloud has quit IRC00:37
lifelessbreaking for lunch00:38
lifelesshalf way through another edit, sorry00:39
*** nosnos has joined #tripleo00:49
pleia2lifeless: could use a quick g+ chat once you're back from lunch00:56
openstackgerritElizabeth Krumbach Joseph proposed a change to openstack-infra/tripleo-ci: Fix up some spelling errors in README  https://review.openstack.org/5376401:05
lifelesspleia2: ok01:06
pleia2lifeless: now?01:07
lifelesscalling you01:07
*** jayg is now known as jayg|g0n301:07
*** krotscheck has quit IRC01:31
*** cd-undercloud has joined #tripleo01:35
cd-undercloud************** overcloud complete status=0 ************01:35
*** cd-undercloud has quit IRC01:35
*** krotscheck has joined #tripleo01:45
*** krotscheck has quit IRC01:45
*** anteaya has quit IRC02:23
*** cd-undercloud has joined #tripleo02:28
cd-undercloud************** overcloud complete status=0 ************02:28
*** cd-undercloud has quit IRC02:28
*** tserong has joined #tripleo02:42
*** morazi has quit IRC02:50
lifelessSpamapS: still going :)03:03
lifelessSpamapS: key thing is you had a lot of problem + competitive analysis + solution all together03:03
lifelessSpamapS: rather than three separate sections03:04
*** CaptTofu has joined #tripleo03:22
*** cd-undercloud has joined #tripleo03:24
cd-undercloud************** overcloud complete status=0 ************03:24
*** cd-undercloud has quit IRC03:24
*** rpodolyaka1 has joined #tripleo03:24
rpodolyaka1morning tripleo03:25
*** CaptTofu has quit IRC03:27
*** jeckersb is now known as jeckersb_gone03:39
lifelessrpodolyaka1: o/04:14
rpodolyaka1lifeless: 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 fix04:19
*** cd-undercloud has joined #tripleo04:20
cd-undercloud************** overcloud complete status=0 ************04:20
*** cd-undercloud has quit IRC04:20
lifelessrpodolyaka1: :)04:21
rpodolyaka1lifeless: I wonder if tripleo-cd cloud configures the br-ex correctly04:21
lifelessrpodolyaka1: totally does04:21
lifelessrpodolyaka1: otherwise it would not work :>04:21
rpodolyaka1but parsing is definitely  broken for me :)04:22
rpodolyaka1as it doesn't split on new lines04:22
rpodolyaka1and tries to feed ip all the routes together as one big string04:23
lifelessping 138.35.77.132 :)04:23
rpodolyaka1:)04:23
lifelessthats a floating ip for the new instance04:23
lifelessrpodolyaka1: you testing with ubuntu or Fedora?04:23
rpodolyaka1ubuntu04:23
lifelessiiiinteresting04:23
rpodolyaka1we have IFS set to something like ^M04:24
lifelessrpodolyaka1: to gather debug info04:24
rpodolyaka1and I believe it should be something like IFS=$'\n'04:24
*** MarkAtwood has joined #tripleo04:24
lifelessrpodolyaka1: od can tell you the exact bytes in something04:25
lifelessrpodolyaka1: echo "$ROUTES" | od04:25
lifelessfor instance04:25
* rpodolyaka1 learns something new every day :)04:25
lifelesse.g. od -c -x04:26
lifelesswill get you both the ascii and hex04:26
lifeless0000040   x      \n   1   0   .   1   0   .   1   6   .   1   2   8   /04:27
lifeless           2078    310a    2e30    3031    312e    2e36    3231    2f3804:27
lifelessso \n is the separator in use04:27
lifelessbbs, shopping run04:27
*** tzumainn has joined #tripleo04:29
*** MarkAtwood has left #tripleo04:29
*** CaptTofu has joined #tripleo05:01
*** akuznetsov has joined #tripleo05:07
*** CaptTofu has quit IRC05:15
*** CaptTofu has joined #tripleo05:16
*** cd-undercloud has joined #tripleo05:16
cd-undercloud************** overcloud complete status=0 ************05:16
*** cd-undercloud has quit IRC05:16
*** tzumainn has quit IRC05:17
*** CaptTofu has quit IRC05:20
lifelessSpamapS: gnaaaar too many words05:46
*** MarkAtwood has joined #tripleo06:05
*** matsuhashi has joined #tripleo06:07
*** cd-undercloud has joined #tripleo06:10
cd-undercloud************** overcloud complete status=0 ************06:10
*** cd-undercloud has quit IRC06:10
*** pblaho has joined #tripleo06:12
rpodolyaka1lifeless: 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
rpodolyaka1lifeless: it seems that we restore the original value of IFS to early. it must be put after the loop, I think06:18
lifelessrpodolyaka1: I'm not sure whats up06:18
lifelessbut thats not it06:19
lifelesstry06:19
lifelessIFS="^M"06:19
rpodolyaka1lifeless: http://paste.openstack.org/show/49639/ and http://paste.openstack.org/show/49640/06:19
rpodolyaka1lifeless: give me a sec06:19
lifelessso if thats the case, then we need to store/restore it around the middle of the loop06:20
lifelesswhich would be nuts06:20
rpodolyaka1lifeless:  IFS="^M" doesn't work :(06:21
lifelessrpodolyaka1: interest06:21
lifelessrpodolyaka1: ok, so try putting IFS back to ^M before the done06:21
lifelessrpodolyaka1: by ^M I mean the literal \r of course, not shift-6 capital-M06:21
rpodolyaka1lifeless: but this does work http://paste.openstack.org/show/49641/ I have no idea why :)06:22
* rpodolyaka1 trying06:22
rpodolyaka1lifeless: putting IFS to \r before the done doesn't help :(06:24
lifelessrpodolyaka1: wow paste.o.o is slow for me06:27
lifelessmmm, maybe proxy slowness06:27
lifeless12 seconds06:28
lifelessnope, direct06:28
lifeless1382682516.918  15797 127.0.0.1 TCP_MISS/200 2638 GET http://paste.openstack.org/show/49640/ - DIRECT/198.101.242.244 text/html06:28
rpodolyaka1it's slow for me too, but not nearly that slow :)06:29
lifelessok, so it works for me06:31
lifelessROUTES=$(ip route show | grep via || true)06:31
lifelessORIG_IFS=$IFS06:31
lifelessIFS=^M06:31
lifelessfor ROUTE in $ROUTES; do06:31
lifeless    echo $ROUTE;06:31
lifelessdone06:31
lifelessIFS=$ORIG_IFS06:31
lifelessbah, thats your tweaked06:31
lifelessok, this is super interesting06:32
lifelessI can reproduce the issue when I run your layour06:32
*** akuznetsov has quit IRC06:32
lifelesshttp://paste.openstack.org/show/49651/06:33
*** akuznetsov has joined #tripleo06:34
* rpodolyaka1 confused06:34
lifelessrpodolyaka1: oh06:35
lifelessrpodolyaka1: btw your test has a bug06:35
lifelesschange the echo to this06:35
rpodolyaka1?06:35
lifeless    echo A $ROUTE B;06:35
lifelessyou may find some surprising results06:35
*** MarkAtwood has quit IRC06:35
rpodolyaka1what the hell is going on?:)06:36
lifelessso echo $ROUTE06:36
lifelessif $ROUTE has embedded newlines06:36
lifelesswill look like it's multiple echoes06:36
lifelessthats what you need the A $ROUTE B for06:36
rpodolyaka1aha06:36
lifelessbecause expansion occurs everwhere06:37
lifelessyou can see this06:37
lifelessfor ROUTE in $ROUTES; do06:37
lifeless    IFS=$ORIG_IFS06:37
lifeless    echo A $ROUTE B;06:37
lifelessdone06:37
lifelessactually also echoes one thing06:37
lifelessbut because we've reset IFS06:37
lifelessthe newlines are being eaten06:37
lifelessfor ROUTE in $ROUTES; do06:37
lifeless    IFS=$ORIG_IFS06:37
lifeless    echo A "$ROUTE" B;06:37
lifelessdone06:37
lifelesswill suppress expansion06:37
lifelessand you'll see that basically ROUTES isn't being expanded properly at all06:38
rpodolyaka1yep06:38
rpodolyaka1IFS=$'\n' instead of IFS=^M seems to do the trick06:38
lifelessyeah06:38
lifelessthat is canonical form I think06:38
rpodolyaka1ROUTES=$(sudo ip ro show dev tun0 | grep via)06:39
rpodolyaka1ORIG_IFS=$IFS06:39
rpodolyaka1IFS=$'\n'06:39
rpodolyaka1for ROUTE in $ROUTES; do06:39
rpodolyaka1    IFS=$ORIG_IFS06:39
rpodolyaka1    echo A $ROUTE B;06:39
rpodolyaka1done06:39
rpodolyaka1malor@freedom:~$ bash test.sh06:39
rpodolyaka1A 172.16.0.0/12 via 172.18.217.1 B06:39
rpodolyaka1A 192.168.4.0/24 via 172.18.217.1 B06:39
rpodolyaka1A 192.168.11.0/24 via 172.18.217.1 B06:39
lifelesswhen 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
lifelessthat change looks good to me06:39
rpodolyaka1which one, the one with read line or the one with $'\n'? :)06:40
lifeless$'\n'06:40
rpodolyaka1that's good06:40
rpodolyaka1because I06:40
rpodolyaka1I've got a working overcloud with this one :)06:40
lifeless]o/06:40
rpodolyaka1let me upload a new patch set06:41
*** MarkAtwood has joined #tripleo06:43
*** MarkAtwood has quit IRC06:43
openstackgerritRoman Podoliaka proposed a change to openstack/tripleo-image-elements: Fix processing of routes in init-neutron-ovs  https://review.openstack.org/5364006:44
lifelessrpodolyaka1: one tiny tweak :)06:45
rpodolyaka1lifeless: np :)06:45
openstackgerritRoman Podoliaka proposed a change to openstack/tripleo-image-elements: Fix processing of routes in init-neutron-ovs  https://review.openstack.org/5364006:46
lifeless+2'd :)06:47
lifelessthank you for tracking this down06:47
GheRiveromorning all06:47
rpodolyaka1lifeless: thanks :)06:47
*** michchap has quit IRC06:51
*** michchap has joined #tripleo06:52
*** jtomasek has joined #tripleo06:56
*** athomas has joined #tripleo07:01
*** rpodolyaka1 has quit IRC07:03
*** cd-undercloud has joined #tripleo07:03
cd-undercloud************** overcloud complete status=0 ************07:03
*** cd-undercloud has quit IRC07:03
*** lsmola has joined #tripleo07:08
openstackgerritA change was merged to openstack/tripleo-image-elements: Fix processing of routes in init-neutron-ovs  https://review.openstack.org/5364007:08
*** rdopieralski has joined #tripleo07:09
openstackgerritA change was merged to openstack-infra/tripleo-ci: Fix up some spelling errors in README  https://review.openstack.org/5376407:10
*** ifarkas_ has joined #tripleo07:12
*** jprovazn has joined #tripleo07:12
*** athomas has quit IRC07:13
*** athomas has joined #tripleo07:15
*** matsuhashi has quit IRC07:18
*** matsuhashi has joined #tripleo07:18
*** rushiagr has joined #tripleo07:19
*** rushiagr has quit IRC07:24
*** rushiagr has joined #tripleo07:28
*** akuznetsov has quit IRC07:29
*** akuznetsov has joined #tripleo07:33
*** rushiagr has quit IRC07:33
*** rushiagr has joined #tripleo07:36
*** akuznetsov has quit IRC07:38
*** MarkAtwood has joined #tripleo07:44
*** MarkAtwood has quit IRC07:48
*** MarkAtwood has joined #tripleo07:49
*** rushiagr has quit IRC07:50
*** jistr has joined #tripleo07:50
*** ifarkas_ has quit IRC07:50
*** ifarkas has joined #tripleo07:54
*** ifarkas has quit IRC07:54
*** cd-undercloud has joined #tripleo07:56
cd-undercloud************** overcloud complete status=0 ************07:56
*** cd-undercloud has quit IRC07:56
*** ifarkas has joined #tripleo07:57
*** MarkAtwood has quit IRC07:57
*** MarkAtwood has joined #tripleo07:57
Ngmorning07:58
GheRiveromorning Ng07:59
*** ifarkas has quit IRC08:01
*** MarkAtwood has left #tripleo08:02
Nglifeless: I am deeply ashamed that I misspelt approachable, doubly so in a pedantic review :<08:02
*** toci-bot has joined #tripleo08:03
toci-botERROR during toci run, see http://54.228.118.193/toci/toci_logs_k0eAnwk/08:03
*** toci-bot has quit IRC08:03
Ngalso 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 before08:03
openstackgerritDerek Higgins proposed a change to openstack/diskimage-builder: Remove dependency on dracut-network  https://review.openstack.org/5379708:04
openstackgerritA change was merged to openstack/tripleo-incubator: Update cmsj cd-admin email address.  https://review.openstack.org/5358508:05
*** derekh has joined #tripleo08:05
openstackgerritDerek Higgins proposed a change to openstack/tripleo-incubator: Add dracut-network to fedora undercloud nodes  https://review.openstack.org/5380008:09
lifelessNg: I found it rather amusing:)08:10
Ng:P08:10
*** rushiagr has joined #tripleo08:12
derekhlifeless: 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-routes08:12
derekhtesting tftp change on ubuntu now08:12
lifelessderekh: cool08:13
lifelessderekh: I'm on the last day of this paper marathon08:13
lifelessderekh: then I can be productive again, for 4 days.08:13
lifelessderekh: then HK08:13
lifelessoh, I need to write a presentation in there for dib + heat.08:13
lifelessand stuff.08:14
NgI think I just picked up writing a talk abstract for FLOSS UK in March08:14
lifeless\o/08:14
NgI'm thinking a general overview of TripleO rather than too much detail, since it's not a cloud-specific event08:14
lifelessderekh: 'wast' ?08:15
derekhd'uh08:15
lifelessderekh: I'm not clear why it's required for undercloud nodes?08:15
lifelessderekh: is it because we haven't migrated the seed to neutron-dhcp-agent yet?08:16
lifelessderekh: if so, that suggests an answer itself08:16
openstackgerritDerek Higgins proposed a change to openstack/diskimage-builder: Remove dependency on dracut-network  https://review.openstack.org/5379708:16
derekhundercloud node didn't work without it,08:17
derekhhmm, I guess your right08:17
derekhI can take a look at that (seed node), want to do another iteration on tempest first though to try and get it closer to done08:19
lifelesscool08:19
Nglifeless: 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
lifelessi do08:22
Ngexcellent :)08:23
lifelessmordred did the most recent talk, so he can mail it to you (and cc me so I have an updated copy)08:23
Ngta08:23
*** akuznetsov has joined #tripleo08:26
*** viktors has joined #tripleo08:27
openstackgerritA change was merged to openstack/diskimage-builder: Remove dependency on dracut-network  https://review.openstack.org/5379708:28
openstackgerritA change was merged to openstack/tripleo-incubator: Completes the registration of the cinder volume storage endpoint.  https://review.openstack.org/5347008:32
*** ifarkas has joined #tripleo08:34
*** lucasagomes has joined #tripleo08:34
*** ifarkas has quit IRC08:37
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Use BaremetalNodes in the rack's nodes formset table  https://review.openstack.org/5354208:39
*** ifarkas has joined #tripleo08:41
*** matsuhashi has quit IRC08:46
*** matsuhashi has joined #tripleo08:46
lsmolalifeless, hello, seems like I don't have rights for os-collect-config repo. I should have, right?08:49
*** cd-undercloud has joined #tripleo08:51
cd-undercloud************** overcloud complete status=0 ************08:51
*** cd-undercloud has quit IRC08:51
*** martyntaylor has joined #tripleo08:54
*** ifarkas has quit IRC08:59
*** ifarkas has joined #tripleo09:02
*** martyntaylor has quit IRC09:07
*** pblaho has quit IRC09:20
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property  https://review.openstack.org/5381509:21
*** matsuhashi has quit IRC09:34
*** matsuhashi has joined #tripleo09:34
*** blues-man has joined #tripleo09:37
*** ifarkas has quit IRC09:38
*** matsuhashi has quit IRC09:39
*** pblaho has joined #tripleo09:40
*** martyntaylor has joined #tripleo09:40
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property  https://review.openstack.org/5381509:41
*** ifarkas has joined #tripleo09:42
openstackgerritA change was merged to openstack/tuskar-ui: Use BaremetalNodes in the rack's nodes formset table  https://review.openstack.org/5354209:42
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Use a form field for subnetworks that has validation  https://review.openstack.org/5355609:45
*** boris-42 has quit IRC09:45
*** cd-undercloud has joined #tripleo09:47
cd-undercloud************** overcloud complete status=0 ************09:47
*** cd-undercloud has quit IRC09:47
*** toci-bot has joined #tripleo10:01
toci-botERROR during toci run, see http://54.228.118.193/toci/toci_logs_6Y4cRvc/10:01
*** toci-bot has quit IRC10:01
lifelesslsmola: to review?10:03
lsmolalifeless, yes10:05
shadowerlifeless: one q regarding your second comment here: https://review.openstack.org/#/c/50918/3/elements/horizon/os-refresh-config/post-configure.d/100-horizon10:06
shadowerlifeless: it needs to be something like: PATH=/opt/stack/venvs/horizon/bin/:$PATH /opt/stack/venvs/horizon/bin/python /opt/stack/horizon/manage.py compress10:06
shadowerlifeless: I have to add the path because the compress command shells out to lesscpy in the virtualenv's bin10:07
shadowerlifeless: so that works but I'm not sure it's cleaner than just activating the virtualenv10:07
*** pblaho has quit IRC10:07
lifelessshadower: yeah activating is fine10:16
lifelessshadower: was just oferring a possible optimisation10:16
lifelesslsmola: fixed10:18
lifelesslsmola: it had a manual group rather than tripleo-core; I've put tripleo-core in that group and emptied it of individual members10:18
lsmolalifeless, cool, thank you10:18
lsmolalifeless, ok10:19
shadowerlifeless: yea thx, without the shell out, it'd be shorter10:20
openstackgerritDerek Higgins proposed a change to openstack/diskimage-builder: Increase the size heuristic for images  https://review.openstack.org/5381810:25
*** matsuhashi has joined #tripleo10:27
*** nosnos has quit IRC10:31
*** pblaho has joined #tripleo10:37
*** jprovazn has quit IRC10:39
openstackgerritDerek Higgins proposed a change to openstack/tripleo-image-elements: Add tftp support for Fedora  https://review.openstack.org/5339810:40
*** cd-undercloud has joined #tripleo10:41
cd-undercloud************** overcloud complete status=0 ************10:41
*** cd-undercloud has quit IRC10:41
*** rushiagr has quit IRC10:46
*** matsuhashi has quit IRC10:46
*** matsuhashi has joined #tripleo10:47
*** rushiagr has joined #tripleo10:49
*** matsuhashi has quit IRC10:51
*** rushiagr2 has joined #tripleo10:53
*** rushiagr has quit IRC10:54
*** rushiagr2 has quit IRC11:04
*** rushiagr2 has joined #tripleo11:06
*** rushiagr2 is now known as rushiagr11:07
*** boris-42 has joined #tripleo11:09
*** jprovazn has joined #tripleo11:11
*** matsuhashi has joined #tripleo11:20
*** matsuhashi has quit IRC11:23
lifelessderekh: please note the review comments on https://review.openstack.org/#/c/53635/11:23
*** matsuhashi has joined #tripleo11:24
openstackgerritA change was merged to openstack/diskimage-builder: Add redhat mapping from tftpd-hpa to tftp-server  https://review.openstack.org/5363511:24
*** matsuhashi has quit IRC11:24
derekhlifeless: will do11:24
*** matsuhashi has joined #tripleo11:25
openstackgerritDerek Higgins proposed a change to openstack/diskimage-builder: Remove mapping of atftpd to tftpd-server  https://review.openstack.org/5382311:28
*** matsuhashi has quit IRC11:29
*** rushiagr2 has joined #tripleo11:35
*** lucasagomes is now known as lucas-hungry11:36
*** rushiagr2 has quit IRC11:36
*** cd-undercloud has joined #tripleo11:36
cd-undercloud************** overcloud complete status=0 ************11:36
*** cd-undercloud has quit IRC11:36
*** rushiagr has quit IRC11:36
*** rushiagr2 has joined #tripleo11:39
*** rushiagr2 is now known as rushiagr11:43
*** ehelms-afk is now known as ehelms11:46
*** rushiagr2 has joined #tripleo11:48
*** rushiagr has quit IRC11:49
*** markmc has joined #tripleo11:50
openstackgerritA change was merged to openstack/diskimage-builder: Remove mapping of atftpd to tftpd-server  https://review.openstack.org/5382311:50
*** rushiagr2 has quit IRC11:58
*** rushiagr2 has joined #tripleo12:02
*** toci-bot has joined #tripleo12:02
toci-botERROR during toci run, see http://54.228.118.193/toci/toci_logs_Kf8BB0F/12:02
*** toci-bot has quit IRC12:02
*** blues-man has quit IRC12:12
*** jdob has joined #tripleo12:22
*** rdo_ is now known as rdo12:23
*** rushiagr2 has quit IRC12:27
*** cd-undercloud has joined #tripleo12:31
cd-undercloud************** overcloud complete status=0 ************12:31
*** cd-undercloud has quit IRC12:31
*** jayg|g0n3 is now known as jayg12:48
*** athomas has quit IRC12:59
*** lucas-hungry is now known as lucasagomes13:00
jistrmartyntaylor: ping13:00
martyntaylorjistr: ping13:01
jistrmartyntaylor: 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
martyntaylorjistr: sure13:01
jistrmartyntaylor: so https://github.com/agroup/undercloud-live/blob/slagle/package/README.md#runninginstalling-2-node13:02
jistri'm not sure what's the purpose of differentiating steps 8 and 913:02
martyntaylorjistr: ah13:02
*** julim has joined #tripleo13:02
martyntaylorjistr: so step 8 is creating the VMs acting as baremetal nodes (simulating deploying on hardware)13:03
martyntaylorjistr: It is creating them on th ehost ready for later13:03
martyntaylorjistr: step 9 is the installation of the leaf and control vms13:03
martyntaylorso you'll need to create vms youself then install the undercloud onto them13:04
jistrmartyntaylor: so in the end i will have 4 VMs?13:04
martyntaylorjistr: yea13:04
martyntaylor2 for the undercloud (leaf and control) and 2 for the overcloud (compute and noncompute)13:04
martyntaylorjistr: I'd reccommend using the templates found in undercloud-live/templates to generate the undercloud nodes13:05
martyntayloryou'll likely have to update the paths to your disk img and the live iso13:05
martyntaylorthen run virsh create <path to tempalte>13:05
jistrso 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 #tripleo13:07
*** anteaya has joined #tripleo13:09
martyntaylorjistr: yeah that is a little misleading13:09
jistrmartyntaylor: 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
jistrmartyntaylor: thanks!13:10
*** john-n-seattle2 has joined #tripleo13:11
*** matty_dubs|gone is now known as matty_dubs13:14
martyntaylorjistr: np let me know if you need any help getting that setup13:14
*** blues-man has joined #tripleo13:22
*** morazi has joined #tripleo13:22
*** cd-undercloud has joined #tripleo13:26
cd-undercloud************** overcloud complete status=0 ************13:26
*** cd-undercloud has quit IRC13:26
*** rushiagr2 has joined #tripleo13:26
*** tzumainn has joined #tripleo13:26
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property  https://review.openstack.org/5381513:33
*** rushiagr2 has quit IRC13:36
*** ogelbukh has quit IRC13:37
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property  https://review.openstack.org/5381513:38
dkehnNg: u around13:45
Ngdkehn: hey13:45
*** ogelbukh has joined #tripleo13:46
dkehnNg: hey, I'm looking into running with the Neutron ml2 plugin instead of the openvswitch in the devtest and I see13:46
dkehnthat the ./tripleo-image-elements/elements/neutron/os-config-applier/etc/neutron/neutron.conf core_plugin seems to be the only13:46
dkehnreference to the plugin, does that sound correct?13:47
*** jeckersb_gone is now known as jeckersb13:47
Ngdkehn: hrm, I have no idea :)13:49
dkehnNg: whom would I ask that question?13:49
Ngdkehn: SpamapS might know, but ultimately lifeless knows all :)13:51
*** spzala has joined #tripleo13:52
dkehnNg: where in the whole devtest scheme do we setup varaible, or do we, like if I want to parameterize the core_plugin thing13:52
*** epim has joined #tripleo13:54
Ngdkehn: 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 to13:55
*** che-arne has joined #tripleo13:57
dkehnNg: agreed, so has winter started there yet13:57
Ngdkehn: yep, it's getting colder13:58
dkehnNg: a couple of the ski resort have opened here, and its snowed a couple of times already13:58
dkehnNg: does any one person own the devtest.sh thing, or is that a lifeless own domain?13:59
dkehnNg: HK will be a pleasant change13:59
Ngdkehn: devtest.sh is all of us :)14:00
*** rushiagr2 has joined #tripleo14:09
*** jdob has quit IRC14:10
*** cody-somerville has joined #tripleo14:10
*** jdob has joined #tripleo14:10
*** john-n-seattle2 has quit IRC14:13
*** rushiagr2 has quit IRC14:13
*** bnemec is now known as beekneemech14:16
*** rushiagr2 has joined #tripleo14:18
openstackgerritA change was merged to openstack/tuskar-ui: Use a form field for subnetworks that has validation  https://review.openstack.org/5355614:18
*** rushiagr2 has quit IRC14:19
*** cd-undercloud has joined #tripleo14:20
cd-undercloud************** overcloud complete status=0 ************14:20
*** cd-undercloud has quit IRC14:20
*** UtahDave has joined #tripleo14:23
*** rushiagr2 has joined #tripleo14:23
*** john-n-seattle2 has joined #tripleo14:27
NobodyCammorning tripleO14:28
*** lsmola has quit IRC14:30
*** rushiagr3 has joined #tripleo14:30
*** rushiagr3 is now known as rushiagr14:31
*** rushiagr has quit IRC14:32
*** rushiagr2 has quit IRC14:32
*** jdob has quit IRC14:33
*** jdob has joined #tripleo14:33
*** epim has quit IRC14:34
*** rushiagr has joined #tripleo14:35
*** kiall has quit IRC14:35
*** rushiagr has quit IRC14:36
*** UtahDave has quit IRC14:36
*** rushiagr has joined #tripleo14:40
*** rushiagr2 has joined #tripleo14:54
*** rushiagr2 has quit IRC14:54
*** rushiagr has quit IRC14:54
*** UtahDave has joined #tripleo14:57
*** shakayumi has joined #tripleo14:58
*** rushiagr2 has joined #tripleo14:58
*** ifarkas has quit IRC14:59
*** rushiagr3 has joined #tripleo15:03
*** rushiagr3 has quit IRC15:03
*** rushiagr2 has quit IRC15:03
*** shakayum_ has joined #tripleo15:03
*** rushiagr3 has joined #tripleo15:03
*** shakayum_ has quit IRC15:04
*** shakayumi has quit IRC15:04
*** shakayumi has joined #tripleo15:05
SpamapSdkehn: 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 ml215:06
dkehnSpamapS: will look at it - when you say template do you mean in the os-apply-config or the element15:08
*** UtahDave has left #tripleo15:09
SpamapSdkehn: the os-config-applier dir in the element is full of templates15:10
SpamapSdkehn: and that is the file you were seeing a reference to the driver in.15:10
dkehnok15:10
SpamapSso if you change that file, I would expect that change to be reflected15:10
*** cd-undercloud has joined #tripleo15:12
cd-undercloud************** overcloud complete status=0 ************15:12
*** cd-undercloud has quit IRC15:12
dkehnpwd15:12
dkehnsorry wrong window15:12
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Fix coding style  https://review.openstack.org/5388015:14
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property  https://review.openstack.org/5381515:14
*** jergerber has joined #tripleo15:14
openstackgerritA change was merged to openstack/tripleo-incubator: Remove DHCP_DRIVER option  https://review.openstack.org/5364115:17
openstackgerritA change was merged to openstack/os-collect-config: Updated from global requirements  https://review.openstack.org/5361815:21
*** kiall has joined #tripleo15:21
*** rushiagr3 has quit IRC15:22
dkehnSpamapS: 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 parameter15:23
SpamapSdkehn: 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
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property  https://review.openstack.org/5381515:24
SpamapSdkehn: oh and add a parameter to the heat templates, NeutronCorePlugin15:24
SpamapSdkehn: 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 #tripleo15:25
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Refactor the cached api calls into @cached_property  https://review.openstack.org/5381515:25
dkehnSpamapS: the straight openvswitch is depreciated going forward where as the ml2 will be the new standard with openvswitch as the underlying default15:26
rdopieralskirpodolyaka: excellent idea with that code from werkzeug, thanks!15:27
dkehnNg: 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 done15:28
*** spzala has quit IRC15:29
*** rushiagr3 has quit IRC15:30
SpamapSwait so something that is _deprecated_ is also _the default_ ?15:32
SpamapSdkehn: 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
dkehnSpamapS: yes, openvswitch is supported in the I but going to j maybe not as the plugin15:35
dkehnSpamapS: they have stated its depreciated, but thing have a way of hanging in there long past there prime, so to speak15:36
dkehnSpamapS: at least where neutron is concerned15:36
SpamapSdkehn: 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
SpamapShave they no confidence? :-P15:37
dkehnSpamapS: ok, a clarification point, ml2 with the plugin, because of new arch, but there will still be ovs between the links15:37
dkehnso you will be able to mix the agents between links15:38
*** rdopieralski has quit IRC15:41
*** shakayumi has quit IRC15:41
*** viktors has left #tripleo15:41
SpamapSdkehn: 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
dkehnSpamapS: I think so once I try it I'll scream if not15:44
*** jprovazn has quit IRC15:44
*** boris-42 has quit IRC15:52
*** boris-42 has joined #tripleo15:52
openstackgerritTomas Sedovic proposed a change to openstack/tripleo-image-elements: Add Fedora support for Apache 2  https://review.openstack.org/5389415:53
openstackgerritTomas Sedovic proposed a change to openstack/tripleo-image-elements: Reload Apache config in one place  https://review.openstack.org/5389515:53
openstackgerritTomas Sedovic proposed a change to openstack/tripleo-image-elements: Add Horizon element  https://review.openstack.org/5091815:53
*** spzala has joined #tripleo15:54
*** jcoufal has joined #tripleo16:00
*** akuznetsov has quit IRC16:02
*** cd-undercloud has joined #tripleo16:03
cd-undercloud************** overcloud complete status=0 ************16:03
*** cd-undercloud has quit IRC16:03
*** martyntaylor has left #tripleo16:04
openstackgerritDerek Higgins proposed a change to openstack/tripleo-image-elements: Switch seed vm to Neutron native pxe  https://review.openstack.org/5390116:06
openstackgerritDerek Higgins proposed a change to openstack/tripleo-incubator: Switch seed vm to Neutron native pxe  https://review.openstack.org/5390216:07
rpodolyakardopieralski: np :) Armin's code is usually of very high quality16:07
derekhCan 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
derekhwhich together should see devtest/Fedora finally working again16:10
SpamapSderekh: will do reviews shortly16:11
derekhSpamapS: cool, thanks16:11
*** jistr has quit IRC16:16
*** martyntaylor has joined #tripleo16:17
devanandajog0: ping16:21
*** hewbrocca has quit IRC16:30
*** epim has joined #tripleo16:31
*** blues-man has quit IRC16:35
*** matty_dubs is now known as matty_dubs|lunch16:35
*** martyntaylor has quit IRC16:37
*** boris-42 has quit IRC16:38
openstackgerritClint Byrum proposed a change to openstack/os-collect-config: Reduce default polling interval to 30 seconds  https://review.openstack.org/5390716:42
cody-somervilleSpamapS: haha, thanks Bryan! :P16:43
SpamapScody-somerville: anytime Somer.16:44
*** athomas has quit IRC16:44
*** epim_ has joined #tripleo16:45
*** epim has quit IRC16:46
*** epim_ is now known as epim16:46
*** jergerber has quit IRC16:50
*** jergerber has joined #tripleo16:51
SpamapSLast night I learned about the existence of "Stud" for SSL/TLS termination.16:55
SpamapShttps://github.com/bumptech/stud16:55
*** cd-undercloud has joined #tripleo16:58
cd-undercloud************** overcloud complete status=0 ************16:58
*** cd-undercloud has quit IRC16:58
*** derekh has quit IRC16:59
*** akuznetsov has joined #tripleo17:01
*** jcoufal has quit IRC17:07
*** akuznetsov has quit IRC17:08
*** akuznetsov has joined #tripleo17:09
*** matty_dubs|lunch is now known as matty_dubs17:11
*** akuznetsov has quit IRC17:15
*** akuznetsov has joined #tripleo17:17
*** pblaho has quit IRC17:21
openstackgerritA change was merged to openstack/tripleo-image-elements: Add Fedora support for Apache 2  https://review.openstack.org/5389417:24
dkehnSpamapS: 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.conf17:24
SpamapSdkehn: commit it17:26
dkehnk17:26
SpamapSthen pull-tools will figure you diverged for a reason and leave it.. IIRC17: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 IRC17:27
*** CaptTofu has joined #tripleo17:32
*** lsmola has joined #tripleo17:33
*** epim has quit IRC17:36
*** markmc has quit IRC17:42
*** CaptTofu has quit IRC17:44
*** lucasagomes has quit IRC17:45
*** rushiagr has joined #tripleo17:50
*** cd-undercloud has joined #tripleo17:52
cd-undercloud************** overcloud complete status=0 ************17:52
*** cd-undercloud has quit IRC17:52
*** shakayumi has joined #tripleo18:02
*** spzala has quit IRC18:06
lifelesso/18:09
lifelessdkehn: there's neutron, and there's also matching driver stuff in nova.conf, AIUI18:10
dkehnk18:10
*** rushiagr has quit IRC18:21
SpamapSlifeless: 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
lifelessSpamapS: k, cool.18:26
*** slagle has quit IRC18:27
SpamapSlifeless: 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
SpamapSlifeless: 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 #tripleo18:29
*** cd-undercloud has joined #tripleo18:40
cd-undercloud************** overcloud complete status=0 ************18:40
*** cd-undercloud has quit IRC18:40
lifelessSpamapS: cool18:42
lifelessSpamapS: btw https://github.com/rbtcollins/crcache is now a thing18:42
SpamapSoh neat!18:43
*** epim has joined #tripleo18:44
*** rushiagr has joined #tripleo18:48
*** rpodolyaka1 has joined #tripleo18:49
lifelessSpamapS: I've no idea if it will have legs18:54
*** epim has quit IRC19:04
*** vipul is now known as vipul-away19:08
*** epim has joined #tripleo19:10
*** epim_ has joined #tripleo19:11
*** epim_ has quit IRC19:12
*** vipul-away is now known as vipul19:14
*** epim_ has joined #tripleo19:14
*** epim has quit IRC19:14
*** epim_ is now known as epim19:14
*** slagle has quit IRC19:19
*** cd-undercloud has joined #tripleo19:33
cd-undercloud************** overcloud complete status=0 ************19:33
*** cd-undercloud has quit IRC19:33
*** marun has quit IRC19:36
openstackgerritChris Krelle proposed a change to openstack/tripleo-image-elements: Add Ironic elements  https://review.openstack.org/4450019:44
openstackgerritChris Krelle proposed a change to openstack/tripleo-image-elements: Add Ironic elements  https://review.openstack.org/4450019:48
ccrouchhttps://crcache.readthedocs.org/en/latest :-(19:52
*** rushiagr has quit IRC19:54
lifelessccrouch: sorry yeah19:57
lifelessccrouch: see e.g. https://github.com/rbtcollins/crcache/blob/master/docs/DESIGN.rst19:57
lifelessccrouch: will fixup the docs when I get a timeslice; I have la babe right now19:57
ccrouchnp20:03
lifelessccrouch: http://crcache.readthedocs.org/en/latest/20:11
ccrouchthanks20:15
*** akuznetsov has quit IRC20:20
*** cd-undercloud has joined #tripleo20:26
cd-undercloud************** overcloud complete status=0 ************20:26
*** cd-undercloud has quit IRC20:26
lifelesslook, another cloud! ;)20:26
rpodolyaka11 cloud per hour  :)20:28
*** epim has quit IRC20:30
*** epim has joined #tripleo20:35
*** jdob has quit IRC20:37
*** shakayumi has quit IRC20:39
openstackgerritA change was merged to openstack/tripleo-image-elements: Reload Apache config in one place  https://review.openstack.org/5389520:49
*** CaptTofu has joined #tripleo20:56
*** julim has quit IRC21:06
*** rpodolyaka1 has quit IRC21:13
*** cd-undercloud has joined #tripleo21:21
cd-undercloud************** overcloud complete status=0 ************21:21
*** cd-undercloud has quit IRC21:21
*** ehelms is now known as ehelms-afk21:33
*** ruhe has joined #tripleo21:48
*** michchap has quit IRC21:51
openstackgerritChris Krelle proposed a change to openstack/tripleo-image-elements: Add Ironic elements  https://review.openstack.org/4450021:51
*** michchap has joined #tripleo21:53
*** lsmola has quit IRC21:57
*** ruhe has quit IRC21:59
*** akuznetsov has joined #tripleo22:13
*** cd-undercloud has joined #tripleo22:15
cd-undercloud************** overcloud complete status=0 ************22:15
*** cd-undercloud has quit IRC22:15
*** epim has quit IRC22:16
*** akuznetsov has quit IRC22:17
*** jeckersb is now known as jeckersb_gone22:25
*** shakayumi has joined #tripleo22:43
*** jergerber has quit IRC22:51
*** matty_dubs is now known as matty_dubs|hk22:55
*** tzumainn has quit IRC23:04
*** cd-undercloud has joined #tripleo23:06
cd-undercloud************** overcloud complete status=0 ************23:06
*** cd-undercloud has quit IRC23:06
openstackgerritElizabeth Krumbach Joseph proposed a change to openstack/tripleo-incubator: Adjust setup-network to support numbered brbms.  https://review.openstack.org/5397023:07
*** epim has joined #tripleo23:14
openstackgerritElizabeth Krumbach Joseph proposed a change to openstack/tripleo-incubator: Adjust setup-network to support numbered brbms.  https://review.openstack.org/5397023:22
*** tzumainn has joined #tripleo23:31
*** michchap has quit IRC23:43
*** michchap has joined #tripleo23:43
*** epim has quit IRC23:51
*** epim has joined #tripleo23:52
*** cd-undercloud has joined #tripleo23:58
cd-undercloud************** overcloud complete status=0 ************23:58
*** cd-undercloud has quit IRC23:58
*** sdake_ has quit IRC23:58

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