Saturday, 2014-03-22

*** e0ne has joined #tripleo00:00
lifelessboom tish00:01
*** e0ne has quit IRC00:02
*** e0ne has joined #tripleo00:02
*** CaptTofu has quit IRC00:05
*** e0ne has quit IRC00:05
*** CaptTofu has joined #tripleo00:05
*** CaptTofu has quit IRC00:06
*** CaptTofu_ has joined #tripleo00:06
Lotus907efiso how do I build a overcloud image from precise?00:06
SpamapSLotus907efi: not recommended00:09
SpamapSLotus907efi: actually.. we don't use nbd anymore, so it might work00:09
lifelessSpamapS: builds should be fine00:09
Lotus907efinbd?00:09
lifelessSpamapS: it was always libvirt and ovs we had issues with00:09
SpamapSlifeless: I was remembering the slowness as "precise sucks for dib" .. forgot that we fixed that :)00:10
SpamapSlifeless: qemu-nbd too IIRC00:10
lifelessSpamapS: for speed yes, but not functionality00:10
SpamapSbut we wrote that out long long ago00:10
lifelessyup00:10
Lotus907efiso I would like to see if I can do two things: a) boot a VM with precise and b) boot a real baremetal node with precise00:11
SpamapSthat may work... precise only gets really ugly when you start wanting to use it for compute node / network node00:14
SpamapSoh and you have to backport a few missing things like jq00:14
Lotus907efireally?00:15
Lotus907efino jq in precise?00:15
Lotus907efiSpamapS: so I see an E-mail from you were it says: There should be no problem at all building precise.00:16
Lotus907efiDIB_RELEASE=precise00:16
Lotus907efi00:16
SpamapSLotus907efi: Right, you can build precise. Whether you can build everything on precise .. I don't know00:18
openstackgerritAllison Randal proposed a change to openstack/tripleo-heat-templates: Pass undercloud metadata to overcloud compute  https://review.openstack.org/8155200:20
Lotus907efiso to create a precise image I set that variable and then do... $TRIPLEO_ROOT/diskimage-builder/bin/disk-image-create $NODE_DIST -a $NODE_ARCH -o $TRIPLEO_ROOT overcloud-compute hosts   baremetal nova-compute nova-kvm neutron-openvswitch-agent os-collect-config   dhcp-all-interfaces $DIB_COMMON_ELEMENTS $OVERCLOUD_COMPUTE_DIB_EXTRA_ARGS 2>&1 |   tee $TRIPLEO_ROOT/dib-overcloud-compute.log  ???00:20
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Add Ironic support to incubator.  https://review.openstack.org/8195900:25
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Remove backwards compatability in setup-baremetal  https://review.openstack.org/7846700:25
lifelessStevenK: ^ the fixes we discussed, since I had a few minutes00:25
lifelessLotus907efi: the VM will be a problem, because libvirt and ovs in precise are lacking00:26
Lotus907efihmmm00:26
Lotus907efiso how about just creating the image so I can boot a real node from it?00:26
lifelessLotus907efi: why do you want precise for these bits?00:26
Lotus907efihpcloud is currently built on precise00:26
lifelessLotus907efi: you can build images that are themselves precise00:26
Lotus907efiok00:27
Lotus907efiI am not trying to run devtest on precise00:27
Lotus907efijust trying to create overcloud images with precise00:27
lifelessLotus907efi: but I would be concerned about running the undercloud infra itself on precise; precise for the overcloud should be just fine.00:27
Lotus907efiok, so just overcloud00:27
lifelessLotus907efi: export DIB_RELEASE=precise00:28
lifelessbefore building your overcloud images00:28
Lotus907efirecall the other day when I was trying to figure out the slowness on that devtest run on that other system?00:31
Lotus907efiI am seeing on my system too that when python stuff is happening from my pypi mirror that things take 25 - 30 sec each operation before something happens00:32
Lotus907efiso soemthing like: Downloading/unpacking pbr>=0.5.21,<1.0 (from os-apply-config)00:32
Lotus907efithen it waits 25 - 30 seconds before any output beyond: http://15.126.28.132/pypi/mirror/pip/ uses an insecure transport scheme (http). Consider using https if 15.126.28.132 has it available00:33
Lotus907efiis that 25 - 30 sec pause normal when pulling from an internal pypi mirror?00:35
Lotus907efior do I have something wrong here?00:35
openstackgerritlifeless proposed a change to openstack/tripleo-incubator: Add Ironic support to incubator.  https://review.openstack.org/8195900:36
lifelessLotus907efi: 25-30 seconds sounds like a timeout of some sort00:37
lifelessLotus907efi: are you using --offline?00:37
Lotus907efiyeah, that is what I am thinking00:37
Lotus907efibut it is just a http fetch right?00:37
lifelessLotus907efi: if you don't, the pypi element will still have the official pypi mirror listed00:37
Lotus907efior does it do something "special" that I am not aware of?00:37
Lotus907efiwhere do I set "--ofline"00:38
Lotus907efi--offline00:38
lifelessexport DIB_COMMON_ELEMENTS="stackuser --offline"00:38
Lotus907efihmm, no I don't have that00:38
lifelessthe --offline inhibits git pulls except if the repo hasn't been cloned at all, stops checking for ubuntu base image updates, and trusts that the pypi mirror is authoritative00:39
Lotus907efihmmm00:39
Lotus907efiok, let me restart my devtest run and see what diff this makes00:39
Lotus907efiso it should look like: export DIB_COMMON_ELEMENTS="stackuser --offline apt-sources use-ephemeral pypi"00:41
lifelessyes00:41
Lotus907efior does the offline thing have to go at the end?00:41
lifelessanywhere00:41
Lotus907efior it doesn't matter?00:41
Lotus907eficool00:41
Lotus907efiwow, lots faster!00:43
*** rpodolyaka1 has joined #tripleo00:44
*** geerdest has quit IRC00:47
Lotus907efiso there is no way to put export DIB_RELEASE=precise in there somewhere so it ONLY affects the overcloud images?00:48
*** rpodolyaka1 has quit IRC00:49
*** marun has quit IRC00:52
lifelessLotus907efi: nope, but once you've done a deploy you'd never run devtest in toto again, you don't want to undeploy your cloud :)00:52
*** marun has joined #tripleo00:52
Lotus907efihmmm so no way to run devtest and do something different like that for overcloud verses undercloud?00:53
Lotus907efior to specify different DIB_COMMON_ELEMENTS for overcloud that are different than undercloud?00:55
Lotus907efiprior to devtest run00:55
lifelessyou can specific different dib arguments00:55
lifelessthere are separate _EXTRA_ARGS parameters for dib00:55
Lotus907efiah00:55
Lotus907efiok00:55
lifelessbut - point is00:56
lifelessdevtest.sh is purely a developer tool00:56
Lotus907efiyeah, I get that00:56
lifelessdevtest_$foo is somewhat between developer and ops00:56
lifelessand the underlying scripts are what we're producting into ops tools00:56
Lotus907efiis there a plan to come up with something more "production like" that is not a pure development tool at some point?00:56
Lotus907efior does something like that already exist?00:57
Lotus907efiah, ok00:57
lifelessso e.g. os-apply-config - production tool00:59
lifelesssetup-baremetal - intended to be production tool01:00
*** e0ne has joined #tripleo01:00
Lotus907efiok01:03
*** e0ne has quit IRC01:04
*** eguz has quit IRC01:07
*** cwolferh has quit IRC01:31
*** marun has quit IRC01:33
lifelessgmm01:42
lifelessUpdating cache of https://github.com/kanaka/noVNC.git in /home/robertc/.cache/image-create/source-repositories/novnc_eac807d7dcef19baf4dd80e1f38fc67a7720c193 with ref master01:42
lifelessfatal: unable to access 'https://github.com/kanaka/noVNC.git/': Failed connect to github.com:443; Connection timed out01:42
lifelesswe need to fix that01:42
*** marun has joined #tripleo01:42
*** rpodolyaka1 has joined #tripleo01:45
*** rpodolyaka1 has quit IRC01:49
*** fandi has joined #tripleo01:54
*** e0ne has joined #tripleo02:00
*** e0ne has quit IRC02:04
*** rpodolyaka1 has joined #tripleo02:46
*** rpodolyaka1 has quit IRC02:51
*** e0ne has joined #tripleo03:00
*** e0ne has quit IRC03:03
*** marun has quit IRC03:03
*** marun has joined #tripleo03:26
*** eghobo has joined #tripleo03:28
*** cwolferh has joined #tripleo03:41
*** cwolferh has quit IRC03:46
*** rpodolyaka1 has joined #tripleo03:46
*** nati_ueno has quit IRC03:47
*** rpodolyaka1 has quit IRC03:51
*** CaptTofu_ has quit IRC03:55
*** e0ne has joined #tripleo04:00
*** e0ne has quit IRC04:02
*** cwolferh has joined #tripleo04:11
SpamapShttp://paste.openstack.org/show/74058/04:14
SpamapSStderr: '2014-03-22T02:38:53Z|00001|reconnect|WARN|unix:/var/run/openvswitch/db.sock: connection attempt failed (No such file or directory)\novs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory)\n'04:14
SpamapSI think we might be racing with openvswitch services at start-up04:14
SpamapSgah04:15
SpamapSsame horrible mistake repeated a thousand times04:15
SpamapSstart on (local-filesystems and net-device-up IFACE=lo)04:15
SpamapSstop on runlevel [!2345]04:15
SpamapSProbably are going to have to do a wait-for-state job to deal with taht. Ugh.04:21
lifelessupstream packaging bug right ?04:23
SpamapSsort of04:23
SpamapSlifeless: that is the wrong start on, but I don't think that is the cause of the problem04:23
SpamapSlifeless: We probably need to have neutron-openvswitch-agent issue this in its' pre-start:04:23
SpamapSstart wait-for-state WAIT_FOR=openvswitch-switch WAITER=neutron-openvswitch-agent WAIT_STATE=started TARGET_GOAL=start04:24
lifelessSpamapS: ah, this is the 'why did you you need to restart n-o-a' ?04:24
SpamapSlifeless: Otherwise we have to put a retry loop on all of the ovs-vsctl commands04:25
SpamapSlifeless: most likely yes04:25
SpamapShttp://logs.openstack.org/44/82244/1/check-tripleo/check-tripleo-ironic-undercloud-precise/471be67/04:25
lifelessSpamapS: couple of thoughts04:25
SpamapSspecifically seen in 192.0.2.3_logs.tgz04:25
lifelessSpamapS: a) its not the switch we need, its the DB04:25
lifelessSpamapS: b) because the db may be restarted from time to time, neutron needs to be resilient and wait/resync/something in this situation04:26
SpamapSthe socket is created by -switch, or by -control ?04:26
lifelessSpamapS: control04:26
SpamapSOk yeah that's a sysvinit04:26
lifelessthe switch is dataplane, db is control plane04:26
SpamapSso an even harder race to solve04:26
lifelessat least, thats my understandin04:26
SpamapSlifeless: I dunno. I'm o-k with local sockets being expected to exist. Not necessarily to respond, but just to exist.04:26
lifelessSpamapS: the command will error if the db doesn't respond04:27
SpamapSretry everything forever all the time. :)04:27
lifelessSpamapS: right04:27
lifelessSpamapS: so I'm not against us working around it04:27
SpamapSIt's the Cloud Way04:27
lifelessbut we need to have neutron deal04:27
SpamapSYeah.. I have made this argument to people about things like mysql and rabbitmq as well.. so it makes sense even thought his particular case only includes a local socket.. processes go away too.04:28
SpamapSOk back to Friday and my now-half-empty box of wine. :)04:29
SpamapSlifeless: btw, this was the only fail in https://review.openstack.org/#/c/82244/'s CI check04:29
lifelesscool04:30
lifelessdoes 82244 give use graceful ?04:30
*** blamar has quit IRC04:45
*** blamar has joined #tripleo04:45
*** rpodolyaka1 has joined #tripleo04:47
*** rpodolyaka1 has quit IRC04:52
*** rpodolyaka1 has joined #tripleo04:53
*** rwsu has quit IRC04:54
*** rpodolyaka1 has quit IRC04:59
*** e0ne has joined #tripleo05:00
*** rpodolyaka1 has joined #tripleo05:01
*** e0ne has quit IRC05:03
*** fandi has quit IRC05:15
*** vkozhukalov has joined #tripleo05:22
*** fandi has joined #tripleo05:27
*** fandi has quit IRC05:30
*** fandi has joined #tripleo05:44
*** cwolferh has quit IRC05:51
*** rpodolyaka1 has quit IRC05:59
*** rpodolyaka1 has joined #tripleo06:00
*** e0ne has joined #tripleo06:00
*** e0ne has quit IRC06:02
*** eghobo has quit IRC06:03
*** eghobo has joined #tripleo06:05
*** rpodolyaka1 has quit IRC06:09
tchaypogreat. so first install-dependencies.sh starts barfing on my with "sudo: no tty present and no askpass specified"06:20
tchaypothen I try to ask google why, and the snippet it gives me is06:20
tchaypo2014-03-10T00:00:09 <tchaypo> my laundry was untouched 2014 ...06:20
tchaypoeavesdrop.openstack.org/irclogs/%23tripleo/%23tripleo.2014-03-10.log‎06:20
lifelessfedora?06:22
tchaypoubuntu06:29
tchaypoI've updated https://bugs.launchpad.net/tripleo/+bug/1285285 with some output06:30
uvirtbotLaunchpad bug 1285285 in tripleo "libvirtd group addition doesn't stick" [Medium,Triaged]06:30
tchaypohello uvirtbot06:30
tchaypouvirtbot: hello there06:30
uvirtbottchaypo: Error: "hello" is not a valid command.06:30
tchaypolawl06:30
tchaypookay. So I detach tmux and run it from a bare shell... and it works more better06:36
tchaypono wait, it hasn't done the exec. it's asking for my sudo password, but this is the outer run of install-dependencies.sh06:37
tchayponope, it sill barfs at the same point.06:39
lifelesshuh06:45
lifelesswhat version of ubuntu?06:45
tchaypotrusty06:53
*** e0ne has joined #tripleo07:00
tchaypowell that's better07:01
tchaypoif I change the "sudo apt-get update" line to "sudo -S apt-get update", it talks on stderr and reads on stdin, instead of looking for a tty07:01
tchayposo it no longer barfs, it asks for my password07:02
tchaypobut that just means it07:02
tchaypos going tobar later on at the next sudo call that doesn't use -S07:02
*** e0ne has quit IRC07:05
tchaypoNope - any later calls to sudo work just fine because I've already authed07:07
tchaypobut eventually install-dependencies exits from the inner execution, then from the outher execution, and then we return to devtest.sh, and in my current environment I'm still not in the libvirt group07:08
tchaypoerror: failed to connect to the hypervisor07:08
tchaypoerror: no valid connection07:08
tchaypoerror: Failed to connect socket to '/var/run/libvirt/libvirt-sock': Permission denied07:08
tchaypolifeless: could you add some details to the bug to explain how the former change broke ci?07:15
tchaypoIt looks to me as though the code that changed is inside07:16
tchaypo"if ! id | grep -qw $LIBVIRTD_GROUP; then", so if the CI machines already have the user in the libvirt group it should never be triggered... and if the ci machines don't already have the user in that group they should fail as soon as they get to that point07:19
* tchaypo goes away to a birthday party07:22
lifelesstchaypo: let me see07:24
lifelesstchaypo: our user in CI isn't in libvirt. so the patch that 'fixed it' caused it to stop, hard.07:26
tchaypoah.07:26
lifelesstchaypo: the exec sudo should make a new user instance with the new groups applied.07:27
tchaypoyes, but it only runs install-dependencies inside that new instance07:27
lifelesstchaypo: the sudo failures subsequent to that are a sudo configuration.07:27
lifelesstchaypo: ah yes, I can see that07:27
tchaypothen the inner install-dependencies ends, the outer one resumes and ends, devtest.sh moves on, and we eventually try to talk to libvirt and fail07:28
lifelesstchaypo: so the reason CI *works* is that we don't need to be in libvirt for CI07:28
tchaypoah.07:28
lifelesstchaypo: because we don't do local virsh operations07:28
tchaypowheee.07:28
tchayposo what we really want is a way to avoid the libvirt group stuff if it's not needed.07:29
lifelesswe already have that, but its not applied in thi splace07:30
tchaypoif I was trolling I'd suggest a new environment variable called USE_LIBVIRT07:30
tchaypooh, excellent. where can i find the existing thing so we can apply it here?07:30
lifelessits in testenv07:32
lifelessso I think 'if existing env is specified and its set for remote ops skip this'07:32
tchaypoah. ci doesn't run devtest.sh, does it?07:33
tchaypoa i'm guessing it never runs devtest_setup.sh, it must run install-dependencies somewhere else?07:34
lifelessyou can check and not guess :)07:35
*** e0ne has joined #tripleo07:35
lifelessopenstack-infra/tripleo-ci07:35
tchaypolooking at _testenv.sh, it looks like it just looks at $HOSTIP07:36
tchayposo if I were to do the same check in install-dependencies, it would be something like "if [ ! "$HOSTIP" = 192.168.122.1 ]"07:37
tchayponope. toci runs devtest_setup.sh07:40
tchaypo... why did I think it wouldn't?07:40
tchaypooh, because i saw that the libvirt comes right after the pull-tools, and pull-tools happens in devtest_setup.sh.07:42
tchaypobut actually devtest_setup.sh ends with pull-tools, then devtest.sh calls _testenv07:42
tchaypobut toci moves on to _ramdisk instead07:42
lifelessright because toci has a pre-existing testenv07:44
tchayposo07:44
tchaypowe could split install-dependencies into two parts07:44
tchaypoone part that actually installs dependencies07:44
tchaypoand another part called something like prepare-libvirt-access which sets up the libvirt access07:44
tchaypoall wrappped inside a if ! id | grep -qw $LIBVIRTD_GROUP; then", so if the CI machines already have the user in the libvirt group it should never be triggered... and if the ci machines don't  │············································································································ │                 already have the user in t07:45
tchaypobah, paste fail07:45
lifelesswell07:45
lifelessyou could07:45
lifelessbut my simple suggestion should work07:45
*** e0ne has quit IRC07:45
lifelessif [ -n "$TE_DATAFILE" -a -e "$TE_DATAFILE" ]; then07:46
lifeless    check for remote access being configured07:46
lifeless    set a flag07:46
lifelessfi07:46
lifelessif flag empty then do the libvirt stuff07:46
*** eghobo has quit IRC07:49
tchaypoand to be clear, if we did that it would then be fine to reinstate the patch that explicitly exits and tells the user to fix the environment07:50
tchaypobecause that bit of code would never be run in CI07:50
tchaypobecause we'd detect taht $TE_DATAFILE sets us up for remote access and we'd skip the whole libvirt-group stuff07:51
tchaypois that right?07:51
lifelessI believe so07:53
*** noslzzp has joined #tripleo07:53
*** CaptTofu has joined #tripleo07:57
*** CaptTofu has quit IRC08:01
lifelesstchaypo: you could in fact just drop the sudo -l stuff but not introduce an exit08:03
lifelesstchaypo: it would work no less well for the local case08:04
*** boris-the-blade is now known as boris-4208:30
*** rpodolyaka1 has joined #tripleo08:33
*** noslzzp has quit IRC08:39
*** rpodolyaka1 has quit IRC09:05
*** jang1 has joined #tripleo09:12
*** e0ne has joined #tripleo09:33
*** e0ne has quit IRC09:54
*** CaptTofu has joined #tripleo09:58
*** CaptTofu has quit IRC10:02
*** CaptTofu has joined #tripleo10:03
*** e0ne has joined #tripleo10:04
*** CaptTofu has quit IRC10:08
*** e0ne has quit IRC10:08
*** e0ne has joined #tripleo10:24
*** e0ne has quit IRC10:26
*** e0ne has joined #tripleo10:26
*** e0ne has quit IRC10:28
*** e0ne_ has joined #tripleo10:28
*** e0ne has joined #tripleo10:30
*** e0ne_ has quit IRC10:30
*** e0ne_ has joined #tripleo10:32
*** e0ne has quit IRC10:32
*** e0ne_ has quit IRC10:34
*** e0ne has joined #tripleo10:34
*** e0ne has quit IRC10:38
*** e0ne has joined #tripleo10:41
*** e0ne has quit IRC10:41
*** e0ne has joined #tripleo10:41
*** e0ne has quit IRC10:41
*** e0ne has joined #tripleo10:43
*** e0ne has quit IRC10:47
*** lazy_prince has joined #tripleo11:00
*** killer_prince has quit IRC11:00
*** lazy_prince is now known as killer_prince11:00
*** lazy_prince has joined #tripleo11:03
*** killer_prince has quit IRC11:05
*** lazy_prince is now known as killer_prince11:05
*** e0ne has joined #tripleo11:12
*** e0ne has quit IRC11:17
*** e0ne has joined #tripleo11:22
*** e0ne_ has joined #tripleo11:24
*** e0ne has quit IRC11:24
*** e0ne_ has quit IRC11:28
*** e0ne has joined #tripleo11:37
*** e0ne has quit IRC11:39
*** e0ne has joined #tripleo11:39
*** e0ne has quit IRC11:43
*** CaptTofu has joined #tripleo12:04
*** morganfainberg is now known as morganfainberg_Z12:07
*** CaptTofu has quit IRC12:08
*** CaptTofu has joined #tripleo12:15
*** fandi has quit IRC12:17
*** fandi has joined #tripleo12:20
*** e0ne has joined #tripleo12:22
*** fandi has quit IRC12:24
*** e0ne has quit IRC12:25
*** e0ne has joined #tripleo12:25
*** vkozhukalov has quit IRC12:26
*** e0ne has quit IRC12:29
*** vkozhukalov has joined #tripleo12:31
*** vkozhukalov has quit IRC12:36
*** e0ne has joined #tripleo12:43
*** e0ne_ has joined #tripleo12:45
*** e0ne has quit IRC12:45
*** e0ne_ has quit IRC12:49
*** tserong has quit IRC12:56
*** slagle has quit IRC13:00
*** slagle has joined #tripleo13:02
*** e0ne has joined #tripleo13:25
*** e0ne has quit IRC13:30
*** vkozhukalov has joined #tripleo13:32
*** sballe has quit IRC14:01
*** ProfFalken has quit IRC14:01
*** yfaykya has quit IRC14:01
*** mkerrin has quit IRC14:01
*** ewindisch has quit IRC14:01
*** jeremydei has quit IRC14:01
*** matty_dubs|brno has quit IRC14:01
*** jeblair has quit IRC14:01
*** sff has quit IRC14:01
*** SloppyJ_ has quit IRC14:01
*** DuncanT- has quit IRC14:01
*** pleia2 has quit IRC14:01
*** shadower has quit IRC14:01
*** spiffxp_ has quit IRC14:01
*** jcooley has quit IRC14:01
*** flashgordon has quit IRC14:01
*** lifeless has quit IRC14:01
*** marios has quit IRC14:01
*** mordred has quit IRC14:01
*** flashgordon has joined #tripleo14:01
*** marios_ has joined #tripleo14:01
*** shadower has joined #tripleo14:01
*** shadower has quit IRC14:01
*** shadower has joined #tripleo14:01
*** sff has joined #tripleo14:01
*** SloppyJ_ has joined #tripleo14:01
*** ProfFalken has joined #tripleo14:01
*** pleia2 has joined #tripleo14:01
*** SloppyJ_ has quit IRC14:01
*** SloppyJ_ has joined #tripleo14:01
*** lifeless has joined #tripleo14:01
*** sff has quit IRC14:01
*** sff has joined #tripleo14:01
*** jeremydei has joined #tripleo14:01
*** yfaykya has joined #tripleo14:01
*** sballe has joined #tripleo14:01
*** jcooley has joined #tripleo14:01
*** matty_dubs|brno has joined #tripleo14:01
*** mordred has joined #tripleo14:01
*** matty_dubs|brno has quit IRC14:02
*** matty_dubs|brno has joined #tripleo14:02
*** spiffxp has joined #tripleo14:02
*** jeblair has joined #tripleo14:02
*** mkerrin has joined #tripleo14:02
*** DuncanT- has joined #tripleo14:02
*** yfaykya has quit IRC14:06
*** yfaykya has joined #tripleo14:07
*** ewindisch has joined #tripleo14:08
*** SpamapS_ has joined #tripleo14:10
*** e0ne has joined #tripleo14:11
*** e0ne has quit IRC14:11
*** e0ne has joined #tripleo14:11
*** yfaykya has quit IRC14:12
*** CaptTofu has quit IRC14:13
*** yfaykya has joined #tripleo14:14
*** SpamapS has quit IRC14:15
*** yfaykya has quit IRC14:16
*** sdake_ has quit IRC14:16
*** sdake_ has joined #tripleo14:16
*** e0ne has quit IRC14:18
*** jang1 has quit IRC14:19
*** yfaykya has joined #tripleo14:20
*** e0ne has joined #tripleo14:22
*** e0ne has quit IRC14:23
*** ccrouch has joined #tripleo14:29
*** fandi has joined #tripleo14:34
*** vkozhukalov has quit IRC14:44
*** ccrouch has quit IRC14:59
SpamapS_lifeless: 82244 gives us software config support. 81666 will move us to using software config in the overcloud.14:59
*** SpamapS_ is now known as SpamapS14:59
*** SpamapS has joined #tripleo14:59
SpamapSlifeless: now that those are in the right state, I can move to making an OS::Nova::Server sub-class resource plugin that uses a softwareconfig object to do graceful.15:00
openstackgerritClint "SpamapS" Byrum proposed a change to openstack/tripleo-heat-templates: WIP: Switch overcloud to software-config  https://review.openstack.org/8166615:09
*** marun has quit IRC15:12
*** CaptTofu has joined #tripleo15:21
*** CaptTofu has quit IRC15:25
*** rpodolyaka1 has joined #tripleo15:25
*** eghobo has joined #tripleo15:33
*** rpodolyaka1 has quit IRC15:42
*** CaptTofu has joined #tripleo15:47
*** CaptTofu has quit IRC15:52
*** CaptTofu has joined #tripleo15:52
*** marun has joined #tripleo16:28
*** CaptTofu has quit IRC16:33
*** russell_h has joined #tripleo16:40
*** eghobo has quit IRC16:53
*** eghobo has joined #tripleo16:54
*** CaptTofu has joined #tripleo17:16
*** eghobo has quit IRC18:13
*** akrivoka has joined #tripleo18:15
*** CaptTofu has quit IRC18:32
*** e0ne has joined #tripleo18:35
*** jang1 has joined #tripleo18:41
*** d0ugal has quit IRC18:44
openstackgerritGonéri Le Bouder proposed a change to openstack/tripleo-incubator: doc: ReST syntax changes to improve readability  https://review.openstack.org/8231519:28
*** CaptTofu has joined #tripleo19:29
*** e0ne has quit IRC19:31
*** e0ne has joined #tripleo19:32
*** CaptTofu has quit IRC19:34
*** e0ne has quit IRC19:39
*** e0ne has joined #tripleo19:40
*** vkozhukalov has joined #tripleo19:50
SpamapShrm, we are awful on reviews lately20:55
NgI have been terrible, I was thinking I'd spend all of monday doing nothing but reviews, possibly tuesday too if that's what it takes to get an opinion in on everything20:57
*** noslzzp has joined #tripleo20:58
SpamapSNg: I've been making it a point to get at least 4 in every day.. we've been stuck around 80 waiting on reviewers for 2 weeks20:59
*** e0ne has quit IRC21:05
*** e0ne has joined #tripleo21:12
*** fandi has quit IRC21:18
*** e0ne has quit IRC21:20
*** e0ne has joined #tripleo21:26
*** e0ne has quit IRC21:27
*** fandi has joined #tripleo21:28
*** e0ne_ has joined #tripleo21:29
*** e0ne_ has quit IRC21:32
*** fandi has quit IRC21:32
*** eghobo has joined #tripleo21:45
*** fandi has joined #tripleo21:45
SpamapSall: https://review.openstack.org/#/c/82244/ needs to land before https://review.openstack.org/#/c/81666/ can even have a chance at working.. please review ASAP21:51
SpamapSlifeless , slagle , GheRivero , Ng , derekh , devananda  ^^21:52
*** morganfainberg_Z is now known as morganfainberg21:55
*** eghobo has quit IRC22:07
NgSpamapS: are we worried about it failing the ironic undercloud CI job?22:16
*** e0ne has joined #tripleo22:22
*** e0ne has quit IRC22:25
*** jang1 has quit IRC22:37
*** e0ne has joined #tripleo22:52
*** e0ne has quit IRC22:54
*** e0ne has joined #tripleo22:54
*** e0ne has quit IRC22:57
*** eghobo has joined #tripleo23:05
*** eghobo has quit IRC23:14
*** akrivoka has quit IRC23:35
*** nati_ueno has joined #tripleo23:37
lifelessNg: I rather think we should be, yes23:45
*** nati_ueno has quit IRC23:50
openstackgerritGonéri Le Bouder proposed a change to openstack/diskimage-builder: debian: install cloud-init on Wheezy  https://review.openstack.org/8232523:50
*** nati_ueno has joined #tripleo23:51
*** e0ne has joined #tripleo23:52
*** nati_ueno has quit IRC23:55
*** e0ne has quit IRC23:57
*** vkozhukalov has quit IRC23:58
*** nati_ueno has joined #tripleo23:59

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