lifeless | and a tripleo experimental queue | 00:00 |
---|---|---|
lifeless | stevebaker: ^ | 00:00 |
stevebaker | ok | 00:00 |
lifeless | why? | 00:01 |
stevebaker | lifeless: I've been away for a week and wondered if the world had changed | 00:03 |
lifeless | nup | 00:03 |
*** tserong_ has joined #tripleo | 00:09 | |
*** tserong_ has joined #tripleo | 00:09 | |
*** xuhaiwei has joined #tripleo | 00:10 | |
* tchaypo just put in contacts for the first time | 00:11 | |
lifeless | welcome to ios ? | 00:11 |
tchaypo | eyeos | 00:11 |
tchaypo | it's weird being able to read my screen and yet not be able to see the edges of the frames | 00:12 |
*** tserong has quit IRC | 00:12 | |
*** tserong_ is now known as tserong | 00:13 | |
* tchaypo waits for overcloud to come up | 00:15 | |
tchaypo | ah | 00:15 |
tchaypo | I typed too soon | 00:15 |
lifeless | tchaypo doesn't wait? | 00:15 |
tchaypo | as soon as i tpyed that it failed | 00:16 |
tchaypo | http://paste.openstack.org/show/86830/ | 00:16 |
lifeless | shouldn't have typed that then | 00:16 |
tchaypo | but still. progress is being made. | 00:16 |
lifeless | this is what I warned about | 00:16 |
lifeless | :) | 00:16 |
lifeless | when I said we had been depending on the presumption of a default gateway | 00:17 |
tchaypo | you warn about many things, it's hard to keep track of them all | 00:17 |
lifeless | the right fix is to change teh call site thats calling setup-neutron | 00:17 |
lifeless | I think | 00:17 |
tchaypo | *scrolls up* | 00:18 |
tchaypo | oh there it is. Change it to do what? | 00:18 |
lifeless | pass in a gateway | 00:18 |
lifeless | 10.0.0.1 | 00:19 |
lifeless | or whatever | 00:19 |
lifeless | alternatively you could make the test for --no-gateway be that its a) on bm and b) not set | 00:19 |
lifeless | rather than just b) | 00:19 |
tchaypo | ah | 00:20 |
tchaypo | if we don't provide --no-gateway, wouldn't we have to provide a gateway? | 00:21 |
lifeless | no | 00:21 |
tchaypo | and if we have to provide a gateway, the only way I can see that we'd be safeish just making one up is if this netowkr is for purely internal purposes and should never have outbound traffic on it so will never need the gateway | 00:22 |
lifeless | neutron has three behaviours | 00:22 |
lifeless | a) explicit gateway | 00:22 |
lifeless | b) explicit no-gateway | 00:22 |
lifeless | c) default gateway | 00:22 |
tchaypo | and we'd be relying on c) | 00:22 |
tchaypo | okay. | 00:22 |
lifeless | the new code path to utilise b) is kicking in in places where we relied on c) | 00:22 |
tchaypo | to check if it's on bm, look at $PHYSICAL_NETWORK? | 00:22 |
lifeless | yeah | 00:23 |
lifeless | but personally | 00:23 |
lifeless | I think avoiding c entirely is better | 00:23 |
lifeless | subtle defaults like that break peoples brains | 00:23 |
tchaypo | okay. if we're going to set a gateway, how do we know what to set? | 00:24 |
lifeless | case by case question | 00:24 |
lifeless | which case are we looking at right now? | 00:24 |
lifeless | or perhaps I can say it differently. | 00:25 |
lifeless | make the gateway parameter required | 00:25 |
tchaypo | oh | 00:25 |
lifeless | see what breaks | 00:25 |
lifeless | thats a place that needs to supply it. Change that place. | 00:25 |
StevenK | tchaypo: For default-net on overcloud, the gateway is 10.0.0.1 | 00:25 |
tchaypo | yep. don't make setup-neutron guess things, make setup-neutron require a gateway, or an explicit --no-gateway | 00:25 |
tchaypo | StevenK: yep, so we can stick that in the thing that calls setup-neutron | 00:25 |
tchaypo | hard to have setup-neutron make a sensible guess though. | 00:26 |
lifeless | tchaypo: I don't think it needs to guess | 00:26 |
StevenK | Which is all of devtest_{seed,undercloud,overcloud}.sh | 00:26 |
lifeless | tchaypo: personally | 00:26 |
lifeless | tchaypo: I would take this error as 'it breaking' and look at the call site of setup-neutron and fix it | 00:26 |
lifeless | tchaypo: treat "" as == to --no-gateway (which the code now does in your tree) | 00:26 |
lifeless | tchaypo: and treat incompatible situations as a place to fix | 00:27 |
lifeless | I expect it to be only _overcloud that needs changing | 00:27 |
tchaypo | all these pings are making my phone go wild | 00:27 |
tchaypo | to check if it's on bm, look at $PHYSICAL_NETWORK? | 00:28 |
StevenK | Yes | 00:28 |
*** marun is now known as marun_afk | 00:28 | |
lifeless | tchaypo: I don't think you need to check if its on bm | 00:28 |
StevenK | If [ -z ... ] for non-BM | 00:28 |
* StevenK sets up a script that says "tchaypo: ping!" every 31.5 seconds | 00:28 | |
tchaypo | bah | 00:28 |
tchaypo | sorry | 00:28 |
tchaypo | i was trying to scroll up in another window | 00:28 |
tchaypo | but my up-arrows went here, followed by an enter, causing me to repeat a now irrelevant question i asked earlier | 00:29 |
*** rameshg87 has joined #tripleo | 00:30 | |
tchaypo | OVERCLOUD_IP=$(echo $OVERCLOUD_ENDPOINT | awk -F '[/:]' '{print $4}') | 00:34 |
tchaypo | i'm almost certain that could be done without the echo | 00:34 |
rameshg87 | hello lifeless | 00:34 |
lifeless | tchaypo: awk <<< $OVERCLOUD_ENDPOINT | 00:37 |
tchaypo | but okay, while that run is in progress I'm going to go for a swim. If this build gets past that point I'll push the patch | 00:39 |
tchaypo | but just in case greghaynes is looking for a quick patch | 00:41 |
tchaypo | http://paste.openstack.org/show/86835/ | 00:41 |
*** jml has quit IRC | 00:45 | |
*** jml has joined #tripleo | 00:49 | |
*** yamahata has joined #tripleo | 00:54 | |
lifeless | rameshg87: hi :) | 00:56 |
rameshg87 | hello lifeless | 00:56 |
rameshg87 | lifeless: just had a question regarding your comment on https://review.openstack.org/#/c/97744/7/specs/juno/ironic-ilo-virtualmedia-driver.rst | 00:57 |
rameshg87 | lifeless: regarding the comment on two specs, i didn't get it completely | 00:57 |
rameshg87 | lifeless: do you mean we can have 2 specs - one for ironic changes (booting via virtual media) and other about diskimage-builder changes (using swift and partitioning locally) ? | 00:58 |
lifeless | well its all conceptually ironic changes | 01:01 |
lifeless | but yes two specs | 01:01 |
lifeless | one about boot changes | 01:01 |
lifeless | one about deploy changes | 01:01 |
rameshg87 | lifeless: so should both of them be under ironic-specs itself ? | 01:02 |
lifeless | yes | 01:02 |
rameshg87 | lifeless: okay :-) | 01:02 |
rameshg87 | lifeless: and regarding the second comment on swap | 01:02 |
rameshg87 | lifeless: it was my mistake. that is not required. it was part of earlier spec | 01:03 |
rameshg87 | lifeless: the issue with lesser memory was addressed by handling uncompressed images | 01:03 |
greghaynes | pcrews: Re: your tripleo-HA job comment - I have absolutely no idea | 01:03 |
rameshg87 | lifeless: L301-305 https://review.openstack.org/#/c/97744/7/specs/juno/ironic-ilo-virtualmedia-driver.rst | 01:04 |
lifeless | rameshg87: so it needs cleaning up regardless | 01:04 |
lifeless | rameshg87: I'm still not at all convinced that http is a better transport than iscsi in this situation | 01:04 |
rameshg87 | lifeless: yes, i will remove that. | 01:04 |
lifeless | rameshg87: so at a minium I'm going to urge that it be made optional | 01:04 |
*** Yanyanhu has joined #tripleo | 01:06 | |
rameshg87 | lifeless: the proposed changes will be used only by ilo deploy driver in ironic initially (which is mostly supposed to be provisioning high memory systems[proliant gen8 systems]) | 01:06 |
lifeless | rameshg87: we deploy 6G images to 2G VMs in tripleo-gate hundreds of times a day | 01:06 |
lifeless | rameshg87: this is not a hypothetical concern | 01:07 |
rameshg87 | lifeless: i agree. :-) | 01:07 |
rameshg87 | lifeless: but i didn't get "optional". the change in deploy-ironic will be used by ilo driver only for now | 01:08 |
lifeless | rameshg87: I don't understand why you want to force it to be just one thing | 01:08 |
rameshg87 | lifeless: do you mean it should be able to provision both via conductor node (via iscsi) and via baremetal node(locally) ? | 01:09 |
lifeless | rameshg87: dd is extremely fast, its a C data plane; swift is a python data plane. | 01:09 |
lifeless | rameshg87: I get that you have for whatever reason a desire to use swift, and thats fine - I just don't want it tied to the driver | 01:10 |
lifeless | rameshg87: because I would quite like to be able to use a more secure boot driver | 01:10 |
lifeless | rameshg87: but I really don't want to use a swift image transfer at this stage, not without a whole bunch of testing and perf analysis | 01:10 |
rameshg87 | lifeless: okay :-) | 01:11 |
lifeless | rameshg87: for tripleo we have the exact same number of swift servers as ironic servers in the deploy cloud | 01:12 |
rameshg87 | lifeless: okay, so in your opinion, the ilo driver should be able to do deployments in both ways (conductor vs baremetal) and it should be a choice point for the user ? | 01:12 |
rameshg87 | lifeless: choice point for the admin infact | 01:12 |
lifeless | rameshg87: I think the ilo driver is a replacement for pxe | 01:12 |
lifeless | and there is an open question about whether the deploy engine in that should change at all, or if we should just go straight to IPA | 01:13 |
lifeless | which also has swift etc etc in its design | 01:13 |
lifeless | and/or multicast | 01:13 |
lifeless | which is what I actually want as the next transfer method | 01:14 |
rameshg87 | lifeless: okay | 01:15 |
lifeless | anyhow - by splitting the conversation about image transfer from the one about boot methods | 01:17 |
pcrews | greghaynes: ack :) | 01:17 |
lifeless | we can unblock the boot methods and let it go forward | 01:17 |
lifeless | we also need to consider SANs too at some point | 01:17 |
rameshg87 | lifeless: i guess this was asked before and the thought point was extension to current deploy-ironic element was much simpler | 01:17 |
lifeless | where boot method would be separate to connecting-the-image-up | 01:17 |
rameshg87 | lifeless: we weren't thinking about your multicast proposition then :-) | 01:17 |
lifeless | rameshg87: seems like no change at all to the deploy-ironic element is *even simpler* | 01:17 |
rameshg87 | lifeless: hmm..okay | 01:18 |
lifeless | rameshg87: it takes current Ironic 8 seconds to transfer a 6G image (we get 6Gbps on a mlx4n card) | 01:18 |
lifeless | rameshg87: it takes the SL servers 5+ minutes to reboot | 01:19 |
lifeless | compute images with much smaller sizes are correspondingly faster | 01:19 |
lifeless | the bottlenecks today on deploy are: | 01:19 |
lifeless | - machine reboot | 01:19 |
lifeless | - the SATA disks in the machine | 01:19 |
rameshg87 | lifeless: okay | 01:20 |
lifeless | I'm not saying we can't do swift | 01:21 |
lifeless | just that swift seems very unlikely to make anything better vs e.g. IPA and host standby servers | 01:21 |
lifeless | I also want to look into doing iscsi or better still multicast with IPA, because IPA has the image size problem too | 01:22 |
rameshg87 | lifeless: yeah, it too will have some problem. | 01:23 |
rameshg87 | lifeless: but it acts on your bottleneck but putting servers on standby waiting for instructions | 01:23 |
rameshg87 | lifeless: and avoiding reboot. am i correct ? | 01:23 |
lifeless | yes | 01:23 |
lifeless | it trades off latency for power | 01:24 |
rameshg87 | lifeless: but i thought there were plans to put the server on low power mode wakable by lan or something. | 01:24 |
rameshg87 | lifeless: i don't know clearly :-) | 01:24 |
rameshg87 | lifeless: as you said i can split up the specs into two - an ironic deploy driver having virtual media boot and local deploy mechanism using swift | 01:25 |
lifeless | yes | 01:26 |
rameshg87 | lifeless: but the deploy driver has to be refer to a deploy mechanism (like ironic pxe driver in ironic currently depends on iscsi) | 01:26 |
lifeless | indeed | 01:28 |
lifeless | so the second spec can talk about how we might make that more flexible | 01:28 |
*** tzumainn has quit IRC | 01:29 | |
rameshg87 | lifeless: flexible as in a choose a deploy mechanism - like swift vs multicast ? | 01:30 |
lifeless | right | 01:30 |
rameshg87 | lifeless: if i understand it correctly, the first spec shouldn't be concerned about deploy mechanism (it just knows that deploy-ironic will do it) | 01:31 |
lifeless | right | 01:31 |
rameshg87 | lifeless: the second spec should talk about the currently proposed mechanism (swift) and its alternatives (multicast) | 01:31 |
rameshg87 | lifeless: am i correct ? | 01:31 |
lifeless | I think the second spec should talk about how to allow deployers to choose between the current deployment engine (iscsi) and a new one (e.g. swift) without code duplication; and also - possibly same spec, possibly a third; the design of a swift mechanism | 01:33 |
rameshg87 | lifeless: okay, that means we will have to provide a config for the deployers by which they can configure the deployment engine | 01:35 |
rameshg87 | lifeless: with the same driver, the deployers should be able to choose different deploy engines | 01:35 |
lifeless | well | 01:36 |
lifeless | it might be just a wider set of drivers | 01:36 |
lifeless | pxe_iscsi_ipmi | 01:36 |
lifeless | ilo_iscsi_ilo | 01:36 |
lifeless | I don't know - thats the point of the spec | 01:36 |
rameshg87 | lifeless: okay. i think i have enough info now. | 01:39 |
rameshg87 | lifeless: will try to write the spec as you had suggested | 01:39 |
rameshg87 | lifeless: thanks a lot for your feedback :-) | 01:39 |
lifeless | yw | 01:39 |
*** rameshg87 has left #tripleo | 01:41 | |
* lifeless goesback to staring at booting serveres | 01:42 | |
lifeless | servers | 01:42 |
*** nosnos has joined #tripleo | 01:49 | |
vinsh | severing severe servers. | 01:51 |
*** saurabhs has quit IRC | 01:57 | |
lifeless | StevenK: where did you end up bunking for pyconau ? | 02:12 |
lifeless | tchaypo: ^ | 02:13 |
StevenK | lifeless: Oaks Casino | 02:15 |
StevenK | 151 George St, Brisbane | 02:15 |
*** killer_prince is now known as lazy_prince | 02:18 | |
tchaypo | i would tell you all about how i just turned on my laptop and it couldn't find the wifi | 02:23 |
tchaypo | but obviously it did in the end so the story is pointless | 02:23 |
tchaypo | latest stack got stuck trying to build overcloud again | 02:23 |
* tchaypo pokes | 02:23 | |
*** dshurtle has quit IRC | 02:33 | |
openstackgerrit | patrick-crews proposed a change to openstack-infra/tripleo-ci: Use /opt/git instead of /opt/stack/new https://review.openstack.org/89974 | 02:34 |
*** weshay has quit IRC | 02:41 | |
*** ccrouch has joined #tripleo | 02:41 | |
*** ramishra has joined #tripleo | 02:53 | |
*** untriaged-bot has joined #tripleo | 03:00 | |
untriaged-bot | Untriaged bugs so far: | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1340087 | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1340776 | 03:00 |
uvirtbot | Launchpad bug 1340087 in tripleo "PXE deploy failed with nova.virt.baremetal" [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1339986 | 03:00 |
uvirtbot | Launchpad bug 1340776 in tripleo "Swift fails to start in overcloud" [Undecided,In progress] | 03:00 |
uvirtbot | Launchpad bug 1339986 in tripleo "when CONTROLSCALE>1 , services auth is still pointing at the local ip instead of virtual" [Undecided,In progress] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/os-collect-config/+bug/1341936 | 03:00 |
*** untriaged-bot has quit IRC | 03:00 | |
uvirtbot | Launchpad bug 1341936 in os-collect-config "Require keystone v3 auth_url in heat collector" [Undecided,New] | 03:00 |
*** Penick has joined #tripleo | 03:01 | |
openstackgerrit | patrick-crews proposed a change to openstack-infra/tripleo-ci: Use /opt/git instead of /opt/stack/new https://review.openstack.org/89974 | 03:04 |
*** Penick has quit IRC | 03:05 | |
*** nosnos has quit IRC | 03:06 | |
*** pcrews has quit IRC | 03:24 | |
*** akuznetsov has joined #tripleo | 03:29 | |
*** nosnos has joined #tripleo | 03:33 | |
*** akuznetsov has quit IRC | 03:34 | |
*** rakesh_hs has joined #tripleo | 03:37 | |
*** Azher has joined #tripleo | 03:47 | |
*** cwolferh_ has quit IRC | 03:54 | |
lifeless | ok 43 machines up, finally | 04:00 |
* lifeless deletes them all | 04:00 | |
*** cwolferh_ has joined #tripleo | 04:01 | |
*** akuznetsov has joined #tripleo | 04:03 | |
mordred | wow | 04:04 |
mordred | that's a great thing to see when popping in to channel | 04:04 |
mordred | 04:00:15 * | lifeless deletes them all | 04:04 |
lifeless | mordred: well its taken me all day to convince 43 machines to boot | 04:04 |
lifeless | mordred: I found another how-did-this-ever-work bug this morning | 04:05 |
mordred | lifeless: _excellent_ | 04:05 |
mordred | lifeless: I used to enjoy finding those during the early drizzle days | 04:06 |
lifeless | regression in a nova refactoring of rescheduling | 04:06 |
*** rakesh_hs has quit IRC | 04:11 | |
*** cwolferh_ has quit IRC | 04:13 | |
*** lazy_prince is now known as killer_prince | 04:17 | |
*** cwolferh_ has joined #tripleo | 04:18 | |
*** bmahalakshmi has joined #tripleo | 04:19 | |
*** ramishra has quit IRC | 04:26 | |
*** nati_ueno has quit IRC | 04:26 | |
*** ramishra has joined #tripleo | 04:26 | |
*** ramishra has quit IRC | 04:30 | |
*** ramishra_ has joined #tripleo | 04:30 | |
*** pcrews has joined #tripleo | 04:30 | |
StevenK | Grr! http://paste.openstack.org/show/86864/ | 04:32 |
*** noslzzp has quit IRC | 04:46 | |
*** pcrews has quit IRC | 04:49 | |
*** ramishra_ has quit IRC | 04:58 | |
* tchaypo sets mode +train | 05:01 | |
tchaypo | lifeless: is that a schrodingbug? | 05:02 |
tchaypo | as in, as soon as you observe it, it's *defiitely* dead and you aren't sure how it ever worked? | 05:02 |
tchaypo | i have a full stack build. | 05:02 |
openstackgerrit | James Polley proposed a change to openstack/tripleo-incubator: Add public VLAN support. https://review.openstack.org/103757 | 05:03 |
tchaypo | now to go away and work on my presentation a bit more.. | 05:03 |
StevenK | Port a0a199cb-dc0f-4f28-87ff-3a23924398b0 has owner network:router_interface and therefore cannot be deleted directly via the port API. | 05:04 |
StevenK | Router d3c587f8-8894-449b-951a-afb200e4bb3a still has ports | 05:04 |
StevenK | So I get to delete the port via magic? | 05:04 |
*** bashok has joined #tripleo | 05:07 | |
StevenK | I see. I have to router-interface-delete, but give the subnet id. | 05:08 |
*** ramishra has joined #tripleo | 05:08 | |
*** killer_prince is now known as lazy_prince | 05:10 | |
*** cody-somerville has quit IRC | 05:12 | |
* tchaypo is so clever | 05:15 | |
* tchaypo got on the wrong train | 05:15 | |
tchaypo | StevenK: well duh. wasn't that obvious? | 05:15 |
StevenK | tchaypo: ... no? :-) | 05:17 |
*** loki184 has joined #tripleo | 05:19 | |
tchaypo | (Sarcasm obviously) | 05:21 |
StevenK | I think my new setup-neutron works | 05:25 |
*** shausy has joined #tripleo | 05:25 | |
StevenK | But it's missing lifeless' VLAN work | 05:25 |
tchaypo | Do nothing important then | 05:27 |
tchaypo | At least the unit tests will give you confidence you have replicated the behaviour | 05:27 |
StevenK | | 1a272143-1c59-4295-88de-526be5914558 | demo | ACTIVE | - | Running | default-net=10.0.0.2, 192.0.2.46 | | 05:29 |
StevenK | That gives me some confidence | 05:29 |
*** loki184 has quit IRC | 05:33 | |
*** morganfainberg is now known as morganfainberg_Z | 05:33 | |
*** dshulyak_ has joined #tripleo | 05:34 | |
*** nati_ueno has joined #tripleo | 05:34 | |
*** nati_ueno has quit IRC | 05:34 | |
*** rakesh_hs has joined #tripleo | 05:41 | |
*** chuckC has joined #tripleo | 05:43 | |
*** loki184 has joined #tripleo | 05:57 | |
*** jcoufal has joined #tripleo | 05:57 | |
*** mrunge has joined #tripleo | 05:59 | |
*** andreaf has quit IRC | 06:05 | |
lifeless | StevenK: so whats your setup-neutron change? | 06:05 |
*** andreaf has joined #tripleo | 06:06 | |
StevenK | lifeless: A new script in os-cloud-config | 06:07 |
lifeless | StevenK: cool | 06:08 |
xuhaiwei | lifeless: hi, about the heat stack-create problem i asked you yesterday, I login the baremetal machine, and saw the /var/log/upstart/os-collect-config.log, there are a lot of warning like 'os_collect_config [-] No metadata_url configured | 06:13 |
xuhaiwei | do the warnings matter? | 06:13 |
xuhaiwei | there are no errors in the log | 06:14 |
*** ramishra has quit IRC | 06:16 | |
*** ramishra has joined #tripleo | 06:16 | |
lifeless | those warnings are fine | 06:18 |
*** akuznetsov has quit IRC | 06:18 | |
lifeless | you should be able to look back and see if it actually posted a success callback to heat | 06:18 |
*** akuznetsov has joined #tripleo | 06:20 | |
*** k4n0 has joined #tripleo | 06:22 | |
*** andreaf has quit IRC | 06:23 | |
*** andreaf has joined #tripleo | 06:24 | |
*** sballe_ has joined #tripleo | 06:28 | |
*** pcrews has joined #tripleo | 06:28 | |
*** michchap_ has joined #tripleo | 06:29 | |
*** ramishra has quit IRC | 06:33 | |
*** pmyers_ has joined #tripleo | 06:33 | |
*** pleia2_ has joined #tripleo | 06:33 | |
*** lynxman_ has joined #tripleo | 06:33 | |
*** pmyers has quit IRC | 06:34 | |
*** sballe has quit IRC | 06:34 | |
*** jtomasek has quit IRC | 06:34 | |
*** d0ugal has quit IRC | 06:34 | |
*** jrist has quit IRC | 06:34 | |
*** panda has quit IRC | 06:34 | |
*** lynxman has quit IRC | 06:34 | |
*** michchap has quit IRC | 06:34 | |
*** pleia2 has quit IRC | 06:34 | |
*** k4n0 has quit IRC | 06:34 | |
*** robsparker has quit IRC | 06:34 | |
*** sseago has quit IRC | 06:34 | |
*** rbrady has quit IRC | 06:34 | |
*** panda___ has joined #tripleo | 06:34 | |
*** lynxman_ is now known as lynxman | 06:34 | |
*** jtomasek has joined #tripleo | 06:34 | |
*** lynxman has quit IRC | 06:34 | |
*** lynxman has joined #tripleo | 06:34 | |
*** shardy_afk is now known as shardy | 06:34 | |
*** sseago has joined #tripleo | 06:35 | |
*** robsparker has joined #tripleo | 06:35 | |
*** jrist has joined #tripleo | 06:35 | |
*** rbrady has joined #tripleo | 06:35 | |
*** k4n0 has joined #tripleo | 06:35 | |
*** d0ugal has joined #tripleo | 06:36 | |
*** ramishra has joined #tripleo | 06:36 | |
*** bashok has quit IRC | 06:36 | |
xuhaiwei | lifeless: sorry, can you give a hint, how to check if there is a success callback to heat? | 06:38 |
*** ramishra has quit IRC | 06:38 | |
lifeless | xuhaiwei: have a look in the log for curl | 06:41 |
xuhaiwei | in /var/log/upstart ? | 06:42 |
lifeless | os-collect-config.log, yes | 06:42 |
xuhaiwei | lifeless: in os-collect-config.log, I also saw [Errno 111] Connection refused | 06:44 |
xuhaiwei | lifeless: does this mean it can't send a callback to heat? | 06:45 |
*** ramishra has joined #tripleo | 06:45 | |
*** pcrews has quit IRC | 06:49 | |
lifeless | xuhaiwei: possibly, need to see more info | 06:51 |
xuhaiwei | lifeless: thank you | 06:52 |
kviiri | How would you recommend tweaking the ntp of the images created with disk-image-builder? | 06:55 |
*** ifarkas has joined #tripleo | 06:59 | |
*** ramishra has quit IRC | 06:59 | |
*** ramishra has joined #tripleo | 07:00 | |
*** andreaf has quit IRC | 07:02 | |
lifeless | kviiri: ntp? its metadata driven, no? | 07:03 |
*** regebro has joined #tripleo | 07:05 | |
*** rdopieralski has joined #tripleo | 07:17 | |
kviiri | Dunno :) | 07:18 |
*** jistr has joined #tripleo | 07:18 | |
*** jang2 has joined #tripleo | 07:20 | |
*** bashok has joined #tripleo | 07:24 | |
*** ramishra has quit IRC | 07:26 | |
lifeless | kviiri: see the ntp element | 07:37 |
*** dshulyak_ has quit IRC | 07:41 | |
openstackgerrit | Eamonn O'Toole proposed a change to openstack/tripleo-image-elements: Set venv ownership for services https://review.openstack.org/106380 | 07:45 |
*** jp_at_hp has joined #tripleo | 07:51 | |
*** ramishra has joined #tripleo | 07:54 | |
*** andreaf has joined #tripleo | 07:55 | |
*** andreaf has quit IRC | 08:01 | |
*** pleia2_ is now known as pleia2 | 08:04 | |
*** derekh_ has joined #tripleo | 08:08 | |
*** rwsu has quit IRC | 08:13 | |
*** andreaf has joined #tripleo | 08:17 | |
fabbione | Command output matched '(CREATE|UPDATE)_FAILED'. Exiting... | 08:21 |
fabbione | not very promising | 08:21 |
*** ramishra has quit IRC | 08:22 | |
*** lucasagomes has joined #tripleo | 08:23 | |
*** bmahalakshmi has quit IRC | 08:24 | |
*** bmahalakshmi has joined #tripleo | 08:30 | |
lifeless | fabbione: means one of the physical node deploys failed | 08:32 |
lifeless | fabbione: heat is quite sensitive to API fails at the moment, its being worked on | 08:32 |
openstackgerrit | A change was merged to openstack/tuskar-ui: Updating Baremetal Node UUIDs with realistic values for display https://review.openstack.org/107474 | 08:32 |
*** pelix has joined #tripleo | 08:38 | |
*** martyntaylor has joined #tripleo | 08:40 | |
*** athomas has joined #tripleo | 08:42 | |
fabbione | lifeless: feh.... | 08:44 |
*** cody-somerville has joined #tripleo | 08:44 | |
fabbione | lifeless: can i just re-run overcloud deployment or do I need to start from scratch? (devtest) | 08:45 |
*** ramishra has joined #tripleo | 08:47 | |
derekh_ | Does anybody else see bug 1343162 locally ? | 08:55 |
uvirtbot | Launchpad bug 1343162 in tripleo "Failed to fetch bzip2:... Hash Sum mismatch" [High,Triaged] https://launchpad.net/bugs/1343162 | 08:55 |
derekh_ | I'm wondering if it may be a problem with the proxy having a stale cache | 08:56 |
*** dtantsur|afk is now known as dtantsur | 08:59 | |
fabbione | clearly no.. needs manual recovery.. | 08:59 |
*** untriaged-bot has joined #tripleo | 09:00 | |
untriaged-bot | Untriaged bugs so far: | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1340087 | 09:00 |
uvirtbot | Launchpad bug 1340087 in tripleo "PXE deploy failed with nova.virt.baremetal" [Undecided,New] | 09:00 |
untriaged-bot | https://bugs.launchpad.net/os-collect-config/+bug/1341936 | 09:00 |
uvirtbot | Launchpad bug 1341936 in os-collect-config "Require keystone v3 auth_url in heat collector" [Undecided,New] | 09:00 |
*** untriaged-bot has quit IRC | 09:00 | |
*** ramishra has quit IRC | 09:04 | |
lifeless | fabbione: you can rerun the overcloud | 09:04 |
lifeless | fabbione: long as you've got the variables sourced | 09:04 |
fabbione | lifeless: nah i had to destroy the old overcloud first, now it's re-running | 09:05 |
fabbione | but yeah. i have all sourced | 09:05 |
openstackgerrit | Matthew Gilliard proposed a change to openstack/tripleo-incubator: Allow capabilites to be registered to ironic nodes https://review.openstack.org/107308 | 09:13 |
*** mkerrin has quit IRC | 09:16 | |
*** mkerrin has joined #tripleo | 09:23 | |
*** yamahata has quit IRC | 09:25 | |
*** markmc has joined #tripleo | 09:28 | |
*** martyntaylor has left #tripleo | 09:28 | |
*** ramishra has joined #tripleo | 09:29 | |
openstackgerrit | Yanyan Hu proposed a change to openstack/os-collect-config: Using keystone discover to find V3 auth_url https://review.openstack.org/107611 | 09:30 |
openstackgerrit | Endre Karlson proposed a change to openstack/diskimage-builder: Cleanup apt cache after grub install https://review.openstack.org/107128 | 09:37 |
*** akrivoka has joined #tripleo | 09:46 | |
*** Yanyanhu has quit IRC | 09:46 | |
*** pmyers_ is now known as pmyers | 09:51 | |
*** nosnos has quit IRC | 09:54 | |
*** nosnos has joined #tripleo | 10:01 | |
*** cody-somerville has quit IRC | 10:08 | |
*** loki184 has quit IRC | 10:08 | |
*** rlandy has joined #tripleo | 10:10 | |
*** nosnos has quit IRC | 10:10 | |
*** nosnos has joined #tripleo | 10:12 | |
*** martyntaylor1 has joined #tripleo | 10:19 | |
openstackgerrit | sandhya proposed a change to openstack/diskimage-builder: Fix for host env leak into grub https://review.openstack.org/107636 | 10:25 |
openstackgerrit | sandhya proposed a change to openstack/diskimage-builder: Fix for host env leak into grub https://review.openstack.org/107636 | 10:27 |
*** derekh_ has quit IRC | 10:31 | |
*** andreaf has quit IRC | 10:34 | |
*** andreaf has joined #tripleo | 10:35 | |
*** lazy_prince is now known as killer_prince | 10:38 | |
*** nosnos has quit IRC | 10:38 | |
*** derekh_ has joined #tripleo | 10:40 | |
*** killer_prince is now known as lazy_prince | 10:41 | |
*** dguerri is now known as _dguerri | 10:44 | |
*** _dguerri is now known as dguerri | 10:46 | |
*** Azher has quit IRC | 10:48 | |
*** martyntaylor1 has quit IRC | 10:50 | |
*** martyntaylor has joined #tripleo | 10:51 | |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: Ceilometer graphs for nodes https://review.openstack.org/104188 | 11:05 |
*** dguerri is now known as _dguerri | 11:05 | |
*** lucasagomes is now known as lucas-hungry | 11:07 | |
*** Yanyanhu has joined #tripleo | 11:08 | |
lifeless | tchaypo: so hi | 11:08 |
lifeless | tchaypo: did you confirm your tweak works ? | 11:09 |
openstackgerrit | Yanyan Hu proposed a change to openstack/os-collect-config: Using keystone discover to find V3 auth_url https://review.openstack.org/107611 | 11:10 |
*** cody-somerville has joined #tripleo | 11:13 | |
*** julim has joined #tripleo | 11:15 | |
lifeless | greghaynes: there's a stack you might want to look at - 3 node HA + vlan + public VIP, more than somewhat broken :P - on hp1 | 11:15 |
lifeless | VIPs came up, yay | 11:17 |
*** martyntaylor has left #tripleo | 11:19 | |
*** ramishra has quit IRC | 11:20 | |
*** _dguerri is now known as dguerri | 11:20 | |
*** ramishra has joined #tripleo | 11:20 | |
derekh_ | lifeless: So I think the ci-overcloud problem I was talking about at the meeting are because either dbus or openvswitch is locked up, going to reboot it later (systemctl restart times out), but it holds the geard broker and the ci proxy so it will probably disrupt running jobs | 11:21 |
*** jcoufal has quit IRC | 11:22 | |
*** ramishra has quit IRC | 11:25 | |
lifeless | derekh_: ack | 11:26 |
lifeless | derekh_: the ctlplane? | 11:26 |
*** ramishra has joined #tripleo | 11:26 | |
*** robsparker has quit IRC | 11:28 | |
lifeless | hmm | 11:28 |
lifeless | | controller1AllNodesConfig | 3a003079-3942-4035-9844-c9938d84513a | OS::Heat::StructuredDeployment | CREATE_IN_PROGRESS | 2014-07-17T11:14:23Z | | 11:28 |
lifeless | but 0 is done, wonder whats up | 11:28 |
lifeless | hmm | 11:30 |
lifeless | [WARNING] 197/112858 (28915) : config : log format ignored for proxy 'horizon' since it has no log address. | 11:30 |
*** xuhaiwei has quit IRC | 11:31 | |
lifeless | greghaynes: mysql wasn't coming up - suspec tthe same on both ctl1 and ctl2; haven't looked closely | 11:33 |
lifeless | also wow we shouldn't be running | 11:34 |
lifeless | dib-run-parts Thu Jul 17 11:33:52 UTC 2014 Running /opt/stack/os-config-refresh/post-configure.d/69-ceilometer-api | 11:34 |
lifeless | + ceilometer-dbsync --config-file /etc/ceilometer/ceilometer.conf | 11:34 |
lifeless | on non-bootstrap-host today :) | 11:34 |
*** lblanchard has joined #tripleo | 11:34 | |
lifeless | looks like it couldn't talk to the master so gave up | 11:41 |
lifeless | from error.log | 11:41 |
lifeless | greghaynes: TheJulia: ^ fodder for thought. | 11:42 |
lifeless | gnight | 11:42 |
*** robsparker has joined #tripleo | 11:43 | |
*** akrivoka has quit IRC | 11:44 | |
*** akrivoka has joined #tripleo | 11:45 | |
*** lazy_prince has quit IRC | 11:47 | |
openstackgerrit | Julia Kreger proposed a change to openstack/tripleo-image-elements: Prevent multiple MySQL masters https://review.openstack.org/104414 | 11:50 |
TheJulia | good morning | 11:52 |
*** cody-somerville has quit IRC | 11:54 | |
TheJulia | \o/ for more than somewhat broken | 11:54 |
*** tzumainn has joined #tripleo | 11:56 | |
rdopieralski | tzumainn: what did you mean? | 11:56 |
tzumainn | rdopieralski, hm - you don't get an error when submitting that form? | 11:57 |
TheJulia | lifeless: mysql giving up is actually due to /etc/init.d/mysql not returning 1 upon a failed restart. We've got two bugs that relate to that as well as a bug open with Percona. I've got a patchset that fixes it, but Percona's next release for the series we're on should have the fix included. | 11:58 |
fabbione | lifeless: i keep getting that error in loop.. where I can find logs and do a proper report? | 11:58 |
rdopieralski | tzumainn: the tests would fail then | 11:58 |
fabbione | lifeless: or you have an automated error reporting tool? | 11:58 |
tzumainn | rdopieralski, give me a sec | 11:59 |
*** jistr|mobi has joined #tripleo | 11:59 | |
* rdopieralski hands tzumainn a large, shiny sec | 12:01 | |
tzumainn | rdopieralski, hm, you're right, I'm suddenly confused again | 12:01 |
tzumainn | let me test it once more, sec | 12:01 |
*** ci-overcloud has joined #tripleo | 12:05 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 12:05 |
*** ci-overcloud has quit IRC | 12:05 | |
*** ramishra has quit IRC | 12:06 | |
*** ramishra has joined #tripleo | 12:06 | |
*** shausy has quit IRC | 12:07 | |
*** ramishra has quit IRC | 12:09 | |
*** morazi has joined #tripleo | 12:09 | |
*** ramishra has joined #tripleo | 12:12 | |
TheJulia | fabbione: Do you mean the issue where a mysql server gave up upon start-up? | 12:12 |
fabbione | TheJulia: Command output matched '(CREATE|UPDATE)_FAILED'. Exiting... | 12:13 |
fabbione | deploying overcloud from devtest | 12:13 |
*** jdob has joined #tripleo | 12:14 | |
TheJulia | fabbione: first step would be to look at the undercloud's stack event list | 12:14 |
TheJulia | source $TRIPLEO_ROOT/tripleo-incubator/understackrc ; heat event-list overcloud | 12:15 |
TheJulia | That should give a basic idea of what happened, from there you'll need to login to your controller(s) and look at the logs. | 12:16 |
tchaypo | lifeless: I confirmed that devtest.sh runs to completion | 12:16 |
fabbione | | controller0 | a84fe469-a975-40bb-bde4-f8b9855b6acd | Error: Creation of server overcloud-controller0-th2pd7f4rgpr failed. | CREATE_FAILED | 2014-07-17T11:20:20Z | | 12:17 |
fabbione | | NovaCompute0 | 09642e02-ab31-40f8-b86e-ee3e12924031 | CREATE aborted | CREATE_FAILED | 2014-07-17T11:20:20Z | | 12:17 |
fabbione | TheJulia: ack thanks | 12:17 |
tzumainn | rdopieralski, so, I still get the error - infrastructure/nodes/forms.py passes in variables such as 'cpus' and 'memory', but I think api/node.py expects 'cpu' and 'ram' ? | 12:18 |
*** ramishra has quit IRC | 12:19 | |
TheJulia | fabbione: so you'll need to login to your undercloud and look at the logs there. I think the heat-api log is your first stop once inside. | 12:19 |
fabbione | TheJulia: yeps thanks. first time running TO.. need to find my way around :) | 12:20 |
*** ramishra has joined #tripleo | 12:20 | |
rdopieralski | huh? | 12:21 |
rdopieralski | that's clearly my mistake | 12:21 |
rdopieralski | but why didn't the test fail? | 12:22 |
TheJulia | Anyone willing to review, one thing that might HA mode happier in the long run: https://review.openstack.org/#/c/105959/ | 12:23 |
tzumainn | rdopieralski, hm, I'm not sure | 12:24 |
TheJulia | fabbione: I know that feeling, I'm relatively new myself. Feel free to ping me if you have any questions :) | 12:24 |
*** cody-somerville has joined #tripleo | 12:25 | |
*** cody-somerville has joined #tripleo | 12:25 | |
openstackgerrit | Tzu-Mainn Chen proposed a change to openstack/tuskar-ui: Add Discovered nodes tab https://review.openstack.org/107509 | 12:25 |
rdopieralski | I don't like having tests that never fail :/ | 12:26 |
tzumainn | rdopieralski, lol, I don't blame you, it's rather confusing | 12:27 |
openstackgerrit | Matthew Gilliard proposed a change to openstack/tripleo-incubator: Allow user-defined flavors on the undercloud https://review.openstack.org/107667 | 12:28 |
*** Yanyanhu has quit IRC | 12:29 | |
*** ramishra has quit IRC | 12:30 | |
openstackgerrit | Matthew Gilliard proposed a change to openstack/tripleo-incubator: Allow user-defined flavors on the undercloud https://review.openstack.org/107667 | 12:32 |
*** andreaf has quit IRC | 12:36 | |
*** dprince has joined #tripleo | 12:37 | |
*** Yanyanhu has joined #tripleo | 12:37 | |
*** andreaf has joined #tripleo | 12:37 | |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/diskimage-builder: Ironic auto-discovery ramdisk https://review.openstack.org/107672 | 12:37 |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/diskimage-builder: Ironic auto-discovery ramdisk https://review.openstack.org/107672 | 12:39 |
*** lucas-hungry is now known as lucasagomes | 12:39 | |
*** weshay has joined #tripleo | 12:40 | |
*** jcoufal has joined #tripleo | 12:44 | |
*** noslzzp has joined #tripleo | 12:46 | |
*** dguerri is now known as _dguerri | 13:00 | |
derekh_ | dprince: can you add my key to the squid server please https://launchpad.net/~derekh/+sshkeys | 13:00 |
derekh_ | dprince: I want to see if whats its cahing might be causeing bug 1343162 | 13:00 |
uvirtbot | Launchpad bug 1343162 in tripleo "Failed to fetch bzip2:... Hash Sum mismatch" [High,Triaged] https://launchpad.net/bugs/1343162 | 13:01 |
*** k4n0 has quit IRC | 13:01 | |
TheJulia | derekh_: I saw that locally yesterday, I deleted the files and whatever got served back up through my local proxy was right | 13:03 |
dprince | derekh_: yep, one minute | 13:04 |
derekh_ | TheJulia: ok, so maybe deleting them in diskimage-builder might be the correct solution | 13:04 |
derekh_ | dprince: thanks | 13:04 |
TheJulia | that doesn't seem like a solution, more a work-around, I was suspecting stale data myself yesterday | 13:05 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tripleo-specs: Updated the reference to the Tuskar REST API spec https://review.openstack.org/107683 | 13:06 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tripleo-specs: Update the Tuskar storage spec to reference Heat https://review.openstack.org/107684 | 13:06 |
*** _dguerri is now known as dguerri | 13:06 | |
derekh_ | TheJulia: ya, it doesn't seem right, will poke at it a bit and see if I discover anything | 13:07 |
*** athomas has quit IRC | 13:07 | |
*** bmahalakshmi has quit IRC | 13:07 | |
TheJulia | Cool, I thought it was a fluke, but I'm seeing it in CI jobs that are failing :( | 13:09 |
TheJulia | s/seeing/now seeing/ | 13:09 |
derekh_ | TheJulia: ya, its causing about 25 jobs per day to fail | 13:10 |
TheJulia | :( | 13:10 |
*** bashok has quit IRC | 13:11 | |
*** athomas has joined #tripleo | 13:11 | |
*** jistr|mobi has quit IRC | 13:16 | |
derekh_ | hmmm, a mirror not updated ? | 13:19 |
derekh_ | suppose a link would be handy http://paste.openstack.org/show/86934/ | 13:20 |
TheJulia | oh awesome | 13:25 |
dprince | derekh_: your key should be on the squid now | 13:26 |
derekh_ | dprince: thanks | 13:26 |
dprince | derekh_: you might should add mine to the te-broker when you get a chance (no rush) | 13:27 |
derekh_ | dprince: will do | 13:27 |
derekh_ | dprince: done | 13:30 |
derekh_ | So the offending server appears to be, nova.clouds.archive.ubuntu.com (91.189.91.13) | 13:31 |
derekh_ | anybody know the place to report these things? | 13:31 |
derekh_ | launchpad ? | 13:31 |
dprince | derekh_: yep, I've seen that in the logs before | 13:32 |
dprince | derekh_: is it possible we could pin the Ubuntu tests to a specific mirror? | 13:32 |
dprince | derekh_: outside of the rack... | 13:32 |
derekh_ | dprince: maybe a temp CI fix ? $ echo 91.189.91.14 nova.clouds.archive.ubuntu.com >> /etc/hosts | 13:34 |
dprince | derekh_: if need be, we can do that | 13:36 |
TheJulia | checkout https://jenkins04.openstack.org/job/check-tripleo-ironic-undercloud-precise/971/console security.ubuntu.com | 13:38 |
TheJulia | could be bad timing if its a new update being pushed... but still little weird | 13:40 |
derekh_ | TheJulia: looks like security.ubuntu.com also resolves to 91.189.91.13 (1 of its 6 IP's), so looks like that server hasn't updated for some reason | 13:42 |
openstackgerrit | Radomir Dopieralski proposed a change to openstack/tuskar-ui: Add a "driver" field to the Register Nodes dialog https://review.openstack.org/107052 | 13:47 |
TheJulia | yay | 13:48 |
funzo | derekh_: ping | 13:51 |
derekh_ | funzo: ack | 13:53 |
funzo | derekh_: do you know if there is a way to run the tempest tests in openstack-infra with a custom tempest.conf? | 13:53 |
*** hewbrocca has joined #tripleo | 13:54 | |
funzo | derekh_: I'm going to configure the nova-docker repo to run the tempest tests which will run the stock config to begin with, but in order to have it make more sense I need to turn off a few services in the tempest.conf | 13:54 |
derekh_ | funzo: not that I've ever done, but looking at the devstack gate code would show it if its possible, I can take a look in a few minutes and see if its possible | 13:55 |
funzo | derekh_: wow, thanks very much | 13:55 |
derekh_ | dprince: TheJulia ok I'm going to add this to /etc/hosts on the proxy and see if it helps | 13:55 |
derekh_ | 91.189.91.14 archive.ubuntu.com | 13:56 |
derekh_ | 91.189.91.14 nova.clouds.archive.ubuntu.com | 13:56 |
derekh_ | 91.189.91.14 security.ubuntu.com | 13:56 |
dprince | derekh_: fair enough, we'll never remember to do this again on the other rack though | 13:57 |
dprince | derekh_: unless you do | 13:57 |
derekh_ | dprince: I'll set a reminder to check the server in a few days and see if the problem is resolved, hopfully we shouldn't need it there for long (if it even works that is) | 13:58 |
derekh_ | hmm, does squid have a graceful restart... | 13:58 |
dprince | derekh_: not sure, if not just do a quick bounce | 13:59 |
derekh_ | done, lets see if that helps http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiSGFzaCBTdW0gbWlzbWF0Y2hcIiBBTkQgYnVpbGRfbmFtZToqdHJpcGxlbyoiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6Ijg2NDAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQwNTYwNTYxNDA1OH0= | 14:00 |
*** dguerri is now known as _dguerri | 14:05 | |
*** _dguerri is now known as dguerri | 14:07 | |
*** lazy_prince has joined #tripleo | 14:19 | |
*** lazy_prince has joined #tripleo | 14:20 | |
*** jdob has quit IRC | 14:31 | |
*** jcoufal has quit IRC | 14:32 | |
*** cinerama has joined #tripleo | 14:33 | |
*** Yanyanhu has quit IRC | 14:33 | |
*** marun_afk is now known as marun | 14:34 | |
*** morganfainberg_Z is now known as morganfainberg | 14:35 | |
*** robsparker has quit IRC | 14:35 | |
openstackgerrit | A change was merged to openstack/tripleo-incubator: Improve readability of long JQ expression https://review.openstack.org/99681 | 14:35 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Separate Heat BM and VM configs for Nova-BM. https://review.openstack.org/90033 | 14:37 |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Improve readability of JQ for novaBM and ironic https://review.openstack.org/104559 | 14:37 |
*** mrunge has quit IRC | 14:37 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-incubator: Wait for os-collect-config to complete on the seed https://review.openstack.org/96515 | 14:37 |
*** jdob has joined #tripleo | 14:38 | |
*** morganfainberg is now known as morganfainberg_Z | 14:40 | |
greghaynes | lifeless: that mysql fail is... odd | 14:40 |
greghaynes | lifeless: seems like controller2 connected to the master fine but not controller 1 | 14:41 |
*** morganfainberg_Z is now known as morganfainberg | 14:41 | |
openstackgerrit | Matthew Gilliard proposed a change to openstack/tripleo-incubator: Allow user-defined flavors on the undercloud https://review.openstack.org/107667 | 14:42 |
greghaynes | ugh | 14:42 |
greghaynes | I think we might have a bug where were no longer restarting mysql after a failed start | 14:43 |
dprince | greghaynes: we do, in fact we no longer restart MySQL on a reboot | 14:43 |
* dprince ranted about this in the meeting Tuesday | 14:44 | |
TheJulia | we do, but only because we're not able to detect the failed start | 14:44 |
greghaynes | yes, thats somewhat intentional | 14:44 |
greghaynes | but I mean after a failed start ever | 14:44 |
greghaynes | dprince: we now restart mysql if you have controlscale of 1 | 14:44 |
greghaynes | or at least we should | 14:44 |
*** cinerama has quit IRC | 14:44 | |
dprince | greghaynes: I don't think we do | 14:44 |
dprince | greghaynes: my take is with HA disabled (on a single undercloud for example or seed VM) mysql should start automatically | 14:45 |
dprince | greghaynes: after it has been initially configured that is | 14:45 |
dprince | greghaynes: anything else is unacceptable | 14:45 |
greghaynes | Yes, I had a patch for that, maybe its not merged yet... | 14:46 |
dprince | greghaynes: can you point me to it? | 14:46 |
*** pcrews has joined #tripleo | 14:46 | |
*** ddieterly has joined #tripleo | 14:48 | |
greghaynes | oh, it merged: Id41c2fcf9602828b60692d866ee33737e33f87aa | 14:49 |
greghaynes | My internet is less than ideal ATM so links are hard | 14:50 |
dprince | greghaynes: https://review.openstack.org/#/c/104455/ | 14:50 |
dprince | greghaynes: so that actually won't quite do it because on a reboot os-collect-config won't necissarily run right? | 14:51 |
greghaynes | aye | 14:51 |
greghaynes | correct | 14:51 |
dprince | greghaynes: what we really need is an os-svc-enable there too | 14:51 |
openstackgerrit | A change was merged to openstack/tuskar-ui: Add a "driver" field to the Register Nodes dialog https://review.openstack.org/107052 | 14:52 |
dprince | greghaynes: glad we are talking about this cause I was about to have a look today anyways... | 14:52 |
dprince | greghaynes: has anyone pushed a fix for that yet, if not I'm up for giving it a go... | 14:52 |
greghaynes | not AFAIK, im +1 on the svc-enable | 14:53 |
greghaynes | maybe only do it for the single node setupalso | 14:53 |
lxsli | please could we get +2 on https://review.openstack.org/#/c/104559/ ? It has clean tests | 14:53 |
lxsli | I'd +2 it myself but I don't have the button yet | 14:53 |
openstackgerrit | patrick-crews proposed a change to openstack-infra/tripleo-ci: Use /opt/git instead of /opt/stack/new https://review.openstack.org/89974 | 14:53 |
*** ddieterl_ has joined #tripleo | 14:54 | |
dprince | greghaynes: sure. For HA setups though what do we rely on to ensure this configure.d re-runs? | 14:54 |
greghaynes | we dont | 14:54 |
greghaynes | Its an unsolved problem for multiple node setups | 14:55 |
dprince | greghaynes: gotcha, just making sure I wasn't missing something. So... we could solve all of this (both problems) with our own systemd script for this | 14:55 |
dprince | greghaynes: which could used cached heat metadata if it needs too... | 14:56 |
greghaynes | The multi-node setup case requires us to re-perform leader election | 14:56 |
greghaynes | which is why we are intentionally not restarting in that case | 14:56 |
dprince | greghaynes: okay | 14:56 |
* dprince doesn't have his head wrapped around HA this morning | 14:56 | |
dprince | greghaynes: so for now an inline os-svc-enable for the single node case doesn't seem too bad then. Lets do that... | 14:57 |
greghaynes | +1 | 14:57 |
*** jp_at_hp has quit IRC | 15:01 | |
*** morganfainberg is now known as morganfainberg_Z | 15:02 | |
*** ddieterly has quit IRC | 15:02 | |
*** akrivoka has quit IRC | 15:02 | |
*** andreaf has quit IRC | 15:02 | |
*** derekh_ has quit IRC | 15:02 | |
*** rlandy has quit IRC | 15:02 | |
*** ifarkas has quit IRC | 15:02 | |
*** rbrady has quit IRC | 15:02 | |
*** jtomasek has quit IRC | 15:02 | |
openstackgerrit | Tomas Sedovic proposed a change to openstack/tripleo-heat-templates: Deprecate Role and ImageBuilder metadata handling https://review.openstack.org/102521 | 15:03 |
*** andreaf has joined #tripleo | 15:03 | |
rdopieralski | tzumainn: I can't see newly_discovered on that api link that you posted? | 15:04 |
tzumainn | rdopieralski, it doesn't exist yet, it's part of dtantsur's spec | 15:04 |
tzumainn | he mentioned that he believed that part was relatively uncontroversial | 15:04 |
rdopieralski | tzumainn: then why did you link to it? | 15:04 |
tzumainn | oh, for the 'maintenance' attribute | 15:05 |
rdopieralski | Type:boolean | 15:05 |
rdopieralski | maintenance (boolean) – Optional boolean value that indicates whether to get nodes in maintenance mode (“True”), or not in maintenance mode (“False”). | 15:05 |
*** rbrady has joined #tripleo | 15:05 | |
rdopieralski | it doesn't mention None anywhere? | 15:06 |
tzumainn | if you look at the returned json | 15:06 |
rdopieralski | the returned json has that undefined everywhere | 15:06 |
tzumainn | I wish I could use line number, search for "maintenance" with the quotes | 15:06 |
rdopieralski | that is, not set | 15:06 |
*** jp_at_hp has joined #tripleo | 15:07 | |
*** akrivoka has joined #tripleo | 15:07 | |
*** jtomasek has joined #tripleo | 15:07 | |
*** derekh_ has joined #tripleo | 15:07 | |
tzumainn | oh, is that what that means? I might have been confused | 15:07 |
*** ifarkas has joined #tripleo | 15:07 | |
*** rlandy has joined #tripleo | 15:07 | |
*** ifarkas has quit IRC | 15:07 | |
*** ifarkas has joined #tripleo | 15:07 | |
rdopieralski | I guess that's what the "optional value" means | 15:07 |
*** ddieterl_ has quit IRC | 15:07 | |
tzumainn | I figured optional value meant that it was an optional argument into the list function | 15:08 |
*** ddieterly has joined #tripleo | 15:08 | |
rdopieralski | but I don't like this "True", "False", "File Not Found" three-state logic :/ | 15:08 |
tzumainn | but the json snippets made it seem like the returned json from the rest api would be null | 15:08 |
rdopieralski | they probably made it optional by defaulting to None | 15:08 |
tzumainn | so, yeah, I'm just following what I thought I saw in the ironic docs | 15:09 |
openstackgerrit | Dan Prince proposed a change to openstack/tripleo-image-elements: mysql: call os-svc-enable for single node installs https://review.openstack.org/107737 | 15:09 |
tzumainn | did I misunderstand them? | 15:09 |
rdopieralski | well, 'if not foo' is going to catch both None and False, so it should be fine | 15:10 |
greghaynes | lifeless: oh, I bet that mysql issue is fixed by TheJulia's patch to make percona init script return error on startup fail | 15:14 |
*** mestery has quit IRC | 15:16 | |
greghaynes | dprince: FWIW theres a ML thread about re-running o-r-c on boot | 15:17 |
greghaynes | If you havent seen | 15:18 |
*** andreaf has quit IRC | 15:23 | |
*** morganfainberg_Z is now known as morganfainberg | 15:24 | |
openstackgerrit | Gerry Drudy proposed a change to openstack/tripleo-image-elements: Add proxy-logging to proxy-server pipeline https://review.openstack.org/91533 | 15:24 |
*** ramishra has joined #tripleo | 15:25 | |
*** rakesh_hs has quit IRC | 15:28 | |
*** akuznetsov has quit IRC | 15:30 | |
openstackgerrit | patrick-crews proposed a change to openstack-infra/tripleo-ci: Use /opt/git instead of /opt/stack/new https://review.openstack.org/89974 | 15:33 |
*** ramishra has quit IRC | 15:34 | |
*** akuznetsov has joined #tripleo | 15:35 | |
*** jcoufal has joined #tripleo | 15:38 | |
*** cinerama has joined #tripleo | 15:40 | |
*** rdopieralski has quit IRC | 15:40 | |
*** ifarkas has quit IRC | 15:47 | |
openstackgerrit | Jon-Paul Sullivan (jp_at_hp) proposed a change to openstack/tripleo-incubator: Provide useful error early if not enough nodes https://review.openstack.org/93597 | 15:50 |
*** akrivoka has quit IRC | 15:52 | |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-heat-templates: Remove extra list https://review.openstack.org/107759 | 15:54 |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-heat-templates: Add user_data_format https://review.openstack.org/107760 | 15:54 |
openstackgerrit | James Slagle proposed a change to openstack/tripleo-heat-templates: Add signal_transport property https://review.openstack.org/107761 | 15:54 |
cinerama | morning guys | 15:56 |
*** cody-somerville has quit IRC | 15:57 | |
*** lazy_prince is now known as killer_prince | 15:57 | |
*** jcoufal has quit IRC | 15:59 | |
*** jistr has quit IRC | 16:01 | |
TheJulia | Good morning, although it is now afternoon here :) | 16:01 |
cinerama | time zones are hard | 16:04 |
*** jcoufal has joined #tripleo | 16:08 | |
*** IvanBerezovskiy has left #tripleo | 16:09 | |
*** markmc has quit IRC | 16:15 | |
greghaynes | cinerama: 'morning | 16:21 |
cinerama | hi there! | 16:22 |
*** johnma has joined #tripleo | 16:23 | |
TheJulia | cinerama: If only we could convince the world to go to using one time zone :) | 16:24 |
*** mkerrin has quit IRC | 16:24 | |
*** lucasagomes has quit IRC | 16:30 | |
*** ddieterly has quit IRC | 16:36 | |
*** ddieterly has joined #tripleo | 16:36 | |
greghaynes | can I get someone to review https://review.openstack.org/#/c/104569/ | 16:37 |
greghaynes | fixes a prettybad bug for HA setups | 16:37 |
TheJulia | Additionally, https://review.openstack.org/#/c/105959/ which fixes the VRRP configuration in HA | 16:38 |
*** rameshg87 has joined #tripleo | 16:43 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed a change to openstack/tripleo-image-elements: Do not let Upstart start services automatically https://review.openstack.org/107772 | 16:43 |
*** sseago has quit IRC | 16:43 | |
rameshg87 | hello derekh_ | 16:44 |
rameshg87 | derekh_: request your review on https://review.openstack.org/#/c/97301/ | 16:44 |
greghaynes | dprince: ^ that t-i-e change may be of interest to you | 16:44 |
greghaynes | from SpamapS | 16:44 |
derekh_ | rameshg87: sorry, I got sidetracked and am about to run but will look again ASAP | 16:45 |
rameshg87 | thanks derekh_ :-) | 16:45 |
*** derekh_ has quit IRC | 16:49 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add new sosreport element https://review.openstack.org/104593 | 16:51 |
*** rwsu has joined #tripleo | 16:55 | |
SpamapS | greghaynes: is there a similar effort underway that I'm not aware of? | 16:59 |
SpamapS | greghaynes: I did it in response to the ML post about starting services before o-c-c has run. | 16:59 |
*** sseago has joined #tripleo | 16:59 | |
greghaynes | SpamapS: Not a similar effort, dprince was hoping to fix starting mysql on single controller node setups by adding it to start on init | 17:00 |
greghaynes | er, starting after reboot | 17:00 |
greghaynes | Was there a resolution for diong an o-r-c run on reboot? I saw it mentioned in the email but the spec that was linked didnt seem to mention it at all :/ | 17:02 |
*** dshulyak_ has joined #tripleo | 17:07 | |
*** akrivoka has joined #tripleo | 17:17 | |
*** regebro has quit IRC | 17:23 | |
greghaynes | Is anyone familiar with how were using the tripleo-end-to-end reporefs deal in hp ci? | 17:30 |
*** chuckC has quit IRC | 17:30 | |
greghaynes | Trying to add a patch to the rollup for one of the repos | 17:30 |
*** ramishra has joined #tripleo | 17:32 | |
*** cadenzajon has quit IRC | 17:35 | |
*** ramishra has quit IRC | 17:35 | |
SpamapS | greghaynes: yes, there's a patch up to have o-c-c run the command once per boot guaranteed | 17:39 |
greghaynes | dprince: ^ | 17:40 |
greghaynes | dprince: with that mysql should 'just work' on reboot for 1 node setups | 17:40 |
greghaynes | \O/ conflicts with the patches we need to run in CI | 17:41 |
dprince | greghaynes: let me think about it, we might should do both for this one... | 17:41 |
greghaynes | For mysql long-term using os-r-c is really the only viable option | 17:42 |
greghaynes | due to the leader election deal | 17:42 |
greghaynes | I guess the alternative would be trying to write a highly intelligent init/upstart/systemd script | 17:42 |
dprince | greghaynes: that is for HA, if you aren't using HA then autostarting MySQL would seem to be fine | 17:42 |
greghaynes | Yes, so IMO if we can get away with just doing it one way then we should | 17:43 |
*** ramishra has joined #tripleo | 17:44 | |
* greghaynes is afraid of what he just did to the repos in hp ci region | 17:44 | |
greghaynes | this is why we cant have nice things | 17:44 |
*** pelix has quit IRC | 17:45 | |
*** markmc has joined #tripleo | 17:46 | |
*** regebro has joined #tripleo | 17:51 | |
*** ramishra has quit IRC | 17:52 | |
*** jcoufal has quit IRC | 17:58 | |
*** jp_at_hp has quit IRC | 18:04 | |
*** spzala has joined #tripleo | 18:04 | |
*** chuckC has joined #tripleo | 18:10 | |
*** dtantsur is now known as dtantsur|afk | 18:11 | |
vinsh | :) | 18:14 |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: add Horizon caches backend definition (memcached) https://review.openstack.org/105289 | 18:15 |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: use ControlVirtualInterface for keepalived VRRP https://review.openstack.org/105959 | 18:19 |
openstackgerrit | A change was merged to openstack/tripleo-heat-templates: make glance.host point to controller_virtual_ip https://review.openstack.org/105964 | 18:19 |
*** jcoufal has joined #tripleo | 18:22 | |
*** akrivoka has quit IRC | 18:28 | |
jomara | any of you devtest experts help me for a hot minute? im setting it up for the first time, and im getting slightly different results than the guide suggests | 18:31 |
jomara | namely i dont have /dev/kvm after installing kvm | 18:32 |
jomara | (kvm installs qemu-system-x86 now) | 18:32 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Move libvirt's qemu configuration dir to state fs https://review.openstack.org/107461 | 18:34 |
*** rameshg87 has left #tripleo | 18:34 | |
lifeless | jomara: hey | 18:37 |
lifeless | jomara: that should be ok | 18:37 |
lifeless | morning all | 18:38 |
lifeless | greghaynes: I am | 18:38 |
lifeless | greghaynes: I manually started mysql on ctl1 | 18:38 |
jomara | lifeless: easy followup question: is this guide horribly stale and doomed? https://wiki.openstack.org/wiki/Tuskar/Devtest and should i use this one instead? http://docs.openstack.org/developer/tripleo-incubator/devtest.html | 18:38 |
lifeless | jomara: it looks a little stale but not super | 18:41 |
lifeless | jomara: its kindof odd its not in the main devtest docs tho :) | 18:41 |
lifeless | greghaynes: so I see the new ref you want | 18:43 |
lifeless | 104569 | 18:43 |
lifeless | greghaynes: . seed.hp1.tripleo.org.rc | 18:43 |
lifeless | greghaynes: is the invokation to kick it into place | 18:43 |
*** noslzzp has quit IRC | 18:45 | |
*** noslzzp has joined #tripleo | 18:46 | |
*** noslzzp has quit IRC | 18:46 | |
*** noslzzp has joined #tripleo | 18:47 | |
lifeless | greghaynes: I replied to your -1 on https://review.openstack.org/#/c/105045/2/scripts/setup-endpoints | 18:49 |
openstackgerrit | patrick-crews proposed a change to openstack-infra/tripleo-ci: Use /opt/git instead of /opt/stack/new https://review.openstack.org/89974 | 18:51 |
*** noslzzp has quit IRC | 18:53 | |
lifeless | greghaynes: just rebasing the incubator stuff | 19:00 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Add public VLAN support. https://review.openstack.org/103757 | 19:09 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Add --public to setup-endpoints. https://review.openstack.org/105045 | 19:09 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Fix setup-endpoints handling of public URLs. https://review.openstack.org/105044 | 19:09 |
*** marun is now known as marun_afk | 19:15 | |
*** markmc has quit IRC | 19:26 | |
openstackgerrit | Julia Kreger proposed a change to openstack/tripleo-image-elements: Network init order fixes for VIP https://review.openstack.org/105862 | 19:29 |
Ng | lifeless: so fyi, adam_g managed to get a deployment with scheduler_host_subset_size and scheduler_max_attempts set to the number of nodes (29 in this case) | 19:32 |
lifeless | hah | 19:33 |
lifeless | thanks | 19:33 |
lifeless | makes me want to sob | 19:33 |
*** nibalizer has quit IRC | 19:38 | |
*** nibalizer has joined #tripleo | 19:38 | |
*** nati_ueno has joined #tripleo | 19:39 | |
*** ddieterly has quit IRC | 19:46 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Add public VLAN support. https://review.openstack.org/103757 | 19:53 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-incubator: Add public VLAN support. https://review.openstack.org/103757 | 19:56 |
*** nati_ueno has quit IRC | 20:00 | |
*** nati_ueno has joined #tripleo | 20:02 | |
*** nati_ueno has quit IRC | 20:05 | |
*** nati_ueno has joined #tripleo | 20:07 | |
*** dshurtle has joined #tripleo | 20:08 | |
*** nati_ueno has quit IRC | 20:08 | |
*** jtomasek has quit IRC | 20:11 | |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Correct SELinux file contexts https://review.openstack.org/99242 | 20:21 |
*** jdob has quit IRC | 20:25 | |
openstackgerrit | Richard Su proposed a change to openstack/tripleo-image-elements: Correct SELinux file contexts https://review.openstack.org/99242 | 20:27 |
cinerama | /back | 20:27 |
openstackgerrit | Ghe Rivero proposed a change to openstack/tripleo-image-elements: Add pkg_map support to openvswitch elements https://review.openstack.org/106960 | 20:28 |
openstackgerrit | patrick-crews proposed a change to openstack-infra/tripleo-ci: Test the upgrade codepath works as well. https://review.openstack.org/87758 | 20:28 |
lifeless | cinerama: wotchya | 20:29 |
cinerama | lifeless: yo | 20:29 |
openstackgerrit | Ghe Rivero proposed a change to openstack/tripleo-image-elements: Add pkg_map support to openvswitch elements https://review.openstack.org/106960 | 20:29 |
openstackgerrit | Ghe Rivero proposed a change to openstack/tripleo-image-elements: Make use of openvswitch elements https://review.openstack.org/104115 | 20:29 |
*** rlandy has quit IRC | 20:30 | |
lifeless | so now I have a fun thing | 20:33 |
lifeless | instances are just dropping into nowhere | 20:33 |
lifeless | | a2a69839-74d4-448f-8593-1d0626c5df7a | ci-overcloud-NovaCompute1-tgsrmhkp4lzo | BUILD | - | NOSTATE | | | 20:33 |
lifeless | no task state | 20:33 |
lifeless | not in ERROR | 20:33 |
lifeless | w.t.f. | 20:33 |
lifeless | I want nice things, so much | 20:34 |
openstackgerrit | Ghe Rivero proposed a change to openstack/diskimage-builder: Avoid to install a blank list of packages https://review.openstack.org/104140 | 20:34 |
*** michchap_ has quit IRC | 20:35 | |
lifeless | waaaait, what. | 20:40 |
lifeless | rescheduling is done by the compute node now | 20:40 |
lifeless | hope it doesn't crash :/ | 20:40 |
lifeless | greghaynes: new image, deploying again | 20:48 |
*** jml has quit IRC | 20:55 | |
*** jml has joined #tripleo | 20:59 | |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Add some docs descibing tripleo CI https://review.openstack.org/99708 | 20:59 |
*** regebro has quit IRC | 20:59 | |
*** untriaged-bot has joined #tripleo | 21:00 | |
untriaged-bot | Untriaged bugs so far: | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1340087 | 21:00 |
untriaged-bot | https://bugs.launchpad.net/os-collect-config/+bug/1341936 | 21:00 |
*** untriaged-bot has quit IRC | 21:00 | |
uvirtbot | Launchpad bug 1340087 in tripleo "PXE deploy failed with nova.virt.baremetal" [Undecided,New] | 21:00 |
uvirtbot | Launchpad bug 1341936 in os-collect-config "Require keystone v3 auth_url in heat collector" [Undecided,In progress] | 21:00 |
*** regebro has joined #tripleo | 21:01 | |
*** dprince has quit IRC | 21:02 | |
*** nati_ueno has joined #tripleo | 21:03 | |
*** dshulyak_ has quit IRC | 21:03 | |
*** johnma has left #tripleo | 21:20 | |
*** chuckC has quit IRC | 21:22 | |
*** rebrego has joined #tripleo | 21:27 | |
*** regebro has quit IRC | 21:27 | |
*** rebrego is now known as regebro | 21:27 | |
*** nati_ueno has quit IRC | 21:41 | |
*** jang2 has quit IRC | 21:43 | |
*** gcha has quit IRC | 21:46 | |
*** andreaf has joined #tripleo | 21:55 | |
*** regebro has quit IRC | 21:55 | |
*** andreaf has quit IRC | 21:56 | |
*** andreaf has joined #tripleo | 21:56 | |
*** ci-overcloud has joined #tripleo | 21:57 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 21:57 |
*** ci-overcloud has quit IRC | 21:57 | |
*** gcha has joined #tripleo | 22:05 | |
*** andreaf has quit IRC | 22:11 | |
lifeless | wow | 22:18 |
lifeless | its still happening | 22:18 |
* lifeless tries a compute restart | 22:18 | |
lifeless | nova-conductor logging is approximately useless :( | 22:19 |
*** hewbrocca has quit IRC | 22:23 | |
*** chuckC has joined #tripleo | 22:23 | |
*** andreaf has joined #tripleo | 22:27 | |
*** andreaf has quit IRC | 22:27 | |
*** andreaf has joined #tripleo | 22:27 | |
*** andreaf has quit IRC | 22:27 | |
*** andreaf has joined #tripleo | 22:28 | |
*** andreaf has quit IRC | 22:28 | |
*** andreaf has joined #tripleo | 22:28 | |
*** andreaf has quit IRC | 22:28 | |
*** andreaf has joined #tripleo | 22:29 | |
*** andreaf has quit IRC | 22:29 | |
*** andreaf has joined #tripleo | 22:29 | |
*** andreaf has quit IRC | 22:30 | |
*** andreaf has joined #tripleo | 22:30 | |
*** andreaf has quit IRC | 22:30 | |
*** andreaf has joined #tripleo | 22:31 | |
*** andreaf has quit IRC | 22:31 | |
*** andreaf has joined #tripleo | 22:31 | |
*** andreaf has quit IRC | 22:31 | |
*** andreaf has joined #tripleo | 22:32 | |
*** andreaf has quit IRC | 22:32 | |
*** dsneddon is now known as dsneddon_gone | 22:32 | |
*** andreaf has joined #tripleo | 22:32 | |
*** andreaf has quit IRC | 22:32 | |
*** andreaf has joined #tripleo | 22:33 | |
*** andreaf has quit IRC | 22:33 | |
*** andreaf has joined #tripleo | 22:33 | |
*** andreaf has quit IRC | 22:34 | |
*** andreaf has joined #tripleo | 22:34 | |
*** andreaf has quit IRC | 22:34 | |
*** andreaf has joined #tripleo | 22:35 | |
*** andreaf has quit IRC | 22:35 | |
*** andreaf has joined #tripleo | 22:35 | |
*** andreaf has quit IRC | 22:35 | |
*** andreaf has joined #tripleo | 22:36 | |
*** andreaf has quit IRC | 22:36 | |
*** andreaf has joined #tripleo | 22:36 | |
*** andreaf has quit IRC | 22:37 | |
*** andreaf has joined #tripleo | 22:37 | |
*** andreaf has quit IRC | 22:37 | |
*** andreaf has joined #tripleo | 22:38 | |
*** andreaf has quit IRC | 22:38 | |
*** andreaf has joined #tripleo | 22:38 | |
*** andreaf has quit IRC | 22:38 | |
*** andreaf has joined #tripleo | 22:39 | |
*** andreaf has quit IRC | 22:39 | |
*** andreaf has joined #tripleo | 22:39 | |
*** andreaf has quit IRC | 22:40 | |
*** andreaf has joined #tripleo | 22:40 | |
*** andreaf has quit IRC | 22:40 | |
*** andreaf has joined #tripleo | 22:41 | |
*** andreaf has quit IRC | 22:41 | |
*** andreaf has joined #tripleo | 22:41 | |
*** andreaf has quit IRC | 22:41 | |
*** andreaf has joined #tripleo | 22:42 | |
*** andreaf has quit IRC | 22:42 | |
*** andreaf has joined #tripleo | 22:42 | |
*** andreaf has quit IRC | 22:43 | |
*** andreaf has joined #tripleo | 22:43 | |
*** andreaf has quit IRC | 22:43 | |
*** andreaf has joined #tripleo | 22:44 | |
*** andreaf has quit IRC | 22:44 | |
*** andreaf has joined #tripleo | 22:44 | |
*** andreaf has quit IRC | 22:45 | |
*** andreaf has joined #tripleo | 22:45 | |
*** andreaf has quit IRC | 22:45 | |
*** andreaf has joined #tripleo | 22:46 | |
*** andreaf has quit IRC | 22:46 | |
*** andreaf has joined #tripleo | 22:46 | |
*** andreaf has quit IRC | 22:47 | |
*** andreaf has joined #tripleo | 22:47 | |
*** andreaf has quit IRC | 22:47 | |
*** andreaf has joined #tripleo | 22:48 | |
*** andreaf has quit IRC | 22:48 | |
*** andreaf has joined #tripleo | 22:48 | |
*** andreaf has quit IRC | 22:49 | |
*** andreaf has joined #tripleo | 22:49 | |
*** andreaf has quit IRC | 22:49 | |
*** morganfainberg has quit IRC | 22:50 | |
*** andreaf has joined #tripleo | 22:50 | |
*** andreaf has quit IRC | 22:50 | |
*** morganfainberg has joined #tripleo | 22:50 | |
*** andreaf has joined #tripleo | 22:50 | |
*** jerryz_ has quit IRC | 22:50 | |
*** morganfainberg has quit IRC | 22:50 | |
*** andreaf has quit IRC | 22:50 | |
*** jerryz_ has joined #tripleo | 22:51 | |
*** pcrews has quit IRC | 22:51 | |
*** ekarlso has quit IRC | 22:51 | |
*** GheRivero has quit IRC | 22:51 | |
*** boris-42 has quit IRC | 22:51 | |
*** morganfainberg has joined #tripleo | 22:51 | |
*** andreaf has joined #tripleo | 22:51 | |
*** andreaf has quit IRC | 22:51 | |
*** morganfainberg has quit IRC | 22:51 | |
*** andreaf has joined #tripleo | 22:52 | |
*** morganfainberg has joined #tripleo | 22:52 | |
*** andreaf has quit IRC | 22:52 | |
*** chuckC has quit IRC | 22:52 | |
*** sseago has quit IRC | 22:52 | |
*** panda___ has quit IRC | 22:52 | |
*** BadCub has quit IRC | 22:52 | |
*** kevinbenton has quit IRC | 22:52 | |
*** greghaynes has quit IRC | 22:52 | |
*** bhunter71 has quit IRC | 22:52 | |
*** gilliard has quit IRC | 22:52 | |
*** otoolee has quit IRC | 22:52 | |
*** jomara has quit IRC | 22:52 | |
*** uvirtbot has quit IRC | 22:52 | |
*** davidlenwell has quit IRC | 22:52 | |
*** andreaf has joined #tripleo | 22:52 | |
*** andreaf has quit IRC | 22:53 | |
*** chuckC has joined #tripleo | 22:53 | |
*** sseago has joined #tripleo | 22:53 | |
*** panda___ has joined #tripleo | 22:53 | |
*** BadCub has joined #tripleo | 22:53 | |
*** kevinbenton has joined #tripleo | 22:53 | |
*** gilliard has joined #tripleo | 22:53 | |
*** greghaynes has joined #tripleo | 22:53 | |
*** bhunter71 has joined #tripleo | 22:53 | |
*** otoolee has joined #tripleo | 22:53 | |
*** jomara has joined #tripleo | 22:53 | |
*** uvirtbot has joined #tripleo | 22:53 | |
*** davidlenwell has joined #tripleo | 22:53 | |
*** dickson.freenode.net sets mode: +v davidlenwell | 22:53 | |
*** andreaf has joined #tripleo | 22:53 | |
*** pcrews has joined #tripleo | 22:53 | |
*** boris-42 has joined #tripleo | 22:53 | |
*** ekarlso has joined #tripleo | 22:53 | |
*** GheRivero has joined #tripleo | 22:53 | |
*** andreaf has quit IRC | 22:53 | |
*** andreaf has joined #tripleo | 22:53 | |
*** mikal has quit IRC | 22:54 | |
*** lxsli has quit IRC | 22:54 | |
*** andreaf has quit IRC | 22:54 | |
*** mikal has joined #tripleo | 22:54 | |
*** lxsli has joined #tripleo | 22:54 | |
*** jrist has quit IRC | 22:54 | |
*** lynxman has quit IRC | 22:54 | |
*** pleia2 has quit IRC | 22:54 | |
*** jang has quit IRC | 22:54 | |
*** stevebaker has quit IRC | 22:54 | |
*** dtantsur|afk has quit IRC | 22:54 | |
*** zigo has quit IRC | 22:54 | |
*** adam_g has quit IRC | 22:54 | |
*** therve has quit IRC | 22:54 | |
*** jpeeler has quit IRC | 22:54 | |
*** fungi has quit IRC | 22:54 | |
*** gonery has quit IRC | 22:54 | |
*** agordeev has quit IRC | 22:54 | |
*** StevenK has quit IRC | 22:54 | |
*** andreaf has joined #tripleo | 22:54 | |
*** andreaf has quit IRC | 22:54 | |
*** pmyers has quit IRC | 22:55 | |
*** tserong has quit IRC | 22:55 | |
*** dsneddon_gone has quit IRC | 22:55 | |
*** gothicmindfood has quit IRC | 22:55 | |
*** tchaypo has quit IRC | 22:55 | |
*** Hazelesque has quit IRC | 22:55 | |
*** vinsh has quit IRC | 22:55 | |
*** al has quit IRC | 22:55 | |
*** tteggel has quit IRC | 22:55 | |
*** dkehn has quit IRC | 22:55 | |
*** Ng has quit IRC | 22:55 | |
*** bkero has quit IRC | 22:55 | |
*** chuckC has quit IRC | 22:55 | |
*** jrist has joined #tripleo | 22:55 | |
*** lynxman has joined #tripleo | 22:55 | |
*** pleia2 has joined #tripleo | 22:55 | |
*** jang has joined #tripleo | 22:55 | |
*** stevebaker has joined #tripleo | 22:55 | |
*** dtantsur|afk has joined #tripleo | 22:55 | |
*** zigo has joined #tripleo | 22:55 | |
*** adam_g has joined #tripleo | 22:55 | |
*** therve has joined #tripleo | 22:55 | |
*** jpeeler has joined #tripleo | 22:55 | |
*** fungi has joined #tripleo | 22:55 | |
*** gonery has joined #tripleo | 22:55 | |
*** agordeev has joined #tripleo | 22:55 | |
*** StevenK has joined #tripleo | 22:55 | |
*** andreaf has joined #tripleo | 22:55 | |
*** andreaf has quit IRC | 22:55 | |
*** andreaf has joined #tripleo | 22:55 | |
*** andreaf has quit IRC | 22:56 | |
*** pmyers has joined #tripleo | 22:56 | |
*** tserong has joined #tripleo | 22:56 | |
*** dsneddon_gone has joined #tripleo | 22:56 | |
*** gothicmindfood has joined #tripleo | 22:56 | |
*** tchaypo has joined #tripleo | 22:56 | |
*** Hazelesque has joined #tripleo | 22:56 | |
*** vinsh has joined #tripleo | 22:56 | |
*** bkero has joined #tripleo | 22:56 | |
*** al has joined #tripleo | 22:56 | |
*** tteggel has joined #tripleo | 22:56 | |
*** dkehn has joined #tripleo | 22:56 | |
*** Ng has joined #tripleo | 22:56 | |
*** dickson.freenode.net sets mode: +v Ng | 22:56 | |
*** andreaf has joined #tripleo | 22:56 | |
*** andreaf has quit IRC | 22:56 | |
*** andreaf has joined #tripleo | 22:57 | |
*** andreaf has quit IRC | 22:57 | |
*** andreaf has joined #tripleo | 22:57 | |
*** andreaf has quit IRC | 22:58 | |
*** andreaf has joined #tripleo | 22:58 | |
*** andreaf has quit IRC | 22:58 | |
*** andreaf has joined #tripleo | 22:59 | |
*** andreaf has quit IRC | 22:59 | |
*** andreaf has joined #tripleo | 22:59 | |
*** andreaf has quit IRC | 23:00 | |
*** andreaf has joined #tripleo | 23:00 | |
*** chuckC has joined #tripleo | 23:03 | |
lifeless | wow something vvvery wrong here | 23:06 |
*** nati_ueno has joined #tripleo | 23:06 | |
lifeless | has anyone else see reschedules not happenign | 23:23 |
lifeless | like, when it should happen it goes nowhere | 23:23 |
lifeless | state BUILD task - | 23:23 |
tchaypo | lifeless: good morning | 23:26 |
*** cinerama has quit IRC | 23:27 | |
lifeless | tchaypo: hai | 23:27 |
tchaypo | I'm not sure why that was directed at lifeless | 23:27 |
tchaypo | the rest of you deserve a good morning too | 23:27 |
*** cody-somerville has joined #tripleo | 23:28 | |
*** cody-somerville has quit IRC | 23:28 | |
*** cody-somerville has joined #tripleo | 23:28 | |
tchaypo | guy behind me on the train says "I'm on the phone so there might be some background noise" | 23:30 |
tchaypo | no dude, the background noise is *you* | 23:30 |
tchaypo | he's attracting lots of stares | 23:30 |
tchaypo | my plan for today is to poke at the stack I built yesterday and see if it's working as expected | 23:34 |
tchaypo | at a gross level that means i should be able to connect through to the services bound to the public IP. If that doesn't work I'll have to drill down on the networking setup on all the layers | 23:35 |
tchaypo | and fwiw, using 32bit vms on a server (no firefox running) I'm sitting at 15298700 used after b/c taken out. There's no way that's going to fit on a 16Gb laptop | 23:36 |
tchaypo | and that's my stop so I'll be getting out now. back in 20-30 when I find the room | 23:36 |
lifeless | bc? | 23:37 |
*** bashok has joined #tripleo | 23:45 | |
*** jerryz_ has quit IRC | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!