*** limao has joined #tripleo | 00:25 | |
*** tiswanso has joined #tripleo | 00:43 | |
*** tiswanso has quit IRC | 00:48 | |
*** dmacpher has quit IRC | 00:57 | |
*** xuao has joined #tripleo | 01:03 | |
*** david-lyle_ has joined #tripleo | 01:04 | |
*** david-lyle has quit IRC | 01:08 | |
*** david-lyle_ is now known as david-lyle | 01:10 | |
*** eggmaster has quit IRC | 01:14 | |
*** mandre has quit IRC | 01:26 | |
*** mandre has joined #tripleo | 01:26 | |
*** jistr has quit IRC | 01:29 | |
*** Tristitia has quit IRC | 01:29 | |
*** jtomasek has quit IRC | 01:29 | |
*** jtomasek has joined #tripleo | 01:34 | |
*** jistr has joined #tripleo | 01:35 | |
*** Tristitia has joined #tripleo | 01:36 | |
*** yamahata has quit IRC | 02:07 | |
*** dmacpher has joined #tripleo | 02:08 | |
*** bana_k has joined #tripleo | 02:17 | |
*** bana_k has quit IRC | 02:46 | |
*** ebalduf has joined #tripleo | 02:50 | |
*** coolsvap has joined #tripleo | 02:56 | |
*** bana_k has joined #tripleo | 02:57 | |
*** rhallisey has quit IRC | 03:06 | |
*** david-lyle has quit IRC | 03:09 | |
*** bana_k has quit IRC | 03:32 | |
*** bfournie has quit IRC | 03:54 | |
*** pmannidi_ is now known as pmannidi | 04:04 | |
*** dmsimard is now known as dmsimard|pto | 04:23 | |
*** pgadiya has joined #tripleo | 04:43 | |
*** tiswanso has joined #tripleo | 04:45 | |
*** abregman has joined #tripleo | 04:49 | |
*** tiswanso has quit IRC | 04:51 | |
*** nyechiel has joined #tripleo | 04:56 | |
*** dsariel has joined #tripleo | 04:57 | |
*** jaosorior has joined #tripleo | 05:07 | |
*** jaosorior has quit IRC | 05:10 | |
*** bana_k has joined #tripleo | 05:11 | |
*** jaosorior has joined #tripleo | 05:11 | |
*** mcornea has joined #tripleo | 05:19 | |
jaosorior | mcornea: hey dude, do you have a deployment with SSL around? | 05:25 |
---|---|---|
mcornea | jaosorior: hey, checking | 05:25 |
mcornea | jaosorior: yep, I do | 05:26 |
jaosorior | mcornea: if you got some extra cycles, can you verify if you can still reproduce this? https://bugzilla.redhat.com/show_bug.cgi?id=1370018 | 05:26 |
openstack | bugzilla.redhat.com bug 1370018 in openstack-tripleo-heat-templates "When querying OpenStack APIs, the links that are returned by APIs are with an http:// and not https://" [Medium,New] - Assigned to jstransk | 05:26 |
mcornea | jaosorior: http://paste.openstack.org/show/585127/ | 05:29 |
jaosorior | mcornea: was that overcloud or undercloud? | 05:29 |
mcornea | jaosorior: it's the overcloud | 05:29 |
*** limao_ has joined #tripleo | 05:30 | |
jaosorior | mcornea: upstream or downstream? | 05:30 |
mcornea | jaosorior: it's upstream tht | 05:30 |
jaosorior | mcornea: thanks | 05:30 |
jaosorior | mcornea: what about nova and cinder? | 05:30 |
jaosorior | do they have the same issue? | 05:31 |
mcornea | jaosorior: the images are using the downstream build | 05:31 |
*** lazy_prince has quit IRC | 05:32 | |
*** limao has quit IRC | 05:32 | |
mcornea | jaosorior: http://paste.openstack.org/show/585128/ | 05:33 |
mcornea | jaosorior: it looks it's doing the calls to https | 05:34 |
jaosorior | mcornea: so that's not too bad | 05:35 |
jaosorior | mcornea: do you know if nova has the same issue? | 05:35 |
mcornea | jaosorior: in fact curl http://172.16.18.25:13696/v2.0/ returns curl: (52) Empty reply from server | 05:35 |
mcornea | jaosorior: checking | 05:36 |
jaosorior | mcornea: (sorry dude, I'm still deploying my environment :( ) | 05:36 |
*** tzumainn has joined #tripleo | 05:37 | |
mcornea | jaosorior: http://paste.openstack.org/show/585129/ | 05:40 |
jaosorior | mcornea: alright. I think I know what the issue is. I think it will also be fine for cinder | 05:42 |
mcornea | jaosorior: yeah: http://paste.openstack.org/show/585130/ | 05:44 |
mcornea | jaosorior: so why does neutron return http? | 05:44 |
jaosorior | mcornea: so, nova and cinder use the http_proxy_to_wsgi middleware coming from oslo.middleware. It's enabled in TripleO with the enable_headers_parsing option. That one is the one that sets the https. | 05:45 |
jaosorior | mcornea: neutron doesn't have that middleware, so I have to submit a patch. | 05:46 |
jaosorior | mcornea: glance is using that middleware too | 05:47 |
mcornea | jaosorior: oh, I see. So how come the client still does the connections over https? | 05:47 |
jaosorior | mcornea: cause the client gets the base URL from the keystone endpoint | 05:47 |
jaosorior | well, keystone catalog actually, which exposes the endpoints | 05:47 |
jaosorior | and the keystone catalog points to https | 05:47 |
mcornea | jaosorior: gotcha | 05:48 |
jaosorior | mcornea: just to be sure, can you verify that glance has the same behavior? | 05:48 |
mcornea | jaosorior: ya http://paste.openstack.org/show/585132/ | 05:49 |
*** hjensas_ has quit IRC | 05:49 | |
jaosorior | fuck yeah | 05:50 |
jaosorior | mcornea: mind if I mention that you verified this? | 05:50 |
mcornea | jaosorior: sure, np | 05:50 |
jaosorior | mcornea: thanks dude! | 05:51 |
mcornea | jaosorior: aodh shows the same issue | 05:56 |
jaosorior | mcornea: ok, adding it to the list | 05:58 |
mcornea | jaosorior: ceilometer, heat-cfn and gnocchi as well | 06:00 |
jaosorior | mcornea: the plot thickens | 06:01 |
jaosorior | mcornea: so there is a bug https://bugs.launchpad.net/gnocchi/+bug/1590608 I didn't know about :D | 06:05 |
openstack | Launchpad bug 1590608 in OpenStack DBaaS (Trove) "Services should use http_proxy_to_wsgi middleware" [Undecided,In progress] - Assigned to Masaki Matsushita (mmasaki) | 06:05 |
*** rasca has joined #tripleo | 06:15 | |
*** bana_k has quit IRC | 06:26 | |
*** dmacpher has quit IRC | 06:31 | |
*** jprovazn has joined #tripleo | 06:33 | |
*** limao_ has quit IRC | 06:39 | |
*** limao has joined #tripleo | 06:40 | |
*** limao has quit IRC | 06:40 | |
*** limao has joined #tripleo | 06:41 | |
*** tremble has joined #tripleo | 06:41 | |
*** rcernin has joined #tripleo | 06:48 | |
*** pcaruana has joined #tripleo | 07:03 | |
*** ebarrera has joined #tripleo | 07:04 | |
*** tesseract has joined #tripleo | 07:06 | |
*** tesseract is now known as Guest49723 | 07:06 | |
*** test-R has joined #tripleo | 07:10 | |
*** dsneddon has joined #tripleo | 07:10 | |
test-R | Hi, Is there a way to check the profile parameter on the overcloud node ? like hiera profile or something ? | 07:11 |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-common: Default the J2 excludes files to safe values. https://review.openstack.org/384321 | 07:13 |
jaosorior | test-R: which profile parameter? | 07:13 |
test-R | jaosorior: for example, control, compute,,, etc | 07:14 |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-common: Default the J2 excludes files to safe values. https://review.openstack.org/384321 | 07:14 |
*** Guest35658 is now known as leanderthal | 07:16 | |
*** leanderthal is now known as leanderthal|afk | 07:16 | |
*** panda|off is now known as panda | 07:16 | |
jaosorior | test-R: not sure. The best people to answer that are not online yet :/ | 07:18 |
*** hjensas_ has joined #tripleo | 07:18 | |
*** hjensas_ has quit IRC | 07:18 | |
*** hjensas_ has joined #tripleo | 07:18 | |
panda | jaosorior: is there any way to make this error more verbose ? http://logs.openstack.org/15/382515/8/check-tripleo/gate-tripleo-ci-centos-7-ovb-nonha/eb50e31/console.html#_2016-10-07_19_41_53_920458 I repeated the steps to create certificate two times, and I don't know why verification fails. Mabe I'm missing a parameter in environments | 07:18 |
*** snecklifter has joined #tripleo | 07:18 | |
jaosorior | panda: I tried to access the logs you sent and I get "File not found" | 07:19 |
jaosorior | panda: but usually no... OpenSSL gives terrible error messages like that :/ | 07:19 |
jaosorior | panda: we can inspect the cert you have though | 07:19 |
jaosorior | can you pass the patch again? | 07:19 |
panda | jaosorior: sure https://review.openstack.org/382515 | 07:22 |
panda | jaosorior: and here, logs were compressed in the meantime http://logs.openstack.org/15/382515/8/check-tripleo/gate-tripleo-ci-centos-7-ovb-nonha/eb50e31/console.html.gz#_2016-10-07_19_41_56_772590 | 07:23 |
jaosorior | panda: I see | 07:24 |
jaosorior | alright so | 07:24 |
jaosorior | panda: using this: openssl x509 -in test-environments/overcloud-cacert-ipv4netiso.pem -noout -text | 07:24 |
*** bvandenh has joined #tripleo | 07:25 | |
jaosorior | panda: that will give you the output of what the cert was in the end | 07:25 |
jaosorior | the CN is 10.0.0.18 | 07:25 |
*** bana_k has joined #tripleo | 07:25 | |
jaosorior | so that seems fine | 07:25 |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-common: Default the J2 excludes files to safe values. https://review.openstack.org/384321 | 07:25 |
jaosorior | panda: so the issue could be that the undercloud doesn't trust the certificate | 07:25 |
jaosorior | let me check your patch again | 07:25 |
jaosorior | panda: is there anywhere where we're doing the update-ca-trust extract in the undercloud? | 07:26 |
jaosorior | panda: so, the deal is that you need to install/trust the CA cert in the undercloud | 07:26 |
jaosorior | else it won't trust it and it will refuse to establish a connection | 07:26 |
jaosorior | panda: that is the case | 07:27 |
jaosorior | let me update the CR | 07:27 |
panda | jaosorior: the job without net-iso didn't need one | 07:27 |
*** dbecker has joined #tripleo | 07:27 | |
panda | jaosorior: i thought it was done by one of the existing environments | 07:27 |
*** aufi has joined #tripleo | 07:27 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: [WIP] Add IPv6 coverage using existing jobs https://review.openstack.org/382515 | 07:30 |
jaosorior | panda: https://review.openstack.org/#/c/382515/9/toci_instack_ovb.sh | 07:30 |
*** abregman_ has joined #tripleo | 07:30 | |
*** abregman has quit IRC | 07:31 | |
panda | jaosorior: ah, there ... ca file | 07:31 |
panda | jaosorior: thanks! | 07:32 |
*** cylopez has joined #tripleo | 07:33 | |
snecklifter | Who are the best people to chase on tripleo-docs reviews? https://review.openstack.org/#/c/380954/ | 07:34 |
snecklifter | jaosorior: thx | 07:36 |
*** tzumainn has quit IRC | 07:36 | |
*** hewbrocca-afk is now known as hewbrocca | 07:36 | |
*** b00tcat has joined #tripleo | 07:37 | |
*** anshul has joined #tripleo | 07:37 | |
openstackgerrit | Merged openstack/tripleo-docs: Fixes network name for tempest https://review.openstack.org/380954 | 07:37 |
snecklifter | cylopez: thx | 07:38 |
*** jpich has joined #tripleo | 07:38 | |
*** ccamacho has joined #tripleo | 07:38 | |
*** ccamacho is now known as ccamacho|mtg | 07:39 | |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-common: Default the J2 excludes files to safe values. https://review.openstack.org/384321 | 07:40 |
cylopez | snecklifter: you're welcome, I like when people working around tempest . | 07:40 |
*** abregman_ has quit IRC | 07:41 | |
*** abregman has joined #tripleo | 07:41 | |
*** abregman has quit IRC | 07:42 | |
*** abregman has joined #tripleo | 07:42 | |
*** jpena|off is now known as jpena | 07:43 | |
openstackgerrit | mathieu bultel proposed openstack-infra/tripleo-ci: Implement overcloud upgrade job - Mitaka -> Newton https://review.openstack.org/323750 | 07:45 |
*** athomas has joined #tripleo | 07:53 | |
*** athomas has quit IRC | 07:53 | |
*** gfidente has joined #tripleo | 07:54 | |
*** gfidente has quit IRC | 07:54 | |
*** gfidente has joined #tripleo | 07:54 | |
*** athomas has joined #tripleo | 07:54 | |
*** zoli_gone-proxy is now known as zoliXXL | 07:54 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci: POC: WIP: Full quickstart gate run on OVB https://review.openstack.org/381094 | 07:57 |
test-R | Hi, Is there a way to check the profile parameter on the overcloud node ? like hiera profile or something ? and it will return controller, compute, etc | 07:57 |
zoliXXL | good morning | 07:58 |
*** bana_k has quit IRC | 07:59 | |
*** milan has joined #tripleo | 08:16 | |
openstackgerrit | Gael Chamoulaud proposed openstack/tripleo-quickstart: Add ability to deploy an overcloud with ssl https://review.openstack.org/382830 | 08:17 |
b00tcat | test-R: there's this hiera variable `nova::compute::enabled` that you might be interested in | 08:17 |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-common: Default the J2 excludes files to safe values. https://review.openstack.org/384321 | 08:17 |
*** ccamacho|mtg is now known as ccamacho | 08:21 | |
*** abregman_ has joined #tripleo | 08:26 | |
*** ohamada has joined #tripleo | 08:29 | |
*** abregman has quit IRC | 08:29 | |
*** dtantsur|afk is now known as dtantsur | 08:32 | |
*** mbozhenko has joined #tripleo | 08:36 | |
*** leanderthal|afk has quit IRC | 08:39 | |
b00tcat | is the Jenkins job "gate-tripleo-ci-centos-7-ovb-ha" in this patch https://review.openstack.org/#/c/383058/ something that can be solved with a `recheck`? | 08:39 |
test-R | b00tcat, aha i see, but as for control and blockstorage, do we have anything ? | 08:43 |
*** chem` has joined #tripleo | 08:44 | |
*** nyechiel has quit IRC | 08:46 | |
*** dsneddon_1 has quit IRC | 08:46 | |
*** jschluet has joined #tripleo | 08:48 | |
*** timothyb89_ has joined #tripleo | 08:48 | |
*** dsneddon_1 has joined #tripleo | 08:49 | |
*** social_ has joined #tripleo | 08:49 | |
*** Slower_ has joined #tripleo | 08:49 | |
b00tcat | that I have no idea - I'm just deploying compute+controller as of now | 08:49 |
b00tcat | but I guess you'll find something grepping on /etc/puppet/hieradata test-R | 08:50 |
*** soc_off_ has joined #tripleo | 08:50 | |
*** pleia2_ has joined #tripleo | 08:50 | |
*** dsneddon has quit IRC | 08:50 | |
jaosorior | test-R, if I may ask, what do you need that flag for? | 08:51 |
*** nyechiel has joined #tripleo | 08:51 | |
*** amoralej_ has joined #tripleo | 08:53 | |
*** andreaf_ has joined #tripleo | 08:53 | |
*** athomas has quit IRC | 08:54 | |
*** pcaruana has quit IRC | 08:54 | |
*** dsariel has quit IRC | 08:54 | |
*** xuao has quit IRC | 08:54 | |
*** r-mibu has quit IRC | 08:54 | |
*** social has quit IRC | 08:54 | |
*** andreaf has quit IRC | 08:54 | |
*** soc_off has quit IRC | 08:54 | |
*** pleia2 has quit IRC | 08:54 | |
*** jschlueter has quit IRC | 08:54 | |
*** Slower has quit IRC | 08:54 | |
*** dmanchad has quit IRC | 08:54 | |
*** amoralej has quit IRC | 08:54 | |
*** timothyb89 has quit IRC | 08:54 | |
*** andreaf_ is now known as andreaf | 08:54 | |
*** dmanchad has joined #tripleo | 08:57 | |
*** nyechiel has quit IRC | 08:58 | |
*** r-mibu has joined #tripleo | 09:00 | |
*** pcaruana has joined #tripleo | 09:00 | |
*** athomas has joined #tripleo | 09:01 | |
*** radeks has joined #tripleo | 09:01 | |
d0ugal | o/ | 09:01 |
*** dsariel has joined #tripleo | 09:01 | |
openstackgerrit | Carlos Camacho proposed openstack/tripleo-common: Default the J2 excludes files to safe values. https://review.openstack.org/384321 | 09:03 |
openstackgerrit | Merged openstack/tripleo-heat-templates: Make step an integer on the pacemaker controller https://review.openstack.org/383884 | 09:06 |
*** abregman_ is now known as abregman | 09:07 | |
openstackgerrit | Dougal Matthews proposed openstack/instack-undercloud: Make the snmpd_readonly_user_password available to Mistral https://review.openstack.org/383694 | 09:09 |
panda | where are we installing qemu-img-ev ? http://logs.openstack.org/periodic/periodic-tripleo-ci-centos-7-ovb-ha-liberty/a87926b/logs/undercloud/var/log/undercloud_install.txt.gz#_2016-10-10_06_16_18_000 | 09:12 |
*** zoliXXL is now known as zoli|lunch | 09:14 | |
*** flaper87 has joined #tripleo | 09:19 | |
*** lazy_prince has joined #tripleo | 09:21 | |
*** Guest10079 is now known as zigo | 09:23 | |
*** tosky has joined #tripleo | 09:27 | |
*** snecklifter has quit IRC | 09:28 | |
openstackgerrit | Merged openstack/tripleo-heat-templates: Add new environment for debug https://review.openstack.org/383753 | 09:30 |
*** lazy_prince has quit IRC | 09:30 | |
*** panda is now known as panda|afk | 09:34 | |
*** derekh has joined #tripleo | 09:36 | |
*** shardy has joined #tripleo | 09:37 | |
*** paramite has joined #tripleo | 09:37 | |
openstackgerrit | Dougal Matthews proposed openstack/python-tripleoclient: Use Password Generation in the Mistral workflows https://review.openstack.org/375544 | 09:37 |
*** jaosorior has quit IRC | 09:38 | |
*** shardy has quit IRC | 09:38 | |
*** jaosorior has joined #tripleo | 09:38 | |
*** shardy has joined #tripleo | 09:39 | |
*** mbozhenko has quit IRC | 09:41 | |
*** dsneddon has joined #tripleo | 09:50 | |
openstackgerrit | Merged openstack/puppet-tripleo: Use Heat role *_enabled hiera to check Manila backends https://review.openstack.org/383632 | 09:50 |
openstackgerrit | Adriano Petrich proposed openstack/tripleo-heat-templates: GATE TEST, please ignore https://review.openstack.org/365449 | 09:53 |
*** amoralej_ is now known as amoralej | 10:00 | |
*** nyechiel has joined #tripleo | 10:03 | |
*** jistr is now known as jistr|mtg | 10:03 | |
openstackgerrit | Dougal Matthews proposed openstack/instack-undercloud: Make the snmpd_readonly_user_password available to Mistral https://review.openstack.org/383694 | 10:04 |
*** limao has quit IRC | 10:08 | |
openstackgerrit | yolanda.robla proposed openstack/tripleo-quickstart: Create working dir in undercloud https://review.openstack.org/384397 | 10:09 |
*** nyechiel has quit IRC | 10:12 | |
openstackgerrit | Dougal Matthews proposed openstack/python-tripleoclient: Save the result of direct action calls in Mistral https://review.openstack.org/381739 | 10:13 |
*** mbozhenko has joined #tripleo | 10:14 | |
d0ugal | Is the instack-undercloud log stored somewhere from CI runs? | 10:14 |
derekh | d0ugal: this one? logs/undercloud/var/log/undercloud_install.txt.gz | 10:16 |
d0ugal | derekh: yes! Thanks. Sorry, I was looking for the name "instack" | 10:16 |
derekh | d0ugal: that would be too easy | 10:17 |
*** bfournie has joined #tripleo | 10:18 | |
*** akrivoka has joined #tripleo | 10:18 | |
*** akrivoka has quit IRC | 10:20 | |
*** hewbrocca is now known as hewbrocca-afk | 10:20 | |
*** akrivoka has joined #tripleo | 10:22 | |
*** hewbrocca-afk is now known as hewbrocca | 10:24 | |
openstackgerrit | Merged openstack/tripleo-common: Make UpdateManager use a passed-in stack setup https://review.openstack.org/383708 | 10:25 |
*** Guest2483 is now known as rook | 10:31 | |
rook | shardy: heya | 10:33 |
openstackgerrit | Tomas Sedovic proposed openstack/tripleo-validations: Add a validation-specific Ansible output callback https://review.openstack.org/375477 | 10:33 |
*** chem has left #tripleo | 10:33 | |
*** chem` has quit IRC | 10:33 | |
test-R | b00tcat, aha thanks, I'll check | 10:36 |
test-R | jaosorior, because I need to run some deployment tasks in the heat templates and some steps are profile dependent | 10:40 |
*** chem has joined #tripleo | 10:42 | |
b00tcat | maybe this is too broad of a question but: is it possible to bring a virtual NIC up when deploying the overcloud with a hypervisor? | 10:43 |
b00tcat | as this wouldn't make sense when deploying baremetal | 10:43 |
openstackgerrit | Martin Mágr proposed openstack/puppet-tripleo: Deploy monitoring/logging agents sooner https://review.openstack.org/381604 | 10:43 |
b00tcat | I mean an additional NIC (apart from the one that is created by default) | 10:44 |
openstackgerrit | Martin Mágr proposed openstack/puppet-tripleo: Deploy monitoring/logging agents sooner https://review.openstack.org/381604 | 10:44 |
*** zoli|lunch is now known as zoli | 10:50 | |
*** zoli is now known as zoliXXL | 10:50 | |
*** pkovar has joined #tripleo | 10:53 | |
EmilienM | good morning | 10:55 |
hewbrocca | Good morning sir! | 10:57 |
*** panda|afk is now known as panda | 10:59 | |
EmilienM | shardy: today is Thanksgiving in Canada, I'll be offline during the day but back later in the evening. | 11:01 |
hewbrocca | EmilienM: what are *you* thankful for today? | 11:02 |
EmilienM | hewbrocca: the beauty of nature in Quebec, we're going to visit one of the most beautiful parks | 11:03 |
hewbrocca | Excellent! | 11:05 |
hewbrocca | I am thankful I am not currently in the USA | 11:05 |
hewbrocca | because I'm not sure my heart could take the stress | 11:05 |
EmilienM | yeah, it sucks :( | 11:05 |
hewbrocca | At least over here I only see the news on the web | 11:06 |
hewbrocca | At home it would be on newspapers and TV... | 11:06 |
* dtantsur treats absence of a TV as one of big pluses of emigration | 11:08 | |
hewbrocca | Yeah | 11:09 |
hewbrocca | it's a huge win, honestly | 11:09 |
*** radeks has quit IRC | 11:10 | |
*** lazy_prince has joined #tripleo | 11:11 | |
*** rhallisey has joined #tripleo | 11:14 | |
*** dsneddon has quit IRC | 11:14 | |
*** adarazs is now known as adarazs_lunch | 11:25 | |
openstackgerrit | Jiri Stransky proposed openstack/python-tripleoclient: Fix get_file in out-of-tree templates https://review.openstack.org/383813 | 11:27 |
paramite | shardy, Hey Steve, I'm trying to do this http://tinyurl.com/gnyf3wy but obviously I'm missing something, because I'm hitting: Guys by any chance, did you hit this error: 2016-10-10 10:26:32Z [overcloud]: CREATE_FAILED Resource CREATE failed: The Referenced Attribute (ObjectStorageServiceChain role_data) is incorrect. | 11:32 |
paramite | shardy, can you please give me a hint what I need to add/change? | 11:32 |
*** rodrigods has quit IRC | 11:34 | |
*** rodrigods has joined #tripleo | 11:34 | |
hewbrocca | paramite: shardy may be high latency today, he's at the EMEA field hackfest | 11:34 |
hewbrocca | jistr|mtg: ^^^ you have any ideas here? | 11:34 |
*** jistr|mtg is now known as jistr | 11:34 | |
paramite | hewbrocca, ah ok, thanks for info | 11:35 |
openstackgerrit | Christian Schwede proposed openstack/instack-undercloud: Fix default Swift ring partition power https://review.openstack.org/384436 | 11:36 |
paramite | jistr, sadly all resources are CREATE_COMPLETE so I cannot debug on resource level ... neither I didn't find any error for my last deployment | 11:36 |
paramite | in heat logs | 11:37 |
*** ccamacho is now known as ccamacho|lunch | 11:37 | |
*** radeks has joined #tripleo | 11:37 | |
*** nyechiel has joined #tripleo | 11:38 | |
jaosorior | Hey guys, would really appreciate reviews for these two https://review.openstack.org/#/c/366548/ https://review.openstack.org/#/c/356430/ | 11:39 |
jaosorior | jistr: can you check these out if you have a chance? ^^ | 11:42 |
openstackgerrit | Christian Schwede proposed openstack/tripleo-heat-templates: Fix default Swift ring partition power https://review.openstack.org/384439 | 11:43 |
*** lucas-afk is now known as lucasagomes | 11:45 | |
*** matbu is now known as matbu|lch | 11:47 | |
*** zaneb has joined #tripleo | 11:48 | |
bandini | marios, matbu, chem: https://bugs.launchpad.net/tripleo/+bug/1630580 am testing an N->M upgrade and hitting this one. Ever seen it? | 11:48 |
openstack | Launchpad bug 1630580 in tripleo "upgrade-non-controller.sh getting stuck cleaning up openstack-nova-compute package " [High,Confirmed] | 11:48 |
test-R | Is there a way to update the kernel parameters of the overcloud nodes from the undercloud configurations files ? | 11:48 |
jistr | paramite: hmm i can't see anything wrong with that patch... does the environment including sensu-client.yaml work *without* this patch? I wonder if we're looking into a wrong place. | 11:48 |
*** dprince has joined #tripleo | 11:49 | |
jistr | paramite: i'm not sure if it's in CI, so it could be that it was already broken before your patch. I think you could try deploying without that patch also, to tell where the error is. | 11:50 |
chem | bandini: no specifically there, but for the undercloud upgrade we have to systemctl stop openstack-nova to make it work | 11:50 |
chem | bandini: the "error" was the same some dependency issue during upgrade of the nova compute | 11:51 |
jistr | jaosorior: ok | 11:51 |
bandini | chem: yeah I was wondering what options we have to fix it on the compute nodes. I guess stopping nova-compute is one option | 11:51 |
chem | bandini: it was downstream, and nobody seems to complain upstream so we just add it to the procedure. | 11:52 |
bandini | chem: I see | 11:53 |
bandini | chem: so I expected that starting openstack-nova-conductor by hand would fix it, but it does not seem to be the case (i.e. I get the same timeout waiting for nova-conductor) | 11:54 |
gfidente | paramite map_merge merges two maps | 11:55 |
marios | bandini: yes, i am actually about to file a bz... i was the only one hitting it so we said to just file the bz and see :) | 11:55 |
gfidente | I think your second argument is a list | 11:55 |
marios | bandini: oh no hold on this is for compute node | 11:55 |
marios | bandini: i am filing siomething very similar but for the undercloud | 11:55 |
bandini | marios: yes compute nodes | 11:55 |
marios | bandini: so no not seen this one | 11:55 |
chem | marios if that matters I had the timeout during the init upgrade with upstream. I have added the "systemctl stop openstack-*" pre-command to this job. | 11:57 |
chem | marios: yes, but bandini's error is the same | 11:58 |
* jistr reloc | 11:58 | |
*** adarazs_lunch is now known as adarazs | 11:58 | |
marios | chem: sounds like... let me get the package versions etc into the bz and we can see. but really should *not* happen on init, since we aren't updating anything there | 11:58 |
bkreitch | hi, is TripleO supposed to be supported on Ubuntu - or only on RPM based systems? | 11:58 |
marios | (or shouldn't be) | 11:58 |
jaosorior | bkreitch: it's not supported on Ubuntu at the moment. | 11:59 |
chem | marios: oups, sorry, it's during the ./undercloud-upgrade.sh | 11:59 |
marios | chem: ah ok then is the one we spoke about last week | 11:59 |
marios | chem: so we may yet have to revisit that | 12:00 |
marios | chem: but this one from bandini is sthing else (though may ultimately be similar root cause) as it is for upgrading compute nodes | 12:00 |
chem | marios: yeap, but same error message and look like same problem with nova-compute having an non recoverable dependency on nova-conductor | 12:01 |
marios | chem: ah we have one https://bugzilla.redhat.com/show_bug.cgi?id=1372040 | 12:01 |
openstack | bugzilla.redhat.com bug 1372040 in rhel-osp-director "OSP-Director-10: upgrading undercloud from: osp9 to osp10, the yum update command hangs for about 20min over: 'Yum Cleanup: 1:openstack-nova' ." [Medium,New] - Assigned to athomas | 12:01 |
bkreitch | jaosorior: thx, is it planned or not in the near future? | 12:02 |
chem | marios: in the readme in the downstream only bz | 12:02 |
jaosorior | bkreitch: not planned. Unless people are interested on working on it. | 12:02 |
marios | chem: ack thanks lets talk about it on scrum today added a note to agenda | 12:03 |
*** amoralej is now known as amoralej|lunch | 12:06 | |
*** dmacpher has joined #tripleo | 12:11 | |
*** shardy is now known as shardy_mtg | 12:12 | |
*** shardy_mtg is now known as shardy | 12:12 | |
*** matbu|lch is now known as matbu | 12:14 | |
*** hjensas_ has quit IRC | 12:15 | |
hewbrocca | bkreitch: yes, patches are certainly very welcome | 12:15 |
*** ccamacho|lunch is now known as ccamacho | 12:15 | |
paramite | gfidente, oh, that's a good point, thanks! | 12:15 |
paramite | jistr, ack, gonna try to deploy without the patch | 12:16 |
*** radeks has quit IRC | 12:16 | |
gfidente | paramite heh been there before, yaml indentation gets messy :P | 12:16 |
paramite | :) | 12:16 |
*** morazi has quit IRC | 12:16 | |
bkreitch | hewbrocca: yes - planned? but currently it seems to be mostly RPM focused.. is there something like RDO for Ubuntu? | 12:20 |
*** rbrady has joined #tripleo | 12:22 | |
panda | derekh: there's an explanation somewhere on what happened yesterday to CI logs ? | 12:25 |
hewbrocca | bkreitch: there isn't really an RDO for Ubuntu -- RDO is focused on RPM-based | 12:25 |
hewbrocca | TripleO *used* to support Ubuntu, but we haven't kept it up | 12:26 |
hewbrocca | I think we would love to support it again but it's not really on the radar | 12:26 |
bkreitch | hewbrocca: i see, thx | 12:31 |
*** jpena is now known as jpena|lunch | 12:33 | |
*** chem has quit IRC | 12:36 | |
*** chem has joined #tripleo | 12:36 | |
*** shardy is now known as shardy_mtg | 12:37 | |
*** fultonj has joined #tripleo | 12:43 | |
*** trown|outtypewww is now known as trown | 12:44 | |
openstackgerrit | Pradeep Kilambi proposed openstack/tripleo-heat-templates: Set the notification driver for glance https://review.openstack.org/384481 | 12:47 |
*** shardy_mtg is now known as shardy | 12:49 | |
*** pabelanger has quit IRC | 12:53 | |
*** pabelanger has joined #tripleo | 12:53 | |
*** tzumainn has joined #tripleo | 12:56 | |
*** rlandy has joined #tripleo | 12:57 | |
derekh | panda: I wasn't aware of any problem with ci logs | 12:57 |
panda | derekh: Isee that something happened to the logs history, some build from the past week have now yesterday's date, some files in logs were compressed, and HA jobs are missing overcloud nodes jobs. I thought something was being modified to free disk space | 12:59 |
*** jbadiapa has quit IRC | 13:01 | |
derekh | panda: All of the logs for our jobs are stored by infra, we havn't (and can't) touch them, but iirc infra do compress them | 13:02 |
derekh | panda: we were talking last week about freeing space on the undercloud, but that has nothing to do with the job jogs | 13:02 |
*** cdearborn has joined #tripleo | 13:02 | |
derekh | *logs | 13:02 |
*** dsneddon has joined #tripleo | 13:03 | |
*** shardy is now known as shardy_mtg | 13:03 | |
*** jprovazn has quit IRC | 13:03 | |
*** radeks has joined #tripleo | 13:06 | |
panda | derekh: mh, ok I'll check with infra about compression, but I doubt they have something to do with the missing overcloud logs. | 13:06 |
ccamacho | hey dprince morning! quick question related to https://bugs.launchpad.net/tripleo/+bug/1631133 Can we just default the value in THT to '' and then in puppet-nova default all the workers value to $::os_workers ?? In which case we will by default using a safe value instead of processor count? | 13:06 |
openstack | Launchpad bug 1631133 in OpenStack Compute (nova) "nova's osapi_compute_workers is not valid (must be greater than 1)" [High,In progress] - Assigned to Dan Prince (dan-prince) | 13:06 |
derekh | panda: can you point me at an example? | 13:06 |
panda | derekh: http://logs.openstack.org/periodic/periodic-tripleo-ci-centos-7-ovb-ha-tempest/2aca7fc/logs/ | 13:08 |
*** dsneddon has quit IRC | 13:08 | |
*** hjensas_ has joined #tripleo | 13:08 | |
*** hjensas_ has quit IRC | 13:08 | |
*** hjensas_ has joined #tripleo | 13:08 | |
*** shardy_mtg is now known as shardy | 13:09 | |
*** panda is now known as panda|afk | 13:10 | |
*** jbadiapa has joined #tripleo | 13:10 | |
*** pgadiya has quit IRC | 13:12 | |
derekh | panda|afk: http://logs.openstack.org/periodic/periodic-tripleo-ci-centos-7-ovb-ha-tempest/2aca7fc/logs/postci.txt.gz#_2016-10-09_08_53_58_000 | 13:12 |
derekh | panda|afk: ERROR: The Stack (overcloud) could not be found | 13:12 |
derekh | panda|afk: looks like there was no overcloud, so nothing to get logs from I assume | 13:12 |
dprince | ccamacho: we could do that but '' is not an integer so we'd lose the Number validation in t-h-t | 13:13 |
*** morazi has joined #tripleo | 13:14 | |
derekh | panda|afk: looks like we're deleting the overcloud in the ha job here http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/toci_gate_test.sh#n95 | 13:14 |
dprince | ccamacho: Several ways we could work around it. I think the simplest and most desirable fix is to fix NOva though. Because they made a breaking change. | 13:14 |
dprince | ccamacho: almost got unit tests working on that. Hit a snag... will try to update today | 13:15 |
*** amoralej|lunch is now known as amoralej | 13:15 | |
*** coolsvap has quit IRC | 13:16 | |
*** limao has joined #tripleo | 13:19 | |
*** morazi has quit IRC | 13:21 | |
*** pgadiya has joined #tripleo | 13:24 | |
jistr | jaosorior: looking at the internal TLS patches, so IIUC it is encrypted on two parts of the way separately: client <-tls-> haproxy, and a separate haproxy <-tls-> server, and the individual tls parts can use different keys/certs, right? | 13:24 |
*** jprovazn has joined #tripleo | 13:24 | |
jaosorior | jistr: yep | 13:25 |
ccamacho | dprince cool | 13:25 |
jistr | jaosorior: ack, thanks | 13:26 |
*** fultonj has quit IRC | 13:26 | |
*** fultonj has joined #tripleo | 13:26 | |
jistr | jaosorior: are we clear to merge those patches, given that they're targeted at ocata though? | 13:27 |
jistr | (just +2'd for now, not +A) | 13:27 |
jaosorior | jistr: running them again just in case. | 13:29 |
jaosorior | jistr: they've been through too many rebases haha. So just to make sure | 13:29 |
jistr | jaosorior: ack but what i meant was more like "should we wait merging those patches until Newton is officially released?" | 13:30 |
jaosorior | jistr: wasn't RC3 already released last week? | 13:31 |
jaosorior | jistr: if those patches merge in master they won't be used for newton anyway. master is only for Ocata now AFAIK | 13:32 |
jaosorior | shardy: ^^ | 13:32 |
openstackgerrit | Gael Chamoulaud proposed openstack/tripleo-quickstart: Add ability to deploy an overcloud with ssl https://review.openstack.org/382830 | 13:34 |
*** morazi has joined #tripleo | 13:34 | |
*** radeks has quit IRC | 13:34 | |
*** limao has quit IRC | 13:36 | |
*** limao has joined #tripleo | 13:36 | |
openstackgerrit | Dougal Matthews proposed openstack/python-tripleoclient: Add the workflow name to the starting workflow message https://review.openstack.org/375331 | 13:37 |
openstackgerrit | Dougal Matthews proposed openstack/instack-undercloud: Make the snmpd_readonly_user_password available to Mistral https://review.openstack.org/383694 | 13:41 |
akrivoka | I'm getting an error "Unable to set 'is_public' to 'True'" when trying to upload overcloud images to glance, anyone seen this? | 13:42 |
jpich | akrivoka: Sorry, I was looking for the bug, it's https://bugs.launchpad.net/tripleo/+bug/1631052 | 13:43 |
openstack | Launchpad bug 1631052 in tripleo "openstack overcloud image upload command is broken" [Critical,Fix released] - Assigned to John Trowbridge (trown) | 13:43 |
jaosorior | akrivoka: you need to update your packages | 13:43 |
jaosorior | akrivoka: that was fixed already | 13:43 |
jpich | akrivoka: There's both a fix and a workaround, depending on what works better for you | 13:43 |
jrist | thorough! | 13:43 |
openstackgerrit | John Trowbridge proposed openstack/tripleo-quickstart: Add centosci configs for cloudsig-stable pipeline https://review.openstack.org/384512 | 13:44 |
akrivoka | thanks jpich and jaosorior | 13:44 |
openstackgerrit | Dougal Matthews proposed openstack/instack-undercloud: Make the snmpd_readonly_user_password available to Mistral https://review.openstack.org/383694 | 13:44 |
openstackgerrit | Dougal Matthews proposed openstack/tripleo-common: Fetch the snmpd_readonly_user_password directly from the hiera file https://review.openstack.org/383696 | 13:44 |
*** milan has quit IRC | 13:45 | |
shardy | jaosorior, jistr: Yep we've not declared the stable/newton release final yet, but the branches exist so it's OK to land ocata patches to master now | 13:46 |
*** milan has joined #tripleo | 13:46 | |
*** panda|afk is now known as panda | 13:47 | |
shardy | rook: Hey FYI I posted the blog post you were asking about, see http://hardysteven.blogspot.co.uk/2016/10/tripleo-composablecustom-roles.html | 13:47 |
*** pgadiya has quit IRC | 13:48 | |
panda | derekh: the delete test change was merged 31st of august ... | 13:50 |
shardy | note that it assumes some pretty recent patches which may still be getting into non-upstream builds | 13:50 |
derekh | panda: so have we not had the overcloud logs for periodic jobs since then? | 13:50 |
*** jpena|lunch is now known as jpena | 13:52 | |
ccamacho | shardy, mind to check this new change related to composable roles? https://review.openstack.org/#/c/384321/ Its just a few validations | 13:53 |
panda | derekh: sometimes we have them, sometimes we don't .. maybe when delete or something before that fails we have them. | 13:53 |
ccamacho | That I had pending | 13:54 |
jistr | shardy, jaosorior: ack, thanks :) | 13:54 |
derekh | panda: we should have them from all failed and nonha jobs | 13:54 |
*** cdearborn has quit IRC | 13:55 | |
panda | derekh: ok, so it's normal that we don't have them if everything works ? | 13:56 |
shardy | ccamacho: don't we want the list to be empty when everything gets converted to role.role.j2.yaml? | 13:56 |
shardy | seems like we'll have to revert this change when that happens? | 13:56 |
derekh | panda: its not ideal but from the looks of it thats the way its coded | 13:56 |
openstackgerrit | Dougal Matthews proposed openstack/instack-undercloud: Make the snmpd_readonly_user_password available to Mistral https://review.openstack.org/383694 | 13:57 |
ccamacho | shardy yeahp. And in that case when the file its empty or only with "name:" or even if it does not exist, the list of excluded templates will be [], In which case all templates should be rendered. | 13:58 |
ccamacho | {"name": []} means there is no role to be excluded, render all roles using role.role.j2.yaml | 13:59 |
*** limao has quit IRC | 13:59 | |
shardy | ccamacho: ah, yeah OK I see, makes sense, thanks | 14:00 |
*** limao has joined #tripleo | 14:00 | |
ccamacho | thanks! | 14:00 |
*** noslzzp has joined #tripleo | 14:00 | |
*** morazi has quit IRC | 14:00 | |
openstackgerrit | Jiri Stransky proposed openstack/tripleo-heat-templates: Update OpenContrail loadbalancer plugin value https://review.openstack.org/383498 | 14:01 |
openstackgerrit | Jiri Stransky proposed openstack/tripleo-heat-templates: Update OpenContrail loadbalancer plugin value https://review.openstack.org/383497 | 14:02 |
openstackgerrit | Luca Lorenzetto proposed openstack/diskimage-builder: Avoid disabling rhel-7-server-rh-common-rpms https://review.openstack.org/384533 | 14:03 |
*** morazi has joined #tripleo | 14:03 | |
*** maticue has joined #tripleo | 14:10 | |
*** noslzzp has quit IRC | 14:10 | |
*** noslzzp has joined #tripleo | 14:11 | |
*** ayoung has joined #tripleo | 14:13 | |
jaosorior | ayoung: hey dude, can you help me out debugging some httpd issue? | 14:13 |
*** bnemec has joined #tripleo | 14:15 | |
ayoung | jaosorior, can you help me ouit debugging some Policy Issue? | 14:15 |
ayoung | Heh | 14:15 |
ayoung | jaosorior, whatcha got? | 14:15 |
jaosorior | ayoung: httpd refuses to start, and I've failed to find a relevant error message. | 14:18 |
ayoung | jaosorior, did you run apachtcl test? | 14:19 |
ayoung | or something like that without the typos? | 14:19 |
*** mbozhenko has quit IRC | 14:19 | |
ayoung | apachectl configtest | 14:20 |
jaosorior | ayoung: apachectl configtest gives Syntax OK | 14:20 |
openstackgerrit | Christian Schwede proposed openstack/puppet-tripleo: Add part_power and min_part_hours for Swift https://review.openstack.org/384551 | 14:20 |
*** maticue has quit IRC | 14:20 | |
openstackgerrit | Christian Schwede proposed openstack/tripleo-heat-templates: Fix default Swift ring partition power https://review.openstack.org/384439 | 14:21 |
*** aufi has quit IRC | 14:22 | |
jaosorior | shardy, d0ugal: updating the overcloud seems to be broken again :/ | 14:25 |
*** mcornea has quit IRC | 14:26 | |
ayoung | jaosorior, SELinux? | 14:26 |
jaosorior | ayoung: that worked | 14:28 |
*** rdopiera has left #tripleo | 14:30 | |
jaosorior | ayoung: yep, it was indeed a SELinux issue | 14:30 |
*** tobias-fiberdata has quit IRC | 14:31 | |
*** null_ref has joined #tripleo | 14:31 | |
d0ugal | jaosorior: dang - do you have an error? | 14:32 |
d0ugal | jaosorior: I've not touched that code in a while, but I have seen some changes. | 14:32 |
jaosorior | d0ugal: ERROR: The server could not comply with the request since it is either malformed or otherwise incorrect. | 14:32 |
ayoung | jaosorior, was it the Credentials Repo? | 14:32 |
d0ugal | jaosorior: odd - is there a traceback in the mistral logs? | 14:33 |
jaosorior | d0ugal: it seems to be a heat error | 14:33 |
jaosorior | ayoung: which Credentials Repo? | 14:33 |
d0ugal | jaosorior: true, so I guess there wont be much else logged. | 14:33 |
jaosorior | d0ugal, shardy this is the error log in heat-api.log http://paste.openstack.org/show/585196/ | 14:34 |
d0ugal | jaosorior: that means almost nothing to me :( | 14:34 |
ayoung | jaosorior, /etc/keystone/credentials | 14:34 |
d0ugal | jaosorior: I'd download the plan from swift and see if I could find anything "odd" about it. | 14:34 |
ayoung | jaosorior, what does the audit log tell you? I assume you switched SELinux to permissive mode and reran it. Run audit2allow or something to see what it was complaining about. We need SELinux enabled to run, so it caught something | 14:35 |
jaosorior | ayoung: haven't gone deeper to debug the SELinux error. But as far as I can tell it's not related to keystone | 14:35 |
jaosorior | ayoung: so, in step 3 for the bootstrap node, actually keystone starts just fine. | 14:36 |
openstackgerrit | Merged openstack/diskimage-builder: Move the opensuse mkinitrd script to the zypper element https://review.openstack.org/381574 | 14:36 |
jaosorior | ayoung: things seem to go wrong on step 4, when we try to start httpd with ceilometer, gnocchi and aodh | 14:36 |
*** mburned has joined #tripleo | 14:36 | |
d0ugal | Has CI just gone red? | 14:37 |
jaosorior | d0ugal: seems it has | 14:37 |
*** openstack has joined #tripleo | 18:23 | |
*** ipsecguy_ has joined #tripleo | 18:24 | |
*** ipsecguy has quit IRC | 18:28 | |
*** openstack has joined #tripleo | 19:04 | |
trown | and the -ev package obsoletes the non-ev one | 19:05 |
*** cwolferh has joined #tripleo | 19:05 | |
bnemec | trown: Oh, weird. I assumed it was the other way around because the -ev package is coming from rdo. | 19:05 |
panda | yep, I think that's what jpena was trying to explain to me | 19:05 |
trown | in the bug it is clear we are trying to install qemu-img without the -ev repo enabled... but we already have the -ev package installed | 19:06 |
bnemec | Yeah, looking again I see that it does say -ev is already installed. The thing tha tconfused me was "Removing qemu-img.x86_64 10:1.5.3-105.el7_2.7" | 19:07 |
*** openstackstatus has joined #tripleo | 19:07 | |
bnemec | Which made it sound like it was trying to remove the old version. | 19:07 |
*** ChanServ sets mode: +v openstackstatus | 19:07 | |
bnemec | But I guess it means yum is removing that package from the install list. | 19:07 |
*** bfournie has joined #tripleo | 19:08 | |
bnemec | I wonder if there's any way to just remove everything from rdo-qemu-ev so we make sure nothing is coming from that repo. | 19:08 |
*** pkovar has quit IRC | 19:09 | |
bnemec | I should restate that: I'm sure there _is_ a way to do it, I'm wondering how hard it is. :-) | 19:09 |
*** matbu|bbl is now known as matbu | 19:11 | |
*** abregman has joined #tripleo | 19:12 | |
bnemec | panda: trown: What if we just moved http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/toci_instack_ovb.sh#n27 after http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/toci_instack_ovb.sh#n45 ? | 19:15 |
bnemec | We don't start messing with the images until later in the script anyway, so it shouldn't matter where exactly it happens before that. | 19:15 |
*** dprince has joined #tripleo | 19:15 | |
trown | bnemec: is the repo setup on 45 getting rid of a repo? | 19:16 |
bnemec | trown: It's probably this: http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/toci_instack_ovb.sh#n30 | 19:16 |
trown | oh it is on 30 that we kill rdo-release which probably takes the ev repo with it | 19:16 |
trown | ya | 19:16 |
bnemec | Heh, yep | 19:16 |
trown | that would work then | 19:16 |
bnemec | Okay, let's try that then. It should save us some time versus messing with an install/uninstall cycle in yum. | 19:18 |
panda | ok, install after removeing rdo-release | 19:18 |
bnemec | panda: ^ | 19:18 |
bnemec | panda: No, after --repo-setup. | 19:18 |
bnemec | That way we make sure to get the one we want. | 19:19 |
panda | bnemec: so we already install what undercloud would anyway ? | 19:19 |
panda | ok | 19:19 |
bnemec | Right, let's not mess around with installing the package twice. | 19:19 |
trown | panda: maybe just add it to http://git.openstack.org/cgit/openstack-infra/tripleo-ci/tree/toci_instack_ovb.sh#n48 | 19:19 |
panda | trown: that's what I did :) | 19:21 |
*** dsariel has joined #tripleo | 19:21 | |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-heat-templates: Actually start the systemd services in step3 of the major-upgrade step https://review.openstack.org/384667 | 19:23 |
bandini | marios, matbu, chem: ^ | 19:23 |
openstackgerrit | Gabriele Cerami proposed openstack-infra/tripleo-ci: Nove qemu-img installation after repo setup https://review.openstack.org/384628 | 19:24 |
openstackgerrit | Merged openstack/tripleo-heat-templates: Fixing resources path in OpenDaylight https://review.openstack.org/382541 | 19:31 |
*** shardy has joined #tripleo | 19:33 | |
*** shardy has quit IRC | 19:33 | |
*** mbozhenko has quit IRC | 19:35 | |
openstackgerrit | Merged openstack/tripleo-heat-templates: Remove unneeded *_enable_backend hiera from Manila backends https://review.openstack.org/383633 | 19:35 |
*** bana_k has quit IRC | 19:45 | |
*** abregman is now known as abregman|afk | 19:51 | |
*** mcornea has quit IRC | 19:58 | |
*** mbozhenko has joined #tripleo | 20:01 | |
*** bana_k has joined #tripleo | 20:04 | |
openstackgerrit | Christian Schwede proposed openstack/puppet-tripleo: Add versioned_writes to Swift proxy config https://review.openstack.org/384704 | 20:16 |
openstackgerrit | Christian Schwede proposed openstack/tripleo-heat-templates: Enable object versioning in Swift proxy https://review.openstack.org/384616 | 20:16 |
*** dprince has quit IRC | 20:16 | |
*** lucasagomes is now known as lucas-afk | 20:19 | |
*** rhallisey has quit IRC | 20:29 | |
*** rhallisey has joined #tripleo | 20:29 | |
*** dsneddon_ has joined #tripleo | 20:31 | |
*** rhallisey has quit IRC | 20:35 | |
*** dsneddon_ has quit IRC | 20:36 | |
*** akrivoka has quit IRC | 20:39 | |
*** mbozhenko has quit IRC | 20:43 | |
*** paramite has quit IRC | 20:46 | |
*** mbozhenko has joined #tripleo | 20:46 | |
openstackgerrit | Steve Baker proposed openstack/os-collect-config: Treat ec2 collector data as immutable https://review.openstack.org/384712 | 20:58 |
*** trown is now known as trown|outtypewww | 21:00 | |
*** kjw3 has joined #tripleo | 21:02 | |
*** jprovazn has quit IRC | 21:03 | |
*** redhatkj has joined #tripleo | 21:11 | |
*** redhatkj has quit IRC | 21:11 | |
openstackgerrit | Michele Baldessari proposed openstack/tripleo-docs: WIP Update upgrade instructions for M->N upgrades https://review.openstack.org/384717 | 21:14 |
*** rbrady is now known as rbrady-afk | 21:19 | |
*** anshul has quit IRC | 21:32 | |
*** mbozhenko has quit IRC | 21:38 | |
*** abregman|afk is now known as abregman | 21:44 | |
*** kjw3 has quit IRC | 21:46 | |
*** fultonj has quit IRC | 21:48 | |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Move qemu-img installation after repo setup https://review.openstack.org/384628 | 22:03 |
*** absubram has quit IRC | 22:07 | |
*** cdearborn has quit IRC | 22:11 | |
*** absubram has joined #tripleo | 22:19 | |
*** abregman has quit IRC | 22:19 | |
*** absubram has quit IRC | 22:22 | |
*** dsneddon_ has joined #tripleo | 22:24 | |
*** dsneddon_ has quit IRC | 22:29 | |
openstackgerrit | Pradeep Kilambi proposed openstack/tripleo-docs: WIP Update upgrade instructions for M->N upgrades https://review.openstack.org/384717 | 22:46 |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci: Rate limit testenv creation https://review.openstack.org/384731 | 22:49 |
*** tiswanso has joined #tripleo | 22:59 | |
*** tiswanso has quit IRC | 23:02 | |
*** rlandy is now known as rlandy|afk | 23:05 | |
*** gfidente has quit IRC | 23:08 | |
*** morazi has quit IRC | 23:14 | |
*** panda is now known as panda|Zz | 23:17 | |
*** dsneddon_ has joined #tripleo | 23:25 | |
*** flepied has quit IRC | 23:28 | |
*** dsneddon_ has quit IRC | 23:30 | |
*** HenryG has quit IRC | 23:32 | |
*** HenryG has joined #tripleo | 23:32 | |
*** yamahata has quit IRC | 23:34 | |
*** flepied has joined #tripleo | 23:44 | |
*** yamahata has joined #tripleo | 23:46 | |
*** ipsecguy_ has quit IRC | 23:56 | |
*** ipsecguy has joined #tripleo | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!