Wednesday, 2014-04-23

lifelessclarkb: how is RH region looking ?00:00
clarkbit looks good00:00
lifelessSpamapS: 2 looks appealing, be good to finish the automation for it off00:01
lifelessSpamapS: OTOH - we ran for several weeks ok00:01
lifelessSpamapS: perhaps a rolling reboot of all the nodes, then we can work on the automation async ?00:01
lifelessSpamapS: or are we actually up and happy right now?00:01
SpamapSlifeless: https://review.openstack.org/#/c/88384/00:01
SpamapSlifeless: I don't think we're up and happy no00:02
lifelessgreghaynes: https://review.openstack.org/#/c/88384/00:02
lifelessSpamapS: ok, trying a reboot00:02
SpamapSlifeless: wait..00:03
lifelessSpamapS: waiting00:03
SpamapSlifeless: which ones are you rebooting?00:03
lifelessSpamapS: NovaComputeX00:03
SpamapSlifeless: I just booted 800:03
SpamapS2 hours ago00:03
SpamapSafter it froze00:03
lifelessok, so are we seeing 1/9 vms working ?00:05
*** CaptTofu has joined #tripleo00:05
lifelesshypothesis : all computes are in trouble00:05
lifelessif 8 has one vm on it and the others have 0 working, all load will go to the others00:05
SpamapS8 has one that is failing networking00:06
SpamapSbut traffic showing on br-tun00:06
greghaynes+A'd.... WCPGW changing the default distro :)00:06
SpamapSgreghaynes: :-D00:07
SpamapSlifeless: I take that back, 8 has vms working00:07
lifelessSpamapS: ok, so I'll reboot the others?00:08
SpamapShm no .. weird.. eth1 has an IP (192.168.1.228) but eth0 still waiting00:08
lifelessSpamapS: which network is eth0 on00:08
SpamapSlifeless: default00:08
lifelessSpamapS: 192.168.1.228 should be eth100:08
lifelessthe default tenant net is 10.x00:08
SpamapSlifeless: yeah, but eth0 is getting nothing on the VM00:08
lifelessSpamapS: whats the vm id ?00:08
SpamapSWaiting up to 60 more seconds for network configuration...00:08
SpamapSea3290ef-b226-46a4-81ba-a333f5ba4b2900:09
SpamapSdoh00:09
SpamapSdeleted00:09
lifelessso thats the nova bug with reversed ports00:09
lifelessits not a hypervisor problem00:09
SpamapSe8369267-e7c4-4665-b75a-6ef3ed3b9c0300:10
SpamapSlifeless: not so sure. eth0 _did not get an ip at all_00:10
SpamapSlifeless: and e8369267-e7c4-4665-b75a-6ef3ed3b9c03 is working similarly... no DHCP replies00:10
lifelessok eth1 is good00:10
lifeless192.168.1.x00:10
lifelesseth0 failed00:10
lifelessdhcp agent may need restarting on control00:10
SpamapSlifeless: restarted dnsmasq forcibly last night00:11
SpamapSall this reboot talk.. feels windowsy :-/00:11
lifelessrestarting that reglues the flows00:11
tchaypoSo I've been revisiting the pip case-insensitivy thing; it turns out that if we add "find-links=file://tmp/pypi" to pip.conf *and* set --no-index on the commandline, the case-insensitivy happens fine00:12
lifelesstchaypo: because its not using the index :P00:12
lifelesstchaypo: has dstufft landed your patch yet?00:12
SpamapSok restarting dhcp agent00:12
lifelessSpamapS: did that00:12
tchaypoit's easy to set the former in the pypi element, but I think that to get --no-index on the commandline, I need the os-svc-install element to change its commandline *only* if we're using the pypi element, and I'm not sure how to do that00:12
SpamapSand observing new vm on 8..00:13
SpamapSb5c566c4-ac5f-4cc4-94d5-6a5c6cb659de00:13
lifelessb5c566c4-ac5f-4cc4-94d5-6a5c6cb659de00:13
tchaypono - he asked me to add some tests, and it was in testing it out that I realised they always test with "-f file://blah --no-index", hence their tests pass00:13
SpamapSlifeless: ok, let's call things out here and wait 30 seconds for a nack so we don't step on eachothers' toes00:13
lifelessok00:13
lifelesstchaypo: ok; so they have a different code path, thus they *aren't testing it*00:13
*** epim has quit IRC00:13
lifelessSpamapS: looking for fa:16:3e:95:14:2c in the dnsmasq00:14
tchayposure, and that's something I can tweak and show in my testing00:14
SpamapSnot seeing traffic from eth0's mac00:14
tchaypobut in the meantime it seems like we could also tweak how we're using pip to match the tested code paths that do work00:14
SpamapSaaaand it's deleted again00:15
tchaypoif i can figure out how to make os-svc-install only add the --no-index flag when we're using hte pypi element00:15
*** funzo has quit IRC00:17
SpamapSlifeless: no I think the traffic isn't making it back00:17
lifelesstchaypo: but --no-index isn't the right thing for bandersnatch mirrors00:17
tchaypois there a standard mechanism for passing flags between elements00:17
SpamapSlifeless: mellanox fail would explain this, as we saw it drop packets sporadically in the past00:17
lifelesstchaypo: I think we're best off just fixing it00:17
*** funzo has joined #tripleo00:18
tchayporight - hence why we don't want to use it in all cases, only when we're using a pypi-mirror mirror (as provided by the pypi element)00:18
*** funzo is now known as Guest1555000:18
SpamapSlifeless: so, should we try to be super awesome and roll out a trusty nova compute image via rebuild?00:19
lifelesstchaypo: the pypi element can point at real mirrors too00:19
SpamapSthat sounds like the most fun00:19
openstackgerritDerek Higgins proposed a change to openstack/diskimage-builder: Place /usr/lib64/ccache in PATH  https://review.openstack.org/8972400:19
derekhpossibly one of the reason f20 jobs run slower ^^ (hopefully)00:20
SpamapSderekh: oh definitely00:20
derekhthere is something else weird going on with workspace setup timings, gotta get to the bottom of that on yet00:22
tchaypolifeless: good point. We actually only want to use --no-index if we're using pypi element *and* we have DIB_NOPYPI_PIP set, right?00:25
lifelesstchaypo: nope, not then either :)00:26
lifelesstchaypo: I don't actually know of a heuristic that is correct here00:26
tchaypoblargh.00:26
* tchaypo goes back to looking at upstream pip00:26
*** matsuhashi has joined #tripleo00:29
vinshAre there certain times when os-apply-config can "see" certain values?  For example, when I look at the os-collect-config.log.. I see it running "++ os-apply-config --key rabbit.nodes --type raw --key-default ''00:32
vinsh+ NODES='overcloud-controller0-zjurfenp7u4v00:32
vinshovercloud-controller1-xcpl7j5f7ysc,overcloud-controller2-figxzb7c3vsb'"00:32
vinshso its getting values back from os-collect-config00:32
vinshbut when I manually run that command on the same node .. I get nothing.00:32
lifelessyeah, oac only knows the right files when its running from within occ00:32
vinshd'oh00:33
greghaynesos-collect-config --print for great good!00:33
greghaynessounds like a heat template issue, though00:33
vinshoh nice.. that is what I was looking for --print .. seems only to be populated ONCE that config has started00:34
vinshah-hah.. looks like these nodes are trying to use the virtual IP to connect.  maybe thats whats busted.00:35
vinshor maybe tripleo. :)00:35
lifelessSpamapS: ok so we paused00:35
lifelessSpamapS: but - what next ?00:35
*** derekh has quit IRC00:37
lifelessSpamapS: I agree though, not seeing the dhcp traffic on the control plane00:39
*** derekh has joined #tripleo00:43
derekhok, so the RH rack is at least capable of running overcloud jobs https://jenkins04.openstack.org/job/check-tripleo-overcloud-f20/143/consoleFull00:45
derekhbut look like we aslo have some net problems to sort out https://jenkins05.openstack.org/job/check-tripleo-overcloud-f20/113/consoleFull00:46
lifelessderekh: that would also happen if nodepool killed it00:48
lifelessclarkb: are you able to tell ^ ?00:49
clarkbif zuul cancels the job that can happen00:49
clarkbthe way to check is to go to that change and see if zuul reported that test00:49
SpamapSlifeless: ok, have to stop for family time in a few minutes00:49
clarkbif zuul did not report the test then you should be fine00:49
clarkbif it did report the test there is something to debug00:50
lifelessSpamapS: tag, its on me then00:50
derekhlifeless: yup but there seems to be a few of them, actually seems to be happening some jobs on HP also00:50
SpamapSlifeless: I think it's a valid course of action to build a new trusty image and deploy on it.00:51
clarkbif we look at the change for that particular test there is no report so I think you are fine00:51
lifelessderekh: right. so that being exactly 40m in on that one seems uncoicidental00:51
lifelessderekh: is it the same for the others?00:51
SpamapSlifeless: though we may have to manually use nova rebuild commands to do so00:51
greghaynesalso, hopefully there are trusty mirrors in place already?00:51
lifelessderekh: clarkb: I'm speculating here but - 30m liveness check from nodepool00:51
SpamapSgreghaynes: we'll find out soon enough :)00:51
lifeless+ 10m timeout in jenkins for the tcp connection to error00:52
lifeless== 40m00:52
clarkblifeless: nodepool only does the liveliness check prior to adding the node to jenkins00:52
lifelessclarkb: oh, I thought it checked periodically after that00:52
clarkbnope00:52
greghaynesI bet once that patch merges were going to have a lot of people asking about using DIB_RELEASE until they get a trusty mirror up....00:52
clarkbonce it is able to assert the slave is ready it hands it completely off to jenkins00:52
SpamapSgreghaynes: hence my preference to just have a local squid. :P00:53
SpamapSnot as fast, but certainly effective00:53
greghaynesyep, thats valid. Fortunately I setup a trusty mirror over the weekend00:54
*** TravT has quit IRC00:54
tchaypowooo00:54
tchaypofirst ever full devtest.sh run on my laptop00:54
greghaynesNo parts melted?00:54
tchaypo2279s total, 1471s of which was overcloud, even with -c00:54
SpamapSerrr00:55
lifelessclarkb: I believe you are wrong.00:55
SpamapStchaypo: so you already have overcloud images?00:55
lifelessclarkb: start at def _doPeriodicCheck(self):00:55
derekhlifeless: timings seem different in them all, but I havn't seen any reported back to jenkins so maybe we just wait and see what zuul does00:55
clarkblifeless: does it do that for used nodse?00:55
lifelessclarkb: every node in READY state00:56
clarkblifeless: ya so no used00:56
clarkbwhich nodes running tests should be00:56
clarkbI suppose it is possible the nodes didn't transition state properly00:57
lifelessclarkb: handleStartPhase looks odd to me00:58
lifelessclarkb: whats the early return on line 196 for ?00:58
*** matsuhashi has quit IRC00:59
clarkblifeless: nodepool runs a quick test job on the node via jenkins to make sure jenkins si speaking to it properly00:59
clarkbs/nodepool/zuul/00:59
clarkbin cases where nodes derp iirc00:59
lifelessoh, I see01:00
tchaypoSpamapS: I'm farily certain i already had the images that time01:00
tchaypothe previous run had time wout on the wait_for stage, so I'm fairly sure it had made the images01:00
lifelessclarkb: so its not 'handed to jenkins'01:00
lifelessclarkb: its 'chosen by jenkins for a job'01:00
clarkblifeless: nodepool hands the salve to jenkins01:00
clarkbthen jenkins does things with it01:01
*** matsuhashi has joined #tripleo01:01
lifelessclarkb: yes, but it stays READY until jenkins does something to it01:01
clarkbyes01:01
vinshShould one overcloud node be able to ping/lookup another overcloud node by hostname only?01:02
lifelessvinsh: compute -> compute yes01:02
lifelessvinsh: we haven't precalculated the hosts content for the control plane yet01:03
vinshACK. what I wondered. thx.01:03
vinshprobably a big next step to getting any of this clustering of rabbit or whatever working :)01:03
lifelesswe put the ips for rabbit etc in the rabbit config01:04
vinshuses hostnames01:04
vinshhttps://github.com/openstack/tripleo-image-elements/commit/f23fba2db4fa60dc9b7798bce0dfc99b5a69601a01:04
lifelessahahahahahahaahahahahaahah.01:04
vinsh0_o01:05
lifelessso the same evil string manipulation we do on the hypervisors needs to be done on the compute set01:05
lifelessnow this is odd, cd-undercloud just went under01:05
lifelessI have to wonder if there's some network condition that just takes out mellanox drivers across the board01:05
lifelessrebooting the undercloud01:06
openstackgerritA change was merged to openstack/diskimage-builder: Small fixes for dhcp-all-interfaces  https://review.openstack.org/8813101:07
greghaynesoh, so the issue is the hostnames for control nodes arent in /etc/hosts so rabbit is getting mad about lookiung each other up by hostname?01:09
greghayneswomp womp01:09
vinshyeah. I just populated /etc/hosts on a controll and rabbit is now happy01:10
vinshso. how to do that with the thing that does the stuff.01:10
derekhclarkb: lifeless: I gotta call it a night, looks like we have the same error with jobs on both clouds, I can keep looking in the morning if its still an issue, of the ones I have checked nothing has been reported back to gerrit so I'm kind of hoping zuul will rerun them01:11
lifelessderekh: could be a rackspace network issue01:12
lifelessvinsh: ok so look at overcloud-source.yaml01:13
greghaynesvinsh: see line 451 in overcloud-source.yaml01:13
lifelessvinsh: see StaticHosts01:13
greghayneswah?01:13
derekhlifeless: possibly, a lot of jobs just failed01:13
greghaynesI think that might of changed with software-config01:13
lifelessvinsh: see how there is a Merge::Map across NovaCompute001:13
greghaynesogod01:14
lifelessvinsh: we need to do two things; we need to convert the controller entry at the bottom to a Merge::Map as well01:14
lifelessvinsh: and secondly we need to use StaticHosts on the controllers as well01:14
lifelessvinsh: which is a related but separate thing01:14
*** derekh has quit IRC01:14
* vinsh parsing01:15
*** mestery has quit IRC01:15
greghaynesI dont actually see where any element uses StaticHosts01:15
greghaynesthe hosts element uses {{hosts}}01:15
vinshI follow now. Had to look around as my overcloud-source is tricked out.01:17
lifelessgreghaynes:         static_hosts: {Ref: StaticHosts}01:17
greghaynesah, in nova-compute. I still dont see any element that actually uses that data though01:18
vinshIsn't he saying thats what populates /etc/hosts?01:19
lifelessgreghaynes: then follow the needle01:19
lifelessgreghaynes: grep for static_hosts01:19
* greghaynes headdesk01:19
*** eguz has joined #tripleo01:20
*** eguz has quit IRC01:20
vinshpure wizardry. :)01:22
clarkbgit grep for extra win01:22
greghaynesheh, too bad that doesnt work cross repo :p01:22
clarkb`find` says lolwut01:23
greghaynesso the mixup is that the controller deployment resources dont use that01:23
greghaynesthey have a hosts: fn::join defined in overcloud-source.yaml01:23
greghayneswhich I think means your fix will let compute nodes talk to controller nodes, but not controller nodes to each other01:24
*** eghobo has quit IRC01:24
openstackgerritlifeless proposed a change to openstack/tripleo-heat-templates: Use the same StaticHosts on the control plane.  https://review.openstack.org/8973201:24
lifelessgreghaynes: ^01:24
vinshwoah01:25
greghayneshaha, that works :)01:25
lifelessgreghaynes: as I said, 'whole other thing' :P01:25
*** mestery has joined #tripleo01:26
lifelessthe CloudName ref probably wants to point at the VIP eventually01:26
vinshhow does the way you wrote that differ from "        hosts:01:27
vinsh          get_input: static_hosts"01:27
vinshoh. template value vs not01:27
lifelessah, I think my patch might not work01:28
lifelessiterating01:28
*** vinsh is now known as vinsh_brb01:34
greghaynesI wonder if that one was intended as a list of purely controller hosts01:40
greghayneswhich is a need to have :/01:40
openstackgerritlifeless proposed a change to openstack/tripleo-heat-templates: Scale the control plane in hosts files.  https://review.openstack.org/8973201:41
*** nosnos has joined #tripleo01:41
lifelessgreghaynes: so the original idea was we'd put this in a variable aka parameter01:41
lifelessgreghaynes: but then that broke in heat01:41
lifelessgreghaynes: so, sadface headdesk it has to be copied around01:41
greghayneswhats especially fun is that rabbit/galera are going to want a list of just controller hosts, and the galera one wants to be comma delimited...01:46
greghayneswhich really exacerbates the badness of that pattern01:46
greghaynes-> dinner01:50
lifelessok this is weird02:04
lifelessundercloud host is now unhappy :(02:04
openstackgerritSteve Kowalik proposed a change to openstack/os-cloud-config: Add a register-nodes command and associated API  https://review.openstack.org/8493302:05
*** jpeeler has quit IRC02:13
*** marun has quit IRC02:26
lifelessok wow this rot just goes all the way to the core02:28
lifelessthe seed vm host is having network pauses now02:28
lifelessstopping the undercloud reboot working02:28
lifelessupgrading the seed vm host machine to trusty02:40
*** chuckC has joined #tripleo02:41
*** vinsh_brb is now known as vinsh02:43
*** tzumainn has quit IRC02:44
tchaypoSpamapS: fwiw, ran again, same timings02:44
tchayposo i think that's going to be fairly stable02:44
*** chuckC has quit IRC02:45
openstackgerritA change was merged to openstack/diskimage-builder: Make "trusty" (Ubuntu 14.04) the default release  https://review.openstack.org/8838402:46
*** chuckC has joined #tripleo02:47
*** chuckC has quit IRC02:48
*** chuckC has joined #tripleo02:49
vinsh!02:49
*** chuckC has quit IRC02:50
vinshlifeless, " so the original idea was we'd put this in a variable aka parameter" vs "so, sadface headdesk it has to be copied around"02:51
vinshdoes "copied around" mean.. using os-apply-config and writing to file?02:51
*** chuckC has joined #tripleo02:51
lifelessvinsh: no - see my patch, it shows02:52
vinshwondering how that is different to a parameter.. to the over cloud node02:52
vinshah02:52
tchaypodoes this mean my apt-mirror only needs trusty now - no more saucy, no precise, unless I'm doing something special?02:52
vinshbig stubbed out sections02:52
lifelesstchaypo: ai ai02:52
tchaypowoo02:52
lifelessvinsh: multiple copies of the same expression just in different places02:53
* tchaypo freeds up disk space02:53
vinshAgree, makes human parsing even worse.02:53
vinshI need to view the heat templates in some kind of editor that can contract and expand yaml tags :)02:53
lifelessvinsh: like vim ? :)02:55
*** untriaged-bot has joined #tripleo03:00
untriaged-botUntriaged bugs so far:03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130288103:00
uvirtbotLaunchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,Incomplete]03:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130902703:00
*** untriaged-bot has quit IRC03:00
uvirtbotLaunchpad bug 1309027 in tripleo "rabbitmq nodes repeatedly reporting the master node as being 'down' then 'up'" [Undecided,New]03:00
*** cody-somerville has quit IRC03:02
*** openstackgerrit has quit IRC03:04
*** openstackgerrit has joined #tripleo03:04
*** matsuhashi has quit IRC03:14
*** matsuhashi has joined #tripleo03:15
*** chuckC has quit IRC03:16
*** cody-somerville has joined #tripleo03:17
*** cody-somerville has joined #tripleo03:17
greghayneslifeless: For the control node vip - should we make a new subnet with neutron?03:19
*** matsuhashi has quit IRC03:19
lifelessgreghaynes: new port yes, subnet no03:19
greghaynesjust put it on the 192.0.2?03:20
lifelessgreghaynes: we'll need to accept the subnet as a parameter to the template so heat can ask neutron for the ip03:20
greghaynesah. So basically its someone elses problem where it goes03:20
lifelessfor the seed we can manually choose a new ip03:20
*** Rakesh6 has joined #tripleo03:23
openstackgerritA change was merged to openstack/tripleo-image-elements: Wire in _EXTRA_INSTALL_OPTS...  https://review.openstack.org/7696603:24
openstackgerritA change was merged to openstack/tripleo-image-elements: Fixup testenv config for interface names.  https://review.openstack.org/8432603:24
greghaynesoo looks like trusty got merged while I was at dinner03:24
tchayponice desert?03:28
greghaynesfor now03:28
tchaypoI'm rebuilding without -c this time ;)03:28
*** Guest15550 has quit IRC03:29
*** nosnos has quit IRC03:29
*** funzo has joined #tripleo03:29
*** funzo is now known as Guest3715403:30
*** spzala has quit IRC03:33
*** Guest37154 has quit IRC03:34
StevenKI spent a few hours rebuilding Cinnamon 2.2 for Trusty last night, so I might be able to actually upgrade my laptop soon03:36
*** ramishra has joined #tripleo03:36
StevenKI'll be out for about an hour in ten minutes, I am visiting the vampires.03:36
*** cwolferh has quit IRC03:38
*** cwolferh has joined #tripleo03:47
*** eghobo has joined #tripleo03:48
*** rwsu has quit IRC03:50
vinshlifeless, Do you do yaml folding in vim?  Makes sense but I can't find solid info on how to add it.  Just basic folds so far03:58
lifelessvinsh: I don't, but I've seen vim fold just about anything :)03:58
vinshlots of home brew projects out there with yaml syntax for vim.. I suppose one of those can be used to specify the folding syntax03:59
clarkbvinsh: you can zf04:02
*** ilives has joined #tripleo04:10
*** eghobo has quit IRC04:10
*** eghobo has joined #tripleo04:10
SpamapSvinsh: fdm=indent works perfectly for yaml04:10
SpamapSlifeless: "upgrading the seed vm host to trusty" ...04:12
SpamapSlifeless: http://cdn.memegenerator.net/instances/500x/43836098.jpg04:13
*** eguz has joined #tripleo04:13
*** killer_prince has quit IRC04:15
*** eghobo has quit IRC04:17
*** matsuhashi has joined #tripleo04:19
*** nosnos has joined #tripleo04:22
*** ramishra has quit IRC04:28
vinshSpamapS, overcloud-source.yaml.. : set fdm=indent..    zf  gives me  E350: Cannot create fold with current 'foldmethod'04:29
* vinsh vim's wrong04:29
*** ramishra_ has joined #tripleo04:30
*** funzo has joined #tripleo04:30
*** funzo is now known as Guest6969904:30
*** Guest69699 has quit IRC04:34
*** cwolferh_ has joined #tripleo04:36
*** tserong has quit IRC04:38
*** cwolferh has quit IRC04:39
*** andreaf has joined #tripleo04:48
*** rha has quit IRC04:48
*** andreaf_ has joined #tripleo04:49
openstackgerritJufang Wang proposed a change to openstack/tripleo-incubator: configure keystone with apache  https://review.openstack.org/8974204:51
*** killer_prince has joined #tripleo04:52
*** andreaf has quit IRC04:53
*** akuznetsov has joined #tripleo04:54
*** rha has joined #tripleo04:58
openstackgerritJufang Wang proposed a change to openstack/tripleo-image-elements: configure keystone with apache  https://review.openstack.org/8974404:59
*** tserong has joined #tripleo05:03
*** tserong has joined #tripleo05:03
* StevenK returns, unkilled by the vampires.05:05
*** nati_ueno has quit IRC05:16
*** cwolfe__ has joined #tripleo05:21
tchaypoVampires?05:22
tchaypoDonationing blood?05:22
StevenKtchaypo: Yeah05:22
*** cwolferh_ has quit IRC05:24
*** funzo has joined #tripleo05:30
*** funzo is now known as Guest4515505:31
*** Guest45155 has quit IRC05:35
*** matsuhashi has quit IRC05:37
*** matsuhashi has joined #tripleo05:37
*** matsuhashi has quit IRC05:43
*** matsuhashi has joined #tripleo05:44
openstackgerritOm Kumar proposed a change to openstack/diskimage-builder: Refactor code to select boot kernel  https://review.openstack.org/7987305:46
*** matsuhas_ has joined #tripleo05:50
vinshlifeless, I wonder about patch 89732 ... should the control node section be renamed to "static_hosts" from "hosts"05:51
vinshusing your patch.. I get a different result everytime I try to send the template to heat05:51
vinshERROR: Property error : NovaCompute0Config: input_values "Fn::Join" must operate on a list05:52
vinshERROR: Property error : controller0Deployment: input_values "Fn::Join" must operate on a list05:52
vinshit just keeps cycling through them.05:52
*** matsuhashi has quit IRC05:53
vinshdoes use of the merge map require a build of the template first?  I'm just sending a version to heat that is standalone overcloud.. no template values in it.05:54
*** cwolfe__ has quit IRC05:56
*** cwolfe__ has joined #tripleo05:56
*** matsuhas_ has quit IRC05:58
*** matsuhashi has joined #tripleo05:58
*** jtomasek has joined #tripleo06:00
*** ilives has quit IRC06:07
*** ilives has joined #tripleo06:07
*** jtomasek has quit IRC06:17
*** nati_ueno has joined #tripleo06:19
*** cwolferh_ has joined #tripleo06:19
*** cwolfe__ has quit IRC06:22
lifelessvinsh: you need to run make overcloud.yaml and then stack-create with appropriate parameters06:23
vinshoh, I have to adopt this to this big static 3 control node yaml I got from Tom H06:24
vinshcalls out control0-2 deployment06:24
vinshso.. the merge map stuff doesn't fly.06:24
lifelessvinsh: the merge::map should replace that06:24
vinshOk, i'll have to look into that more then.06:26
vinshdoes your patch depend on another one that scales out more then one control node?06:28
*** ifarkas has joined #tripleo06:28
vinshbah. I'll mess with it more.  see what I can get :)06:28
*** funzo has joined #tripleo06:29
*** funzo is now known as Guest4103106:30
*** Guest41031 has quit IRC06:34
lifelessvinsh: my patch is part of such scaling06:35
vinshCool, I got this to work in the yaml I have.. by duplicating the old way compute nodes worked. in static_hosts but in "hosts" for control nodes.  I now have an populated /etc/hosts and happy rabbit on control nodes06:36
vinshI need to get back to master and pull in your change.. try that method.06:37
StevenKlifeless: So, something about PyCon. Do you think a TripleO talk would work for the audience?06:40
*** eguz has quit IRC06:42
*** lazy_prince has joined #tripleo06:44
*** lsmola has joined #tripleo06:48
*** jprovazn has joined #tripleo06:51
openstackgerritOm Kumar proposed a change to openstack/tripleo-image-elements: Adds local storage Boot support in case PXE boot fails.  https://review.openstack.org/7928906:58
SpamapSStevenK: a talk about python packaging and how it relates to things like TripleO might resonate.06:58
*** viktors_away is now known as viktors06:59
SpamapSlifeless: where are we at? Can't seem to find something in cloud-outage07:00
StevenKSpamapS: Hm. How we prefer git HEAD and not packaging?07:01
SpamapSStevenK: tox, dependencies, venvs, etc.07:01
StevenKSpamapS: Sorry, I donated blood today, and my brain isn't sparking connections. A little more detail with small words, please?07:02
*** cwolferh_ has quit IRC07:02
*** jtomasek has joined #tripleo07:03
SpamapSStevenK: We are running a high scale python service from git using pip and virtualenv for installation, and tox as a test harness abstraction layer.. I think other python shops would be interested to hear how that works, and what we think might need to change.07:03
SpamapSStevenK: http://xkcd.com/1133/07:03
SpamapS"this end should point to the ground if you want to go to space" ... so good07:04
StevenKHaha07:04
SpamapS"if it starts pointing toward space, you are having a problem and you will not go to space today"07:05
StevenKBad problem :-P07:06
openstackgerritMatthew Gilliard proposed a change to openstack/tripleo-incubator: Remove quotas on seed and undercloud's nova  https://review.openstack.org/8712607:06
StevenKSpamapS: However, that is a good plan07:07
*** jcoufal has joined #tripleo07:08
StevenKI was going to submit a talk proposal tomorrow07:08
lifelessSpamapS: sorry07:11
lifelessSpamapS: ETHINGS07:11
lifelessSpamapS: I've updated the seed vm host to trusty07:11
lifelessSpamapS: now trying to reboot the undercloud again07:11
*** pblaho has joined #tripleo07:15
*** nati_ueno has quit IRC07:16
*** martyntaylor has joined #tripleo07:18
openstackgerritJuerg Haefliger proposed a change to openstack/diskimage-builder: Add sysv support to elements/dhcp-all-interfaces  https://review.openstack.org/8629907:23
*** mrunge has joined #tripleo07:23
*** sdake_ has quit IRC07:25
*** ilives has quit IRC07:29
*** ilives has joined #tripleo07:30
*** funzo has joined #tripleo07:30
*** funzo is now known as Guest5993107:30
*** Guest59931 has quit IRC07:34
*** morganfainberg is now known as morganfainberg_Z07:38
jprovazngreghaynes: hi, you still around?07:46
greghaynesjprovazn: Hey, yep07:46
greghaynesjprovazn: Didnt get a WIP up for you, sorry :(07:46
greghaynesturns out theres a lot I dont understand about how we do networking07:46
*** ilives has quit IRC07:47
jprovazngreghaynes: np, I'll pick something else if help is not needed07:47
lxsligreghaynes: mind taking a second look at https://review.openstack.org/#/c/86314/ please?07:47
greghaynesjprovazn: Sounds good. Id kind of like to learn how this works :)07:48
jprovazngreghaynes: great! good luck ;)07:48
*** ilives has joined #tripleo07:53
openstackgerritAlexis Lee proposed a change to openstack/diskimage-builder: Sort rhel/bin/map-packages  https://review.openstack.org/8976507:53
greghayneslxsli: updated07:53
openstackgerritAlexis Lee proposed a change to openstack/diskimage-builder: Map openjdk-7-jre to RHEL+SUSE  https://review.openstack.org/8953107:54
*** nati_ueno has joined #tripleo07:55
lxsligreghaynes: thanks! I just split 89531 as requested07:56
mariosgreghaynes: hey - some comments @ /#/c/83296/1207:56
greghayneslxsli: Actually, what do you think of switching to the openjdk-7-jre-headless?07:57
greghaynesitll mess up your package mappings (sorry) but then we dont pull in all the X libs as dependencies07:57
lxsligreghaynes: hmm didn't know about that, sure sounds fine. Give me 2 mins07:58
mariosgreghaynes: thanks for doing that so quickly07:58
SpamapSlifeless: I don't see either screen shared session active. Anything going on?07:59
lifelessSpamapS: I'm on the seed, networking is off somehow07:59
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-incubator: Add virtual ip create to devtest_overcloud.sh  https://review.openstack.org/8961308:01
*** derekh has joined #tripleo08:02
rpodolyakamorning tripleo08:02
lxsligreghaynes: know offhand if there's a yum pkg for that? Can't find one on rpmfind.net08:02
marioso/ roman08:03
greghayneslxsli: no idea :/08:03
greghayneslxsli: actually java-1.7.0-openjdk-headless08:04
greghaynesfor fedora08:04
lxsli... well how about that08:04
lxslithanks08:04
dshulyakmorning08:05
*** tzumainn has joined #tripleo08:06
StevenKgreghaynes: 1.7.0. Because that isn't confusing *at all*.08:06
greghayneshehe08:07
greghaynesmarios: replied08:07
*** vinsh is now known as vinsh_zzzz08:07
dshulyakgreghaynes: hi, can you specify what concerns do you have about this one https://review.openstack.org/#/c/89517/ ? i've responded in comments08:07
StevenK[119536.610559] traps: enlightenment_f[10264] general protection ip:7fd45b67f5c6 sp:7fffe069f568 error:0 in libc-2.17.so[7fd45b546000+1bd000]08:07
StevenKHandy08:07
greghaynesso many reviews ;)08:07
greghaynesdshulyak: So if that isnt set we have changed the line from being "bind *:someport" to "bind :someport"08:08
greghaynesOr maybe that * is superfluous?08:09
dshulyakyeah, and :someport is valid syntax08:09
greghaynesah, sorry then08:10
proffalkenmorning all, who do I have to sleep with to get https://review.openstack.org/#/c/87223/ and https://review.openstack.org/#/c/87226/ merged? ;)08:10
dshulyaknvm, thanks for reviewing )08:10
StevenKproffalken: If you have to ask ...08:11
StevenK:-P08:11
proffalkenStevenK: ah, ok, I didn't realise it was such an exclusive group... :P08:12
proffalken"I won't belong to any club that will accept people like me as a member..."08:12
openstackgerritAlexis Lee proposed a change to openstack/diskimage-builder: Map openjdk-7-jre-headless to RHEL+SUSE  https://review.openstack.org/8953108:13
lifelessSpamapS: sorry, more calls :/08:19
*** ilives has quit IRC08:20
*** jistr has joined #tripleo08:21
dshulyakalso there is a couple of patches with support for overcloud vip (https://review.openstack.org/#/c/89556/ , https://review.openstack.org/#/c/89613/)08:22
*** jang1 has joined #tripleo08:22
openstackgerritAlexis Lee proposed a change to openstack/tripleo-image-elements: Add elasticsearch element  https://review.openstack.org/8631608:22
openstackgerritAlexis Lee proposed a change to openstack/tripleo-image-elements: Add openjdk-7-jre-headless element  https://review.openstack.org/8631408:22
openstackgerritAlexis Lee proposed a change to openstack/tripleo-image-elements: Add logstash element  https://review.openstack.org/8631508:22
derekhjobs still failing, looks like each time they remain in the queue to be restarted08:22
*** ilives has joined #tripleo08:22
greghaynesdshulyak: Nice!08:23
lxsligreghaynes: done08:23
*** matsuhashi has quit IRC08:27
*** e0ne has joined #tripleo08:30
*** funzo has joined #tripleo08:31
*** funzo is now known as Guest8969308:31
*** ramishra_ has quit IRC08:32
*** ramishra has joined #tripleo08:32
lifelessderekh: just repairing the seed; not getting any traffic across brbm to vnet1 (the seed eth1)08:34
*** matsuhashi has joined #tripleo08:34
*** Guest89693 has quit IRC08:35
derekhlifeless: the seed on the HP rack?08:35
lifelessyes08:35
derekhlifeless: anything I can do or should I just keep trying to figure out if I can get to the bottom of the disconnect errors08:36
*** ramishra has quit IRC08:37
lifelessderekh: divide and conquer - leave this with me08:39
derekhk08:40
*** lucasagomes has joined #tripleo08:40
*** BadCub has quit IRC08:41
*** giulivo has joined #tripleo08:42
openstackgerritPetr Blaho proposed a change to openstack/tripleo-incubator: Removes forgotten #nodoc from devtest_testenv.sh  https://review.openstack.org/8977408:42
*** ilives has quit IRC08:42
*** ilives has joined #tripleo08:43
*** bauzas has joined #tripleo08:48
lxsliSpamapS: replied to your comments here https://etherpad.openstack.org/p/oac-header08:50
*** ilives has quit IRC08:50
*** ramishra has joined #tripleo08:51
lxsliSpamapS: split out https://etherpad.openstack.org/p/oac-retemplate , this or a similar capability is essential for me08:52
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: SSH key and virtual_power_driver not used on H/W  https://review.openstack.org/8377008:52
*** ilives has joined #tripleo08:52
openstackgerritCian O'Driscoll proposed a change to openstack/tripleo-image-elements: Store ssh host keys on ephemeral partition  https://review.openstack.org/8952908:53
gilliardAny chance of reviews on  https://review.openstack.org/83770 please?  It's nearly a month old and we need it (or similar) to work on baremetal.08:57
*** untriaged-bot has joined #tripleo09:00
untriaged-botUntriaged bugs so far:09:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130288109:00
uvirtbotLaunchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,Incomplete]09:00
*** untriaged-bot has quit IRC09:00
lifelessgilliard: its not suitable for landing yet09:00
lifelessgilliard: my comments going back to patch set 8 seem to be unaddressed.09:01
gilliardlifeless: you would prefer 2 patchsets?09:02
lifelessgilliard: there seem to be two very different changes here09:03
*** rcarrillocruz has joined #tripleo09:03
*** rcarrillocruz1 has quit IRC09:05
lifelessgilliard: one of which is at best unneeded, at worst fundamentally wrong.09:06
lifelessmore details put in the review09:08
*** rcarrillocruz has quit IRC09:08
gilliardlifeless: Thanks. Will go read & digest.09:09
*** e0ne_ has joined #tripleo09:12
*** bauzas has quit IRC09:12
*** bauzas has joined #tripleo09:13
*** jcoufal has quit IRC09:14
*** e0ne has quit IRC09:15
*** akrivoka has joined #tripleo09:19
openstackgerritA change was merged to openstack/tripleo-incubator: Make time out 60 mins like the Heat default.  https://review.openstack.org/8711809:24
lifelessok undercloud booted again. whew.09:27
ccorriganSpamapS: do you think my approach for reset-db change is  okay, or should I allow the original defaults shine through (db-password) if the os-apply-config doesn't have a dsn entry for any of the dbs ?09:27
ccorrigancontext: - https://review.openstack.org/#/c/8834009:28
*** funzo has joined #tripleo09:32
*** funzo is now known as Guest2901209:32
*** ilives has quit IRC09:34
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Include default configuration for Sphinx  https://review.openstack.org/8978009:34
*** Guest29012 has quit IRC09:36
*** hashar has joined #tripleo09:37
openstackgerritAna Krivokapic proposed a change to openstack/tuskar-ui: Improve developer documentation  https://review.openstack.org/8792809:38
*** andrearosa has quit IRC09:46
*** jang1 has quit IRC09:54
*** bauzas has quit IRC09:57
*** mrunge has quit IRC10:01
lifelessderekh: undercloud didn't come up right - the 'native' ovs /e/n/i integration was at fault, have got rid of that and am re-running10:05
derekhlifeless: ok, RH rack seems to be stable, of the 96 tests in the last 11 hours that give out enough info (some fail before I can tell which rack they ran on)10:09
derekhthe RH rack has had 30 successfull tests out of 3710:10
*** akrivoka has quit IRC10:10
lifelessgreat10:10
derekhlifeless: the HP rack isn't doing so good at the moment, 11 out of 59 but hopfully that should be better once we're upgraded10:11
*** matsuhashi has quit IRC10:16
*** jcoufal has joined #tripleo10:18
lifelessderekh: trying to figure out why I have 66% packet loss to the undercloud atm10:18
*** andrearosa has joined #tripleo10:19
gilliardlifeless: understood your comments better now.  We'll split into 2 patches and discuss the merits of the second one once it's up.10:20
*** jang1 has joined #tripleo10:22
openstackgerritNicholas Randon proposed a change to openstack/tripleo-incubator: Only use SSH keys for power mgmt if using VMs  https://review.openstack.org/8978710:22
*** matsuhashi has joined #tripleo10:23
derekhlifeless: let me see if I can find some correlation to compute nodes10:23
openstackgerritCian O'Driscoll proposed a change to openstack-infra/tripleo-ci: Test the upgrade codepath works as well.  https://review.openstack.org/8775810:31
derekhlifeless: as far as I can see all of the SUCCESS runs were on ci-overcloud-novacompute1-bvj3nddymido.novalocal10:31
derekhfor n in 3771592 3771592 3776515 3776515 3776577 3776577 3777769 3777769 3776841 3776841 3777368 3777368 3776278 3776278 3771525 3771525 3775944 3775944 3775634 3775634 3776041 3776041 ; do echo select host from instances where hostname like \"%3771592%\" | mysql nova ; done10:31
*** e0ne_ has quit IRC10:32
*** funzo has joined #tripleo10:33
*** funzo is now known as Guest2548410:33
derekhlifeless: scrap that, one sec10:34
derekhlifeless: that was too easy, stupid me, there on a misture of compute node 0,1,6,7 and 310:35
*** giulivo has quit IRC10:36
*** Guest25484 has quit IRC10:37
lifelessohhhh10:39
lifelessI think I know exactly whats going on10:39
lifelessthe manual fix for mellanox cannot be sticky across boots10:40
lifelessbecause we aren't updating the initrd nova-bm manages10:40
lifelessthats why the undercloud keeps going south10:40
lifelessSpamapS: ^ derekh10:40
*** akrivoka has joined #tripleo10:44
derekho, so can we set it to load post boot?10:45
lifelessso for the undercloud I'm going to upgrade it to trust10:46
lifelessthen copy the new kernel and ramdisk to the tftp tree10:47
lifelessthe same kernel and ramdisk should be able to be copied down to get us a working updated kernel on the saucy overcloud nodes10:47
lifelessbut one step at a time10:48
openstackgerritVictor Sergeyev proposed a change to openstack/tuskar-ui: Replace Integer to Number in Type check  https://review.openstack.org/8978910:50
*** giulivo has joined #tripleo10:54
*** mrunge has joined #tripleo10:55
*** e0ne has joined #tripleo11:03
openstackgerritColeman Corrigan proposed a change to openstack/tripleo-image-elements: reset-db to get all db parameters from the config  https://review.openstack.org/8834011:04
*** e0ne has quit IRC11:04
*** matsuhashi has quit IRC11:04
*** e0ne has joined #tripleo11:05
*** e0ne has quit IRC11:06
*** e0ne has joined #tripleo11:06
*** jang1 has quit IRC11:10
openstackgerritA change was merged to openstack/tuskar-ui: Improve developer documentation  https://review.openstack.org/8792811:10
*** killer_prince has quit IRC11:10
*** e0ne has quit IRC11:12
*** e0ne has joined #tripleo11:18
lifelessgreghaynes: https://review.openstack.org/#/c/85100/11:18
*** killer_prince has joined #tripleo11:21
*** slagle has joined #tripleo11:28
*** lazy_prince has quit IRC11:31
*** funzo has joined #tripleo11:33
*** funzo is now known as Guest5871311:34
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-image-elements: Add pacemaker and corosync as tripleo elements  https://review.openstack.org/8606911:36
*** Guest58713 has quit IRC11:38
*** olaph has quit IRC11:47
*** olaph has joined #tripleo11:47
*** Rakesh6 has quit IRC11:50
dshulyaklifeless: are you around? you mentioned here https://review.openstack.org/#/c/89613/, that heat should create vip for us11:52
dshulyakso it would be some kind of custom resource, like OS::Heat::VirtualIP?11:52
lifelessdshulyak: http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Neutron::Port11:53
dshulyakthanks11:54
*** lucasagomes is now known as lucas-hungry12:00
*** ramishra_ has joined #tripleo12:02
*** ramishra has quit IRC12:03
*** jistr is now known as jistr|english12:06
*** nosnos has quit IRC12:10
*** jistr|mobi has joined #tripleo12:11
*** morazi has joined #tripleo12:12
*** dprince has joined #tripleo12:15
*** pblaho has quit IRC12:23
*** mrunge has quit IRC12:24
*** bauzas1 has joined #tripleo12:26
openstackgerrittom-howley proposed a change to openstack/tripleo-image-elements: Fix parsing of node list in rabbitmq element  https://review.openstack.org/8981212:28
*** sballe has joined #tripleo12:29
*** weshay has joined #tripleo12:32
*** lazy_prince has joined #tripleo12:32
*** killer_prince has quit IRC12:33
*** lazy_prince is now known as killer_prince12:33
*** funzo has joined #tripleo12:34
*** funzo is now known as Guest1716512:34
*** w_ has joined #tripleo12:35
*** olaph has quit IRC12:37
*** sballe_ has joined #tripleo12:38
*** rlandy has joined #tripleo12:39
dprincederekh: what is with the .5 session votes? :)12:39
*** Guest17165 has quit IRC12:39
dprincederekh: do you break your poker chips in two as well?12:40
*** sballe has quit IRC12:40
Ngmorning12:41
derekhdprince: wanted to show a vote for sessions I thought could be merged, e.g. there is two network related session that I though could be merged12:41
derekhdprince: that depends on what kind of a hand I'm holding12:42
* dprince raises derekh .512:42
*** sballe_ has quit IRC12:43
dprincederekh: which two networking sessions?12:43
*** sballe_ has joined #tripleo12:43
derekhsummit.openstack.org/cfp/details/274 summit.openstack.org/cfp/details/10112:44
derekhdprince: ^12:44
dprincederekh: ah. So one is about Neutron, and the other is about everything that Neutron doesn't touch. Very different topics IMO12:45
derekhdprince: yup, I see the difference, but both important topics and would like to represent the fact that I think both should be represented12:46
*** andreaf_ has quit IRC12:48
*** jdob has joined #tripleo12:48
*** andreaf has joined #tripleo12:48
*** sballe_ has quit IRC12:49
derekhdprince: btw, as of last night RH rack is now processing jobs, although zuul seems to be hitting system wide problems this morning12:50
dprincederekh: cool :)12:50
*** w_ is now known as olaph12:57
*** markmc has joined #tripleo13:02
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-incubator: Change CtlVirtualInterface to br-ex  https://review.openstack.org/8961313:03
gilliardIs there a fix for the "Cannot find /home/mjg/.cache/tripleo/tripleo-incubator/scripts" issue with devtest?13:09
gilliardi.e. devtest fails almost immediately on a frresh checkout13:09
*** lucas-hungry is now known as lucasagomes13:09
openstackgerritA change was merged to openstack/os-refresh-config: Add basic unit tests  https://review.openstack.org/8363313:10
*** funzo has joined #tripleo13:11
*** funzo is now known as Guest5733613:11
*** matty_dubs|gone is now known as matty_dubs13:11
gilliardletting $TRIPLEO_ROOT default to ~/.cache/tripleo doesn't work any more, unless you have a copy of tripleo-incubator checked out in there already?13:13
*** Guest57336 is now known as funzo13:14
gilliardTRIPLEO_ROOT should default to `$(git rev-parse --show-toplevel)` (ie the root of the current repo), no?13:18
gilliardhave I missed something obvious?13:18
*** ramishra_ has quit IRC13:18
lifelessgilliard: see cd6c740ebd73669dfc6d09e1dac62d8b59fb099c in incubator13:19
lifelessgilliard: it should still be defaulting to ~/.cache/tripleo for now, though I think everyone wants to remove that default13:20
gilliardlifeless: I've got that open in front of me, but it doesn't say why the default TRIPLEO_ROOT is still in ~/.cache13:20
gilliardwell I guess I know how to work around it.  What kind of patch would you accept to fix it?13:21
*** nati_ueno has quit IRC13:21
lifelessremove the default :)13:21
lifelessI would assume13:21
lifelessI don't have cells to think about it right now, 0130 in the morning13:21
*** jprovazn has quit IRC13:22
*** jprovazn has joined #tripleo13:22
gilliard.zZ13:23
gilliardI'll put a patch up to fix13:23
lxslilifeless: please would you check the comments on https://review.openstack.org/#/c/87512/ ? In the (later) morning if you like13:27
*** jprovazn has quit IRC13:27
lifelesslxsli: sure13:30
*** sballe has joined #tripleo13:32
openstackgerritMatthew Gilliard proposed a change to openstack/tripleo-incubator: Sets TRIPLEO_ROOT to the base of the current clone  https://review.openstack.org/8983813:38
openstackgerritMatthew Gilliard proposed a change to openstack/tripleo-incubator: Defaults TRIPLEO_ROOT to base of the current clone  https://review.openstack.org/8983813:41
*** jistr|english is now known as jistr13:43
*** jprovazn has joined #tripleo13:51
*** jpeeler has joined #tripleo13:51
*** jpeeler has joined #tripleo13:51
slagledprince: you didn't even vote for your own session :)13:52
*** ramishra has joined #tripleo13:55
*** martyntaylor has left #tripleo13:56
openstackgerritGerry Drudy proposed a change to openstack/tripleo-image-elements: Store swift account, container & object data on /mnt filesystem  https://review.openstack.org/8984713:56
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-heat-templates: Introduce configurable virtual ip in templates  https://review.openstack.org/8955613:57
*** darraghb has joined #tripleo13:59
dprinceslagle: I did, I thought13:59
slagledprince: not the HACKING guidelines one14:00
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-heat-templates: Introduce configurable virtual ip in templates  https://review.openstack.org/8955614:00
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-incubator: Make CtlVirtualInterface configurable  https://review.openstack.org/8961314:12
*** weshay has quit IRC14:12
dprinceslagle: Given our existing time slots are limited to just 6 slots we should punt on that. HACKING is not the most important thing ATM.14:13
dprinceslagle: I think I added that session idea up there almost a month ago when there wasn't anything else posted...14:13
*** rwsu has joined #tripleo14:14
slagledprince: cool :)14:15
dprinceslagle: can you rebase your MTU patch: https://review.openstack.org/#/c/82803/14:15
slagledprince: yea, i need to14:18
openstackgerritGerry Drudy proposed a change to openstack/tripleo-image-elements: Store swift account, container & object data on /mnt filesystem  https://review.openstack.org/8984714:19
*** cody-somerville has quit IRC14:20
*** bauzas1 has quit IRC14:20
*** killer_prince has quit IRC14:23
openstackgerritStuart McLaren proposed a change to openstack/tripleo-image-elements: Add scripts for managing iptables  https://review.openstack.org/8986014:26
*** julim has joined #tripleo14:26
lifelessderekh: can I tag you in ?14:29
*** giulivo has quit IRC14:30
derekhlifeless: yup, on phone at the moment but should be free in a few minutes, let me know where you are14:30
lifelessderekh: 2014-04-24 HP undercloud - upgraded to trusty, venvs all broken.14:31
lifelessderekh: I will spare you for now the headaches in getting the upgrade done at all14:31
*** weshay has joined #tripleo14:32
lifelessderekh: but - there still seem to be regular network pauses - I'm starting to suspect STP timers or something, but hopefully no more mellanox lockups14:33
lifelessderekh: on the undercloud; overcloud not touched yet14:34
*** hashar has quit IRC14:34
*** hashar has joined #tripleo14:35
lifelessderekh: notes in the etherpad14:36
derekhlifeless: ok, would you like me fucose on under or overcloud ?14:36
openstackgerritStuart McLaren proposed a change to openstack/tripleo-image-elements: Add scripts for managing iptables  https://review.openstack.org/8986014:36
derekh*focus14:36
lifelessderekh: we need the undercloud back up or the overcloud will eventually all go offline when dhcp fails14:36
derekhlifeless: ok14:36
lifelessderekh: I'm seeing terrible packetloss to that machine still; it may be time to grab ng and get a DC ticket filed on it14:37
lifelesssince its now running latest drivers for sure14:37
Ngfun times14:37
lifelessderekh: but!14:37
lifelessderekh: the venvs in /opt/stack are bust14:38
Ngwhich machine are we talking about, re packetloss?14:38
lifelessderekh: I think its the 'config' symlink (use find to find it)14:38
NobodyCamgood morning TripleO - just checking to see if anyone has a few minute to take a look at https://review.openstack.org/#/c/89703/14:38
NobodyCamsimeple one line change :)14:38
derekhlifeless: ok, I'll try and get the venvs working14:38
lifelessderekh: which on quantal pointed at a python2.7 dir, and on trusty should point at a slightly different dir name14:38
lifelessderekh: if I'm right just fixing that will get the venvs sorted14:38
*** akrivoka has quit IRC14:39
lifelessderekh: rebuilding everything should absolutely not be needed.14:39
derekhlifeless: ok, got ya14:39
lifelesse.g14:39
lifelessheat-admin@undercloud-notcompute-jws3awlsb2kh:/opt/stack/venvs/os-apply-config/lib/python2.7$ ls -l14:39
lifeless ls -l config14:39
lifelesslrwxrwxrwx 1 root root 25 Sep 30  2013 config -> /usr/lib/python2.7/config14:39
lifelessbut that appears to need to point at /usr/lib/python2.7/config-x86_64-linux-gnu/14:40
*** TravT has joined #tripleo14:40
lifelesshmm,its more than that14:40
lifelessderekh: test via /opt/stack/venvs/os-apply-config/bin/python -c 'import io'14:41
derekhlifeless: ok, still on phone but will get at it as soon as I'm off14:42
lifelessNg: cd-undercloud.tripleo.org14:44
lifelessNg: e.g.14:44
lifeless64 bytes from 138.35.77.3: icmp_seq=1407 ttl=46 time=191 ms14:44
lifeless64 bytes from 138.35.77.3: icmp_seq=1409 ttl=46 time=191 ms14:44
lifeless--- cd-undercloud.tripleo.org ping statistics ---14:45
lifeless1415 packets transmitted, 220 received, 84% packet loss, time 2339066ms14:45
lifelessrtt min/avg/max/mdev = 191.136/191.955/198.603/0.956 ms14:45
Nglifeless: and that's coming from the bastion?14:45
lifelessNg: that ping was from *here*, but gather some data thyself14:45
Nglifeless: I will definnitely seek to rule out the pacific ocean :)14:46
*** newell has joined #tripleo14:47
lifelessderekh: ok, fix appears to be the config thing + copying the current python executable into e.g /opt/stack/venvs/os-apply-config/bin/python14:48
lifelessderekh: that got os-apply-config fixed, rest are up to you; I'm broken now :)14:49
derekhlifeless: ok, will verify and update the others14:49
Ngnot saying a ticket isn't needed, but fwiw I get very consistent pings from cd-undercloud atm14:50
*** bauzas has joined #tripleo14:51
*** lazy_prince has joined #tripleo14:51
*** lazy_prince is now known as killer_prince14:51
*** giulivo has joined #tripleo14:52
*** TravT has quit IRC14:56
*** geerdest has joined #tripleo14:58
*** jcoufal has quit IRC14:58
*** jistr has quit IRC14:59
*** untriaged-bot has joined #tripleo15:00
untriaged-botUntriaged bugs so far:15:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131163115:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130288115:00
uvirtbotLaunchpad bug 1311631 in tripleo "rabbitmq os-refresh config fails on the master due to mis-parsing of nodes list" [Undecided,In progress]15:00
uvirtbotLaunchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,Incomplete]15:00
untriaged-bothttps://bugs.launchpad.net/tuskar/+bug/131169515:00
uvirtbotLaunchpad bug 1311695 in tuskar "Error during the validation of Overcloud `attributes` field" [Undecided,New]15:00
*** untriaged-bot has quit IRC15:00
*** jcoufal has joined #tripleo15:01
*** jistr has joined #tripleo15:01
*** TravT has joined #tripleo15:02
*** jprovazn is now known as jprovazn_afk15:05
*** julim has quit IRC15:11
*** viktors is now known as viktors|afk15:16
openstackgerritStuart McLaren proposed a change to openstack/tripleo-image-elements: Add scripts for managing iptables  https://review.openstack.org/8986015:17
openstackgerritDmitry Shulyak proposed a change to openstack/tripleo-incubator: Make CtlVirtualInterface configurable  https://review.openstack.org/8961315:19
*** jeblair has joined #tripleo15:25
SpamapSNg: I have evidence that cd-undercloud had trouble pinging at least one host from 14:00 UTC to 14:26 UTC ...15:28
SpamapSNg: I left my ping thing setup on cd-undercloud .. so it tells me when 10.10.16.135 isn't pingable15:29
SpamapS135 is just a compute host now.. but either way.. connectivity problems were there15:29
SpamapSOh and sporadically through the night15:29
SpamapSNg: I suggest we make use of our nagios element (or the icinga element that is in the review queue.. :) and gather data by pinging routers as well as our hosts.15:30
*** lazy_prince has joined #tripleo15:33
*** e0ne has quit IRC15:34
openstackgerritA change was merged to openstack/tripleo-image-elements: RabbitMQ - Support clusters with more than 2 nodes  https://review.openstack.org/8633915:34
*** e0ne has joined #tripleo15:35
NgSpamapS: yeah that's not a terrible idea15:36
SpamapSNg: probably would be good to have the two regions ping eachother as well.15:37
SpamapSdprince: ^15:37
derekhNg: SpamapS venvs fixed on undercloud, all our undercloud python services appear to be running again15:37
Ngcool15:37
derekhNg: SpamapS is it possible the connectivity problems are related to the problem infra are/were seeing in hpcloud region b ?15:42
SpamapSwhat happened to the venvs?15:43
lazy_princeHi all, are there any issues with ci..? seems like some are still stuck..15:43
SpamapSderekh: Entirely possible yes15:43
derekhSpamapS: lifeless upgraded the undercloud to trusty, which resulted in busted venvs, he left me with a suggested fix that I applied to each of them and appears to have worked15:44
SpamapSderekh: upgraded.. like, in-place?15:45
openstackgerritA change was merged to openstack/diskimage-builder: Sort rhel/bin/map-packages  https://review.openstack.org/8976515:45
openstackgerritA change was merged to openstack/tripleo-image-elements: Haproxy should listen only on vip  https://review.openstack.org/8951715:45
openstackgerritA change was merged to openstack/tripleo-image-elements: Make bin/ensure-bridge executable  https://review.openstack.org/8959315:45
derekhSpamapS: yup15:45
*** cody-somerville has joined #tripleo15:46
*** cody-somerville has joined #tripleo15:46
SpamapSahh15:49
SpamapSthats.. an odd choice15:49
derekhiirc it was for the newer mellanox driver15:51
SpamapSyes but that makes no sense because the undercloud already had the latest upstream mellanox15:51
derekh<lifeless> I think I know exactly whats going on15:52
derekh<lifeless> the manual fix for mellanox cannot be sticky across boots15:52
derekh<lifeless> because we aren't updating the initrd nova-bm manages15:52
derekh<lifeless> thats why the undercloud keeps going south15:52
SpamapSanyway, ok so undercloud is working now?15:52
SpamapSahhhhh15:52
SpamapSlurvely15:52
derekhSpamapS: yes, appears to be (unless we still have connectivity problems)15:52
SpamapSthough the answer to that is to rmmod mlx4_en and then modprobe it again. :-P15:52
derekhso now we have about 20 nodes on the overcloud in ERROR state, which take from capacity, if there still there in a few minutes, I think we should reset-state them so that nodepool can delete them15:53
derekhlazy_prince: yup, lots for slowness in CI today15:54
lazy_princederekh: aha..15:54
lazy_princeit seems like there are tasks in queue from last 8hrs..15:55
*** cody-somerville has quit IRC15:55
*** e0ne has quit IRC15:55
*** eghobo has joined #tripleo15:55
*** rpodolyaka has quit IRC15:56
SpamapSderekh: I think we should just reset-state them.15:56
derekhSpamapS: ok, I'll do it now15:56
derekhdone15:59
*** cwolferh has joined #tripleo16:01
*** matty_dubs is now known as matty_dubs|lunch16:02
*** lazy_prince has quit IRC16:06
*** cody-somerville has joined #tripleo16:07
*** blamar has quit IRC16:08
SpamapSseems like most of our ERROR states are still weird things where neutron fails16:11
*** vinsh_zzzz is now known as vinsh16:11
*** chuckC has joined #tripleo16:11
*** mkerrin has quit IRC16:16
*** mkerrin has joined #tripleo16:26
*** jistr_ has joined #tripleo16:27
openstackgerritJames Slagle proposed a change to openstack/tripleo-heat-templates: Expose dnsmasq options  https://review.openstack.org/8280316:28
*** jistr has quit IRC16:31
*** hashar has quit IRC16:31
derekhroot@ci-overcloud-novacompute1-bvj3nddymido:/var/log/upstart# ls | wc -l16:35
derekh7512916:35
*** jcoufal has quit IRC16:35
*** jistr|mobi has quit IRC16:36
*** jistr_ has quit IRC16:37
SpamapSderekh: yeah, https://review.openstack.org/#/c/84561/16:39
*** fandi has joined #tripleo16:41
derekhSpamapS: will that flood the console with nework messages (if using textcons for example?)16:43
*** darraghb has quit IRC16:44
*** darraghb has joined #tripleo16:44
*** matty_dubs|lunch is now known as matty_dubs16:48
*** giulivo has quit IRC16:49
*** dprince has quit IRC16:50
*** blamar has joined #tripleo16:50
SpamapSderekh: it's a slow trickle16:53
SpamapSderekh: if we do 'console none' they're lost .. not sure I like that. :-/16:53
derekhSpamapS: ok, fair enough16:54
SpamapSderekh: especially if there are problems in early boot before all these taps go crazy16:54
*** ramishra has quit IRC16:57
openstackgerritA change was merged to openstack/tripleo-image-elements: RabbitMQ - Consistent PID file location  https://review.openstack.org/8560416:57
*** ramishra has joined #tripleo16:57
NobodyCamping funzo16:57
openstackgerritA change was merged to openstack/tripleo-image-elements: Make innodb pool size configurable  https://review.openstack.org/8688916:58
NobodyCamfunzo: just wanted to check on the RHEL dib elements, do you happen to recall are they both in a working state?16:58
*** lucasagomes_ has joined #tripleo16:59
vinshSpamapS, lifeless, greghaynes Wanted to toss another "thank you" your way.. you guys really brought my tripleo-fu up a few levels yesterday.  ++1116:59
openstackgerritMatthew Gilliard proposed a change to openstack/tripleo-heat-templates: Increase PXE deployment timeout for overcloud  https://review.openstack.org/8652317:00
*** lucasagomes has quit IRC17:00
derekhSpamapS: gotta run, I +2'd that change, I think lifeless mentioned redeploying an overcloud yesterday now that the RH rack is running, should be back later to help out if its needed17:01
*** ramishra has quit IRC17:02
*** lucasagomes has joined #tripleo17:02
*** derekh has quit IRC17:02
*** spzala has joined #tripleo17:05
*** lucasagomes_ has quit IRC17:05
*** nati_ueno has joined #tripleo17:06
*** nati_uen_ has joined #tripleo17:12
davidlenwellhow up to date is this? http://docs.openstack.org/developer/tripleo-incubator/deploying.html17:13
*** nati_ueno has quit IRC17:15
*** lucasagomes is now known as lucas-dinner17:16
openstackgerritColeman Corrigan proposed a change to openstack/tripleo-image-elements: reset-db to get all db parameters from the config  https://review.openstack.org/8834017:16
*** eghobo has quit IRC17:17
*** nekron99 has joined #tripleo17:18
openstackgerritBen Nemec proposed a change to openstack/tripleo-incubator: Allow to set seed node cpus and memory  https://review.openstack.org/8407817:19
*** eghobo has joined #tripleo17:19
*** eghobo has quit IRC17:20
*** eghobo has joined #tripleo17:20
mordredSpamapS: lifeless and I were talking about my patch to get nodepool to use dib - and one of the thigns I need is a dynamic list of repos created17:21
mordredhe suggested that I do it somewhere in pre-something before something17:21
mordredany ideas?17:21
SpamapSmordred: source-repositories does the bulk of the work of cloning repos and stuff17:23
SpamapSmordred: so elements/source-repositories/extra-data.d/98-source-repositories is the script you probably want to inspect17:24
mordredyah. I think he was suggesting I do an element in extra-data before 98 then17:25
mordredthat creates a source-repositories file?17:25
mordreddoes that sound reasonable?17:25
SpamapSwell wait let's back up so I know what you're trying to do17:26
mordredSpamapS: the problem wanting to be solved is that instead of listing all of the repos by hand in a file17:26
mordredI want to dynamically create that list at runtime17:26
mordred(specifically by querying gerrit for the list of existing projects)17:26
SpamapSOk17:26
SpamapSso yeah, in extra-data.d before 98-source-repositories, you'd do that17:26
*** jtomasek has quit IRC17:26
mordredand I want that script to make a file in TMP_HOOKS_PATH right?17:27
SpamapSand dump it into $TMP_HOOKS_PATH17:27
SpamapSsource-repository-${SOMETHING_UNIQUE}17:27
mordredyah. awesome17:27
mordredthanks!17:27
SpamapSmordred: is this intended to replace the template/snap thing?17:28
mordredyeah17:28
mordredcurrent non-functional proto-patch is here: https://review.openstack.org/#/c/88479/17:28
mordredit's both old and broken- so I need to update the contents of the elements to match recent changes in launch scripts17:29
mordredbut also I need to not have a hard-coded list of repos anymore17:29
*** bauzas has quit IRC17:30
*** jang1 has joined #tripleo17:30
*** panda has quit IRC17:32
*** panda has joined #tripleo17:32
*** marun has joined #tripleo17:34
*** darraghb has quit IRC17:34
funzoNobodyCam: I haven't ran the dib build for rhel in a while, but as of the havana release they were working17:40
funzoNobodyCam: did you see behavior to the contrary?17:40
NobodyCamfunzo: Nope, I am working on a project that may be able to use them. and I just wanted to check before I spoke to soon :)17:41
NobodyCamlucas said you'd prob know.. So I asked :)17:42
*** markmc has quit IRC17:44
*** morganfainberg_Z is now known as morganfainberg17:48
funzoNobodyCam: pretty sure it's fine right now17:49
funzoworks with the 6.5 cloud image that is on rhn17:49
NobodyCamsweet :)17:50
NobodyCamTY funzo :)17:50
funzonp17:50
*** lsmola has quit IRC17:51
*** saurabhs has joined #tripleo18:00
*** eguz has joined #tripleo18:01
*** dprince has joined #tripleo18:03
*** jtomasek has joined #tripleo18:04
*** eghobo has quit IRC18:05
*** epim has joined #tripleo18:05
*** e0ne has joined #tripleo18:07
*** e0ne has quit IRC18:14
*** cwolferh has quit IRC18:17
*** sdake_ has joined #tripleo18:18
openstackgerritRadomir Dopieralski proposed a change to openstack/tuskar-ui: Include default configuration for Sphinx  https://review.openstack.org/8978018:18
*** epim has quit IRC18:19
*** e0ne has joined #tripleo18:28
*** blamar has quit IRC18:28
*** blamar has joined #tripleo18:29
*** jtomasek has quit IRC18:30
*** blamar has quit IRC18:33
*** e0ne has quit IRC18:35
jeblairBadRequest: Error. Unable to associate floating ip (HTTP 400) (Request-ID: req-c0350822-ae5d-4cfd-b045-4ec8a7d0252b)18:35
jeblairSpamapS: ^ seen in infra nodepool18:35
*** pblaho has joined #tripleo18:37
SpamapSjeblair: ack, investigating18:38
SpamapSjeblair: /var/log/upstart/nova-api.log:2014-04-23 18:34:55.589 29336 WARNING nova.api.openstack.compute.contrib.floating_ips [req-c0350822-ae5d-4cfd-b045-4ec8a7d0252b d5af62d2183d431796d74c5bb119ec9f e01e473a9250498883955b80966a1e58] multiple fixed_ips exist, using the first: 192.168.1.11118:38
*** spzala has quit IRC18:40
*** chuckC has quit IRC18:42
*** hashar has joined #tripleo18:42
*** chuckC has joined #tripleo18:51
*** dshulyak_ has joined #tripleo19:00
openstackgerritA change was merged to openstack/tripleo-image-elements: Get the test env overcloud password from the correct place  https://review.openstack.org/8847119:03
*** jprovazn_afk has quit IRC19:03
*** nati_uen_ has quit IRC19:08
*** jdob_ has joined #tripleo19:10
*** nati_ueno has joined #tripleo19:14
*** e0ne has joined #tripleo19:26
openstackgerritAdam Vinsh proposed a change to openstack/tripleo-image-elements: haproxy make element balance type configurable  https://review.openstack.org/8810519:27
*** dshulyak_ has quit IRC19:30
openstackgerritAdam Vinsh proposed a change to openstack/tripleo-image-elements: haproxy make element balance type configurable  https://review.openstack.org/8810519:30
*** nati_ueno has quit IRC19:30
*** epim has joined #tripleo19:34
*** ifarkas has quit IRC19:35
*** e0ne has quit IRC19:35
*** nekron99 has quit IRC19:40
*** julim has joined #tripleo19:41
openstackgerritGregory Haynes proposed a change to openstack/tripleo-image-elements: Allow multiple binds per service in haproxy  https://review.openstack.org/8992519:53
*** bauzas1 has joined #tripleo19:57
lifelessSpamapS: yes, the undercloud locked up with sa_alloc, and I was like W T F20:03
lifelessSpamapS: then went on a rage fueled fix which took me recursively back to the seed host (quantal! - couldn't reliably boot the undercloud) and bastion jumphost (also quantal, also unreliable)20:04
lifelessSpamapS: all three are now dum dum dum duuuuum trusty20:04
lifelessNg: how did we do on networking ?20:05
lifelessNg: was it just the pacific?20:05
*** nati_ueno has joined #tripleo20:06
Nglifeless: yeah the pings were very smooth and consistent for me, but it does seem like we are getting intermittent issues. I think SpamapS is right and we should set up more consistent monitoring of this stuff. transient internet stuff doesn't seem like the only thing at play here20:08
openstackgerritGregory Haynes proposed a change to openstack/tripleo-image-elements: Add os-is-bootstrap-host element and script  https://review.openstack.org/8643520:08
*** pblaho has quit IRC20:09
openstackgerritGregory Haynes proposed a change to openstack/tripleo-incubator: Slight increase in testenv disk space  https://review.openstack.org/8845920:09
*** andreaf has quit IRC20:11
*** nati_ueno has quit IRC20:11
Ngare we actually running a nagios somewhere already?20:11
Ngcurious how the config would get built out, for adding machine pings20:12
*** marun has quit IRC20:12
*** marun has joined #tripleo20:12
SpamapSNg: we have a nagios element which takes nova client creds20:15
SpamapSNg: and ping/ssh monitors all the boxes20:15
SpamapSNg: so we can just stick that on the undercloud20:15
Ngah right, so we don't have it running somewhere already20:16
*** chuckC has quit IRC20:19
*** eguz has quit IRC20:19
*** eghobo has joined #tripleo20:20
*** nati_ueno has joined #tripleo20:24
*** julim has quit IRC20:33
*** ccrouch1 has joined #tripleo20:38
*** ccrouch has quit IRC20:39
*** marun has quit IRC20:41
*** jdob_ has quit IRC20:44
SpamapSFYI: just released os-collect-config 0.1.16 (since it fixes Heat software-config)20:45
lifelessslagle: you saw you got voluntered for release duty by your compatriot ?20:50
slaglelifeless: i did!20:53
slaglelifeless: will push stuff out tomorrow...unless someone is waiting for it earlier?20:53
lifelessI don't think so other than occ which SpamapS just ninjad20:54
lifelessslagle: thanks ;)20:54
slaglecool20:54
lifelessoh, note there is a new occ too - os-cloud-config that needs to get on the 0.0.x bandwagon20:56
*** untriaged-bot has joined #tripleo21:00
untriaged-botUntriaged bugs so far:21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/131163121:00
uvirtbotLaunchpad bug 1311631 in tripleo "rabbitmq os-refresh config fails on the master due to mis-parsing of nodes list" [Undecided,In progress]21:00
untriaged-bothttps://bugs.launchpad.net/tripleo/+bug/130288121:00
*** untriaged-bot has quit IRC21:00
uvirtbotLaunchpad bug 1302881 in tripleo "incloud CIDR can overlap custom baremetal-network" [Undecided,Incomplete]21:00
lifelessNobodyCam: hows the ironic job looking ? do youneed any debug / analysis assistance?21:01
NobodyCamieek I need a good run from the gate... Thank you for ping....21:05
*** akrivoka has joined #tripleo21:05
*** akrivoka has quit IRC21:11
*** jdob has quit IRC21:17
*** hashar has quit IRC21:17
*** andreaf has joined #tripleo21:21
*** yamahata has joined #tripleo21:26
*** rha has quit IRC21:45
*** jang1 has quit IRC21:47
*** dprince has quit IRC21:52
*** matty_dubs is now known as matty_dubs|gone21:58
*** nati_ueno has quit IRC21:59
openstackgerritChris Krelle proposed a change to openstack/tripleo-image-elements: Update mysql element to work better with OpenSuSe  https://review.openstack.org/8994722:08
tchaypomorninges22:08
greghaynesO/22:09
vinshoy oy oy.. with keepalived running on 3 control nodes... all of them stay as master22:13
vinsheven once they get an advert from a node with a higher priority22:13
greghaynesah yes, that sounds like the keepalived I know and love22:13
* vinsh screams :)22:14
vinshany thing come to mind.. as a typical gotcha?22:14
*** nati_ueno has joined #tripleo22:15
greghaynesNerp, I usually have to break out the tcpdump with that one22:15
greghaynesgot a patch?22:15
greghayneser, review22:15
vinshI don't is just the out of box config here22:15
greghaynesqh22:15
vinshroot@overcloud-controller2-tk4sygwhq3jf:~# tcpdump -v -i eth0 host 224.0.0.1822:16
vinshtcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes22:16
vinsh22:07:50.667318 IP (tos 0xc0, ttl 255, id 24, offset 0, flags [none], proto VRRP (112), length 40)22:16
vinsh    192.0.2.254 > 224.0.0.18: vrrp 192.0.2.254 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 101, authtype none, intvl 1s, length 20, addrs: 192.0.2.25422:16
vinsh22:07:50.803081 IP (tos 0xc0, ttl 255, id 16, offset 0, flags [none], proto VRRP (112), length 40)22:16
vinsh    192.0.2.254 > 224.0.0.18: vrrp 192.0.2.254 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 100, authtype none, intvl 1s, length 20, addrs: 192.0.2.25422:16
vinsh22:07:51.668682 IP (tos 0xc0, ttl 255, id 25, offset 0, flags [none], proto VRRP (112), length 40)22:16
vinsh    192.0.2.254 > 224.0.0.18: vrrp 192.0.2.254 > 224.0.0.18: VRRPv2, Advertisement, vrid 51, prio 101, authtype none, intvl 1s, length 20, addrs: 192.0.2.25422:16
greghaynespatste paste paste!22:16
vinshsometimes.. it sees controller 0 or 1.. that have priorities 200 and 300 respectively22:16
vinshyet it stays master.22:16
greghayneshrmm, its been a while and id need to read some docs22:17
ccrouch1lifeless: do you  know when our tirpleo design sessions will be yet?22:17
ccrouch1/me is trying to plan his summit: http://junodesignsummit.sched.org/22:17
vinshgreghaynes, i'll capture more relevent stuffs and toss it in a pastebin for ya.  going to keep trying different configs here.22:19
greghaynesok22:20
greghaynesalso I think I saw some patches up for doing VIP master election already22:20
greghayneshttps://review.openstack.org/#/c/87873/22:21
*** noslzzp has quit IRC22:31
lifelessccrouch1: end of the week22:37
lifelessthursday night + friday22:38
*** rcarrillocruz has joined #tripleo22:42
*** yamahata has quit IRC22:47
*** bauzas1 has quit IRC23:04
mordredlifeless: hey - is there a way to run a script in an element as a particular user?23:07
clarkbmordred: you should be able to su right? dib runs as root? just be sure to exit when done as that user23:07
mordredclarkb: right - but if I want to run an entire script as a user23:08
*** bnemec has quit IRC23:09
*** chuckC has joined #tripleo23:09
*** noslzzp has joined #tripleo23:10
*** bnemec has joined #tripleo23:10
lifelessmordred: exec23:11
lifelesswithin the script23:11
ccrouch1lifeless: thanks23:12
mordredlifeless: thanks. next ? - is there an install-package equiv to remove a package?23:14
hewbroccayum remove?23:15
* hewbrocca hides23:15
mordred:)23:15
* greghaynes is afraid to ask why23:17
*** andreaf has quit IRC23:18
greghaynespretty sure the answer is no, though23:18
mordredgreghaynes: well - if you were using a thing, such as a downloaded script23:19
mordredand it did 95% of what you wanted, but it installed an extra thign you did not want23:19
mordredand you wanted to make sure that thing was not actually in the image23:19
greghaynesah. knowing us there might be some sed s/<suff>// on that script23:19
mordredgreghaynes: s/if you were using a downloaded script/if you were running a very large amount of puppet which as a side effect caused python-pip to be installed/23:20
greghaynes:(23:20
mordred(it's ok that the answer is no - I can deal with it - was just trying to make sure I wasn't not using magic if it was there)23:21
*** chuckC has quit IRC23:21
greghaynesAh, well sounds like fun23:22
lifelessmordred: there is not yet but sure there should be23:24
mordredgreghaynes: so much fun23:26
mordredlifeless: last question - are you guys still using workspace-cache/$git_repos - or have you transitioned to using /opt/git?23:27
mordredlifeless: (working on translating nodepool-scripts into elements)23:27
lifelessmordred: would love patches to migrate us23:27
*** adam_g has joined #tripleo23:35
*** CaptTofu has quit IRC23:39
*** CaptTofu has joined #tripleo23:39
*** CaptTof__ has joined #tripleo23:41
*** CaptTofu has quit IRC23:43
mordredlifeless: what repos are those in? toci? others?23:50
lifelessmordred: should be all in the nodepool scripts + a little adapter glue in toci23:50
mordredlifeless: well, the creation of the repos in nodepool is the thing I was hoping I could delete23:51
mordredlifeless: so lemme go make you a toci patch23:52
lifelessawesome sauce23:53
mordredlifeless:23:53
mordredmordred@camelot:~/src/openstack-infra/tripleo-ci$ git grep workspace-cache23:53
mordrednothing23:53
mordredlifeless: I'm going to take that to mean that, perhaps, you are in fact already moved off23:53
lifeless# set DIB_REPOLOCATION_<project> for each of the projects cloned by devstack-vm-gate-wrap.sh23:54
lifeless# built images will then pull git repository dependencies from local disk.23:54
lifelessfor GITDIR in $(ls -d /opt/stack/new/*/.git) ; do23:54
lifelesstoci_devtest.sh23:54
mordredoh. you're being driven by d-g still. gotcha23:56
lifelesswe don't use d-g at all, but we have common layout23:56
mordredwhat does the copy from workspace-cache to opt/stack/new then?23:56
lifelesswe do use d-v-g-wrap23:57
lifelesscp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh23:57
mordredthat's what I mean23:57
mordredmeant23:57
lifeless./safe-devstack-vm-gate-wrap.sh23:57
lifelessok23:57
* mordred groks now23:57
lifelessso yes ^23:57
lifelessfrom ./modules/openstack_project/files/jenkins_job_builder/config/tripleo.yaml23:57
lifelessomg windows 19G for the base install. WTF23:59

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