*** Marga_ has joined #tripleo | 00:10 | |
*** Marga_ has quit IRC | 00:15 | |
*** shadower has quit IRC | 00:23 | |
*** shadower has joined #tripleo | 00:23 | |
*** tiswanso has joined #tripleo | 00:33 | |
*** tiswanso has quit IRC | 00:37 | |
*** david-lyle has joined #tripleo | 01:03 | |
*** Marga_ has joined #tripleo | 01:11 | |
*** Marga_ has quit IRC | 01:16 | |
*** Lokesh_Jain_ has joined #tripleo | 01:33 | |
*** cinerama` has joined #tripleo | 01:34 | |
*** isq_ has joined #tripleo | 01:34 | |
*** dobson` has joined #tripleo | 01:36 | |
*** NobodyCa1 has joined #tripleo | 01:37 | |
*** Lokesh_Jain has quit IRC | 01:38 | |
*** dobson has quit IRC | 01:38 | |
*** cinerama has quit IRC | 01:38 | |
*** Lokesh_Jain_ is now known as Lokesh_Jain | 01:38 | |
*** isq has quit IRC | 01:38 | |
*** therve has quit IRC | 01:38 | |
*** NobodyCam has quit IRC | 01:38 | |
*** therve has joined #tripleo | 01:40 | |
*** lblanchard has joined #tripleo | 01:50 | |
*** Marga_ has joined #tripleo | 01:54 | |
*** Marga_ has quit IRC | 01:57 | |
*** Marga_ has joined #tripleo | 01:57 | |
*** penick has joined #tripleo | 02:06 | |
*** penick has quit IRC | 02:07 | |
*** tiswanso has joined #tripleo | 02:34 | |
*** tiswanso has quit IRC | 02:38 | |
*** untriaged-bot has joined #tripleo | 03:00 | |
untriaged-bot | Untriaged bugs so far: | 03:00 |
---|---|---|
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499017 | 03:00 |
openstack | Launchpad bug 1499017 in tripleo "[instack-undercloud] Swift Ceilometer middleware no longer exists" [Undecided,In progress] - Assigned to John Trowbridge (trown) | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499273 | 03:00 |
openstack | Launchpad bug 1499273 in tripleo "tripleoclient fails to create endpoints unless create works first-time" [Undecided,New] - Assigned to Brad P. Crochet (brad-9) | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1498845 | 03:00 |
openstack | Launchpad bug 1498845 in tripleo "Wrong node count can be passed to heat when deleting a specific node" [High,New] - Assigned to Jan Provaznik (jan-provaznik) | 03:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499298 | 03:00 |
openstack | Launchpad bug 1499298 in tripleo "Installers should use pymysql db driver as of Liberty" [Undecided,New] | 03:00 |
*** untriaged-bot has quit IRC | 03:00 | |
*** bnemec has quit IRC | 03:12 | |
*** lblanchard has quit IRC | 03:45 | |
*** Lokesh_Jain has quit IRC | 04:30 | |
*** tiswanso has joined #tripleo | 04:35 | |
*** persia has quit IRC | 04:39 | |
*** persia has joined #tripleo | 04:40 | |
*** persia has quit IRC | 04:40 | |
*** persia has joined #tripleo | 04:40 | |
*** tiswanso has quit IRC | 04:51 | |
*** masco_ has joined #tripleo | 05:20 | |
*** michchap has quit IRC | 05:46 | |
*** rasca has joined #tripleo | 05:46 | |
*** Marga_ has quit IRC | 05:49 | |
*** Marga_ has joined #tripleo | 05:52 | |
*** leanderthal has joined #tripleo | 06:00 | |
*** michchap has joined #tripleo | 06:02 | |
*** lazy_prince has joined #tripleo | 06:05 | |
*** ukalifon1 has joined #tripleo | 06:38 | |
*** tiswanso has joined #tripleo | 06:47 | |
*** tiswanso has quit IRC | 06:59 | |
*** ifarkas has joined #tripleo | 07:00 | |
*** ukalifon1 has quit IRC | 07:11 | |
*** yog_ has joined #tripleo | 07:15 | |
*** chlong has quit IRC | 07:17 | |
*** mbound has joined #tripleo | 07:20 | |
*** dtantsur|afk is now known as dtantsur | 07:20 | |
*** hashar has joined #tripleo | 07:28 | |
*** krain_ has joined #tripleo | 07:39 | |
openstackgerrit | Dougal Matthews proposed openstack/python-tripleoclient: Remove Tuskar support https://review.openstack.org/223535 | 07:50 |
*** hashar has quit IRC | 08:04 | |
*** hashar has joined #tripleo | 08:06 | |
*** hashar has quit IRC | 08:08 | |
*** athomas has joined #tripleo | 08:11 | |
*** gfidente has joined #tripleo | 08:12 | |
*** derekh has joined #tripleo | 08:12 | |
*** leanderthal has quit IRC | 08:12 | |
*** krain_ is now known as leanderthal | 08:13 | |
*** panda has joined #tripleo | 08:13 | |
*** derekh has joined #tripleo | 08:13 | |
shardy | gfidente: Hey, I missed your ping re https://review.openstack.org/#/c/215116/4 | 08:14 |
shardy | gfidente: FYI I deliberately didn't use json | 08:14 |
shardy | because unless you use bleeding edge heat, there's no way to convert the map into json (to be consumed inside the instance via python/jq) | 08:15 |
gfidente | shardy, yeah I thought you might have good reasons :) | 08:15 |
shardy | gfidente: I actually addes some new features to liberty HOT, so now you can convert a json parameter/attribute to json via str_replace | 08:15 |
shardy | but for kilo heat, you end up with the python __repr__ of the dict, so you have to demangle it with ast.literal_eval | 08:15 |
shardy | which is not nice ;) | 08:15 |
shardy | bug #1489028 | 08:16 |
openstack | bug 1489028 in heat "str_replace and list_join only accept strings" [Medium,Fix released] https://launchpad.net/bugs/1489028 - Assigned to Steven Hardy (shardy) | 08:16 |
gfidente | going through the bz, thanks for explaining | 08:18 |
openstackgerrit | Merged openstack-infra/tripleo-ci: Remove workaround to make TE_DATAFILE relative https://review.openstack.org/223595 | 08:18 |
*** jaosorior has joined #tripleo | 08:26 | |
*** rasca has quit IRC | 08:29 | |
*** jaosorior has quit IRC | 08:34 | |
*** jaosorior has joined #tripleo | 08:38 | |
*** hewbrocca has quit IRC | 08:40 | |
*** pelix has joined #tripleo | 08:42 | |
*** matbu has quit IRC | 08:43 | |
*** devvesa has joined #tripleo | 08:48 | |
*** matbu has joined #tripleo | 08:51 | |
*** tiswanso has joined #tripleo | 08:56 | |
*** untriaged-bot has joined #tripleo | 09:00 | |
untriaged-bot | Untriaged bugs so far: | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499017 | 09:00 |
openstack | Launchpad bug 1499017 in tripleo "[instack-undercloud] Swift Ceilometer middleware no longer exists" [Undecided,In progress] - Assigned to John Trowbridge (trown) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499273 | 09:00 |
openstack | Launchpad bug 1499273 in tripleo "tripleoclient fails to create endpoints unless create works first-time" [Undecided,New] - Assigned to Brad P. Crochet (brad-9) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1498845 | 09:00 |
openstack | Launchpad bug 1498845 in tripleo "Wrong node count can be passed to heat when deleting a specific node" [High,New] - Assigned to Jan Provaznik (jan-provaznik) | 09:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499298 | 09:00 |
openstack | Launchpad bug 1499298 in tripleo "Installers should use pymysql db driver as of Liberty" [Undecided,New] | 09:00 |
*** untriaged-bot has quit IRC | 09:00 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient: Make cover environment in tox display test coverage https://review.openstack.org/228364 | 09:01 |
*** tiswanso has quit IRC | 09:01 | |
openstackgerrit | Derek Higgins proposed openstack/tripleo-common: Add tripleo.sh https://review.openstack.org/225096 | 09:03 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Use tripleo.sh to drive ci https://review.openstack.org/225776 | 09:03 |
derekh | shardy: I noticed you have some patches on top of the tripleo.sh patch, I might have a few iterations of it today to get ci working with it, I'll let you know when I'm done so you can rebase | 09:05 |
shardy | derekh: Cool, I pushed my first cut patches, which work for me locally | 09:05 |
shardy | needs some futher polishing but hopefully a reasonable first step | 09:06 |
derekh | shardy: sounds good, once I'm finished with this I'll take a look at them to see if they can be used instead of the code in CI | 09:07 |
shardy | derekh: Cool, I expect they can with a few tweaks, it's pretty much a cut/paste from toci_instack ;) | 09:07 |
derekh | shardy: ack, sounds good | 09:07 |
*** rasca has joined #tripleo | 09:15 | |
*** sdake has joined #tripleo | 09:15 | |
*** dtantsur is now known as dtantsur|brb | 09:16 | |
*** dsneddon is now known as dsneddon_pto | 09:27 | |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common: Remove support for Tuskar https://review.openstack.org/223527 | 09:27 |
*** yog_ has quit IRC | 09:37 | |
*** yog_ has joined #tripleo | 09:40 | |
openstackgerrit | Zhao Lei proposed openstack/diskimage-builder: Remove quotes from subshell call in bash script https://review.openstack.org/226720 | 09:42 |
*** panda has quit IRC | 09:59 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Use tripleo.sh to drive ci https://review.openstack.org/225776 | 10:13 |
derekh | shardy: I tested your resource logging patchs, there now seems to be far less logs, thanks | 10:30 |
shardy | derekh: Ok, great :) | 10:30 |
shardy | derekh: I'll fix the py34 stuff and try to get that landed | 10:31 |
derekh | shardy: cool, here is the fix for why the tripleo job can't build heat https://review.openstack.org/#/c/228184/ | 10:32 |
shardy | derekh: Ah, nice, I'll test that as I couldn't build them locally either | 10:33 |
derekh | shardy: yup, its probably needed for some other packages too (depending on their dependencies) | 10:34 |
d0ugal | What is the status of CI? Are we expecting gate-tripleo-ironic-overcloud-f21puppet-ha to pass? | 10:39 |
*** akrivoka has joined #tripleo | 10:39 | |
d0ugal | I guess not since it is non-voting | 10:40 |
*** ukalifon has joined #tripleo | 10:40 | |
d0ugal | derekh: ^ | 10:40 |
derekh | d0ugal: nope, it started failing about a week ago, don't know why | 10:41 |
*** tiswanso has joined #tripleo | 10:57 | |
*** ukalifon has quit IRC | 11:00 | |
*** tiswanso has quit IRC | 11:02 | |
*** dtantsur|brb is now known as dtantsur | 11:13 | |
openstackgerrit | Derek Higgins proposed openstack/tripleo-common: Add tripleo.sh https://review.openstack.org/225096 | 11:28 |
*** morazi_ has quit IRC | 11:30 | |
*** hashar has joined #tripleo | 11:35 | |
*** lazy_prince has quit IRC | 11:35 | |
*** gfidente has quit IRC | 11:36 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient: Replace generate password for alternative in passlib https://review.openstack.org/228412 | 11:37 |
openstackgerrit | James Slagle proposed openstack/python-tripleoclient: Make ssh user configurable https://review.openstack.org/228413 | 11:37 |
*** chlong has joined #tripleo | 11:43 | |
*** jayg|g0n3 is now known as jayg | 11:47 | |
*** tiswanso has joined #tripleo | 11:50 | |
*** lblanchard has joined #tripleo | 11:57 | |
*** weshay_xchat has joined #tripleo | 11:58 | |
*** weshay_xchat has quit IRC | 11:59 | |
*** dprince has joined #tripleo | 12:00 | |
*** shardy_ has joined #tripleo | 12:00 | |
*** weshay_xchat has joined #tripleo | 12:00 | |
*** shardy has quit IRC | 12:00 | |
*** panda has joined #tripleo | 12:00 | |
*** jdob has joined #tripleo | 12:03 | |
*** shardy_ has quit IRC | 12:05 | |
*** tiswanso_ has joined #tripleo | 12:05 | |
*** shardy has joined #tripleo | 12:05 | |
*** tiswanso has quit IRC | 12:08 | |
*** trown|outttypeww is now known as trown | 12:11 | |
*** mbound has quit IRC | 12:12 | |
*** tzumainn has joined #tripleo | 12:13 | |
*** marcusvrn_ has joined #tripleo | 12:14 | |
*** trown is now known as trown|mtg | 12:16 | |
*** morazi has joined #tripleo | 12:16 | |
*** trown|mtg is now known as trown | 12:21 | |
*** lblanchard has quit IRC | 12:22 | |
*** lazy_prince has joined #tripleo | 12:29 | |
*** gfidente has joined #tripleo | 12:34 | |
*** gfidente has quit IRC | 12:34 | |
*** gfidente has joined #tripleo | 12:34 | |
openstackgerrit | Merged openstack/python-tripleoclient: Remove Tuskar support https://review.openstack.org/223535 | 12:34 |
*** weshay_xchat has quit IRC | 12:35 | |
d0ugal | thrash: Are you working on doing the postconfig in puppet? | 12:37 |
d0ugal | thrash: Just wondering how long it is likely to take and if we should land 225247 first. | 12:38 |
*** rbrady has joined #tripleo | 12:40 | |
*** tiswanso_ has quit IRC | 12:41 | |
*** derekh has quit IRC | 12:45 | |
*** Goneri has joined #tripleo | 12:47 | |
thrash | d0ugal: i am working on it. Hoping to make some good progress on it today. | 12:49 |
thrash | let me look at that one... | 12:49 |
d0ugal | thrash: k, if it will be fairly soon, then there isn't much point making that change | 12:50 |
trown | d0ugal: thrash would you guys mind looking at https://review.openstack.org/#/c/227283/ | 12:50 |
thrash | d0ugal: no, I don't see much point in landing that... | 12:51 |
thrash | d0ugal: I spoke to ryansb about it. | 12:51 |
trown | I had to rebase the IPA stuff on top of it which is needed to get inspection back on the gate | 12:51 |
thrash | trown: will take a look shortly... | 12:51 |
trown | thanks | 12:51 |
* d0ugal is looking now | 12:52 | |
*** tiswanso has joined #tripleo | 12:54 | |
openstackgerrit | Gael Chamoulaud proposed openstack/tripleo-heat-templates: Enable Manila integration https://review.openstack.org/188137 | 12:54 |
openstackgerrit | Gael Chamoulaud proposed openstack/tripleo-heat-templates: Add NetApp integration to Manila https://review.openstack.org/188138 | 12:54 |
d0ugal | Some of the indentation in overcloud_image is wacky | 12:55 |
*** fvollero_ has joined #tripleo | 12:56 | |
*** dtantsur_ has joined #tripleo | 12:56 | |
*** pino|work_ has joined #tripleo | 12:57 | |
*** fvollero has quit IRC | 12:57 | |
*** dtantsur has quit IRC | 12:57 | |
thrash | d0ugal: where? | 12:58 |
*** derekh has joined #tripleo | 12:58 | |
openstackgerrit | Tzu-Mainn Chen proposed openstack/tripleo-specs: Spec for TripleO overcloud deployment library https://review.openstack.org/219754 | 12:59 |
tzumainn | shardy, thanks for the review! I've submitted an updated spec with additional text around the bits you mentioned | 12:59 |
*** pino|work has quit IRC | 13:00 | |
d0ugal | thrash: https://github.com/openstack/python-tripleoclient/blob/master/tripleoclient/v1/overcloud_image.py#L733-L741 | 13:00 |
d0ugal | thrash: It is valid, I just find it horrible :) | 13:00 |
*** fvollero_ has quit IRC | 13:01 | |
openstackgerrit | Brad P. Crochet proposed openstack/python-tripleoclient: Also disallow tunnel types without network type https://review.openstack.org/228445 | 13:01 |
openstackgerrit | Brad P. Crochet proposed openstack/python-tripleoclient: If neutron tunneling is disabled, do not throw an error on validation https://review.openstack.org/228446 | 13:01 |
*** pino|work has joined #tripleo | 13:01 | |
*** dtantsur_ has quit IRC | 13:01 | |
*** pino|work_ has quit IRC | 13:02 | |
*** fvollero has joined #tripleo | 13:02 | |
*** dtantsur has joined #tripleo | 13:06 | |
thrash | trown: is the build_image_ramdisk_agent called yet? | 13:09 |
*** weshay_xchat has joined #tripleo | 13:15 | |
*** weshay_xchat is now known as weshay | 13:16 | |
openstackgerrit | Derek Higgins proposed openstack/tripleo-common: Add tripleo.sh https://review.openstack.org/225096 | 13:16 |
dprince | derekh: mind if I push your CI report into tripleo-ci? | 13:19 |
dprince | derekh: I've modified it locally this weekend to generate content for the site... | 13:19 |
* dprince wasn't sure if derekh had already pushed it somewhere else... | 13:19 | |
derekh | dprince: this one ? https://review.openstack.org/#/c/81236/ go for it | 13:20 |
dprince | derekh: is that still current? | 13:21 |
shardy | tzumainn: Hey, np - I had a somewhat related question | 13:22 |
*** mbound has joined #tripleo | 13:22 | |
dprince | derekh: how do you feel about me adding a requirements.txt file (top level) to pull in the required jenkinsapi, and sqlalchemy there too?)? | 13:22 |
*** mbound has quit IRC | 13:22 | |
shardy | tzumainn: I know there is a need/desire to see a rest API along with the python lib, but is the plan still to build and stablize a python API first? | 13:22 |
*** mbound has joined #tripleo | 13:23 | |
dprince | derekh: also, a tox task to 'tox -ecireport' it... | 13:23 |
shardy | e.g so we can prove parity with the existing flow before committing to an external API? | 13:23 |
derekh | dprince: The only line I think that isn't current is the reference to gate-tripleo-ironic-overcloud-f21-nonha, fire ahead | 13:23 |
openstackgerrit | Merged openstack-infra/tripleo-ci: Add script to monitor tripleo jenkins jobs https://review.openstack.org/81236 | 13:25 |
dprince | derekh: thanks for this ^^ | 13:25 |
*** mcornea has joined #tripleo | 13:25 | |
derekh | dprince: no prob | 13:26 |
openstackgerrit | Emilien Macchi proposed openstack/tripleo-heat-templates: puppet: run keystone in wsgi https://review.openstack.org/213175 | 13:26 |
*** lblanchard has joined #tripleo | 13:30 | |
*** rhallisey has joined #tripleo | 13:33 | |
*** rpothier has joined #tripleo | 13:37 | |
*** tiswanso has quit IRC | 13:39 | |
*** sdake_ has joined #tripleo | 13:44 | |
openstackgerrit | Merged openstack/tripleo-heat-templates: Allow a user to set specific setting per host https://review.openstack.org/215013 | 13:45 |
*** pradk has joined #tripleo | 13:46 | |
openstackgerrit | Merged openstack/tripleo-heat-templates: Add CephStorageExtraConfigPre resource https://review.openstack.org/227978 | 13:46 |
*** masco_ has quit IRC | 13:46 | |
*** sdake has quit IRC | 13:47 | |
*** sdake_ has quit IRC | 13:50 | |
*** egafford has joined #tripleo | 13:55 | |
egafford | shardy: ping | 13:55 |
*** sdake has joined #tripleo | 13:57 | |
*** NobodyCa1 is now known as NobodyCam | 13:58 | |
thrash | trown: landed 227283 | 13:58 |
trown | thanks! | 13:58 |
thrash | trown: now I'm looking at yours... | 13:58 |
openstackgerrit | Merged openstack/python-tripleoclient: image build: add ImageBuilder.build_ramdisk_agent https://review.openstack.org/227283 | 14:02 |
*** julim has joined #tripleo | 14:04 | |
*** yamahata has quit IRC | 14:06 | |
shardy | egafford: Hi! | 14:10 |
egafford | shardy: Why Hello There! A question on your feedback on https://review.openstack.org/#/c/220863/3 (which was sane and just.) | 14:12 |
egafford | Sahara is a fully supported service, and if it isn't used, it literally just sits around waiting to orchestrate other services to spin up big data clusters (there's very nearly 0 impact.) | 14:13 |
egafford | Would it be reasonable to install Sahara by default, given this, so long as we allow it to be disabled? | 14:13 |
Goneri | hi, can I get a review on this trivial patch, we need it to be able to use RDO with jq 1.5 from EPEL. https://review.openstack.org/#/c/228034/ | 14:15 |
*** absubram has quit IRC | 14:16 | |
trown | Goneri: thanks for submitting that | 14:17 |
slagle | Goneri: +2'd, and thx! | 14:17 |
trown | slagle: we collided on recheck | 14:18 |
slagle | i wonder who's won | 14:18 |
egafford | Also, I definitely see how Sahara install can be disabled in the heat templates themselves; very possible. Do there also need to be hooks to disable Sahara in the other repositories? {puppet-tripleo, os-cloud-config, tripleo-puppet-elements, python-tripleoclient} | 14:18 |
shardy | egafford: Hey, IMHO for layered services it should be possible to disable them, even if having them running is low overhead | 14:22 |
openstackgerrit | Dan Prince proposed openstack-infra/tripleo-ci: Add setup/tox/requirements files https://review.openstack.org/228474 | 14:22 |
openstackgerrit | Dan Prince proposed openstack-infra/tripleo-ci: Update CI status report to generate HTML table. https://review.openstack.org/228475 | 14:22 |
dprince | derekh: ^^^ those two commits would be helpful to me | 14:22 |
shardy | egafford: long term, we probably need *all* services to be configurable enabled/disabled to allow for more flexible composition of a deployment, vs the monolithic controller model | 14:22 |
shardy | egafford: So, this isn't singling out Sahara at all :) | 14:23 |
egafford | shardy: Totally, I'm not questioning whether it should be possible to disable it; I just want to make sure that it's cool if the default bool is True. :) | 14:23 |
egafford | shardy: Perfectly understandable, and agreed. | 14:23 |
shardy | egafford: I'm happy for the default to be true if it doesn't impact deployment time much | 14:24 |
egafford | I still do wonder about the impact on the other overcloud deployment touchpoints (enumerated above,) but I can take a look into that if no one knows. | 14:24 |
shardy | egafford: in general, it shouldn't impact elsewhere than the templates AFAIK | 14:24 |
shardy | egafford: previously there's been --enable-foo going into tripleoclient, but we're trying to discourage that, as it's more flexible if you can just do -e enable_foo.yaml and pass in a parameter via an environment file | 14:25 |
shardy | egafford: if you do find places which are coupled to the template changes let me know, as it's something we definitely are trying to move away from | 14:26 |
*** tiswanso has joined #tripleo | 14:28 | |
egafford | shardy: Ok. My main current suspect for coupling is os-cloud-config (w/ hardcoded dict of endpoints.) puppet-tripleo is behind the heat templates, and I assume that having the sahara packages installed on the generic overcloud controller image isn't seen as a big deal, even if the services aren't enabled. | 14:28 |
Goneri | trown, slagle thanks guys =) | 14:29 |
egafford | It seems quite possible that we'll end up with a keystone endpoint w/ nothing behind it in the sahara False case. Could be wrong there, though. | 14:29 |
shardy | egafford: Ah, yeah, perhaps we should look at allowing the endpoints to be read from a file or something | 14:31 |
shardy | egafford: but yeah, installing the packages by default sounds fine, and is consistent with the current openstack-full "fat image" approach | 14:31 |
shardy | I'd just prefer we have a simple way to not start the services for folks who desire that | 14:32 |
egafford | shardy: Ack, and agreed. I can very definitely make the heat templates change, and will start on that now. Thanks. | 14:38 |
trown | derekh: do we not capture delorean build logs in CI? | 14:48 |
derekh | trown: yup we do, like delorean_repos.tar.xz ? | 14:49 |
trown | derekh: seems pretty suspect that https://review.openstack.org/#/c/228034/ failed | 14:49 |
*** dtantsur is now known as dtantsur|afk | 14:51 | |
derekh | trown: looking | 14:51 |
trown | derekh: looking at it, I think it does not even get to the delorean build so that explains no delorean logs | 14:52 |
derekh | trown: ok, the problem seems to be that there is no "tripleo-incubator" or "openstack-tripleo-incubator" in rdoinfo so "scripts/map-project-name" is returning "" and se end up building nothing | 14:55 |
derekh | trown: tripleo ci essentiaslly searching rdo.info to find what to build and there is no tripleo-incubator, in rdoinfo its called "tripleo" | 14:56 |
derekh | trown: this line is where its going wrong http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/toci_instack.sh#n121 | 14:56 |
trown | where is 'python scripts/map-project-name'? | 14:57 |
trown | nevermind found it...it is in delorean | 14:58 |
derekh | trown: yup | 14:58 |
*** absubram has joined #tripleo | 14:59 | |
*** untriaged-bot has joined #tripleo | 15:00 | |
untriaged-bot | Untriaged bugs so far: | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499017 | 15:00 |
openstack | Launchpad bug 1499017 in tripleo "[instack-undercloud] Swift Ceilometer middleware no longer exists" [Undecided,In progress] - Assigned to John Trowbridge (trown) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499273 | 15:00 |
openstack | Launchpad bug 1499273 in tripleo "tripleoclient fails to create endpoints unless create works first-time" [Undecided,New] - Assigned to Brad P. Crochet (brad-9) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1498845 | 15:00 |
openstack | Launchpad bug 1498845 in tripleo "Wrong node count can be passed to heat when deleting a specific node" [High,New] - Assigned to Jan Provaznik (jan-provaznik) | 15:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499298 | 15:00 |
openstack | Launchpad bug 1499298 in tripleo "Installers should use pymysql db driver as of Liberty" [Undecided,New] | 15:00 |
*** untriaged-bot has quit IRC | 15:00 | |
*** tiswanso has quit IRC | 15:00 | |
*** tiswanso has joined #tripleo | 15:01 | |
openstackgerrit | John Trowbridge proposed openstack-infra/tripleo-ci: There is no tripleo-incubator package https://review.openstack.org/228492 | 15:10 |
trown | Goneri: would you mind adding a "Depends-On: I8ab2d691b2789e7f7e9931d67e9905b34fbba56d" to your commit message to test this fix ^ | 15:11 |
trown | CI is unable to build tripleo-incubator, hence your patch is failing CI | 15:11 |
thrash | trown: has openstack-python-ironic-agent package landed anywhere? | 15:13 |
trown | thrash: ya it is in fedora rawhide as well as delorean | 15:13 |
thrash | trown: odd... just got a not found... | 15:13 |
thrash | might need to set the repo... | 15:14 |
thrash | trown: settings DELOREAN_TRUNK_MGT_REPO and trying again... | 15:14 |
trown | thrash, I would get it from http://trunk.rdoproject.org/centos7-liberty/current/ | 15:15 |
thrash | trown: ack thanks | 15:15 |
trown | I make sure it is on the undercloud, and then do `export DIB_YUM_REPO_CONF="/etc/yum.repos.d/delorean.repo /etc/yum.repos.d/delorean-deps.repo" | 15:17 |
trown | I think DELOREAN_TRUNK_MGT_REPO should be disappearing | 15:17 |
trown | thrash: ^ | 15:17 |
thrash | trown: ack. | 15:18 |
*** leanderthal has quit IRC | 15:19 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Use tripleo.sh to drive ci https://review.openstack.org/225776 | 15:22 |
derekh | slagle: tirpleo.sh worked for the nonha ci job, for some reason the ceph job didn't do the correct thing, trying to find out why now | 15:23 |
*** absubram has quit IRC | 15:25 | |
*** ifarkas has quit IRC | 15:41 | |
*** hashar has quit IRC | 15:49 | |
*** trown is now known as trown|lunch | 15:53 | |
*** yog_ has quit IRC | 15:55 | |
*** yamahata has joined #tripleo | 15:59 | |
*** devvesa has quit IRC | 16:02 | |
gfidente | derekh, what is the difference in between | 16:02 |
gfidente | http://trunk.rdoproject.org/centos7/current-tripleo/ and http://trunk.rdoproject.org/centos7/current/ ? | 16:02 |
derekh | gfidente: /current-tripleo is a version we have used tripleo ci on so ci is using all non tripleo projects from there (e.g. nova, glance etc...) | 16:03 |
derekh | gfidente: /current is most recent of everything tripleo ci is uaing tripleo packages from here (dib, t-h-t etc..) | 16:04 |
derekh | gfidente: we're currently trying to set up the same for dev environments, see thripleo.sh here https://review.openstack.org/#/c/225096/14/scripts/tripleo.sh,cm | 16:05 |
*** rwsu has joined #tripleo | 16:06 | |
derekh | gfidente: so the plan is to use the most uptodate package for all of the tripleo packages "/current" | 16:07 |
derekh | gfidente: and a recent package for all of the non tripleo packages, | 16:08 |
derekh | gfidente: that way we don't get broken every time a non tripleo package introduces a regression (or something that breaks us) | 16:08 |
gfidente | ok I think I see it now, | 16:08 |
gfidente | thanks | 16:08 |
derekh | gfidente: no prob | 16:08 |
derekh | gfidente: once that tripleo.sh script merges all devs will be able to use the same flow to setup and env | 16:09 |
derekh | *an env | 16:09 |
*** stendulker has joined #tripleo | 16:09 | |
*** mcornea has quit IRC | 16:12 | |
openstackgerrit | Tzu-Mainn Chen proposed openstack/tripleo-specs: Spec for TripleO overcloud deployment library https://review.openstack.org/219754 | 16:13 |
tzumainn | d0ugal, updated the spec! | 16:14 |
*** cinerama` is now known as cinerama | 16:18 | |
d0ugal | tzumainn: Thanks for the speedy update | 16:19 |
d0ugal | tzumainn: +1'ed | 16:19 |
d0ugal | tzumainn: (only because I am not sure I should +2 there) | 16:19 |
tzumainn | d0ugal, thanks! | 16:19 |
openstackgerrit | Dan Prince proposed openstack/puppet-tripleo: Automatically install packages when upgrading https://review.openstack.org/228532 | 16:29 |
*** jtomasek has joined #tripleo | 16:31 | |
openstackgerrit | Gonéri Le Bouder proposed openstack/tripleo-incubator: jq 1.5 support https://review.openstack.org/228034 | 16:33 |
Goneri | trown|lunch, done. | 16:33 |
*** bnemec has joined #tripleo | 16:40 | |
*** sdake_ has joined #tripleo | 16:46 | |
*** sdake has quit IRC | 16:49 | |
*** SlickNik has left #tripleo | 16:53 | |
*** penick has joined #tripleo | 16:54 | |
*** trown|lunch is now known as trown | 16:55 | |
*** derekh has quit IRC | 16:55 | |
*** shivrao has joined #tripleo | 16:55 | |
*** dtantsur|afk is now known as dtantsur | 16:57 | |
*** penick has quit IRC | 17:00 | |
*** penick has joined #tripleo | 17:04 | |
*** mbound has quit IRC | 17:07 | |
egafford | Sweet. | 17:11 |
egafford | Sorry, wrong room. | 17:11 |
egafford | Everything going on here is sweet too, though. | 17:12 |
*** SlickNik has joined #tripleo | 17:12 | |
*** sthillma has joined #tripleo | 17:15 | |
*** bnemec has quit IRC | 17:20 | |
openstackgerrit | Steven Hardy proposed openstack/tripleo-specs: Add spec for release branch policy https://review.openstack.org/221811 | 17:22 |
*** akrivoka has quit IRC | 17:23 | |
openstackgerrit | Steven Hardy proposed openstack/tripleo-specs: Add spec for release branch policy https://review.openstack.org/221811 | 17:23 |
shardy | slagle: Hey FYI I toned down the mandatory backport content of ^^ in response to bnemec's comments | 17:24 |
shardy | slagle: I share the resourcing concerns but hopefully a "strongly encouraged" approach will be sufficient, particularly for more experienced contributors | 17:25 |
shardy | FWIW in heat we've found asking folks a few times often results in them continuing to propose stuff subsequently | 17:26 |
Goneri | trown, as I can see, this is not enough to get our patch pulled. | 17:27 |
trown | Goneri: ya, I saw that as well, I will keep an eye on the tripleoci patch and do a recheck on yours once it lands. | 17:28 |
Goneri | trown, I would love to see this patch land quickly because it fixes the RDO jobs on centos CI. | 17:29 |
trown | why are RDO jobs installing EPEL? | 17:30 |
trown | Goneri: tripleoci is running on centos with delorean packages and no EPEL, so it should be possible to do the same in RDO | 17:31 |
*** bnemec has joined #tripleo | 17:32 | |
Goneri | trown, instack-undercloud enable EPEL | 17:33 |
*** rhallisey has quit IRC | 17:34 | |
trown | Goneri: can you join #rdo? it is on my radar to get rdo-manager CI back up, so lets discuss there | 17:34 |
*** pelix has quit IRC | 17:35 | |
*** Marga_ has quit IRC | 17:37 | |
*** stendulker has quit IRC | 17:38 | |
openstackgerrit | Merged openstack/tripleo-heat-templates: Adding core_plugin, type_drivers and service_plugins parameters https://review.openstack.org/215324 | 17:40 |
*** lazy_prince has quit IRC | 17:44 | |
*** dtantsur is now known as dtantsur|afk | 17:45 | |
*** athomas has quit IRC | 17:48 | |
*** panda has quit IRC | 17:51 | |
slagle | shardy: cool, i'll have another look | 17:56 |
*** jobewan has joined #tripleo | 17:57 | |
jobewan | Can someone tell me how to collapse the external network into the internal_api network? | 17:59 |
*** sthillma has quit IRC | 18:00 | |
*** Marga_ has joined #tripleo | 18:00 | |
jobewan | I changed everything to internal_api, but glance and haproxy ends up grabbing an IP out of my provisioning network | 18:00 |
*** athomas has joined #tripleo | 18:00 | |
*** bnemec has quit IRC | 18:02 | |
*** mbound has joined #tripleo | 18:07 | |
*** mbound has quit IRC | 18:13 | |
*** sthillma has joined #tripleo | 18:16 | |
*** mbound has joined #tripleo | 18:18 | |
*** mestery_afk is now known as mestery | 18:22 | |
*** yamahata has quit IRC | 18:25 | |
*** sdake has joined #tripleo | 18:28 | |
*** sdake_ has quit IRC | 18:31 | |
slagle | dprince: do you recall a specific reason that os-refresh-config/configure.d/20-os-net-config is not -e? | 18:43 |
slagle | if something fails, it just keeps failing forever until heat aborts the softwaredeployment with a time out | 18:43 |
slagle | as opposed to failing immediately | 18:44 |
dprince | because we check the error status now | 18:44 |
dprince | slagle: it only recently changed to remove the -e | 18:44 |
dprince | slagle: with the new --detailed-exit-codes we check for error status very speficially | 18:45 |
slagle | ah, i see | 18:45 |
*** matbu has quit IRC | 18:45 | |
dprince | slagle: at line 56 and 59 | 18:45 |
dprince | slagle: or around there... | 18:45 |
dprince | slagle: did you hit an issue where the new structure was confusing? | 18:45 |
slagle | dprince: it's not b/c of the new change actually. but i think we still have an issue here | 18:46 |
slagle | there is nothing to tell Heat the SoftwareDeployment failed | 18:46 |
slagle | is there? | 18:46 |
*** matbu has joined #tripleo | 18:47 | |
slagle | suppose os-net-config fails, os-refresh-config aborts, os-collect-config aborts (until the next run) | 18:47 |
slagle | but nothing tells Heat | 18:47 |
slagle | so it just keeps repeating until the time out | 18:47 |
slagle | this is for everything i guess that is not getting applied via a heat-config hook | 18:47 |
slagle | actually we used to get this a lot with the bash based elements. the move to puppet mititaged most of that since if the puppet apply fails, heat is notified | 18:48 |
dprince | slagle: yes, I think the same behavior would have happened before the -e removal | 18:48 |
slagle | right, yea, it would have | 18:48 |
slagle | ok, so long standing problem then. | 18:49 |
slagle | nm | 18:49 |
dprince | slagle: heat-template hooks do a much better job at the signalling | 18:49 |
dprince | slagle: we've got many things to port over to that sort of mechanism | 18:49 |
slagle | yea, we should have stuff that can fail kicked off via a heat-config group:script | 18:50 |
*** panda has joined #tripleo | 18:51 | |
*** penick has quit IRC | 18:59 | |
*** hashar has joined #tripleo | 19:01 | |
*** rhallisey has joined #tripleo | 19:01 | |
*** penick has joined #tripleo | 19:05 | |
*** athomas has quit IRC | 19:06 | |
*** sthillma has quit IRC | 19:10 | |
*** sthillma has joined #tripleo | 19:11 | |
openstackgerrit | Shiva Prasad Rao proposed openstack/tripleo-heat-templates: Enable Cisco N1KV driver https://review.openstack.org/201398 | 19:13 |
*** tserong has quit IRC | 19:13 | |
*** tserong has joined #tripleo | 19:14 | |
*** tserong has joined #tripleo | 19:14 | |
*** Marga_ has quit IRC | 19:17 | |
*** Marga_ has joined #tripleo | 19:17 | |
*** jtomasek has quit IRC | 19:18 | |
*** sthillma has quit IRC | 19:21 | |
*** sthillma has joined #tripleo | 19:21 | |
*** Goneri has quit IRC | 19:25 | |
shardy | slagle: I was thinking of ways to solve that non-heat-config error path | 19:31 |
shardy | slagle: I was thinking we could add a script similar to S99-refresh-completed to error.d, which I assume would get run whenever a deployment fails | 19:31 |
*** yamahata has joined #tripleo | 19:31 | |
shardy | then we could signal failure to heat for any non-complete os-apply-config group deployments | 19:32 |
shardy | porting all-the-things to heat-config hooks is probably a better solution long term tho | 19:32 |
slagle | yea, i was typing that follow up :) | 19:32 |
slagle | we should move as much as possible | 19:32 |
slagle | in the short term, an error.d type thing might be nice | 19:32 |
*** gfidente has quit IRC | 19:35 | |
openstackgerrit | Dan Prince proposed openstack/puppet-tripleo: Automatically install packages when upgrading https://review.openstack.org/228532 | 19:37 |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Use tripleo.sh to drive ci https://review.openstack.org/225776 | 19:39 |
*** spzala has joined #tripleo | 19:40 | |
jaosorior | Is anyone using tripleoclient with py34? | 19:50 |
*** yamahata has quit IRC | 19:58 | |
*** yamahata has joined #tripleo | 19:58 | |
*** Goneri has joined #tripleo | 20:01 | |
*** lblanchard has quit IRC | 20:04 | |
*** Goneri has quit IRC | 20:13 | |
*** david-lyle has quit IRC | 20:14 | |
*** dprince has quit IRC | 20:15 | |
*** jayg is now known as jayg|g0n3 | 20:16 | |
*** shardy has quit IRC | 20:17 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient: Fix file checksum function in for python 3.4 https://review.openstack.org/228608 | 20:24 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient: Improve Coverage for tripleocliet/utils.py https://review.openstack.org/228609 | 20:24 |
*** sdake_ has joined #tripleo | 20:25 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/python-tripleoclient: Improve Coverage for tripleoclient/utils.py https://review.openstack.org/228609 | 20:25 |
*** sdake has quit IRC | 20:28 | |
*** tiswanso has quit IRC | 20:30 | |
openstackgerrit | Nisha Agarwal proposed openstack/diskimage-builder: Add a new element hpdsa https://review.openstack.org/220888 | 20:31 |
*** mcornea has joined #tripleo | 20:37 | |
*** sdake_ is now known as sdake | 20:38 | |
*** rasca has quit IRC | 20:42 | |
*** sdake has quit IRC | 20:42 | |
*** sdake has joined #tripleo | 20:43 | |
*** yamahata has quit IRC | 20:50 | |
*** yamahata has joined #tripleo | 20:50 | |
openstackgerrit | James Slagle proposed openstack/tripleo-heat-templates: Use already Deployed/Installed servers https://review.openstack.org/222772 | 20:51 |
*** yamahata has quit IRC | 20:55 | |
*** yamahata has joined #tripleo | 20:55 | |
*** untriaged-bot has joined #tripleo | 21:00 | |
untriaged-bot | Untriaged bugs so far: | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499273 | 21:00 |
openstack | Launchpad bug 1499273 in tripleo "tripleoclient fails to create endpoints unless create works first-time" [Undecided,New] - Assigned to Brad P. Crochet (brad-9) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1500592 | 21:00 |
openstack | Launchpad bug 1500592 in tripleo "[tripleoclient] Getting a file checksum results in an infinite loop in py34" [Undecided,In progress] - Assigned to Juan Antonio Osorio Robles (juan-osorio-robles) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499017 | 21:00 |
openstack | Launchpad bug 1499017 in tripleo "[instack-undercloud] Swift Ceilometer middleware no longer exists" [Undecided,In progress] - Assigned to John Trowbridge (trown) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1499298 | 21:00 |
openstack | Launchpad bug 1499298 in tripleo "Installers should use pymysql db driver as of Liberty" [Undecided,New] | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1500478 | 21:00 |
openstack | Launchpad bug 1500478 in tripleo "[tripleoci] There is no tripleo-incubator package" [Undecided,New] - Assigned to John Trowbridge (trown) | 21:00 |
untriaged-bot | https://bugs.launchpad.net/tripleo/+bug/1498845 | 21:00 |
openstack | Launchpad bug 1498845 in tripleo "Wrong node count can be passed to heat when deleting a specific node" [High,New] - Assigned to Jan Provaznik (jan-provaznik) | 21:00 |
*** untriaged-bot has quit IRC | 21:00 | |
*** trown is now known as trown|outttypeww | 21:02 | |
*** david-lyle has joined #tripleo | 21:09 | |
*** mcornea has quit IRC | 21:17 | |
*** rpothier has quit IRC | 21:21 | |
*** sdake_ has joined #tripleo | 21:25 | |
*** jaosorior has quit IRC | 21:26 | |
*** sdake__ has joined #tripleo | 21:27 | |
*** sdake has quit IRC | 21:28 | |
*** sdake_ has quit IRC | 21:30 | |
*** thrash is now known as thrash|g0ne | 21:33 | |
*** julim has quit IRC | 21:36 | |
*** hashar has quit IRC | 21:36 | |
*** penick has quit IRC | 21:40 | |
*** sdake__ is now known as sdake | 21:41 | |
*** hashar has joined #tripleo | 22:03 | |
*** hashar has quit IRC | 22:06 | |
openstackgerrit | Shiva Prasad Rao proposed openstack/tripleo-heat-templates: Enable Cisco N1KV driver https://review.openstack.org/201398 | 22:08 |
*** egafford has quit IRC | 22:09 | |
*** pradk has quit IRC | 22:13 | |
*** weshay has quit IRC | 22:24 | |
*** panda has quit IRC | 22:36 | |
*** penick has joined #tripleo | 22:37 | |
*** morazi has quit IRC | 22:47 | |
openstackgerrit | Merged openstack/tripleo-specs: Cleanup template files https://review.openstack.org/221810 | 22:48 |
openstackgerrit | Merged openstack/tripleo-specs: Change ignore-errors to ignore_errors https://review.openstack.org/225840 | 22:50 |
*** bnemec has joined #tripleo | 23:14 | |
*** bnemec has quit IRC | 23:18 | |
*** bnemec has joined #tripleo | 23:18 | |
*** yamahata has quit IRC | 23:25 | |
*** jobewan has quit IRC | 23:34 | |
*** yamahata has joined #tripleo | 23:40 | |
openstackgerrit | Derek Higgins proposed openstack-infra/tripleo-ci: Use tripleo.sh to drive ci https://review.openstack.org/225776 | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!