*** radeks has joined #tripleo | 00:08 | |
*** radeks_ has joined #tripleo | 00:17 | |
*** dsneddon has joined #tripleo | 00:18 | |
*** radeks has quit IRC | 00:19 | |
*** dsneddon has quit IRC | 00:23 | |
*** ykarel has joined #tripleo | 02:01 | |
*** radeks_ has quit IRC | 02:15 | |
*** dsneddon has joined #tripleo | 02:19 | |
*** dsneddon has quit IRC | 02:33 | |
*** threestrands has joined #tripleo | 02:34 | |
*** bdodd has quit IRC | 02:35 | |
*** bdodd has joined #tripleo | 02:37 | |
*** dmacpher has quit IRC | 02:47 | |
*** dmacpher has joined #tripleo | 02:51 | |
*** Goneri has joined #tripleo | 03:08 | |
*** dsneddon has joined #tripleo | 03:29 | |
*** psachin has joined #tripleo | 03:31 | |
*** dsneddon has quit IRC | 03:34 | |
*** udesale has joined #tripleo | 04:01 | |
*** klemorali has quit IRC | 04:04 | |
*** ykarel has quit IRC | 04:04 | |
*** ansmith has joined #tripleo | 04:20 | |
*** ykarel has joined #tripleo | 04:22 | |
*** klemorali has joined #tripleo | 04:29 | |
*** dsneddon has joined #tripleo | 04:30 | |
*** ansmith has quit IRC | 04:33 | |
*** dsneddon has quit IRC | 04:35 | |
*** morazi has quit IRC | 04:38 | |
*** janki has joined #tripleo | 04:38 | |
*** khyr0n has quit IRC | 05:02 | |
*** psachin has quit IRC | 05:16 | |
*** marios has joined #tripleo | 05:21 | |
*** marios_|ruck has joined #tripleo | 05:21 | |
*** ratailor has joined #tripleo | 05:24 | |
Tengu | hello there :) | 05:30 |
---|---|---|
*** dsneddon has joined #tripleo | 05:31 | |
openstackgerrit | Rajesh Tailor proposed openstack/puppet-tripleo master: Add nova::cinder to nova compute https://review.opendev.org/659498 | 05:31 |
*** pdeore has joined #tripleo | 05:32 | |
Tengu | hmmm... is this a known issue in the CI for python projects usin sphinx for tox -e py27? http://logs.openstack.org/71/659571/4/check/openstack-tox-py27/0e56d5f/job-output.txt.gz#_2019-05-17_11_45_23_639465 | 05:34 |
*** jbadiapa has joined #tripleo | 05:35 | |
*** dsneddon has quit IRC | 05:36 | |
ykarel | Tengu, yes it's hitting multiple project were sphinx is in test requirement and test running with python2.7 | 05:39 |
Tengu | ykarel: ok.. any W/A ? | 05:40 |
ykarel | solution: either pin sphinx < 2.0.0 or remove sphinx from test requirement, keep it only as doc requirement and build docs with python3 | 05:40 |
Tengu | hmm ok. I think either tox.ini or reqirements(-tests).txt is/are managed by some globa script right? | 05:41 |
*** udesale has quit IRC | 05:42 | |
*** udesale has joined #tripleo | 05:42 | |
ykarel | Tengu, it used to be updated long back | 05:43 |
*** quiquell has joined #tripleo | 05:43 | |
*** skramaja has joined #tripleo | 05:44 | |
Tengu | ok.. what's the prefered thing? pin sphinx, or make the doc run under py3? | 05:44 |
Tengu | if we can get a common, unique solution, that would be best for near future :) | 05:44 |
ykarel | Tengu, u seeing in which project | 05:45 |
Tengu | ykarel: tripleo-ci | 05:45 |
ykarel | Tengu, so i would say to unblock 1st and clean way is second | 05:45 |
Tengu | :D and that's the one I don't know how to do | 05:46 |
Tengu | (clean way that is) | 05:46 |
ykarel | Tengu, example of 1st:- https://review.opendev.org/#/c/657434/ | 05:47 |
ykarel | for second u can find same, mainly needs to seperate out requirements by creating doc/requirements.txt and adjust it in tox.ini | 05:47 |
Tengu | hmm, adding a new [testenv:py27] section with the "no-doc" requirement, and add the new "doc/requirements.txt" in the default [testenv] ? | 05:48 |
Tengu | hm. nah. that will fail as well. | 05:49 |
*** ksambor has joined #tripleo | 05:50 | |
Tengu | hm. funky. sphinx isn't in any requirement files in fact. yay. | 05:50 |
Tengu | oh. that comes from paunch in fact! | 05:51 |
ykarel | Tengu, so something like https://review.opendev.org/#/c/538628/ to seperate doc requirements | 05:52 |
ykarel | panuch ? | 05:52 |
Tengu | http://logs.openstack.org/71/659571/4/check/openstack-tox-py27/0e56d5f/job-output.txt.gz#_2019-05-17_11_45_23_639255 yep | 05:52 |
Tengu | tripleo-ci builds paunch, and paunch needs sphinx. | 05:52 |
Tengu | so I have to patch paunch first. | 05:52 |
ykarel | interesting | 05:53 |
ykarel | ye it's paunch patch only https://review.opendev.org/#/c/659571 | 05:53 |
ykarel | u said tripleo-ci earlier | 05:53 |
Tengu | ykarel: well, I errrr.... | 05:53 |
Tengu | I think I need a coffee | 05:54 |
ykarel | yes please :) | 05:54 |
ykarel | no cap https://opendev.org/openstack/paunch/src/branch/master/test-requirements.txt#L9 | 05:55 |
*** chkumar|pto is now known as chandankumar | 05:58 | |
*** radeks_ has joined #tripleo | 05:58 | |
*** avivgt has quit IRC | 06:04 | |
openstackgerrit | Rajesh Tailor proposed openstack/tripleo-heat-templates stable/queens: Remove deprecated Ram/Disk filters in NovaSchedulerDefaultFilters https://review.opendev.org/660023 | 06:04 |
*** pdeore has quit IRC | 06:07 | |
*** waleedm has joined #tripleo | 06:12 | |
*** mschuppert has joined #tripleo | 06:21 | |
*** cylopez has joined #tripleo | 06:21 | |
openstackgerrit | Cédric Jeanneret proposed openstack/paunch master: Fix doc build https://review.opendev.org/660031 | 06:28 |
openstackgerrit | Cédric Jeanneret proposed openstack/paunch master: Add missing link between healthcheck unit and main service https://review.opendev.org/659571 | 06:28 |
Tengu | ykarel: -^^ (second is just rebased) | 06:28 |
Tengu | ykarel: thank you for your help on that! | 06:28 |
*** Goneri has quit IRC | 06:30 | |
*** dsneddon has joined #tripleo | 06:32 | |
*** yprokule has joined #tripleo | 06:32 | |
*** dsneddon has quit IRC | 06:37 | |
*** slaweq has joined #tripleo | 06:39 | |
*** apahim has joined #tripleo | 06:46 | |
*** rpioso has quit IRC | 06:47 | |
*** pv2b has quit IRC | 06:47 | |
*** rpioso has joined #tripleo | 06:47 | |
*** pv2b has joined #tripleo | 06:47 | |
*** mwhahaha has quit IRC | 06:48 | |
*** mnasiadka has quit IRC | 06:48 | |
*** ajo has quit IRC | 06:48 | |
*** adrianreza has quit IRC | 06:48 | |
*** mwhahaha has joined #tripleo | 06:48 | |
*** ChanServ sets mode: +v mwhahaha | 06:48 | |
*** mnasiadka has joined #tripleo | 06:48 | |
*** adrianreza has joined #tripleo | 06:48 | |
*** ajo has joined #tripleo | 06:48 | |
Tengu | ykarel: hmmm.... apparently it needs something else than the thing I've pushed: http://logs.openstack.org/31/660031/1/check/requirements-check/72abfc4/job-output.txt.gz#_2019-05-20_06_37_08_560538 :( | 06:50 |
ykarel | Tengu, looking | 06:50 |
*** mandre has quit IRC | 06:51 | |
*** mandre has joined #tripleo | 06:53 | |
ykarel | Tengu, can you try adding below:- | 06:56 |
ykarel | sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD | 06:56 |
ykarel | sphinx!=1.6.6,!=1.6.7;python_version>='3.4' # BSD | 06:56 |
ykarel | instead of sphinx>=1.6.2,!=1.6.6 # BSD | 06:56 |
*** dciabrin has joined #tripleo | 06:57 | |
Tengu | ykarel: hmm... since we don't deploy sphinx nor doc for python 2.7, it's kind of really, really ugly :( | 06:57 |
Tengu | this means the ugly solution is enforced | 06:57 |
Tengu | :( and that's pretty ugly. | 06:57 |
ykarel | hmm job tries to compare with global requirements | 06:59 |
*** udesale has quit IRC | 07:00 | |
ykarel | Tengu, also build-openstack-releasenotes job failing | 07:00 |
ykarel | need openstackdocstheme | 07:00 |
Tengu | hmm, could test locally, it worked for py27 and docs | 07:00 |
*** udesale has joined #tripleo | 07:00 | |
Tengu | didn't see that task. lemme add the deps. | 07:01 |
Tengu | hm..... why do we still run python2.7 when all the tox.ini ensures basepython is python3? :D anywa. | 07:04 |
Tengu | *anyway | 07:04 |
*** jfrancoa has joined #tripleo | 07:05 | |
*** rcernin has quit IRC | 07:08 | |
*** saneax has joined #tripleo | 07:08 | |
openstackgerrit | Cédric Jeanneret proposed openstack/paunch master: Fix doc build https://review.opendev.org/660031 | 07:10 |
openstackgerrit | Cédric Jeanneret proposed openstack/paunch master: Add missing link between healthcheck unit and main service https://review.opendev.org/659571 | 07:10 |
*** yolanda_ has quit IRC | 07:13 | |
*** tesseract has joined #tripleo | 07:13 | |
*** dsneddon has joined #tripleo | 07:15 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-quickstart-extras master: Remove auth.tempest_role from extra tempest overrides https://review.opendev.org/660036 | 07:16 |
*** rpittau|afk is now known as rpittau | 07:18 | |
ykarel | Tengu, failed again | 07:20 |
ykarel | you need to add lower requirement as well | 07:20 |
*** yolanda_ has joined #tripleo | 07:20 | |
*** udesale has quit IRC | 07:20 | |
*** udesale has joined #tripleo | 07:21 | |
ykarel | and for otehr job, openstackdocstheme | 07:21 |
*** threestrands has quit IRC | 07:23 | |
*** pcaruana has joined #tripleo | 07:23 | |
*** udesale has quit IRC | 07:26 | |
*** udesale has joined #tripleo | 07:27 | |
*** amoralej|off is now known as amoralej | 07:32 | |
*** apahim has quit IRC | 07:33 | |
*** apahim has joined #tripleo | 07:33 | |
*** avivgt has joined #tripleo | 07:34 | |
*** ykarel is now known as ykarel|lunch | 07:35 | |
*** dtantsur|afk is now known as dtantsur | 07:35 | |
*** tosky has joined #tripleo | 07:35 | |
*** psachin has joined #tripleo | 07:44 | |
*** jaosorior has joined #tripleo | 07:44 | |
*** xek_ has joined #tripleo | 07:44 | |
*** hberaud|gone is now known as hberaud | 07:45 | |
*** iurygregory has joined #tripleo | 07:45 | |
*** lucasagomes has joined #tripleo | 07:47 | |
*** bogdando has joined #tripleo | 07:49 | |
*** jpena|off is now known as jpena | 07:52 | |
*** shardy has joined #tripleo | 07:58 | |
*** dciabrin has quit IRC | 08:07 | |
*** dciabrin_ has joined #tripleo | 08:07 | |
Tengu | ykarel|lunch: wondering if it's not the global check that's just messing with us in the end...... those requirements just make the whole thing unreadable, and unmaintainable in the end. | 08:09 |
*** pkopec has joined #tripleo | 08:10 | |
Tengu | also, how can the tox thingy run locally and fail in CI? not really convenient when it comes to debugging that thing -.- | 08:11 |
*** dsneddon has quit IRC | 08:14 | |
*** tkajinam has quit IRC | 08:17 | |
*** shardy has quit IRC | 08:18 | |
openstackgerrit | Cédric Jeanneret proposed openstack/paunch master: Fix doc build https://review.opendev.org/660031 | 08:18 |
openstackgerrit | Cédric Jeanneret proposed openstack/paunch master: Add missing link between healthcheck unit and main service https://review.opendev.org/659571 | 08:18 |
*** holser_ has joined #tripleo | 08:20 | |
*** dciabrin__ has joined #tripleo | 08:23 | |
*** paramite|clone has joined #tripleo | 08:23 | |
*** dciabrin_ has quit IRC | 08:26 | |
openstackgerrit | Merged openstack/python-tripleoclient master: Add ODL deprecation warning in CLI https://review.opendev.org/656765 | 08:26 |
*** dciabrin__ has quit IRC | 08:26 | |
*** ykarel|lunch is now known as ykarel | 08:31 | |
*** waleedm has quit IRC | 08:32 | |
ykarel | Tengu, can u try following:- | 08:35 |
ykarel | sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD | 08:35 |
ykarel | sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD | 08:35 |
ykarel | ^^ working in tripleo-repos, so should clear issue in paunch | 08:35 |
openstackgerrit | Natal Ngétal proposed openstack/python-tripleoclient master: Remove pull source option. https://review.opendev.org/653934 | 08:36 |
openstackgerrit | Cédric Jeanneret proposed openstack/paunch master: Fix doc build https://review.opendev.org/660031 | 08:36 |
openstackgerrit | Cédric Jeanneret proposed openstack/paunch master: Add missing link between healthcheck unit and main service https://review.opendev.org/659571 | 08:36 |
Tengu | ykarel: pfff. so separating in a clean way the build doesn't do anything in the end, since we have to add those things "because of some global, higher things" right? | 08:37 |
*** derekh has joined #tripleo | 08:37 | |
Tengu | hopefully we will be able to actuall drop it later. | 08:37 |
*** waleedm has joined #tripleo | 08:37 | |
*** ramishra has joined #tripleo | 08:38 | |
ykarel | Tengu, seperating helps in not failing py27 jobs due to sphinx which is not a test requirement | 08:39 |
*** panda|rover|off is now known as panda|rover | 08:41 | |
*** Vorrtex has joined #tripleo | 08:44 | |
Tengu | ykarel: at last CI is happy. | 08:50 |
Tengu | thanks for your hints. | 08:50 |
ykarel | okk good | 08:50 |
Tengu | so if anyone can make that merge: https://review.opendev.org/#/c/660031/ it would be really great :) | 08:52 |
*** holser_ has quit IRC | 08:59 | |
dtantsur | +2 | 09:05 |
dtantsur | and yes, every project that uses sphinx has to make this change :( | 09:05 |
BlackDex | Hello there, i'm getting the following message while i was testing something: "Missing networks from environment configuration. Ensure the following networks are properly configured in the provided environment files [set([u'OS::TripleO::Network::Management', u'OS::TripleO::Network::StorageMgmt', u'OS::TripleO::Network::Storage', u'OS::TripleO::Network::External', u'OS::TripleO::Network::InternalApi', | 09:07 |
BlackDex | u'OS::TripleO::Network::Tenant'])] | 09:07 |
BlackDex | now, i want this undone, but i can't seem to do that | 09:07 |
BlackDex | i can't even redeploy the previous working template | 09:07 |
BlackDex | because that gives me the same error | 09:07 |
*** dciabrin has joined #tripleo | 09:12 | |
ykarel | hmm i have seen ^^ Error | 09:13 |
ykarel | it happens when first deployment is done with network isolation, and then stack is updated by removing network-isolation files | 09:13 |
BlackDex | indeed | 09:14 |
BlackDex | well it was first without, then i wanted to do it with, but that failed, so i wanted to revert it | 09:14 |
BlackDex | but that doesn't seem to be possible | 09:14 |
BlackDex | i tried to delete specific nested stack parts, but that didn't helped | 09:15 |
openstackgerrit | Carlos Goncalves proposed openstack/puppet-tripleo master: Add the 'octavia' driver on ML2/OVN deployments https://review.opendev.org/659532 | 09:16 |
*** dciabrin has quit IRC | 09:16 | |
BlackDex | and i'm a bit afraid to delete the stack, because that would be resulting into the whole cloud to go down | 09:16 |
*** dciabrin has joined #tripleo | 09:16 | |
openstackgerrit | Janki Chhatbar proposed openstack/python-tripleoclient stable/stein: Add ODL deprecation warning in CLI https://review.opendev.org/660058 | 09:17 |
*** jaosorior has quit IRC | 09:19 | |
Tengu | erf... ykarel apparently my other patch in paunch hits a new failure: http://logs.openstack.org/71/659571/8/check/tripleo-ci-centos-7-containers-multinode/18d7fd9/job-output.txt.gz#_2019-05-20_09_05_58_777172 is it known? I'm pretty sure this one isn't due to my change. | 09:19 |
ykarel | Tengu, yes not ur change, | 09:20 |
ykarel | warlock 1.3.2 is brokne | 09:20 |
Tengu | ykarel: "yay". shall we limit its version in the requirements as well? | 09:20 |
ykarel | needs a pin to 1.3.0 which is same sa u-c | 09:20 |
ykarel | Tengu, pin needs in tq | 09:21 |
Tengu | test-requirements.txt ? | 09:21 |
*** holser_ has joined #tripleo | 09:21 | |
Tengu | unless "tq" is another repo? | 09:21 |
ykarel | requirement.txt | 09:21 |
Tengu | om | 09:21 |
Tengu | "ok | 09:21 |
ykarel | tripleo-quickstart | 09:21 |
Tengu | oh. | 09:21 |
ykarel | chandankumar, should be pushing patch see #oooq i pointed a reference | 09:21 |
*** holser_ has quit IRC | 09:21 | |
Tengu | cool | 09:21 |
chandankumar | ykarel: fixning | 09:21 |
Tengu | so I might want to add a "depends-on" in my patch? | 09:22 |
*** holser_ has joined #tripleo | 09:22 | |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-quickstart master: Pin warlock==1.3.1 in TQ https://review.opendev.org/660060 | 09:23 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-quickstart master: Pin warlock==1.3.1 in TQ https://review.opendev.org/660060 | 09:24 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-quickstart master: Avoid installing warlock!=1.3.2 in TQ https://review.opendev.org/660060 | 09:27 |
openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-quickstart-extras master: Remove auth.tempest_role from extra tempest overrides https://review.opendev.org/660036 | 09:31 |
*** ccamacho has quit IRC | 09:33 | |
*** ccamacho has joined #tripleo | 09:34 | |
openstackgerrit | Arie Bregman proposed openstack/tripleo-upgrade master: Allow to add env files to overcloud deploy script https://review.opendev.org/659553 | 09:35 |
openstackgerrit | Arie Bregman proposed openstack/tripleo-upgrade master: Allow to add env files to overcloud deploy script https://review.opendev.org/659553 | 09:37 |
openstackgerrit | Cédric Jeanneret proposed openstack/paunch master: Add missing link between healthcheck unit and main service https://review.opendev.org/659571 | 09:42 |
*** gfidente has joined #tripleo | 09:45 | |
*** Vorrtex has quit IRC | 09:45 | |
Tengu | chandankumar: is your latest patch in the last batch related to http://logs.openstack.org/76/659576/2/gate/tripleo-ci-centos-7-standalone/96df43c/job-output.txt.gz#_2019-05-17_10_43_58_970097 ? | 09:48 |
*** dciabrin_ has joined #tripleo | 09:49 | |
chandankumar | Tengu: this one is related to old cirros image | 09:50 |
chandankumar | Tengu: this will fix the issue https://review.opendev.org/#/c/657589/ | 09:51 |
Tengu | chandankumar: ok! | 09:51 |
*** hberaud is now known as hberaud|school-r | 09:52 | |
*** dciabrin has quit IRC | 09:52 | |
ykarel | mmm chandankumar /me can't get how https://review.opendev.org/#/c/657589 related to the logs above | 09:54 |
ykarel | may be u shared some different link | 09:54 |
ykarel | or /me missing context | 09:54 |
chandankumar | ykarel: we have seen that issue multiple times it is related to cirros 0.3.5 image | 09:55 |
chandankumar | i think weshay was working on updating the image | 09:55 |
ykarel | chandankumar, that i get but can't get how https://review.opendev.org/#/c/657589 is related | 09:55 |
chandankumar | ykarel: earlier we moved the job to os_tempest then reverted back as rocky job is consuming os_tempest which has not the supported | 09:56 |
chandankumar | so arxcruz was working on seperating the job to os_tempest for stanadalone master and rocky to validate-tempest | 09:56 |
ykarel | chandankumar, that all i know, my question was how https://review.opendev.org/#/c/657589 is related to failures that Tengu shared:- http://logs.openstack.org/76/659576/2/gate/tripleo-ci-centos-7-standalone/96df43c/job-output.txt.gz#_2019-05-17_10_43_58_970097 | 09:57 |
chandankumar | that's why I pointed that review | 09:57 |
ykarel | chandankumar, so https://review.opendev.org/#/c/657589 will fix the error in above logs? | 09:58 |
*** dciabrin_ has quit IRC | 09:59 | |
*** dciabrin has joined #tripleo | 09:59 | |
openstackgerrit | Carlos Goncalves proposed openstack/puppet-tripleo master: Add the 'octavia' driver on ML2/OVN deployments https://review.opendev.org/659532 | 10:01 |
*** aedc has joined #tripleo | 10:03 | |
*** rcernin has joined #tripleo | 10:04 | |
*** hberaud|school-r is now known as hberaud | 10:07 | |
*** hberaud is now known as hberaud|lunch | 10:12 | |
*** dciabrin has quit IRC | 10:14 | |
chandankumar | ykarel: yes, It will download latest cirros image | 10:14 |
openstackgerrit | Carlos Goncalves proposed openstack/puppet-tripleo master: Include 'octavia' driver on ML2/OVN deployments https://review.opendev.org/659532 | 10:16 |
*** suuuper has joined #tripleo | 10:20 | |
ykarel | chandankumar, okk got it due to os_tempest | 10:21 |
*** ccamacho has quit IRC | 10:22 | |
*** ccamacho has joined #tripleo | 10:26 | |
*** holser_ has quit IRC | 10:33 | |
*** flaper87 has quit IRC | 10:42 | |
*** ramishra has quit IRC | 10:43 | |
openstackgerrit | Arie Bregman proposed openstack/tripleo-upgrade master: Allow to add env files to overcloud deploy script https://review.opendev.org/659553 | 10:43 |
*** cfontain_ has joined #tripleo | 10:52 | |
*** panda|rover is now known as panda|lunch | 10:52 | |
*** panda|lunch is now known as panda|rover|eat | 10:53 | |
*** rcernin has quit IRC | 10:57 | |
openstackgerrit | Jiri Stransky proposed openstack/tripleo-upgrade master: Comment-out obsolete chunk of workflow until new one is implemented https://review.opendev.org/659817 | 11:00 |
*** flaper87 has joined #tripleo | 11:00 | |
*** ykarel is now known as ykarel|afk | 11:00 | |
*** yolanda_ has quit IRC | 11:04 | |
openstackgerrit | Martin Schuppert proposed openstack/tripleo-heat-templates master: Add script to help export cellv2 multicell information https://review.opendev.org/659238 | 11:07 |
openstackgerrit | Cédric Jeanneret proposed openstack/tripleo-heat-templates stable/stein: Activate health checks for cron containers https://review.opendev.org/660093 | 11:08 |
*** yolanda_ has joined #tripleo | 11:08 | |
*** hberaud|lunch is now known as hberaud | 11:08 | |
*** hberaud has quit IRC | 11:13 | |
*** hberaud has joined #tripleo | 11:13 | |
*** udesale has quit IRC | 11:16 | |
*** aedc has quit IRC | 11:24 | |
*** jpena is now known as jpena|lunch | 11:25 | |
BlackDex | Is there some place where i can get some more information about configuring networking? | 11:25 |
BlackDex | I have multiple interfaces for different functions | 11:25 |
BlackDex | 1: mgmt/undercloud/overcloud 2: public/internal API 3: ext_net 4: storage. Where storage needs 2 single interfaces for multipath, and ext_net needs to be a bondend interface. | 11:26 |
BlackDex | i can't find a good example or info about how to fix this | 11:27 |
BlackDex | and using network-isolation is not helping verywell | 11:27 |
*** raildo has joined #tripleo | 11:29 | |
*** aedc has joined #tripleo | 11:33 | |
Tengu | folks, any way to get that backport quickly merged? https://review.opendev.org/660093 thanks | 11:40 |
Tengu | bogdando: -^^ please :) | 11:40 |
*** kopecmartin has joined #tripleo | 11:42 | |
*** kopecmartin is now known as kopecmartin|off | 11:43 | |
*** hjensas is now known as hjensas|afk | 11:43 | |
Tengu | bogdando: thanks :) | 11:43 |
bogdando | Tengu: urw | 11:43 |
openstackgerrit | Gael Chamoulaud proposed openstack/tripleo-validations master: Add nova-status Ansible role https://review.opendev.org/651500 | 11:44 |
*** rh-jelabarre has joined #tripleo | 11:48 | |
gchamoul | mschuppert: Hi Martin, concerning the nova-status validations, should the val fail if the nova-status RC is only 2 or should we fail if the RC is 1 too (There is warning but the upgrade may be OK) ? | 11:49 |
*** thrash|g0ne is now known as thrash | 11:50 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-ci master: Update standalone master and rocky https://review.opendev.org/657589 | 11:52 |
*** amoralej is now known as amoralej|lunch | 11:53 | |
*** panda|rover|eat is now known as panda|rover | 11:57 | |
*** morazi has joined #tripleo | 12:00 | |
openstackgerrit | Gael Chamoulaud proposed openstack/tripleo-validations master: Add nova-status Ansible role https://review.opendev.org/651500 | 12:01 |
*** d0ugal has quit IRC | 12:03 | |
*** ykarel|afk is now known as ykarel | 12:05 | |
*** d0ugal has joined #tripleo | 12:08 | |
openstackgerrit | Jiri Stransky proposed openstack/tripleo-heat-templates master: Setup cluster definition based on the ansible limit option. https://review.opendev.org/643056 | 12:08 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: Executable must be shells attribute, not tasks https://review.opendev.org/660100 | 12:08 |
sshnaidm | panda|rover, marios ^^ | 12:08 |
openstackgerrit | Gael Chamoulaud proposed openstack/tripleo-validations master: Add nova-status Ansible role https://review.opendev.org/651500 | 12:08 |
*** waleedm has quit IRC | 12:09 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart master: DNM: try mitogen with quickstart https://review.opendev.org/659906 | 12:09 |
openstackgerrit | Jiri Stransky proposed openstack/tripleo-heat-templates master: Setup cluster definition based on the ansible limit option. https://review.opendev.org/643056 | 12:11 |
mschuppert | gchamoul: hi! I'd make 1 warn and 2 fail. | 12:13 |
*** ratailor_ has joined #tripleo | 12:13 | |
*** ykarel_ has joined #tripleo | 12:16 | |
*** ratailor has quit IRC | 12:16 | |
*** ykarel has quit IRC | 12:18 | |
sshnaidm | how do we control which version of ansible to use in tripleo? | 12:18 |
*** fultonj has joined #tripleo | 12:19 | |
fultonj | gfidente: would you please review https://review.opendev.org/#/c/657434 ? thanks | 12:21 |
*** jpena|lunch is now known as jpena | 12:22 | |
*** ab-a has joined #tripleo | 12:23 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: DNM: run mitogen on undercloud too https://review.opendev.org/659909 | 12:23 |
*** amoralej|lunch is now known as amoralej | 12:25 | |
*** derekh has quit IRC | 12:25 | |
bogdando | sshnaidm: openstack-tripleo-common.spec:Requires: ansible >= 2.6.0 | 12:26 |
bogdando | perhaps | 12:26 |
*** rlandy has joined #tripleo | 12:27 | |
sshnaidm | bogdando, so we use always the newest one? | 12:27 |
bogdando | that's for rpm-master branch | 12:27 |
bogdando | sshnaidm: better ask dfg:df icr ) | 12:27 |
bogdando | irc | 12:27 |
*** janki has quit IRC | 12:29 | |
*** bfournie has joined #tripleo | 12:34 | |
*** avivgt has quit IRC | 12:34 | |
*** dciabrin has joined #tripleo | 12:35 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart-extras master: Replace dict combine in standalone containers-prepare-parameters https://review.opendev.org/659794 | 12:36 |
*** dciabrin_ has joined #tripleo | 12:39 | |
Tengu | hmmm... I think I've seen 2.7 passing by, sshnaidm | 12:40 |
*** dciabrin has quit IRC | 12:43 | |
*** ccamacho has quit IRC | 12:45 | |
*** avivgt has joined #tripleo | 12:47 | |
openstackgerrit | James Slagle proposed openstack/tripleo-heat-templates master: Make node_ips generic in the Heat template https://review.opendev.org/653843 | 12:47 |
openstackgerrit | James Slagle proposed openstack/tripleo-heat-templates master: Use ansible for AllNodesDeployment https://review.opendev.org/659148 | 12:47 |
*** skramaja has quit IRC | 12:47 | |
sshnaidm | Tengu, seems like it's 2.8 on undercloud | 12:49 |
Tengu | sshnaidm: ah, so it is. We take the latest one on the distro | 12:50 |
cloudnull | o/ all | 12:51 |
*** cfontain_ has quit IRC | 12:52 | |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Template each deployment file https://review.opendev.org/653838 | 12:53 |
gchamoul | mschuppert: thanks for the confirmation! | 12:54 |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Template each deployment file https://review.opendev.org/653838 | 12:54 |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Add tripleo-hieradata role https://review.opendev.org/659144 | 12:54 |
openstackgerrit | Michele Baldessari proposed openstack/puppet-pacemaker master: WIP pcs 0.10 new remote auth rework https://review.opendev.org/660110 | 12:56 |
openstackgerrit | James Slagle proposed openstack/python-tripleoclient master: Fix exception message https://review.opendev.org/660111 | 12:57 |
*** udesale has joined #tripleo | 13:01 | |
*** derekh has joined #tripleo | 13:04 | |
*** Guest84310 has joined #tripleo | 13:05 | |
*** Guest84310 is now known as redrobot | 13:06 | |
*** janki has joined #tripleo | 13:08 | |
*** Vorrtex has joined #tripleo | 13:10 | |
*** ratailor_ has quit IRC | 13:13 | |
*** ykarel__ has joined #tripleo | 13:17 | |
*** ykarel_ has quit IRC | 13:19 | |
*** psachin has quit IRC | 13:20 | |
*** jroll has quit IRC | 13:25 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart master: DNM: try mitogen with quickstart https://review.opendev.org/659906 | 13:25 |
*** jroll has joined #tripleo | 13:26 | |
openstackgerrit | Michele Baldessari proposed openstack/puppet-pacemaker master: WIP pcs 0.10 new remote auth rework https://review.opendev.org/660110 | 13:26 |
*** dtrainor has joined #tripleo | 13:32 | |
*** pcaruana has quit IRC | 13:33 | |
*** ykarel__ is now known as ykarel | 13:33 | |
*** aakarsh has joined #tripleo | 13:34 | |
*** ansmith has joined #tripleo | 13:38 | |
*** rbrady has joined #tripleo | 13:43 | |
*** avivgt has quit IRC | 13:44 | |
*** raildo has quit IRC | 13:47 | |
*** avivgt has joined #tripleo | 13:48 | |
*** raildo has joined #tripleo | 13:49 | |
janki | Hi. Can I please get some reviews for cherry-pick https://review.opendev.org/#/c/660058/ | 13:54 |
*** vinaykns has joined #tripleo | 13:56 | |
*** pbandark has joined #tripleo | 13:57 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart master: DNM, update dep installs for rhel-8 https://review.opendev.org/659879 | 14:00 |
openstackgerrit | Merged openstack/tripleo-quickstart master: Avoid installing warlock!=1.3.2 in TQ https://review.opendev.org/660060 | 14:06 |
*** janki has quit IRC | 14:10 | |
*** hjensas|afk is now known as hjensas | 14:13 | |
*** avivgt has quit IRC | 14:16 | |
*** holser_ has joined #tripleo | 14:27 | |
openstackgerrit | Dirk Mueller proposed openstack/diskimage-builder master: Update test coverage for openSUSE/-minimal to 15.1 https://review.opendev.org/660137 | 14:32 |
openstackgerrit | Jean Paul Gatt proposed openstack/diskimage-builder master: Add version-less RHEL element for RHEL7 and RHEL8 https://review.opendev.org/643731 | 14:32 |
openstackgerrit | Dirk Mueller proposed openstack/diskimage-builder master: Update test coverage for openSUSE/-minimal to 15.1 https://review.opendev.org/660137 | 14:32 |
*** apahim_ has joined #tripleo | 14:35 | |
*** Chaserjim has joined #tripleo | 14:37 | |
*** apahim has quit IRC | 14:39 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-ci master: Add another nodepool provider ID https://review.opendev.org/660138 | 14:41 |
openstackgerrit | Michele Baldessari proposed openstack/puppet-tripleo master: Fix horizon firewall rules in composable roles https://review.opendev.org/659466 | 14:44 |
*** pkopec has quit IRC | 14:46 | |
*** pkopec has joined #tripleo | 14:52 | |
*** pcaruana has joined #tripleo | 14:53 | |
openstackgerrit | Damien Ciabrini proposed openstack/puppet-tripleo master: Write TLS config under section [client] in tripleo.cnf https://review.opendev.org/660143 | 14:56 |
*** khyr0n has joined #tripleo | 15:03 | |
openstackgerrit | Merged openstack/tripleo-ci master: Use updated path for browbeat in quickstart-extras-requirements https://review.opendev.org/658358 | 15:04 |
openstackgerrit | Merged openstack/tripleo-repos master: Default to Ceph Nautilus unless branch is for an older OpenStack https://review.opendev.org/657434 | 15:04 |
*** ykarel is now known as ykarel|away | 15:05 | |
*** dprince has joined #tripleo | 15:06 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Try a timesync as part of first boot https://review.opendev.org/658927 | 15:13 |
*** rascasoft has quit IRC | 15:19 | |
*** jcoufal has joined #tripleo | 15:24 | |
*** rascasoft has joined #tripleo | 15:25 | |
*** thrash is now known as thrash|biab | 15:25 | |
*** rbrady has quit IRC | 15:27 | |
*** pkopec has quit IRC | 15:28 | |
*** pkopec has joined #tripleo | 15:28 | |
*** dsneddon has joined #tripleo | 15:29 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-quickstart master: make sure dlrn_hash_tag_newest is defined in promotion jobs https://review.opendev.org/660150 | 15:31 |
*** quiquell has quit IRC | 15:31 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: DNM - Testing python3 rhel-8 https://review.opendev.org/660151 | 15:32 |
*** apahim_ has quit IRC | 15:32 | |
*** pkopec is now known as pkopec|afk | 15:34 | |
*** apahim_ has joined #tripleo | 15:39 | |
*** ykarel|away has quit IRC | 15:40 | |
*** marios has quit IRC | 15:42 | |
*** pkopec|afk has quit IRC | 15:42 | |
*** marios_|ruck has quit IRC | 15:42 | |
*** apahim_ has quit IRC | 15:44 | |
*** apahim_ has joined #tripleo | 15:44 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-puppet-elements master: Add element to install all openstack clients https://review.opendev.org/660153 | 15:45 |
*** slaweq has quit IRC | 15:48 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-puppet-elements master: Add element to install all openstack clients https://review.opendev.org/660153 | 15:50 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-ci master: Add another nodepool provider ID https://review.opendev.org/660138 | 15:53 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart master: DNM: try mitogen with quickstart https://review.opendev.org/659906 | 15:56 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: DNM - Testing python3 rhel-8 https://review.opendev.org/660151 | 15:57 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-puppet-elements master: Add element to install all openstack clients https://review.opendev.org/660153 | 15:58 |
*** chandankumar is now known as raukadah | 16:01 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Ensure openstack clients are installed https://review.opendev.org/660156 | 16:02 |
*** ykarel|away has joined #tripleo | 16:03 | |
*** thrash|biab is now known as thrash | 16:04 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: DNM - Testing python3 rhel-8 https://review.opendev.org/660151 | 16:06 |
*** jcoufal has quit IRC | 16:07 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Try a timesync as part of first boot https://review.opendev.org/658927 | 16:10 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: DNM - Testing python3 rhel-8 https://review.opendev.org/660151 | 16:10 |
*** rpittau is now known as rpittau|afk | 16:10 | |
*** Vorrtex has quit IRC | 16:11 | |
*** bogdando has quit IRC | 16:12 | |
*** yprokule has quit IRC | 16:13 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart master: DNM: try mitogen with quickstart https://review.opendev.org/659906 | 16:18 |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/queens: Remove deprecated Ram/Disk filters in NovaSchedulerDefaultFilters https://review.opendev.org/660023 | 16:21 |
*** jfrancoa has quit IRC | 16:24 | |
*** itlinux_ has quit IRC | 16:26 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: DNM - Testing python3 rhel-8 https://review.opendev.org/660151 | 16:27 |
*** lucasagomes has quit IRC | 16:32 | |
openstackgerrit | John Fulton proposed openstack/tripleo-heat-templates master: DNM/WIP: Run ceph-ansible using tripleo-ansible-inventory https://review.opendev.org/660167 | 16:32 |
openstackgerrit | Alex Schultz proposed openstack/python-tripleoclient master: Add a user confirmation to node delete https://review.opendev.org/660169 | 16:34 |
*** Vorrtex has joined #tripleo | 16:34 | |
openstackgerrit | Merged openstack/tripleo-heat-templates stable/stein: Activate health checks for cron containers https://review.opendev.org/660093 | 16:37 |
openstackgerrit | Merged openstack/python-tripleoclient stable/stein: Add ODL deprecation warning in CLI https://review.opendev.org/660058 | 16:38 |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Add tripleo-hieradata role https://review.opendev.org/659144 | 16:38 |
*** udesale has quit IRC | 16:40 | |
*** slaweq has joined #tripleo | 16:46 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: DNM - Testing python3 rhel-8 https://review.opendev.org/660151 | 16:47 |
openstackgerrit | John Fulton proposed openstack/tripleo-heat-templates master: Warn if ceph health is not OK before proceeding https://review.opendev.org/657175 | 16:52 |
*** dtrainor has quit IRC | 16:54 | |
*** dtrainor has joined #tripleo | 16:54 | |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: DNM: hack for containers name prefix https://review.opendev.org/660176 | 16:58 |
*** ykarel|away has quit IRC | 16:59 | |
*** sshnaidm is now known as sshnaidm|afk | 17:00 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: DNM - Testing python3 rhel-8 https://review.opendev.org/660151 | 17:00 |
openstackgerrit | Merged openstack/tripleo-ci master: Update standalone master and rocky https://review.opendev.org/657589 | 17:02 |
*** hberaud is now known as hberaud|gone | 17:02 | |
*** hberaud|gone has quit IRC | 17:03 | |
openstackgerrit | Merged openstack/tripleo-ci master: Fetch images from images.rdoproject.org by default https://review.opendev.org/658953 | 17:04 |
*** hberaud has joined #tripleo | 17:05 | |
*** hberaud is now known as hberaud|gone | 17:05 | |
*** slaweq has quit IRC | 17:07 | |
*** amoralej is now known as amoralej|off | 17:07 | |
*** jpena is now known as jpena|off | 17:07 | |
*** dtantsur is now known as dtantsur|afk | 17:08 | |
*** derekh has quit IRC | 17:11 | |
*** ykarel|away has joined #tripleo | 17:14 | |
openstackgerrit | Natal Ngétal proposed openstack/tripleo-docs master: Update the example. https://review.opendev.org/655880 | 17:19 |
*** slaweq has joined #tripleo | 17:29 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: DNM - Testing python3 rhel-8 https://review.opendev.org/660151 | 17:36 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Ironic Inspector - use make_url for db connection https://review.opendev.org/659887 | 17:43 |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Executable must be shells attribute, not tasks https://review.opendev.org/660100 | 17:43 |
*** slaweq has quit IRC | 17:43 | |
*** Vorrtex has quit IRC | 17:46 | |
*** Vorrtex has joined #tripleo | 17:46 | |
*** tesseract has quit IRC | 17:51 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart master: DNM, update dep installs for rhel-8 https://review.opendev.org/659879 | 17:52 |
*** ykarel|away has quit IRC | 18:04 | |
*** xek_ has quit IRC | 18:06 | |
*** xek_ has joined #tripleo | 18:06 | |
*** cylopez has quit IRC | 18:08 | |
*** Chaserjim has quit IRC | 18:14 | |
*** Chaserjim has joined #tripleo | 18:14 | |
openstackgerrit | Dirk Mueller proposed openstack/diskimage-builder master: Update test coverage for openSUSE/-minimal to 15.1 https://review.opendev.org/660137 | 18:21 |
*** xek_ has quit IRC | 18:24 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart-extras master: DNM - debug localhost python version https://review.opendev.org/660189 | 18:28 |
*** morazi has quit IRC | 18:32 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart-extras master: DNM - debug localhost python version https://review.opendev.org/660189 | 18:39 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart-extras master: DNM - debug localhost python version https://review.opendev.org/660189 | 18:54 |
openstackgerrit | Francesco Pantano proposed openstack/tripleo-docs master: Update tag_from_label section for ceph containers https://review.opendev.org/659297 | 18:54 |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart-extras master: DNM - debug localhost python version https://review.opendev.org/660189 | 19:08 |
*** derekh has joined #tripleo | 19:26 | |
*** derekh has quit IRC | 19:26 | |
*** krypto has joined #tripleo | 19:26 | |
openstackgerrit | Alex Schultz proposed openstack/tripleo-puppet-elements master: Add upper constraints https://review.opendev.org/660198 | 19:27 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-puppet-elements master: Add element to install all openstack clients https://review.opendev.org/660153 | 19:27 |
krypto | hi all in triple-o Newton during compute addition of 2 nodes if one of the node fails with No valid host found,will it affect other node | 19:27 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-puppet-elements master: Drop docker packages from overcloud-base https://review.opendev.org/636444 | 19:27 |
krypto | and stop adding the other node | 19:28 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-puppet-elements master: update git.openstack.org to opendev https://review.opendev.org/656238 | 19:28 |
ade_lee_ | hey is there anyone here that knows validations? | 19:29 |
fultonj | krypto: it should not affect the other node | 19:30 |
fultonj | ade_lee_: what about validations? | 19:30 |
ade_lee_ | fultonj, I'm trying to run some using ansible - but running into probs | 19:30 |
ade_lee_ | fultonj, have you done that? | 19:31 |
ade_lee_ | (I'm trying to add to them) | 19:31 |
fultonj | ade_lee_: i am adding validations and I see CI run them but I havent' tried running them in a test env | 19:31 |
ade_lee_ | maybe I'm missing some key component coz I'm trying to run them on osp 13 | 19:32 |
*** suuuper has quit IRC | 19:32 | |
fultonj | ade_lee_: e.g. https://review.opendev.org/#/c/657175/ | 19:32 |
fultonj | ade_lee_: oh i'm only using the new ones for train | 19:32 |
ade_lee_ | fultonj, ack here is mine -- https://review.opendev.org/#/c/659885 | 19:32 |
fultonj | ade_lee_: i can answer some of your questions | 19:33 |
ade_lee_ | fultonj, so when I try to run them -- I git clone the validations, then cd into the validations directory and try to call ansible-playbook -i hosts playbooks/foo.yaml | 19:33 |
ade_lee_ | and I immediately get the error ERROR! Invalid callback for stdout specified: validation_output | 19:34 |
fultonj | ade_lee_: does 'ansible -i hosts -m ping all' work? | 19:34 |
fultonj | did you just make hosts from an existing overcloud deployment? | 19:35 |
ade_lee_ | I can get around this by commenting out stdout_callback in ansible.cfg | 19:35 |
ade_lee_ | but I dont really want to do that | 19:36 |
ade_lee_ | and yes the ping worked | 19:36 |
ade_lee_ | I constructed the hosts from the dynamic inventory | 19:36 |
fultonj | ade_lee_: and you need this to work with queens so it's not necessarily going to have config-download | 19:37 |
fultonj | right? | 19:37 |
ade_lee_ | in this case it does | 19:37 |
openstackgerrit | Dirk Mueller proposed openstack/diskimage-builder master: Update test coverage for openSUSE/-minimal to 15.1 https://review.opendev.org/660137 | 19:37 |
fultonj | it does have config-download? | 19:37 |
ade_lee_ | fultonj, maybe I'm confused -- let me show you what I'm doing | 19:38 |
*** cylopez has joined #tripleo | 19:39 | |
*** slaweq has joined #tripleo | 19:42 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart-extras master: DNM - debug localhost python version https://review.opendev.org/660189 | 19:52 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Add UndercloudMinion role https://review.opendev.org/656984 | 19:53 |
*** bfournie has quit IRC | 19:54 | |
*** dsneddon has quit IRC | 19:54 | |
*** dsneddon has joined #tripleo | 20:03 | |
openstackgerrit | John Fulton proposed openstack/tripleo-heat-templates master: Warn if ceph health is not OK before proceeding https://review.opendev.org/657175 | 20:07 |
*** pbandark has quit IRC | 20:08 | |
*** vinaykns has quit IRC | 20:18 | |
*** cylopez has quit IRC | 20:18 | |
redrobot | Ohai #tripleo friends! | 20:25 |
redrobot | I have a question | 20:25 |
redrobot | I'm trying to use tripleo-quickstart-extras as per https://docs.openstack.org/tripleo-quickstart/latest/working-with-extras.html | 20:25 |
redrobot | specifically, I want to use this playbook: https://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/playbooks/quickstart-extras.yml | 20:25 |
redrobot | But I can't seem to get quickstart.sh to find it? | 20:26 |
*** aedc has quit IRC | 20:26 | |
redrobot | it keeps erroring out in this check https://opendev.org/openstack/tripleo-quickstart/src/branch/master/quickstart.sh#L534 | 20:26 |
redrobot | It seems the -extras playbooks are not being copied into the right spot? | 20:27 |
openstackgerrit | Alex Schultz proposed openstack/python-tripleoclient master: Add a user confirmation to node delete https://review.opendev.org/660169 | 20:34 |
openstackgerrit | Merged openstack/tripleo-common master: fix 404 when requesting empty tripleo container image catalog https://review.opendev.org/653151 | 20:36 |
weshay | redrobot if you are using quickstart.sh you may have a python dep failure | 20:40 |
*** holser_ has quit IRC | 20:46 | |
*** radeks_ has quit IRC | 20:48 | |
openstackgerrit | Ronelle Landy proposed openstack/tripleo-quickstart-extras master: Replace dict combine in standalone containers-prepare-parameters https://review.opendev.org/659794 | 20:48 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: DNM: hack for containers name prefix https://review.opendev.org/660176 | 20:50 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: DNM: hack for containers name prefix https://review.opendev.org/660176 | 20:50 |
openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-quickstart-extras master: DNM: hack for containers name prefix https://review.opendev.org/660176 | 20:51 |
redrobot | weshay, hmm... doesn't seem to be anything in the logs https://paste.fedoraproject.org/paste/VuKD2Sw-rg765DUnyd5tTQ | 20:53 |
*** dprince has quit IRC | 20:55 | |
openstackgerrit | wes hayutin proposed openstack/tripleo-quickstart-extras master: Replace dict combine in standalone containers-prepare-parameters https://review.opendev.org/659794 | 20:58 |
openstackgerrit | Nate Johnston proposed openstack/tripleo-heat-templates stable/stein: Set arp_notify to match ndisc_notify https://review.opendev.org/660209 | 20:58 |
openstackgerrit | Damien Ciabrini proposed openstack/puppet-tripleo master: Write TLS config under section [client] in tripleo.cnf https://review.opendev.org/660143 | 20:59 |
*** bfournie has joined #tripleo | 21:04 | |
*** raildo has quit IRC | 21:09 | |
openstackgerrit | Merged openstack/tripleo-quickstart-extras master: Remove auth.tempest_role from extra tempest overrides https://review.opendev.org/660036 | 21:10 |
openstackgerrit | Merged openstack/tripleo-heat-templates master: Add cinder credentials to nova conf https://review.opendev.org/657919 | 21:10 |
*** aakarsh has quit IRC | 21:11 | |
openstackgerrit | Merged openstack/puppet-tripleo master: Add nova::cinder to nova compute https://review.opendev.org/659498 | 21:14 |
*** itlinux has joined #tripleo | 21:14 | |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Add deployed-server bootstrap tasks to tripleo-bootstrap https://review.opendev.org/660212 | 21:26 |
openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates master: Try a timesync as part of first boot https://review.opendev.org/658927 | 21:34 |
*** apahim_ has quit IRC | 21:36 | |
openstackgerrit | James Slagle proposed openstack/tripleo-heat-templates master: Remove deployed-server bootstrap resource https://review.opendev.org/660221 | 21:37 |
*** pcaruana has quit IRC | 21:40 | |
openstackgerrit | James Slagle proposed openstack/python-tripleoclient master: Don't force verbosity of 1 for config-download https://review.opendev.org/660222 | 21:44 |
openstackgerrit | James Slagle proposed openstack/tripleo-common master: Don't force verbosity of 1 for config-download https://review.opendev.org/660223 | 21:47 |
*** itlinux has quit IRC | 21:49 | |
*** slaweq has quit IRC | 21:57 | |
weshay | redrobot s/quickstart-extras.yaml/quickstart-extras.yml and that is the default so not necessary anyway | 22:00 |
*** aakarsh has joined #tripleo | 22:02 | |
openstackgerrit | Ade Lee proposed openstack/tripleo-validations master: Add new role for tls-everywhere https://review.opendev.org/659885 | 22:10 |
*** cfontain has joined #tripleo | 22:10 | |
openstackgerrit | Ade Lee proposed openstack/tripleo-validations master: Add new role for tls-everywhere https://review.opendev.org/659885 | 22:13 |
*** tosky has quit IRC | 22:15 | |
openstackgerrit | Alex Schultz proposed openstack/python-tripleoclient master: WIP: Add minion installation https://review.opendev.org/656997 | 22:21 |
*** dpeacock has quit IRC | 22:30 | |
*** thrash is now known as thrash|g0ne | 22:34 | |
*** dpeacock has joined #tripleo | 22:37 | |
openstackgerrit | Alex Schultz proposed openstack/python-tripleoclient master: WIP: Add minion installation https://review.opendev.org/656997 | 22:40 |
*** cfontain has quit IRC | 22:43 | |
*** gfidente is now known as gfidente|afk | 22:43 | |
openstackgerrit | Alex Schultz proposed openstack/python-tripleoclient master: WIP: Add minion installation https://review.opendev.org/656997 | 22:44 |
*** tkajinam has joined #tripleo | 22:59 | |
*** cfontain has joined #tripleo | 23:12 | |
*** itlinux has joined #tripleo | 23:18 | |
*** rcernin has joined #tripleo | 23:23 | |
*** rlandy has quit IRC | 23:25 | |
*** itlinux has quit IRC | 23:35 | |
*** cfontain has quit IRC | 23:45 | |
*** itlinux has joined #tripleo | 23:49 | |
*** khyr0n has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!