lifeless | tchaypo: I suspect ng's patches are not complete | 00:01 |
---|---|---|
lifeless | tchaypo: remember that testenv is compiled, so you should be looking at the inputs | 00:01 |
tchaypo | also hp2 lacks things like undercloud-env.json so I'm wondering if hp2 has even ever had an undercloud created.. | 00:02 |
lifeless | it has not | 00:02 |
lifeless | it will likely need its seed redon | 00:02 |
lifeless | e | 00:02 |
tchaypo | is there any way I can validate the nodes.json on hp2? I can see that it lists many machines and that it's different from hp1.. | 00:03 |
tchaypo | ... of course there *is*, I could writ something that walks the list and uses the power manager to try to talk to each machine. | 00:04 |
lifeless | or you could let ironic do that for you | 00:06 |
lifeless | from the seed | 00:06 |
lifeless | tchaypo: or see test_ilo_auth.sh | 00:06 |
lifeless | stevebaker: so, I'm back | 00:07 |
lifeless | tchaypo: can we take a step back; where are you up to with the refs reconciliation ? | 00:08 |
tchaypo | lifeless: "git review -r bbd46e4" on hp2 /home/shared/repo_refs will show you what I did | 00:09 |
tchaypo | it seems fairly simple | 00:09 |
tchaypo | test_ilo_auth.sh doesn't look at nodes.json, but i see where the data in nodes.json came from | 00:11 |
tchaypo | even though I'd looked at it and mentioned earlier that it did a lot of stuff to update the local git copies of things, I was still surprised when sourcing seed.hp2....rc did so much | 00:13 |
lifeless | tchaypo: git *review* ?! | 00:15 |
*** marun has joined #tripleo | 00:15 | |
lifeless | tchaypo: well, you haven't fixed up the seed.hp2 script yet have you :) | 00:15 |
lifeless | tchaypo: let me refer you back to seed.hp1 for comparison | 00:16 |
lifeless | tchaypo: I think worrying about the nodes list is premature until we've got the basics in place | 00:16 |
tchaypo | bah. I meant "git diff" not "git review" | 00:18 |
tchaypo | hp1 | 00:19 |
lifeless | tchaypo: ok, so you haven't reconciled the refs yet | 00:19 |
tchaypo | hp1's seedrc seems to assume prep_source_repos has already been run, it just sources the .variables instead of running prep_source_repos | 00:20 |
lifeless | tchaypo: per the README :) | 00:20 |
tchaypo | much less surprising | 00:20 |
tchaypo | by "reconciled" do you mean copying across the refs from hp1 (which I looked at but got the impresion that there's nothing to copy over), or do you mean fixing the merge conflicts I saw in the output about tripleo-incubator? | 00:21 |
lifeless | tchaypo: both | 00:22 |
lifeless | tchaypo: you need to make sure that a) stale refs are removed, b) new refs needed are added, c) all refs can merge up with trunk successfully | 00:22 |
lifeless | c) is last because a) and b) will fix a raft of things | 00:22 |
tchaypo | "stale" meaning things that have merged already and don't need to be patched on? | 00:23 |
lifeless | or aren't relevant anymore yes | 00:23 |
lifeless | things that are in hp2 and not hp1 and aren't hp2 config would be a good starting heuristic | 00:24 |
lifeless | though you may need to ask me :( | 00:24 |
*** Leslie_ has quit IRC | 00:26 | |
*** jml has quit IRC | 00:29 | |
stevebaker | lifeless: back | 00:32 |
lifeless | hey | 00:32 |
lifeless | so | 00:32 |
*** jml has joined #tripleo | 00:34 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Revert migration to HOT https://review.openstack.org/113154 | 00:35 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Make turning debug on globally easy. https://review.openstack.org/112778 | 00:39 |
lifeless | stevebaker: I'm putting these up to unblock me on this CI cloud | 00:40 |
lifeless | stevebaker: I'm happy if we can roll forward... but also we have a policy of rolling back unless the path forward is short and trivial | 00:40 |
lifeless | tchaypo: I have the hp1 lock again | 00:40 |
lifeless | tchaypo: (waiting for ack) | 00:41 |
tchaypo | ack | 00:41 |
tchaypo | i'm tweaking reporefs on hp2 | 00:41 |
lifeless | I'm adding these reverts to hp1 | 00:41 |
lifeless | ugh, I need to update 103454 and 108208 again | 00:41 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Fixup network configuration for ext-net https://review.openstack.org/108213 | 00:45 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Permit specifying VLAN mappings to overclouds. https://review.openstack.org/108208 | 00:45 |
tchaypo | should we still be including https://review.openstack.org/#/c/93844 ? maybe, in line with comments on the patch, we should take it out for now and see if we're able to build without it? | 00:45 |
lifeless | tchaypo: sure | 00:46 |
lifeless | tchaypo: lets do that on hp2 | 00:46 |
tchaypo | I'll comment it out and explain why, to make it easier to reactivate if we decide we want to come back to it | 00:46 |
tchaypo | incidentally | 00:47 |
tchaypo | the refs for the patches are of the form NN/XXXXXX/YY | 00:47 |
tchaypo | XXXXXX is the review number, YY is patchset within that review, but what's NN? looks like it might just be a random sharding factor? | 00:47 |
lifeless | its the last two digits | 00:48 |
lifeless | you can see the ref on the review page | 00:48 |
lifeless | there's a bit you can copy | 00:48 |
tchaypo | oh duh. | 00:48 |
lifeless | also see tripleo-end-to-end README | 00:48 |
tchaypo | so a non-random sharding factor then? | 00:48 |
tchaypo | I know it's the ref from gerrit, I was wondering what gerrit does to generate them :) | 00:49 |
lifeless | the last two digits | 00:49 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Expose public_interface_tag support. https://review.openstack.org/103454 | 00:50 |
* lifeless tries a reverted stack-update of a manually recovered stack. could be entertaining | 00:52 | |
*** ci-overcloud has joined #tripleo | 00:53 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 00:53 |
*** ci-overcloud has quit IRC | 00:53 | |
tchaypo | it's just occurred to me that the repo_refs on hp2 was written before we had late binding | 00:54 |
tchaypo | *checks hp1* ah, even there we only seem to be using it for tht and toci | 00:55 |
tchaypo | is that a deliberate choice (to reduce the risk that a new patch is going to have unexpected consequences, perhaps) or just because the other refers were put in before we had late binding? | 00:56 |
lifeless | this is new | 00:56 |
lifeless | [ALERT] 222/005636 (8912) : Starting proxy swift_proxy_server: cannot bind socket | 00:56 |
lifeless | the latter | 00:57 |
lifeless | tchaypo: ^ | 00:57 |
*** lblanchard has joined #tripleo | 00:58 | |
tchaypo | what's it trying to bind to? | 00:58 |
tchaypo | I'm going to be lazy then; I'll check that the reviews in question are still active but just set them to /0 | 01:00 |
lifeless | (but don't change hp1 - I stil have the lock :) | 01:01 |
lifeless | hah | 01:01 |
lifeless | so our haproxy template is thoroughly broken right now | 01:01 |
lifeless | I wonder if greghaynes / TheJulia / jprovazn have a patch up for it | 01:02 |
lifeless | ah no | 01:03 |
lifeless | proxy_ip | 01:03 |
lifeless | and ip | 01:03 |
lifeless | but I'm seeing proxy_ip as none | 01:03 |
lifeless | even though proxy_port is set | 01:03 |
lifeless | deprecated hmm | 01:03 |
lifeless | whyfor is it set in this template | 01:03 |
lifeless | its not! | 01:04 |
tchaypo | WHEEE | 01:04 |
lifeless | "net_binds": [ | 01:04 |
lifeless | { | 01:04 |
lifeless | "ip": "" | 01:04 |
lifeless | that looks like the issue | 01:04 |
lifeless | ahha | 01:08 |
lifeless | | ControlVirtualIP | OS::Neutron::Port | UPDATE_FAILED | 2014-08-10T23:07:41Z | | 01:08 |
lifeless | and thats where | resource_status_reason | StackValidationFailed: Property error : ControlVirtualIP: network_id Value must be a string | | 01:08 |
lifeless | time for more mysql | 01:08 |
*** lblanchard has quit IRC | 01:26 | |
*** marun has quit IRC | 01:27 | |
*** marun has joined #tripleo | 01:27 | |
openstackgerrit | James Polley proposed a change to openstack/tripleo-image-elements: Fix issues with provider networks and public ips https://review.openstack.org/103449 | 01:33 |
*** pcrews has joined #tripleo | 01:35 | |
* tchaypo tries out new vanilla-flavoured chai twinings teabags | 01:40 | |
* tchaypo has low expectations | 01:40 | |
* tchaypo also fails to push a review because can't talk to gerrit | 01:40 | |
openstackgerrit | James Polley proposed a change to openstack/tripleo-image-elements: Network init order fixes for VIP https://review.openstack.org/105862 | 01:40 |
*** nosnos has joined #tripleo | 01:40 | |
openstackgerrit | James Polley proposed a change to openstack/tripleo-image-elements: Keepalived reload check addition https://review.openstack.org/107147 | 01:40 |
tchaypo | there it goes | 01:40 |
* tchaypo adds small amounts of snark | 01:42 | |
*** yamahata has joined #tripleo | 01:42 | |
StevenK | tchaypo: ... to your tea? | 01:48 |
tchaypo | to a comment on 105862 | 01:49 |
*** pcrews has quit IRC | 01:51 | |
* StevenK prepares to test his third type of mirror | 01:55 | |
tchaypo | third type of mirror? | 01:56 |
*** Yanyanhu has joined #tripleo | 01:56 | |
tchaypo | there's your apt mirror, and the one in your bathroom... | 01:56 |
StevenK | tchaypo: apt mirror, bandersnatch are the first two. The third is a small wget script that partially mirrors cloud-images.ubuntu.com | 01:57 |
tchaypo | coud you use httrack for the latter? | 02:01 |
lifeless | back | 02:01 |
StevenK | tchaypo: Perhaps, but I only six files | 02:02 |
StevenK | only want | 02:02 |
lifeless | stevebaker: where would the data for a neutron port be stored in the db? or is it read-from-neutron-each-time ? | 02:05 |
tchaypo | okay, repo_refs.yaml now has no stale reviews, all late-binding, and incorporates the changes on hp1 | 02:07 |
lifeless | tchaypo: have you fixed up the seed rc file ? | 02:07 |
tchaypo | so now I think it's time for my break. Probably not back for about 2 hours, need to help andre set up a backup, have lunch, and get some exercise | 02:08 |
lifeless | ok | 02:08 |
lifeless | I'll be about to end-for-cynthina-time | 02:08 |
tchaypo | will you be back after that? | 02:08 |
lifeless | so I suggest you capture today as docs somewhere for the rest of the day + look into ng's hp2 config patches | 02:08 |
lifeless | and comapre and contrast them with the hp1 config patches | 02:08 |
tchaypo | ng's hp2 config patches? | 02:08 |
lifeless | exactly | 02:09 |
tchaypo | where do i find these things? | 02:09 |
lifeless | they were in repo_refs.yaml on hp2 | 02:09 |
tchaypo | ah, yep, i saw one or two there | 02:09 |
tchaypo | https://review.openstack.org/#/c/109653/ | 02:09 |
tchaypo | i was about to say that the alternate plan would be to look for ng's outstanding patches on gerrit | 02:10 |
*** ci-overcloud has joined #tripleo | 02:13 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 02:13 |
*** ci-overcloud has quit IRC | 02:13 | |
stevebaker | lifeless: port attributes are fetched from neutron, memoized for the duration of the stack operation | 02:15 |
lifeless | stevebaker: ok, so the port is still intact, but its not being passed into the deployment correctly :( | 02:16 |
lifeless | { | 02:16 |
lifeless | "interface": "br-ex", | 02:16 |
lifeless | "ip": "" | 02:16 |
lifeless | } | 02:16 |
stevebaker | where is that coming from? | 02:17 |
lifeless | so when I look at haproxy.cfg, the first bind is empty | 02:20 |
lifeless | backtracking to the moustache template | 02:20 |
lifeless | thats this | 02:20 |
lifeless | {{#net_binds}} | 02:20 |
lifeless | bind {{ip}}:{{port}} | 02:20 |
lifeless | {{/net_binds}} | 02:20 |
lifeless | backtracking from there to the heat template (using the reverted build - will paste in a second) | 02:20 |
lifeless | - name: keystone_admin | 02:21 |
lifeless | net_binds: | 02:21 |
lifeless | - ip: | 02:21 |
lifeless | Fn::Select: | 02:21 |
lifeless | - ip_address | 02:21 |
lifeless | - Fn::Select: | 02:21 |
lifeless | - 0 | 02:21 |
lifeless | - Fn::GetAtt: | 02:21 |
lifeless | - ControlVirtualIP | 02:21 |
lifeless | - fixed_ips | 02:21 |
lifeless | when then I look at the metadata via os-collect-config --print | 02:21 |
lifeless | we have the empty string for the ip address | 02:21 |
lifeless | the resource exists | 02:22 |
lifeless | when I look in neutron with port-show I can see it has | 02:22 |
lifeless | | fixed_ips | {"subnet_id": "a6ddb35e-305e-40f1-9450-7befc8e1af47", "ip_address": "10.10.16.155"} | | 02:22 |
*** lazy_prince has quit IRC | 02:28 | |
lifeless | ah, some caching effect | 02:34 |
lifeless | when I changed a parameter to thes tack for a different thing in the same deployment, suddenly it came good | 02:34 |
*** ci-overcloud has joined #tripleo | 02:35 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 02:35 |
*** ci-overcloud has quit IRC | 02:35 | |
lifeless | stevebaker: thanks :) | 02:37 |
*** killer_prince has joined #tripleo | 02:37 | |
stevebaker | for waiting until you fixed the problem yourself? you're welcome | 02:37 |
*** killer_prince is now known as lazy_prince | 02:38 | |
lifeless | stevebaker: so, I've pushed up a revert of the HoT stuff | 02:39 |
stevebaker | lifeless: I saw that | 02:39 |
lifeless | stevebaker: do you have any proposed way forward (short term) other than a revert ? | 02:39 |
lifeless | stevebaker: (I don't know enough about the HOT implementation to even guess...) | 02:40 |
stevebaker | lifeless: so is the success criteria to get ci-overcloud to do a successful stack-update? | 02:41 |
lifeless | stevebaker: thats certainly necessary | 02:44 |
lifeless | stevebaker: I don't know if its sufficient | 02:44 |
lifeless | stevebaker: I'd be more comfortable with e.g. a test that we can do it | 02:45 |
stevebaker | lifeless: that should be possible as a heat functional test on a fake-virt nova | 02:46 |
lifeless | stevebaker: and/or as a tripleo test :) | 02:49 |
lifeless | (since you won't get deployment callbacks on a fake-virt system :> | 02:49 |
stevebaker | lifeless: unless you're prepared to have another crack at diagnosing the HOT update again, a revert may be the only option. shadower won't be happy, he wants to crack ahead with the resource provider changes | 02:50 |
stevebaker | lifeless: deployment callbacks can be faked by the test | 02:51 |
*** noslzzp has quit IRC | 02:52 | |
lifeless | it should be straight forward for someone to reproduce | 02:54 |
lifeless | deploy a stack,pull down the hot version, update | 02:54 |
lifeless | I know, I want to get us all rolling forward too | 02:56 |
stevebaker | lifeless: maybe shadower could divert onto this while we come up with a solution to deploying the group/cluster config | 02:59 |
*** untriaged-bot has joined #tripleo | 03:00 | |
untriaged-bot | Untriaged bugs so far: | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1351263 | 03:00 |
uvirtbot | Launchpad bug 1351263 in tripleo "Seed init failed, nova list returned 503" [Undecided,New] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1354509 | 03:00 |
uvirtbot | Launchpad bug 1354509 in tripleo "Glance requirements.txt for osprofiler too loose" [Undecided,Confirmed] | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1347848 | 03:00 |
uvirtbot | Launchpad bug 1347848 in tripleo "/etc/hosts information about cloud hsots lost on reboot" [Undecided,In progress] | 03:00 |
*** untriaged-bot has quit IRC | 03:00 | |
lifeless | shadower: ^ what do you think? | 03:10 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Make turning debug on globally easy. https://review.openstack.org/112778 | 03:17 |
lifeless | stevebaker: do we have to have hot to do the resource thing? | 03:19 |
lifeless | stevebaker: as in, does this have to block shadower ? | 03:19 |
*** nosnos has quit IRC | 03:22 | |
*** marun has quit IRC | 03:35 | |
*** rameshg87 has joined #tripleo | 03:38 | |
*** akuznetsov has joined #tripleo | 03:38 | |
lifeless | hah | 03:53 |
lifeless | neutron_url=http://:9696 | 03:54 |
lifeless | that would be an issue | 03:54 |
*** eghobo has joined #tripleo | 03:56 | |
lifeless | ahh theCVI again | 03:57 |
*** ci-overcloud has joined #tripleo | 03:59 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 03:59 |
*** ci-overcloud has quit IRC | 03:59 | |
*** ci-overcloud has joined #tripleo | 04:05 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 04:05 |
*** ci-overcloud has quit IRC | 04:05 | |
lifeless | oh wow | 04:10 |
lifeless | | fault | {"message": "No valid host was found. Exceeded max scheduling attempts 3 for instance 22ee7ec4-17d0-4ab8-bef1-95a0dffca38f. Last exception: None.", "code": 500, "details": " File \"/opt/stack/venvs/nova/local/lib/python2.7/site-packages/nova/conductor/manager.py\", line 604, in build_instances | | 04:10 |
*** nosnos has joined #tripleo | 04:10 | |
lifeless | in vms | 04:11 |
lifeless | booting 10 vms | 04:11 |
lifeless | sadface | 04:11 |
tchaypo | that looks familiar | 04:24 |
*** lazy_prince has quit IRC | 04:42 | |
*** eghobo has quit IRC | 04:44 | |
*** rameshg87 has quit IRC | 04:49 | |
*** rameshg87 has joined #tripleo | 04:50 | |
*** bmahalakshmi has joined #tripleo | 04:54 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Add support for configuring Neutron https://review.openstack.org/108689 | 04:59 |
*** lazy_prince has joined #tripleo | 05:03 | |
*** lazy_prince has joined #tripleo | 05:03 | |
StevenK | < HTTP/1.1 304 Not Modified | 05:03 |
StevenK | Ahhhh | 05:03 |
*** bmahalakshmi2 has joined #tripleo | 05:04 | |
*** bmahalakshmi has quit IRC | 05:04 | |
*** bmahalakshmi2 has quit IRC | 05:20 | |
*** rameshg87 has quit IRC | 05:21 | |
*** loki184 has joined #tripleo | 05:22 | |
StevenK | dib-run-parts Mon Aug 11 01:23:30 EDT 2014 Running /tmp/in_target.d/install.d/20-galera-libssl-symlink | 05:24 |
StevenK | ... | 05:24 |
StevenK | Unable to find compatible libssl | 05:24 |
StevenK | I think I just found ruagair's dib error | 05:24 |
greghaynes | aye | 05:24 |
greghaynes | that is a pretty nasty hack | 05:25 |
* greghaynes returns briefly | 05:25 | |
StevenK | greghaynes: How is married life treating you? | 05:27 |
greghaynes | Very well :) | 05:27 |
StevenK | greghaynes: :-D | 05:27 |
*** bmahalakshmi has joined #tripleo | 05:27 | |
* StevenK sees if the one-character change he made to tie works | 05:30 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/os-cloud-config: Add support for configuring Neutron https://review.openstack.org/108689 | 05:32 |
*** loki184 has quit IRC | 05:34 | |
*** bmahalakshmi has quit IRC | 05:35 | |
*** bmahalakshmi has joined #tripleo | 05:36 | |
*** pensu has joined #tripleo | 05:37 | |
*** bmahalakshmi has quit IRC | 05:37 | |
*** k4n0 has joined #tripleo | 05:38 | |
*** bmahalakshmi has joined #tripleo | 05:39 | |
xuhaiwei | tchaypo: hi, are you around? | 05:39 |
tchaypo | xuhaiwei: aproximately | 05:42 |
xuhaiwei | tchaypo: about this patch https://review.openstack.org/#/c/97657/, it seems we haven't got an agreement yet | 05:43 |
tchaypo | ah, yep. | 05:48 |
tchaypo | I took a look at the rationalise-ui etherpad the other day and started trying to make a spec from it, but the etherpad was really a discussion with several people suggesting alternate planns | 05:48 |
tchaypo | to properly be a spec it really needs someone to make some choices and float them for discussion | 05:49 |
tchaypo | in the meantime we're left with the situation where we don't want to add any more env variables if we can help it, but don't have anything except the etherpad to explain why or point at alternatives, and the etherpad isn't very satisfactory | 05:49 |
xuhaiwei | tchaypo: so should we discuss this issue on the etherpad? | 05:55 |
*** cwolferh_ has joined #tripleo | 06:01 | |
tchaypo | I think that etherpad is part the point where it's productive - it's >6 months old at this point | 06:03 |
tchaypo | I think the quickest way forward for 97657 is to switch to using a command-line flag - at least that way it should get more acceptance | 06:03 |
tchaypo | If you're not familiar with doing that, I should be able to bash out a patch this afternoon to do it | 06:04 |
tchaypo | I don't think I'll have time to work on the spec this week but it's something I'd like to push next week | 06:04 |
*** cwolferh has quit IRC | 06:05 | |
xuhaiwei | tchaypo: yes, I am not so familiar with the command-line flag, you can do it if you have time | 06:06 |
tchaypo | lifeless: do we want the "fresh firmware for less crashing BMCs" added into hp2's seedrc? | 06:08 |
tchaypo | we don't have the ilo folder on disk.. so I'm think the answer is either "no" or "yes but we need to copy things over first" | 06:08 |
*** dtantsur|afk is now known as dtantsur | 06:12 | |
*** rakesh_hs has joined #tripleo | 06:14 | |
* StevenK finally twigs that he should check where $ELEMENTS_PATH points before adding even more debugging that has no effect | 06:15 | |
tchaypo | StevenK: well done sir | 06:18 |
StevenK | tchaypo: Do we want to grab a meeting room at SNO02 on Friday, or do you have a driving lesson? | 06:20 |
*** rdopieralski has joined #tripleo | 06:29 | |
*** zigo has quit IRC | 06:31 | |
*** loki184 has joined #tripleo | 06:35 | |
*** zigo has joined #tripleo | 06:36 | |
StevenK | + systemctl enable openvswitch.service | 06:37 |
StevenK | Operation failed: No such file or directory | 06:37 |
StevenK | ... Yeah, that was going to work on a Ubuntu machine | 06:38 |
openstackgerrit | Steve Kowalik proposed a change to openstack/tripleo-image-elements: Fix mysql element on centos7 https://review.openstack.org/113179 | 06:40 |
*** jprovazn has joined #tripleo | 06:45 | |
loki184 | lifeless: This patch needs your +1 (https://review.openstack.org/#/c/110562/) as this is new project to merge with tripleo as part of blueprint https://blueprints.launchpad.net/tripleo/+spec/build-windows-images | 06:50 |
loki184 | lifeless: Can you please look into this | 06:51 |
*** regebro has joined #tripleo | 06:55 | |
openstackgerrit | Steve Kowalik proposed a change to openstack/tripleo-image-elements: Drop all direct usage of systemctl enable https://review.openstack.org/113181 | 06:59 |
*** ByPasS has joined #tripleo | 07:11 | |
*** sandhya has joined #tripleo | 07:18 | |
*** jtomasek has joined #tripleo | 07:21 | |
*** shardy has joined #tripleo | 07:22 | |
kviiri | Hm, I have a little thing I'd like to try | 07:24 |
*** cwolferh_ has quit IRC | 07:24 | |
kviiri | I'm trying to create a script that automatically creates new disk images, say, every other day | 07:24 |
kviiri | However, I'd only want to upload them to Glance if there is some meaningful difference between the two images. | 07:25 |
kviiri | Is there a way to check if there's been some change in the original cloud image (Ubuntu, Centos, whatever) either before creating a new one, or after creation so I could at least not waste a Glance upload? | 07:26 |
*** jml has quit IRC | 07:29 | |
*** jml has joined #tripleo | 07:30 | |
kviiri | The rationale is that we have a fairly limited amount of disk space for the images. We only want to have a few new ones at a time | 07:36 |
michchap | kviiri: there's a checksum when you get details for an image | 07:38 |
*** mkerrin has quit IRC | 07:39 | |
kviiri | I thought so. I guess that's the best way. My coworker said he wouldn't trust a checksum but I really can't see a good way to define "meaningful change" so... | 07:39 |
*** markmc has joined #tripleo | 07:41 | |
*** jistr has joined #tripleo | 07:43 | |
*** jistr has quit IRC | 07:44 | |
*** jistr has joined #tripleo | 07:44 | |
*** mkerrin has joined #tripleo | 07:45 | |
*** jprovazn has quit IRC | 07:46 | |
*** jprovazn has joined #tripleo | 07:58 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-image-elements: Modify symbolic link creation. https://review.openstack.org/113192 | 08:04 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Sort the parameter_names in the parser tests https://review.openstack.org/112969 | 08:07 |
*** lucasagomes has joined #tripleo | 08:09 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-image-elements: Install the "classic" icinga interface https://review.openstack.org/87223 | 08:11 |
lifeless | tchaypo: lets start with no until we see what crack we have | 08:12 |
*** dtantsur is now known as dtantsur|bbl | 08:15 | |
*** nosnos has quit IRC | 08:19 | |
*** nosnos has joined #tripleo | 08:21 | |
openstackgerrit | Nicholas Randon proposed a change to openstack/tripleo-image-elements: Install the "classic" icinga interface https://review.openstack.org/87223 | 08:22 |
*** gfidente has joined #tripleo | 08:24 | |
*** derekh has joined #tripleo | 08:28 | |
*** athomas has joined #tripleo | 08:35 | |
*** jistr has quit IRC | 08:35 | |
*** jistr has joined #tripleo | 08:38 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/os-cloud-config: Allow setup services endpoints https://review.openstack.org/92383 | 08:39 |
openstackgerrit | Ladislav Smola proposed a change to openstack/os-cloud-config: Making setup endpoint idempotent https://review.openstack.org/112825 | 08:39 |
*** k4n0 has quit IRC | 08:42 | |
*** pblaho has joined #tripleo | 08:48 | |
openstackgerrit | A change was merged to openstack-infra/tripleo-ci: Specify the control plane network for testenvs. https://review.openstack.org/108876 | 08:52 |
*** sballe has joined #tripleo | 08:55 | |
openstackgerrit | Derek Higgins proposed a change to openstack-infra/tripleo-ci: Remove unneeded CI workarounds https://review.openstack.org/113195 | 08:57 |
*** dguerri`afk is now known as dguerri | 08:58 | |
*** k4n0 has joined #tripleo | 08:59 | |
*** untriaged-bot has joined #tripleo | 09:01 | |
untriaged-bot | Untriaged bugs so far: | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1351263 | 09:01 |
uvirtbot | Launchpad bug 1351263 in tripleo "Seed init failed, nova list returned 503" [Undecided,New] | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1354509 | 09:01 |
uvirtbot | Launchpad bug 1354509 in tripleo "Glance requirements.txt for osprofiler too loose" [Undecided,Confirmed] | 09:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1347848 | 09:01 |
*** untriaged-bot has quit IRC | 09:01 | |
uvirtbot | Launchpad bug 1347848 in tripleo "/etc/hosts information about cloud hsots lost on reboot" [Undecided,In progress] | 09:01 |
lifeless | derekh: evening :) | 09:05 |
derekh | lifeless: hi ya | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.context https://review.openstack.org/112904 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.fixture https://review.openstack.org/112905 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.log_handler https://review.openstack.org/112906 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.network_utils https://review.openstack.org/112907 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.cliutils https://review.openstack.org/112908 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.rpc https://review.openstack.org/112898 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.service https://review.openstack.org/112899 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.processutils https://review.openstack.org/112900 | 09:07 |
derekh | lifeless: hows things? | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.notifier https://review.openstack.org/112858 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.loopingcall https://review.openstack.org/112901 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.threadgroup https://review.openstack.org/112902 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.periodic_task https://review.openstack.org/112856 | 09:07 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.eventlet_backdoor https://review.openstack.org/112903 | 09:07 |
tchaypo | StevenK: no driving less on friday. | 09:08 |
tchaypo | lifeless: noted | 09:08 |
tchaypo | I seem to have developed some kind of ear pain. I'd like to finish working on xuhaiwei's scripts but right now I think I need to be horizontal to relieve the pain. | 09:09 |
*** rlandy has joined #tripleo | 09:09 | |
lifeless | derekh: trials and tribulations | 09:12 |
lifeless | derekh: I think our problem is the mysql connection to localhost | 09:12 |
lifeless | derekh: we're colliding in the DB | 09:12 |
lifeless | derekh: my next step is to look through greghaynes / TheJulia / jprovazn's patches to see if there is one to use haproxy | 09:13 |
jprovazn | lifeless: there should be a patch from TheJulia | 09:13 |
derekh | lifeless ok :-( | 09:14 |
jprovazn | lifeless: https://review.openstack.org/#/c/105878/ | 09:14 |
lifeless | derekh: so we need a backport of ^ to non-HOT | 09:15 |
lifeless | derekh: since it looks like we're about to have to revert the HOT stuff | 09:15 |
lifeless | derekh: see https://bugs.launchpad.net/tripleo/+bug/1354305 | 09:19 |
uvirtbot | Launchpad bug 1354305 in tripleo "tripleo-heat-templates broken on even one-month old underclouds" [Critical,In progress] | 09:19 |
derekh | lifeless: ok, is TheJulia looking into it (or somebody else?), or should we wait and see if the HOT stuff is reverted ? | 09:19 |
lifeless | derekh: since it all came to light v recently i'm sure she isn't | 09:20 |
lifeless | derekh: I think to unblock CI the thing to do is to push up a variant of her patch | 09:20 |
lifeless | derekh: I can do that | 09:20 |
derekh | lifeless: ok | 09:21 |
*** jistr has quit IRC | 09:22 | |
lifeless | hmm, her changes has three tie depends | 09:22 |
lifeless | looking | 09:22 |
openstackgerrit | Ghe Rivero proposed a change to openstack/tripleo-image-elements: Add pkg_map support to openvswitch elements https://review.openstack.org/106960 | 09:28 |
openstackgerrit | Ghe Rivero proposed a change to openstack/tripleo-image-elements: Make use of openvswitch elements https://review.openstack.org/104115 | 09:28 |
openstackgerrit | Ladislav Smola proposed a change to openstack/os-cloud-config: Making setup endpoint idempotent https://review.openstack.org/112825 | 09:36 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Keepalived reload check addition https://review.openstack.org/107147 | 09:39 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Network init order fixes for VIP https://review.openstack.org/105862 | 09:40 |
*** jistr has joined #tripleo | 09:41 | |
lifeless | derekh: ok | 09:42 |
lifeless | derekh: so we need a new overcloud control plane | 09:42 |
lifeless | derekh: I'll prep this new heat templatethen add that to refs and away we go | 09:42 |
lifeless | derekh: btw the repo refs stuf fhas changed cosniderable | 09:42 |
lifeless | derekh: see repo_refs subdir | 09:42 |
lifeless | derekh: and my trpleo-e-2-e tree | 09:42 |
derekh | lifeless: ok, will do, just catching up on mail for a bit but will jump in after and see what I can do | 09:43 |
lifeless | derekh: hope your holiday was good | 09:44 |
lifeless | derekh: the docs on bighammer helped a lot | 09:44 |
lifeless | derekh: I just had to fight about a thousand things in the middle... includinga funeral ! | 09:44 |
*** pelix has joined #tripleo | 09:46 | |
derekh | lifeless: yup was a relaxinf week :-) , no prob we'll get there | 09:46 |
loki184 | lifeless: saw your comments can i add diskimage-builder-core group for acl (https://review.openstack.org/#/c/110562/8/modules/openstack_project/files/gerrit/acls/openstack/windows-diskimage-builder.config) | 09:46 |
lifeless | loki184: why do you want a different core group ? | 09:46 |
loki184 | lifeless: i saw that group in linux disk-image-builder project config file so thought would add the same | 09:47 |
lifeless | loki184: thats historical, we're not doing that anymore | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.context https://review.openstack.org/112904 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.fixture https://review.openstack.org/112905 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.log_handler https://review.openstack.org/112906 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.network_utils https://review.openstack.org/112907 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.cliutils https://review.openstack.org/112908 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.rpc https://review.openstack.org/112898 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.service https://review.openstack.org/112899 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.processutils https://review.openstack.org/112900 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.loopingcall https://review.openstack.org/112901 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.threadgroup https://review.openstack.org/112902 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.eventlet_backdoor https://review.openstack.org/112903 | 09:49 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused/unfinished tuskar.manager https://review.openstack.org/113205 | 09:49 |
loki184 | lifeless: Let me know if specific existing group name to be added | 09:49 |
lifeless | loki184: you can just use the main tripleo config file | 09:50 |
lifeless | you don't need to do use a group name at all in your patch | 09:50 |
*** akrivoka has joined #tripleo | 09:52 | |
*** rameshg87 has joined #tripleo | 09:53 | |
loki184 | lifeless: ok how do i refer triple config file to this project sorry i m doing this first time so wanted to know | 09:54 |
lifeless | loki184: you set an acl-config: line | 09:56 |
lifeless | loki184: to the path to diskimage-builder.config | 09:57 |
loki184 | lifeless: ok ty :) | 09:58 |
*** Yanyanhu has quit IRC | 10:03 | |
openstackgerrit | Ana Krivokapic proposed a change to openstack/tuskar-ui: Replace mocked Ironic data with real API calls https://review.openstack.org/112360 | 10:16 |
*** ramishra has joined #tripleo | 10:18 | |
*** ramishra has quit IRC | 10:19 | |
*** ramishra has joined #tripleo | 10:20 | |
*** rameshg87 has quit IRC | 10:24 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Change overcloud to use VIP for MySQL https://review.openstack.org/113214 | 10:24 |
*** sballe has quit IRC | 10:24 | |
lifeless | time to teset it... | 10:26 |
*** k4n0 has quit IRC | 10:27 | |
lifeless | hmm, we need to show what we're merging to let folk debug I think | 10:28 |
*** sandhya has quit IRC | 10:31 | |
pensu | Hi all, can you guys please share your views on this: | 10:31 |
pensu | http://lists.openstack.org/pipermail/openstack/2014-August/008829.html | 10:31 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Make turning debug on globally easy. https://review.openstack.org/112778 | 10:33 |
lifeless | pensu: seems like a bug :) | 10:33 |
*** xuhaiwei has quit IRC | 10:36 | |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Expose public_interface_tag support. https://review.openstack.org/103454 | 10:38 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Expose public_interface_tag support https://review.openstack.org/103454 | 10:40 |
pensu | lifeless: damn! any workarounds? | 10:42 |
lifeless | pensu: dunno, sorry! | 10:43 |
lifeless | pensu: shadower might have an idea | 10:43 |
pensu | lifeless: sure, thanks! :) | 10:45 |
pensu | shadower: ^^ | 10:45 |
openstackgerrit | lifeless proposed a change to openstack/tripleo-heat-templates: Permit specifying VLAN mappings to overclouds. https://review.openstack.org/108208 | 10:49 |
*** ramishra has quit IRC | 10:49 | |
lifeless | derekh: building new control plane image and deploying... hopefully upgrade works :P | 10:54 |
lifeless | derekh: (as in, this might be entirely too entertaining) | 10:54 |
* derekh crosses his fingers anyways | 10:56 | |
lifeless | derekh: one thing we need to do is to get more eyeballs on our outstanding patches in repo_refs/repo_refs.yaml | 10:58 |
*** k4n0 has joined #tripleo | 10:58 | |
derekh | lifeless: yup, I also need to review a few of them myself | 10:58 |
lifeless | derekh: (also see github:rbtcollins/tripleo-end-to-end - I polished up the tooling some) | 10:59 |
derekh | lifeless: ok | 11:00 |
*** ramishra has joined #tripleo | 11:07 | |
*** ramishra has quit IRC | 11:08 | |
*** ramishra has joined #tripleo | 11:08 | |
*** ramishra has joined #tripleo | 11:09 | |
openstackgerrit | Matthew Gilliard proposed a change to openstack/tripleo-incubator: Add first draft of HACKING.rst https://review.openstack.org/110565 | 11:14 |
openstackgerrit | Matthew Gilliard proposed a change to openstack/tripleo-incubator: Add first draft of HACKING.rst https://review.openstack.org/110565 | 11:16 |
*** lucasagomes is now known as lucas-hungry | 11:19 | |
lifeless | fingers crossed | 11:20 |
lifeless | | 45645664-bb89-426c-90a5-fc4ca59d6601 | ci-overcloud-controller0-ydt5on7wojsb | REBUILD | rebuild_spawning | Running | ctlplane=10.10.16.151 | | 11:20 |
lifeless | if this goes south its a redeploy | 11:21 |
lifeless | cause fragile | 11:21 |
*** akrivoka has quit IRC | 11:23 | |
loki184 | lifeless: can you please review the patch once again https://review.openstack.org/#/c/110562/ | 11:27 |
*** loki184 has quit IRC | 11:33 | |
*** jroll has quit IRC | 11:34 | |
*** sballe has joined #tripleo | 11:37 | |
openstackgerrit | Ladislav Smola proposed a change to openstack/os-cloud-config: Making setup endpoint idempotent https://review.openstack.org/112825 | 11:39 |
*** yamahata has quit IRC | 11:42 | |
*** dtantsur|bbl is now known as dtantsur | 11:45 | |
* pblaho knows what is doing | 11:48 | |
lifeless | derekh: sadface, one of the control plane machines is a 1.07 firmware bmc (flaky, and the firmware element doesn't do 32-bit yet so we can't auto-upgrade it) | 11:49 |
jistr | pblaho: good for you :D | 11:49 |
pblaho | bad channel.... I do not know what I am doing | 11:49 |
derekh | lifeless: bugger | 11:50 |
*** akrivoka has joined #tripleo | 11:50 | |
lifeless | derekh: the other two are up | 11:52 |
*** ci-overcloud has joined #tripleo | 11:52 | |
ci-overcloud | ************** ci-overcloud complete status=1 ************ | 11:52 |
*** ci-overcloud has quit IRC | 11:52 | |
derekh | lifeless: so it can be tested ? | 11:52 |
lifeless | derekh: maybe, since it was a rebuild, controller0 is teh failed one :/ | 11:52 |
lifeless | let me poke | 11:52 |
lifeless | ctlplane seems down externally | 11:53 |
lifeless | rabbitmq-server failing to stop :( | 11:54 |
lifeless | TheJulia: / greghaynes: / jprovazn: how does one tell galera after a full stop, that you're starting it ? | 11:58 |
jprovazn | lifeless: full stop is not supported in orc scripts, you can do it manually by starting first node manually - if you use percona, then it should be something like "/etc/init.d/mysqld bootstrap" | 12:00 |
gfidente | ls -la | 12:00 |
gfidente | sorry | 12:00 |
lifeless | jprovazn: thanks | 12:01 |
jprovazn | lifeless: first node should be the node with highest squence number | 12:01 |
lifeless | jprovazn: I gambled ;P | 12:01 |
lifeless | will our rabbit config handle one node being awol? | 12:02 |
jprovazn | lifeless: yes, supposing you have at least 3 nodes | 12:03 |
* TheJulia awakes | 12:04 | |
jprovazn | lifeless: BUT there is a nice issue I'm playing with right now - https://bugs.launchpad.net/oslo.messaging/+bug/856764/ | 12:04 |
uvirtbot | Launchpad bug 856764 in oslo.messaging "RabbitMQ connections lack heartbeat or TCP keepalives" [Critical,In progress] | 12:04 |
lifeless | jprovazn: 'yay' | 12:04 |
lifeless | jprovazn: I thought the HP rabbit folk had patches up for that | 12:04 |
lifeless | jprovazn: so rabbit is not starting after a full reboot of the cluster | 12:05 |
jprovazn | lifeless: manual restart? | 12:05 |
jprovazn | of from orc? | 12:05 |
lifeless | jprovazn: stack-update with new image id | 12:05 |
lifeless | jprovazn: and one control node didn't come back | 12:06 |
jprovazn | lifeless: so rabbitmq is not running anywhere and you try "rabbitmq-server restart" on one of nodes? | 12:08 |
lifeless | yes, orc did on boot | 12:08 |
lifeless | its sort-off running | 12:08 |
*** weshay has joined #tripleo | 12:08 | |
lifeless | but rabbitmq-server start hung | 12:08 |
jprovazn | on one of nodes only? | 12:08 |
lifeless | both | 12:08 |
lifeless | I think its this | 12:09 |
lifeless | rabbitmqctl wait /var/run/rabbitmq/pid | 12:09 |
lifeless | hanging | 12:09 |
lifeless | which according to the docs indicates it hasn't started up | 12:10 |
lifeless | not being helped by orc running in a loop either I suspect | 12:11 |
lifeless | let me stop the orcs | 12:11 |
jprovazn | lifeless: ideally, rabbitmq should start on bootstrap node, then the second node should try join to it | 12:12 |
lifeless | jprovazn: bootstrap node is the one that died | 12:12 |
lifeless | jprovazn: is there something special about the rabbit config there? | 12:12 |
lifeless | hmm, I think it might be upstart timing out and kicking it | 12:13 |
openstackgerrit | Ladislav Smola proposed a change to openstack/os-cloud-config: Allow setup services endpoints https://review.openstack.org/92383 | 12:13 |
openstackgerrit | Ladislav Smola proposed a change to openstack/os-cloud-config: Making setup endpoint idempotent https://review.openstack.org/112825 | 12:13 |
openstackgerrit | Ladislav Smola proposed a change to openstack/os-cloud-config: Do not run pki init as default https://review.openstack.org/113240 | 12:13 |
lifeless | or perhaps beam | 12:13 |
jprovazn | config should be same on both, if you start the service, it should run in a standalone mode, orc script start bootstrap node in this way, then it runs "rabbitmqctl join-to-cluster-command" on other nodes | 12:15 |
lifeless | so there was a cluster before I upgraded | 12:15 |
lifeless | it reckons it can see the two nodes | 12:16 |
lifeless | {running_nodes,['rabbit@ci-overcloud-controller2-op4qahz2t4u7', | 12:16 |
lifeless | 'rabbit@ci-overcloud-controller1-ilf57txwixcg']}, | 12:16 |
lifeless | I'll try using | 12:16 |
lifeless | forget_cluster_node | 12:16 |
*** zigo has quit IRC | 12:17 | |
*** zigo has joined #tripleo | 12:18 | |
*** sballe has quit IRC | 12:18 | |
lifeless | jprovazn: hah, permission error :/ | 12:19 |
*** jroll has joined #tripleo | 12:19 | |
jprovazn | lifeless: ouch, which file? | 12:19 |
lifeless | rabbitmqctl -n rabbit@ci-overcloud-controller1-ilf57txwixcg forget_cluster_node rabbit@ci-overcloud-controller0-ydt5on7wojsb | 12:19 |
lifeless | Error: {failed_to_remove_node,'rabbit@ci-overcloud-controller0-ydt5on7wojsb', | 12:19 |
lifeless | {no_exists,rabbit_user_permission}} | 12:19 |
lifeless | rabbitmqctl list_users | 12:19 |
lifeless | Listing users ... | 12:19 |
lifeless | Error: {aborted,{no_exists,[rabbit_user,{internal_user,'_','_','_'}]}} | 12:19 |
lifeless | ahahahahahaha | 12:20 |
*** jdob has joined #tripleo | 12:20 | |
jprovazn | not nice | 12:20 |
openstackgerrit | Matthew Gilliard proposed a change to openstack/tripleo-incubator: Add first draft of HACKING.rst https://review.openstack.org/110565 | 12:20 |
*** lucas-hungry is now known as lucasagomes | 12:21 | |
lifeless | derekh: I need to halt; I will implement blacklisting of scale-nodes in merge.py tomorrow | 12:21 |
lifeless | derekh: which will let us do a stack-update to drop the dead node, giving us a bootstrap node id from one of the two that are up | 12:22 |
lifeless | derekh: and from there we can zap the mnesia db and restart rabbit from scratch without to much headache I think | 12:22 |
lifeless | derekh: but its 0022 right now, so I'm out - if you want to pick that up feel free, but its probably easiest to let me since i have the thing in my head already | 12:23 |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Add new multipath element https://review.openstack.org/110363 | 12:23 |
*** jroll has quit IRC | 12:24 | |
*** rbrady has quit IRC | 12:25 | |
lifeless | TheJulia: you probably want to look at Ia9d6ed2771f756d2a97ae5df7ed737a062a59cf3 | 12:26 |
lifeless | TheJulia: just as a FYI | 12:26 |
lifeless | night all | 12:26 |
TheJulia | just spotted it, goodnight | 12:28 |
* TheJulia puts on her glasses and gets more coffee for clearly there is a bit of a chat history to read... | 12:29 | |
*** nosnos has quit IRC | 12:31 | |
*** jroll has joined #tripleo | 12:32 | |
*** dprince has joined #tripleo | 12:35 | |
openstackgerrit | Ghe Rivero proposed a change to openstack/diskimage-builder: Allow to specify an empty package list in pkg_map https://review.openstack.org/113246 | 12:37 |
*** rbrady has joined #tripleo | 12:38 | |
*** morazi has joined #tripleo | 12:54 | |
*** lblanchard has joined #tripleo | 12:55 | |
gfidente | so to me, when building the seed from master, I get the following error: | 12:56 |
gfidente | SSH connection cannot be established: Failed to establish SSH connection to host 192.168.122.1. | 12:56 |
lxsli | dprince: re: https://review.openstack.org/#/c/86315/14/elements/logstash/install.d/90-logstash | 12:56 |
*** akrivoka has quit IRC | 12:56 | |
gfidente | the ssh key for the ironic node seems to be correctly provisioned in the seed though | 12:57 |
lxsli | dprince: the package name doesn't vary, so why should I use pkg-map please? | 12:57 |
gfidente | yet setup-baremetal fails, anyone has seen this before? | 12:57 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Tuskar command to import a set of templates https://review.openstack.org/113248 | 12:58 |
*** akrivoka has joined #tripleo | 12:59 | |
dprince | lxsli: you don't have to, yet. I think it sets a good precedent though. | 13:01 |
*** andreaf has joined #tripleo | 13:01 | |
dprince | lxsli: You can skip it for now. | 13:01 |
lxsli | dprince: OK thanks. I'd be very happy to if the name varied but it seems unnecessary when it doesn't, I'd call that a bad precedent | 13:02 |
dprince | lxsli: fair enough. I suppose my goal is to just use it everywhere. Right now with the mixed bag approach I find it confuses people. But that is my take... | 13:04 |
dprince | lxsli: as someone who calls out people alot for still hard coding the Debian names :) | 13:05 |
lxsli | likewise just my opinion :) it's clear enough imho, the package name is the same unless you have this thing that says it isn't | 13:05 |
lxsli | thanks for adding this btw, it's so much better than the old way | 13:05 |
*** julim has joined #tripleo | 13:07 | |
*** julim has quit IRC | 13:09 | |
*** julim has joined #tripleo | 13:11 | |
openstackgerrit | dave-mcnally proposed a change to openstack/tripleo-image-elements: Adding configuration options for stunnel. https://review.openstack.org/112870 | 13:12 |
*** pensu has quit IRC | 13:14 | |
*** bmahalakshmi has quit IRC | 13:14 | |
*** akrivoka has quit IRC | 13:15 | |
*** akrivoka has joined #tripleo | 13:16 | |
*** ccrouch has joined #tripleo | 13:22 | |
*** pcrews has joined #tripleo | 13:23 | |
openstackgerrit | Alexis Lee proposed a change to openstack/os-apply-config: Support control files https://review.openstack.org/82038 | 13:25 |
*** sdake has joined #tripleo | 13:29 | |
*** rakesh_hs has quit IRC | 13:30 | |
*** andreaf has quit IRC | 13:35 | |
*** andreaf has joined #tripleo | 13:35 | |
*** andreaf has quit IRC | 13:35 | |
*** andreaf has joined #tripleo | 13:36 | |
*** noslzzp has joined #tripleo | 13:38 | |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.context https://review.openstack.org/112904 | 13:39 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.fixture https://review.openstack.org/112905 | 13:39 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.log_handler https://review.openstack.org/112906 | 13:40 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.network_utils https://review.openstack.org/112907 | 13:40 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.cliutils https://review.openstack.org/112908 | 13:40 |
openstackgerrit | A change was merged to openstack/tuskar-ui: Removed extraneous flavor table columns https://review.openstack.org/113012 | 13:40 |
openstackgerrit | A change was merged to openstack/tuskar-ui: Fix Register Nodes button styling and add icon to it https://review.openstack.org/112881 | 13:42 |
*** lazy_prince is now known as killer_prince | 13:45 | |
*** julim_ has joined #tripleo | 13:57 | |
openstackgerrit | Jay Dobies proposed a change to openstack/tuskar: Adds logic layer for handling roles https://review.openstack.org/113271 | 13:59 |
*** vinsh has joined #tripleo | 13:59 | |
openstackgerrit | A change was merged to openstack/tuskar: Sort the deployment plan dump to ensure tests pass https://review.openstack.org/112918 | 14:00 |
*** julim has quit IRC | 14:00 | |
*** jdob has quit IRC | 14:00 | |
*** vinsh has quit IRC | 14:00 | |
*** jdob has joined #tripleo | 14:01 | |
*** vinsh has joined #tripleo | 14:02 | |
*** jang has quit IRC | 14:08 | |
*** jang has joined #tripleo | 14:09 | |
*** killer_prince has quit IRC | 14:09 | |
openstackgerrit | A change was merged to openstack/tuskar: When deleting a plan, delete the related files https://review.openstack.org/112822 | 14:09 |
*** spzala has joined #tripleo | 14:10 | |
*** jang has quit IRC | 14:10 | |
*** jang has joined #tripleo | 14:11 | |
*** jang has quit IRC | 14:14 | |
*** jang has joined #tripleo | 14:17 | |
*** jang has quit IRC | 14:18 | |
*** jang has joined #tripleo | 14:19 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Fix l3.filters and dhcp.filters file for tripleo installations https://review.openstack.org/97887 | 14:20 |
*** jdob has quit IRC | 14:20 | |
*** jdob has joined #tripleo | 14:20 | |
*** jang has quit IRC | 14:22 | |
*** jang has joined #tripleo | 14:27 | |
*** cwolferh has joined #tripleo | 14:29 | |
*** k4n0 has quit IRC | 14:33 | |
*** rwsu has joined #tripleo | 14:34 | |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Fix the only_latest flag in the store list methods https://review.openstack.org/113278 | 14:35 |
*** jang1 has joined #tripleo | 14:37 | |
*** killer_prince has joined #tripleo | 14:38 | |
*** killer_prince is now known as lazy_prince | 14:38 | |
derekh | rwsu: there is where we pull fills out of the tarball http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/toci_devtest.sh#n93 you can test of the existance of a audit log and if exists pull it out | 14:43 |
rwsu | cool, exactly what I was looking for | 14:45 |
rwsu | derekh: thank you | 14:46 |
derekh | rwsu: no prob | 14:46 |
*** lazy_prince has quit IRC | 14:47 | |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.context https://review.openstack.org/112904 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.fixture https://review.openstack.org/112905 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.log_handler https://review.openstack.org/112906 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.network_utils https://review.openstack.org/112907 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.cliutils https://review.openstack.org/112908 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Fixed issue in remove_resource_alias_namespace https://review.openstack.org/112924 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused/unfinished tuskar.manager https://review.openstack.org/113205 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.rpc https://review.openstack.org/112898 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.service https://review.openstack.org/112899 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Adds logic layer for handling plans https://review.openstack.org/112997 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.processutils https://review.openstack.org/112900 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.notifier https://review.openstack.org/112858 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.loopingcall https://review.openstack.org/112901 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.threadgroup https://review.openstack.org/112902 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.periodic_task https://review.openstack.org/112856 | 14:50 |
openstackgerrit | Dougal Matthews proposed a change to openstack/tuskar: Remove unused openstack.common.eventlet_backdoor https://review.openstack.org/112903 | 14:50 |
openstackgerrit | Jiri Stransky proposed a change to openstack/tuskar: Don't allow name conflicts in environment parameters https://review.openstack.org/113282 | 14:53 |
*** julim has joined #tripleo | 14:56 | |
*** julim_ has quit IRC | 14:56 | |
*** killer_prince has joined #tripleo | 14:58 | |
*** zigo has quit IRC | 14:58 | |
*** killer_prince is now known as lazy_prince | 14:58 | |
*** zigo has joined #tripleo | 14:59 | |
openstackgerrit | A change was merged to openstack/tuskar: Sort the parameter_names in the parser tests https://review.openstack.org/112969 | 14:59 |
*** untriaged-bot has joined #tripleo | 15:01 | |
untriaged-bot | Untriaged bugs so far: | 15:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1351263 | 15:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1354509 | 15:01 |
uvirtbot | Launchpad bug 1351263 in tripleo "Seed init failed, nova list returned 503" [Undecided,New] | 15:01 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1347848 | 15:01 |
uvirtbot | Launchpad bug 1354509 in tripleo "Glance requirements.txt for osprofiler too loose" [Undecided,Confirmed] | 15:01 |
*** untriaged-bot has quit IRC | 15:01 | |
uvirtbot | Launchpad bug 1347848 in tripleo "/etc/hosts information about cloud hsots lost on reboot" [Undecided,In progress] | 15:01 |
openstackgerrit | Jiri Stransky proposed a change to openstack/tuskar: Don't allow name conflicts in environment parameters https://review.openstack.org/113282 | 15:05 |
*** rdopieralski has quit IRC | 15:16 | |
*** jprovazn has quit IRC | 15:20 | |
*** andreaf has quit IRC | 15:34 | |
*** andreaf has joined #tripleo | 15:35 | |
*** andreaf has quit IRC | 15:35 | |
*** andreaf has joined #tripleo | 15:35 | |
*** andreaf has quit IRC | 15:35 | |
*** andreaf has joined #tripleo | 15:36 | |
*** andreaf has quit IRC | 15:36 | |
*** andreaf has joined #tripleo | 15:36 | |
*** andreaf has quit IRC | 15:36 | |
*** andreaf has joined #tripleo | 15:37 | |
*** andreaf has quit IRC | 15:37 | |
*** andreaf has joined #tripleo | 15:38 | |
*** andreaf has quit IRC | 15:38 | |
*** andreaf has joined #tripleo | 15:38 | |
*** andreaf has quit IRC | 15:38 | |
*** andreaf has joined #tripleo | 15:39 | |
*** andreaf has quit IRC | 15:39 | |
*** andreaf has joined #tripleo | 15:39 | |
*** andreaf has quit IRC | 15:39 | |
*** andreaf has joined #tripleo | 15:40 | |
*** andreaf has quit IRC | 15:40 | |
*** andreaf has joined #tripleo | 15:40 | |
*** andreaf has quit IRC | 15:41 | |
*** andreaf has joined #tripleo | 15:41 | |
*** andreaf has quit IRC | 15:41 | |
*** andreaf has joined #tripleo | 15:42 | |
*** andreaf has quit IRC | 15:42 | |
*** andreaf has joined #tripleo | 15:42 | |
*** andreaf has quit IRC | 15:42 | |
*** andreaf has joined #tripleo | 15:43 | |
*** andreaf has quit IRC | 15:43 | |
*** andreaf has joined #tripleo | 15:43 | |
*** andreaf has quit IRC | 15:43 | |
*** andreaf has joined #tripleo | 15:44 | |
*** andreaf has quit IRC | 15:44 | |
*** andreaf has joined #tripleo | 15:44 | |
*** andreaf has quit IRC | 15:44 | |
openstackgerrit | Haneef Ali proposed a change to openstack/tripleo-image-elements: Configures keystone with apache https://review.openstack.org/102304 | 15:44 |
*** andreaf has joined #tripleo | 15:45 | |
*** andreaf has quit IRC | 15:45 | |
*** andreaf has joined #tripleo | 15:45 | |
*** andreaf has quit IRC | 15:46 | |
*** andreaf has joined #tripleo | 15:46 | |
*** andreaf has quit IRC | 15:46 | |
*** andreaf has joined #tripleo | 15:47 | |
*** andreaf has quit IRC | 15:47 | |
*** andreaf has joined #tripleo | 15:47 | |
*** andreaf has quit IRC | 15:49 | |
*** andreaf has joined #tripleo | 15:49 | |
*** andreaf has quit IRC | 15:50 | |
*** ramishra_ has joined #tripleo | 15:50 | |
*** andreaf has joined #tripleo | 15:50 | |
*** andreaf has quit IRC | 15:50 | |
*** andreaf has joined #tripleo | 15:51 | |
*** andreaf has quit IRC | 15:51 | |
*** pblaho has quit IRC | 15:51 | |
*** ramishra has quit IRC | 15:51 | |
*** andreaf has joined #tripleo | 15:51 | |
openstackgerrit | dave-mcnally proposed a change to openstack/tripleo-image-elements: Adding configuration options for stunnel. https://review.openstack.org/112870 | 15:54 |
*** andreaf has quit IRC | 15:59 | |
*** andreaf has joined #tripleo | 15:59 | |
openstackgerrit | dave-mcnally proposed a change to openstack/tripleo-image-elements: Adding configuration options for stunnel. https://review.openstack.org/112870 | 16:01 |
openstackgerrit | Giulio Fidente proposed a change to openstack/tripleo-image-elements: Move Cinder NFS backend config bits in cinder-volume-nfs element https://review.openstack.org/113300 | 16:08 |
*** funzo_ is now known as funzo | 16:09 | |
openstackgerrit | Giulio Fidente proposed a change to openstack/tripleo-image-elements: Move Cinder NFS backend config bits in cinder-volume-nfs element https://review.openstack.org/113300 | 16:10 |
*** rushiagr has joined #tripleo | 16:12 | |
openstackgerrit | Fabio Giannetti proposed a change to openstack/tripleo-image-elements: Ceilometer Service Update/Upgrade in TripleO https://review.openstack.org/94500 | 16:13 |
*** cody-somerville has quit IRC | 16:14 | |
openstackgerrit | Giulio Fidente proposed a change to openstack/tripleo-image-elements: Move Cinder NFS backend driver config in cinder-volume-nfs element https://review.openstack.org/113300 | 16:19 |
*** ramishra_ has quit IRC | 16:19 | |
openstackgerrit | Dougal Matthews proposed a change to openstack/python-tuskarclient: Remove Python 2.4 compatability for all() https://review.openstack.org/113308 | 16:24 |
*** jistr has quit IRC | 16:29 | |
*** openstack has joined #tripleo | 16:33 | |
openstackgerrit | dave-mcnally proposed a change to openstack/tripleo-heat-templates: Adding default stunnel configuration options. https://review.openstack.org/113313 | 16:38 |
*** funzo has quit IRC | 16:42 | |
*** funzo has joined #tripleo | 16:42 | |
*** markmc has quit IRC | 16:42 | |
*** akrivoka has quit IRC | 16:52 | |
*** dtantsur is now known as dtantsur|brb | 16:59 | |
*** julim has quit IRC | 17:02 | |
*** derekh has quit IRC | 17:02 | |
*** lucasagomes is now known as lucas-dinner | 17:04 | |
*** julim has joined #tripleo | 17:05 | |
*** bmahalakshmi has joined #tripleo | 17:13 | |
*** sballe has joined #tripleo | 17:20 | |
*** marun has joined #tripleo | 17:24 | |
*** jprovazn has joined #tripleo | 17:33 | |
*** pelix has quit IRC | 17:34 | |
*** dtantsur|brb is now known as dtantsur | 17:37 | |
*** sballe has quit IRC | 17:39 | |
*** bmahalakshmi has quit IRC | 17:41 | |
*** rameshg87 has joined #tripleo | 17:45 | |
*** dguerri is now known as dguerri`afk | 17:56 | |
openstackgerrit | A change was merged to openstack/diskimage-builder: Tidy base image by removing /var/log files https://review.openstack.org/92839 | 17:59 |
gfidente | so there both passed CI now, both had +2 but had to be rebased after migration to HOT: https://review.openstack.org/#/c/105878/ and https://review.openstack.org/#/c/108647/ | 18:01 |
gfidente | *these | 18:01 |
gfidente | hugs to whoever leaves some +2 / +A again :) | 18:01 |
*** vinsh has quit IRC | 18:02 | |
*** sballe has joined #tripleo | 18:19 | |
*** cody-somerville has joined #tripleo | 18:22 | |
*** jang2 has joined #tripleo | 18:28 | |
openstackgerrit | Jonathan Brownell proposed a change to openstack/tripleo-image-elements: ssl-ca: Allow CA certificate to be specified https://review.openstack.org/110072 | 18:29 |
lifeless | o/ | 18:37 |
*** sballe has quit IRC | 18:40 | |
*** dshulyak_ has joined #tripleo | 18:41 | |
*** rushiagr is now known as rushiagr_away | 18:44 | |
lifeless | can I get a second +2/+A on https://review.openstack.org/#/c/99604/14 ? | 18:45 |
lifeless | shadower: ping? | 18:46 |
*** sballe has joined #tripleo | 18:51 | |
*** lucas-dinner is now known as lucasagomes | 18:54 | |
*** sballe_ has joined #tripleo | 18:58 | |
openstackgerrit | A change was merged to openstack/tripleo-image-elements: Set the MAC address for ensure-bridge bridges https://review.openstack.org/99604 | 19:00 |
*** sballe has quit IRC | 19:01 | |
*** sballe_ has quit IRC | 19:01 | |
lifeless | https://review.openstack.org/#/c/113154/ needs eyeballs and discussion. I've just mailed the list about it | 19:01 |
*** gfidente has quit IRC | 19:11 | |
*** gfidente has joined #tripleo | 19:12 | |
openstackgerrit | A change was merged to openstack/tuskar-ui: Add plan associations with image and flavor https://review.openstack.org/112696 | 19:20 |
*** jtomasek has quit IRC | 19:27 | |
*** sballe has joined #tripleo | 19:36 | |
*** andreaf has quit IRC | 19:39 | |
*** marun has quit IRC | 19:39 | |
*** marun has joined #tripleo | 19:39 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed a change to openstack/tripleo-heat-templates: Add nova metadata for server_role https://review.openstack.org/113358 | 19:43 |
*** rameshg87_ has joined #tripleo | 19:43 | |
*** rameshg87 has quit IRC | 19:46 | |
*** KimJ has joined #tripleo | 19:47 | |
*** sballe has quit IRC | 19:54 | |
mordred | look, it's a lifeless! | 20:01 |
*** dtantsur is now known as dtantsur|afk | 20:04 | |
*** lucasagomes is now known as lucas-dinner | 20:04 | |
*** beekneemech is now known as bnemec | 20:10 | |
*** penick has joined #tripleo | 20:13 | |
*** morazi has quit IRC | 20:15 | |
*** penick has quit IRC | 20:18 | |
*** rlandy has quit IRC | 20:21 | |
*** dprince has quit IRC | 20:26 | |
*** jprovazn has quit IRC | 20:27 | |
openstackgerrit | Yaling Fan proposed a change to openstack/tripleo-image-elements: Adding iptable rules for swift-* DIB elements https://review.openstack.org/111409 | 20:29 |
*** rameshg87__ has joined #tripleo | 20:29 | |
*** rameshg87_ has quit IRC | 20:31 | |
*** julim has quit IRC | 20:33 | |
*** lblanchard has quit IRC | 20:34 | |
*** weshay has quit IRC | 20:38 | |
*** rbrady is now known as rbrady-back-late | 20:41 | |
*** robsparker has quit IRC | 20:42 | |
*** notq has joined #tripleo | 20:42 | |
openstackgerrit | Richard Su proposed a change to openstack-infra/tripleo-ci: WIP: Extract audit.log from archive https://review.openstack.org/113370 | 20:56 |
*** flashgordon is now known as jogo | 20:56 | |
*** yamahata has joined #tripleo | 20:56 | |
*** rameshg87__ has quit IRC | 20:57 | |
*** rameshg87__ has joined #tripleo | 20:57 | |
*** jdob has quit IRC | 20:57 | |
*** robsparker has joined #tripleo | 20:58 | |
*** untriaged-bot has joined #tripleo | 21:00 | |
untriaged-bot | Untriaged bugs so far: | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1351263 | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1347848 | 21:00 |
uvirtbot | Launchpad bug 1351263 in tripleo "Seed init failed, nova list returned 503" [Undecided,New] | 21:00 |
uvirtbot | Launchpad bug 1347848 in tripleo "/etc/hosts information about cloud hsots lost on reboot" [Undecided,In progress] | 21:00 |
*** untriaged-bot has quit IRC | 21:00 | |
openstackgerrit | Julia Kreger proposed a change to openstack/tripleo-image-elements: Revert "Revert "Adding haproxy reload check"" https://review.openstack.org/112367 | 21:02 |
openstackgerrit | Julia Kreger proposed a change to openstack/tripleo-image-elements: Add workaround for reloading haproxy on Fedora https://review.openstack.org/112366 | 21:02 |
*** dshulyak_ has quit IRC | 21:14 | |
*** rameshg87_ has joined #tripleo | 21:14 | |
*** rameshg87__ has quit IRC | 21:16 | |
*** andreaf has joined #tripleo | 21:18 | |
*** andreaf has quit IRC | 21:19 | |
*** andreaf has joined #tripleo | 21:19 | |
*** andreaf has quit IRC | 21:19 | |
*** andreaf has joined #tripleo | 21:20 | |
*** KimJ has quit IRC | 21:20 | |
*** cody-somerville has quit IRC | 21:21 | |
*** weshay has joined #tripleo | 21:27 | |
*** andreaf has quit IRC | 21:32 | |
*** andreaf has joined #tripleo | 21:46 | |
*** noslzzp has quit IRC | 21:46 | |
*** andreaf has quit IRC | 21:46 | |
*** andreaf has joined #tripleo | 21:47 | |
*** rameshg87_ has quit IRC | 21:57 | |
*** eghobo has joined #tripleo | 21:57 | |
*** rameshg87_ has joined #tripleo | 21:57 | |
*** jang2 has quit IRC | 22:01 | |
*** rameshg87_ has quit IRC | 22:09 | |
*** eguz has joined #tripleo | 22:30 | |
*** yamahata has quit IRC | 22:31 | |
*** KimJ has joined #tripleo | 22:32 | |
*** eghobo has quit IRC | 22:33 | |
*** andreaf has quit IRC | 22:35 | |
lifeless | mordred: zomg | 22:39 |
mordred | lifeless: inorite? | 22:41 |
lifeless | mordred: have you looked at the pbr thing for me ? | 22:42 |
mordred | lifeless: oh. right. I was going to log in to a box and run by hand wasn't i? | 22:43 |
lifeless | mordred: and review the code | 22:43 |
lifeless | mordred: yes | 22:43 |
* tchaypo makes zombie moaning noises | 22:44 | |
*** eguz has quit IRC | 22:51 | |
*** eghobo has joined #tripleo | 22:54 | |
tchaypo | lifeless: so the good news is that I'm alive; the bad news is that the painkillers they gave me last night are wearing off and I need to get to a chemist to pick up some more | 22:55 |
*** eghobo has quit IRC | 23:00 | |
*** eghobo has joined #tripleo | 23:00 | |
*** lucas-dinner has quit IRC | 23:01 | |
lifeless | tchaypo: whats wrong? | 23:18 |
gfidente | tchaypo, yeah was going to ask about the same, painkillers for what pain? | 23:18 |
gfidente | lifeless, actually, what time is it there for you now? we don't cross much | 23:19 |
lifeless | gfidente: 1119 | 23:19 |
tchaypo | acute otitis media, aka middle ear infection | 23:20 |
TheJulia | ouch | 23:20 |
gfidente | yeah | 23:20 |
TheJulia | feel better | 23:20 |
tchaypo | Is this something you've both experienced? | 23:22 |
TheJulia | many years ago | 23:23 |
gfidente | for me too it was many years ago | 23:24 |
tchaypo | this is my first time, i | 23:25 |
lifeless | pro tip, don't stab a pen in your ear - it won't fix it. | 23:25 |
tchaypo | i've been surprised by how many people around me know what it | 23:25 |
tchaypo | s like | 23:25 |
*** andreaf has joined #tripleo | 23:25 | |
gfidente | I think I got it due to some water which stayed there for days | 23:25 |
tchaypo | I don't know how i got through this far without having it before, it seems so common | 23:25 |
tchaypo | lifeless: thanks for that wisdom :p | 23:26 |
lifeless | tchaypo: thats why they pay me at all :P | 23:26 |
lifeless | righto so | 23:27 |
gfidente | omore | 23:27 |
lifeless | 1) merge.py blacklisting support | 23:27 |
lifeless | 2) recover hp1 | 23:27 |
lifeless | 3) re-port everything to HOT and test that | 23:27 |
lifeless | 4) PROFIT | 23:28 |
gfidente | I like this last one step | 23:29 |
tchaypo | Report? | 23:35 |
tchaypo | By which I mean - what happened to the first port? | 23:35 |
tchaypo | I'm not confused by the similar spelling of report and re-port | 23:35 |
lifeless | yesterday I migrated all our outstanding stuff off of hot because stevebaker thought the non-hot -> hot update was the cause of the fault | 23:39 |
lifeless | but in actual fact it was https://review.openstack.org/112936 | 23:41 |
tchaypo | Little danger of pens in my ear. Just looking at other people with earphones in makes me wince | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!