*** rlandy|ruck is now known as rlandy|ruck|out | 01:00 | |
*** rlandy|ruck|out is now known as rlandy|out | 01:00 | |
opendevreview | Brendan Shephard proposed openstack/python-tripleoclient master: WIP - Move baremetal CLI commands https://review.opendev.org/c/openstack/python-tripleoclient/+/820463 | 02:53 |
---|---|---|
opendevreview | Brendan Shephard proposed openstack/python-tripleoclient master: Move baremetal CLI commands https://review.opendev.org/c/openstack/python-tripleoclient/+/820463 | 02:55 |
*** pojadhav|pto is now known as pojadhav | 05:02 | |
opendevreview | Merged openstack/tripleo-heat-templates master: Use public endpoint for [keystone_authtoken] www_authenticate_uri https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822306 | 05:34 |
*** akahat|PTO is now known as akahat | 06:02 | |
*** akahat is now known as akahat|ruck | 06:30 | |
opendevreview | chandan kumar proposed openstack/openstack-tempest-skiplist master: Move test_trunk_subport_lifecycle to skip list https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/823332 | 06:53 |
*** ysandeep is now known as ysandeep|afk | 07:14 | |
opendevreview | amolkahat proposed openstack/tripleo-quickstart-extras master: set NovaLibvirtNumPciePorts to 12 https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/822344 | 07:51 |
opendevreview | chandan kumar proposed openstack/tripleo-quickstart-extras master: Use Python3 based http.server command https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/822783 | 08:01 |
opendevreview | amolkahat proposed openstack/tripleo-quickstart-extras master: set NovaLibvirtNumPciePorts to 12 https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/822344 | 08:08 |
*** amoralej|off is now known as amoralej | 08:09 | |
*** ykarel_ is now known as ykarel | 08:23 | |
*** bhagyashris_ is now known as bhagyashris | 08:45 | |
opendevreview | Shnaidman Sagi (Sergey) proposed openstack/tripleo-repos master: Install priorities of CentOS7 only on CentOS7 host https://review.opendev.org/c/openstack/tripleo-repos/+/821837 | 09:11 |
*** ysandeep|afk is now known as ysandeep | 09:16 | |
opendevreview | chandan kumar proposed openstack/tripleo-quickstart-extras master: Inject gating gating repo during image build https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/822897 | 09:25 |
opendevreview | Jiri Podivin proposed openstack/validations-libs master: Redundant conditional removal https://review.opendev.org/c/openstack/validations-libs/+/802737 | 09:32 |
opendevreview | Ricardo Diaz Campos proposed openstack/tripleo-quickstart master: Set FQDN hostname to undercloud.qcow2 https://review.opendev.org/c/openstack/tripleo-quickstart/+/823321 | 10:03 |
opendevreview | Jiri Podivin proposed openstack/validations-libs master: Validation actions refactor https://review.opendev.org/c/openstack/validations-libs/+/802901 | 10:10 |
opendevreview | chandan kumar proposed openstack/tripleo-common master: Remove /etc/yum.repos.d/ubi.repo https://review.opendev.org/c/openstack/tripleo-common/+/823370 | 10:11 |
opendevreview | Merged openstack/tripleo-repos master: Limit stream validation for CentOS 8 only https://review.opendev.org/c/openstack/tripleo-repos/+/821834 | 10:14 |
*** ysandeep is now known as ysandeep|coffee | 10:15 | |
*** jcapitao is now known as jcapitao_afk | 10:34 | |
*** chem is now known as Guest10218 | 10:37 | |
*** rlandy|out is now known as rlandy|ruck | 11:02 | |
*** jcapitao_afk is now known as jcapitao | 11:15 | |
*** dviroel_ is now known as dviroel|rover | 11:16 | |
*** ysandeep|coffee is now known as ysandeep | 11:23 | |
opendevreview | Merged openstack/tripleo-quickstart master: Sync collections requirements from tripleo-ci https://review.opendev.org/c/openstack/tripleo-quickstart/+/821691 | 11:50 |
opendevreview | Brendan Shephard proposed openstack/tripleo-quickstart master: Allow for more ganular Python3 version control https://review.opendev.org/c/openstack/tripleo-quickstart/+/822586 | 12:00 |
Tengu | chandankumar, rlandy|ruck hello there! apparently, Change-Id: I23c64637e161c8054332c4e4761cd82802f3ae1f introduced an issue when we want to build containers based on centos:stream8 instead of ubi8. The "redhat-release" package may be absent, and the following code will crash the "base" build: https://paste.opendev.org/show/811909/ | 12:17 |
Tengu | chandankumar, rlandy|ruck imho, instead of checking for the release version, we should check the presence of the package. Would be safer. WDYT? | 12:17 |
rlandy|ruck | on meeting - will look in a few | 12:17 |
Tengu | rlandy|ruck: np | 12:17 |
Tengu | just hitting it on my new container build thing :) | 12:18 |
chandankumar | Tengu: redhat-release utility is a part of centos-stream-release i think for cs9 | 12:18 |
Tengu | chandankumar: cs9? so here it's removing it for cs8 | 12:19 |
Tengu | chandankumar: still - checking if the package is installed would be better | 12:19 |
Tengu | if [ rpm -qa redhat-release ]; then rpm -e redhat-release; fi or something like that | 12:19 |
Tengu | we're covering every cases for centos based builds. | 12:19 |
Tengu | and we might want to `dnf install --exclude redhat-release centos-stream-release' - though not 100% sure it will work, that "--exclude" option is terrible. | 12:20 |
chandankumar | Tengu: for cs9 yes, sounds good for checking presence of package | 12:21 |
Tengu | 'k. lemme push a proposal. | 12:21 |
chandankumar | Tengu: we have got cs9 and c8 content provider in check | 12:22 |
chandankumar | we will know about that | 12:22 |
Tengu | chandankumar: ah. no cs8 then? might explain my issues. | 12:22 |
Tengu | ...... `rpm -qa redhat-release' will return 0 in any cases. | 12:23 |
Tengu | dumb software. | 12:23 |
Tengu | again. | 12:23 |
chandankumar | Tengu: we have c8 and c9 both currently https://zuul.openstack.org/status#823370 | 12:24 |
Tengu | chandankumar: let's say I'm a bit ahead again :). | 12:25 |
Tengu | if [ -n "$(rpm -qa redhat-release)" ]; then rpm -e .... seems fine. | 12:26 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-common master: Remove redhat-release only if installed https://review.opendev.org/c/openstack/tripleo-common/+/823384 | 12:27 |
Tengu | chandankumar, rlandy|ruck -^^ | 12:27 |
Tengu | lemme know if the commit message is correct - I'm lost with what I read in the code, and what chandankumar just said about the cs9 thing... | 12:27 |
rlandy|ruck | Tengu: ok - I remember we had some fun with redhat-release and container builds | 12:29 |
rlandy|ruck | hence sshnaidm added that line | 12:29 |
rlandy|ruck | Tengu: why the switch away from ubi8? | 12:29 |
Tengu | rlandy|ruck: oh, well, I'm making a thing locally that will build containers for both centos8 and cs9 base, and it was easier to put "centos:stream${release}" instead of doing some kind of switching :). | 12:31 |
Tengu | rlandy|ruck: that's "just me" doing potentially silly thing I guess :) | 12:31 |
rlandy|ruck | Tengu: the aim was to use the same base for centos and rhel | 12:31 |
rlandy|ruck | ubi9 was not available | 12:32 |
rlandy|ruck | and is only beta now | 12:32 |
rlandy|ruck | so we were using stream | 12:32 |
Tengu | yeah... | 12:32 |
Tengu | so I'll switch back to ubi8 for centos-8 builds, if it makes things better. though my patch would prevent the need to change anything when we switch back to ubi9 I think? | 12:32 |
chandankumar | Tengu: for ubi9 you need this one first https://review.opendev.org/c/openstack/tripleo-common/+/823370 | 12:34 |
Tengu | chandankumar: ah. yay :D | 12:34 |
Tengu | chandankumar: reviewed | 12:38 |
opendevreview | Merged openstack/tripleo-quickstart-extras master: Install ansible-core in CentOS 9 for github PRs https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/823251 | 12:43 |
chandankumar | Tengu: thanks!, will take a look | 12:44 |
*** jcapitao is now known as jcapitao_lunch | 12:50 | |
opendevreview | Merged openstack/tripleo-ci master: Allow hash override for emit releases script for minor update https://review.opendev.org/c/openstack/tripleo-ci/+/822482 | 12:51 |
*** beagles is now known as beagles-afk | 13:06 | |
*** amoralej is now known as amoralej|lunch | 13:09 | |
cloudnull | mornings | 13:14 |
*** jcapitao_lunch is now known as jcapitao | 13:33 | |
opendevreview | Merged openstack/openstack-tempest-skiplist master: Move test_trunk_subport_lifecycle to skip list https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/823332 | 13:38 |
slagle | i see no proposed meeting agenda items, so I propose we cancel. any objections? | 13:56 |
fultonj | no objection | 13:56 |
*** ykarel__ is now known as ykarel | 13:57 | |
ykarel | chandankumar, sshnaidm when you get chance please check https://review.opendev.org/c/openstack/tripleo-quickstart/+/822712 | 14:03 |
ykarel | and depends-on | 14:03 |
opendevreview | chandan kumar proposed openstack/tripleo-common master: Remove /etc/yum.repos.d/ubi.repo https://review.opendev.org/c/openstack/tripleo-common/+/823370 | 14:05 |
*** amoralej|lunch is now known as amoralej | 14:14 | |
chandankumar | dciabrin: hello, please have a look at https://logserver.rdoproject.org/openstack-periodic-integration-main-cs9/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-scenario004-standalone-master/d7bde3d/logs/undercloud/home/zuul/standalone_deploy.log.txt.gz error={"changed": false, "msg": "Failed containers: rabbitmq_wait_bundle"} | 14:17 |
chandankumar | it keeps coming time to time | 14:17 |
dciabrin | chandankumar, hey o/ looking into it | 14:18 |
*** ysandeep is now known as ysandeep|afk | 14:41 | |
*** beagles-afk is now known as beagles | 14:43 | |
opendevreview | Ananya proposed openstack/tripleo-docs master: Updating promotion/CIX related info in ruck rover doc https://review.opendev.org/c/openstack/tripleo-docs/+/823399 | 14:43 |
opendevreview | Ananya proposed openstack/tripleo-docs master: Updating promotion/CIX/ci-health related info in ruck rover doc https://review.opendev.org/c/openstack/tripleo-docs/+/823399 | 14:47 |
*** dviroel|rover is now known as dviroel|rover|lunch | 14:57 | |
mwhahaha | rlandy|ruck: does the quickstart reproducer still work? like if i wanted to reproduce tha ipa job myself somewhere | 15:11 |
opendevreview | Merged openstack/tripleo-ci master: [CS9] Add missing CS9 jobs defintion https://review.opendev.org/c/openstack/tripleo-ci/+/822496 | 15:11 |
opendevreview | Merged openstack/tripleo-ci master: Enable remaining CS9 jobs in tripleo https://review.opendev.org/c/openstack/tripleo-ci/+/822497 | 15:11 |
rlandy|ruck | mwhahaha: it should - sshnaidm just got it working for c9 | 15:16 |
rlandy|ruck | so c8 should work if you use cloud server nodes | 15:16 |
sshnaidm | mwhahaha, ipa - multinode, standalone or ovb? | 15:17 |
mwhahaha | tripleo-ci-centos-8-standalone-on-multinode-ipa | 15:18 |
mwhahaha | looking into that whole failure thing w/ ntp validation | 15:18 |
opendevreview | Alex Schultz proposed openstack/tripleo-ci master: Revert "Make standalone-ipa job non-voting during debug" https://review.opendev.org/c/openstack/tripleo-ci/+/822792 | 15:18 |
sshnaidm | yeah, standalone works fine in reproducer | 15:18 |
mwhahaha | https://bfff4db8bf407324525b-0442bcedc0a9bf69aaea3fa941004c5a.ssl.cf5.rackcdn.com/822948/2/check/tripleo-ci-centos-8-standalone-on-multinode-ipa/8f96695/logs/reproducer-quickstart/index.html that thing? | 15:19 |
mwhahaha | i haven't used the reproducer in years at this point | 15:19 |
rlandy|ruck | https://github.com/rdo-infra/ansible-role-tripleo-ci-reproducer/blob/master/README.md | 15:21 |
rlandy|ruck | that should be the latest | 15:21 |
mwhahaha | k i'll give it a whirl | 15:21 |
mwhahaha | happy fake monday | 15:21 |
*** ysandeep|afk is now known as ysandeep | 15:21 | |
rlandy|ruck | I had real monday yesterday | 15:21 |
mwhahaha | i saw | 15:21 |
rlandy|ruck | had no idea we had a hokiday :( | 15:21 |
mwhahaha | i double checked on sunday cause i had a feeling :D | 15:22 |
sshnaidm | mwhahaha, bogdan has a big experience with running it with libvirt: https://github.com/bogdando/oooq-warp/blob/master/docs/CI-reproducer.md | 15:23 |
mwhahaha | pffft docker | 15:23 |
sshnaidm | mwhahaha, yeah, but reproducer can run as a pod now | 15:25 |
sshnaidm | idk why he uses docker.. | 15:26 |
mwhahaha | probably ubuntu | 15:26 |
mwhahaha | Aborting, target uses selinux but python bindings (libselinux-python) aren't installed! | 15:31 |
mwhahaha | oh my favorite | 15:31 |
*** dviroel|rover|lunch is now known as dviroel|rover | 15:48 | |
opendevreview | Merged openstack/tripleo-repos master: Install priorities of CentOS7 only on CentOS7 host https://review.opendev.org/c/openstack/tripleo-repos/+/821837 | 16:04 |
mwhahaha | rlandy|ruck: sshnaidm: thoughts on moving reproducer containers off docker.io? | 16:36 |
opendevreview | amolkahat proposed openstack/tripleo-ci master: CentOS-9 build containers base job https://review.opendev.org/c/openstack/tripleo-ci/+/820852 | 16:37 |
sshnaidm | mwhahaha, +1, will do | 16:37 |
rlandy|ruck | sounds reasonable | 16:38 |
mwhahaha | my laptop is highly unammused | 16:38 |
rlandy|ruck | I gather you are not amused either | 16:39 |
mwhahaha | probably | 16:40 |
mwhahaha | some of teh zuul services puke becuase no zuul.conf | 16:42 |
mwhahaha | jfyi | 16:42 |
mwhahaha | i have a feeling this isn't going to work | 16:43 |
mwhahaha | rlandy|ruck: https://paste.opendev.org/show/811912/ jfiy look slike logs/fingergw/launcher don't work out of the box | 16:45 |
* mwhahaha goes digging | 16:46 | |
sshnaidm | mwhahaha, did you run setup playbook like here: https://github.com/rdo-infra/ansible-role-tripleo-ci-reproducer/blob/master/README.md#setup-playbook | 16:47 |
mwhahaha | that's what i'm running | 16:47 |
sshnaidm | mwhahaha, seems like files are not generated | 16:47 |
mwhahaha | It was stuck ansible-role-tripleo-ci-reproducer : Get link of the tenant] | 16:48 |
mwhahaha | and i went looking and those three containers weren't ok | 16:48 |
mwhahaha | sincce i've not done this before, it was a fresh install on f35 rootless podman | 16:49 |
sshnaidm | mwhahaha, I run like this usually: https://paste.opendev.org/show/811913/ | 16:49 |
sshnaidm | mwhahaha, your key on f35 should be the key the Gerrit knows about | 16:49 |
sshnaidm | since it's used for connection to gerrit by zuul | 16:50 |
sshnaidm | check if you have it in .ssh/id_rsa(.pub) | 16:50 |
sshnaidm | mwhahaha, set also setup_nodepool: true | 16:51 |
mwhahaha | yea that's basically what i had | 16:53 |
mwhahaha | i'll try again | 16:53 |
mwhahaha | yea so that's exactly what i had but those three containers came up bad | 16:56 |
mwhahaha | cause setup_nbdepool is true by default | 16:56 |
opendevreview | John Fulton proposed openstack/python-tripleoclient master: Introduce "openstack overcloud ceph spec" https://review.opendev.org/c/openstack/python-tripleoclient/+/822835 | 16:59 |
mwhahaha | sshnaidm: probably selinux'd as httpd.conf access was deined | 17:00 |
sshnaidm | mwhahaha, better switch it off | 17:00 |
mwhahaha | :D | 17:00 |
sshnaidm | should be the first line in readme.. | 17:01 |
mwhahaha | yea setting to permissive seems to at least let those containers start | 17:11 |
opendevreview | Alan Bishop proposed openstack/tripleo-heat-templates stable/ussuri: [train,ussuri] Set cinder's __DEFAULT__ vol type description https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823411 | 17:17 |
abishop | rlandy|ruck: ^^ shouldn't break the periodic upgrade job that my previous backport broke | 17:17 |
abishop | is there a way to verify this? | 17:17 |
* rlandy|ruck looks | 17:17 | |
rlandy|ruck | abishop: we can try testproject that job | 17:18 |
* rlandy|ruck tries to remember which job broke | 17:18 | |
abishop | rlandy|ruck: https://bugs.launchpad.net/tripleo/+bug/1954431 | 17:19 |
abishop | mentions the jobs | 17:19 |
rlandy|ruck | abishop: k - setting up testproject for that | 17:20 |
abishop | great, thx! | 17:20 |
abishop | don't want to repeat history by breaking cinder again :-/ | 17:20 |
rlandy|ruck | https://review.rdoproject.org/r/c/testproject/+/37150 | 17:20 |
rlandy|ruck | ^^ testproject marios used to test the revrt | 17:21 |
rlandy|ruck | revert | 17:21 |
rlandy|ruck | so we can switch the depends-on to current patch | 17:21 |
mwhahaha | fatal: [localhost]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'pipe'. Error was a <class 'ansible.errors.AnsibleError'>, original message: lookup_plugin.pipe(ssh-keygen -y -f /var/ssh/id_rsa) returned 255"} | 17:22 |
mwhahaha | meh | 17:22 |
rlandy|ruck | abishop: rekicked with depends-on: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823411 | 17:23 |
rlandy|ruck | let's see | 17:23 |
abishop | thx again! | 17:23 |
opendevreview | Rafael Castillo proposed openstack/tripleo-quickstart-extras master: Add compose-repos to dlrn config https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/820073 | 17:32 |
*** rlandy|ruck is now known as rlandy|ruck|lunch | 17:46 | |
*** cloudnull1 is now known as cloudnull | 17:50 | |
*** rlandy|ruck|lunch is now known as rlandy|ruck | 18:14 | |
*** jm1 is now known as jm1|afk | 18:48 | |
*** jm1|afk is now known as jm1 | 18:48 | |
*** jm1 is now known as jm1|afk | 18:51 | |
*** jm1|afk is now known as jm1 | 18:51 | |
*** jm1 is now known as jm1|afk | 18:53 | |
opendevreview | John Fulton proposed openstack/python-tripleoclient master: Introduce "openstack overcloud ceph spec" https://review.opendev.org/c/openstack/python-tripleoclient/+/822835 | 18:55 |
*** jm1 is now known as jm1|afk | 18:58 | |
*** jm1|afk is now known as jm1 | 18:58 | |
*** jm1 is now known as jm1|afk | 19:00 | |
*** jm1 is now known as jm1|afk | 19:07 | |
opendevreview | Rafael Castillo proposed openstack/tripleo-common stable/wallaby: Add configs for CentOS 9 image https://review.opendev.org/c/openstack/tripleo-common/+/823363 | 19:45 |
rlandy|ruck | abishop: https://review.rdoproject.org/r/c/testproject/+/37150 - passes ... you can check if the changes look to be included | 20:12 |
abishop | rlandy|ruck: yes, good to see it passed, and I do see my changes | 20:18 |
rlandy|ruck | abishop: k - cool | 20:19 |
*** dviroel|rover is now known as dviroel|rover|afk | 20:25 | |
*** tosky_ is now known as tosky | 20:32 | |
opendevreview | Rafael Castillo proposed openstack/tripleo-puppet-elements stable/wallaby: Add config for CentOS 9 in yum_plugin_priorities https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/823364 | 20:37 |
mwhahaha | rlandy|ruck: who can i poke about reproducer questions? It doesn't seem like the ipa job works. I don't see it defined in the zuul instance that gets spun up | 21:18 |
rlandy|ruck | mwhahaha: sshnaidm probably knows the reproducer best atm | 21:22 |
mwhahaha | k i'll ask him tomorrow then | 21:22 |
rlandy|ruck | tbh - I haven't touched it in a while | 21:22 |
mwhahaha | i got it up at least but the job isn't triggered | 21:22 |
rlandy|ruck | but it's a good reminder to get back into that | 21:22 |
mwhahaha | i threw up a review to un-ansible some of the containers which sped it up | 21:22 |
mwhahaha | https://review.rdoproject.org/r/c/rdo-infra/ansible-role-tripleo-ci-reproducer/+/37724 | 21:23 |
rlandy|ruck | k - will review - thanks | 21:24 |
mwhahaha | pip installing ansible is expensive but i left it in there for the gerrit config for now | 21:24 |
rlandy|ruck | not sure at which point your failure happens but once you have a zuul instance and a project - you should be able to define the job manually | 21:25 |
rlandy|ruck | but it's been a while admittedly | 21:25 |
mwhahaha | i was trying to use the zuul_yaml bits per the docs | 21:25 |
opendevreview | Merged openstack/tripleo-heat-templates stable/train: GaneshaNetwork - fallback -> external -> ctlplane https://review.opendev.org/c/openstack/tripleo-heat-templates/+/823298 | 21:25 |
mwhahaha | it doesn't seem to twork | 21:26 |
rlandy|ruck | ok - will ping sshnaidm about the review tomorrow - if you have a paste of the error or file output you see, can add that | 21:31 |
mwhahaha | ansible-role-tripleo-ci-reproducer : Fail if job didn't start fails | 21:31 |
mwhahaha | i'll ask him about i tomorrow | 21:32 |
mwhahaha | i tried manually adding the job defs to test1 but it didn't seem to get picked up | 21:32 |
mwhahaha | this thing has always been way more complicated than the old one :( | 21:32 |
*** dviroel|rover|afk is now known as dviroel|rover | 21:46 | |
*** dviroel|rover is now known as dviroel|out | 21:47 | |
rlandy|ruck | stevebaker[m]: hi - happy new year ... | 21:57 |
rlandy|ruck | stevebaker[m]: could you please review patches listed in the Hardware prove/TripleO CI chat> | 21:58 |
rlandy|ruck | looks like Ian is out for a while still | 21:58 |
rlandy|ruck | thanks | 21:58 |
opendevreview | Steve Baker proposed openstack/python-tripleoclient stable/wallaby: Don't assume json network config in validations https://review.opendev.org/c/openstack/python-tripleoclient/+/823433 | 21:59 |
opendevreview | Steve Baker proposed openstack/python-tripleoclient stable/ussuri: Don't assume json network config in validations https://review.opendev.org/c/openstack/python-tripleoclient/+/823434 | 22:00 |
opendevreview | Steve Baker proposed openstack/python-tripleoclient stable/victoria: Don't assume json network config in validations https://review.opendev.org/c/openstack/python-tripleoclient/+/823435 | 22:01 |
opendevreview | Steve Baker proposed openstack/python-tripleoclient stable/train: Don't assume json network config in validations https://review.opendev.org/c/openstack/python-tripleoclient/+/823436 | 22:02 |
rlandy|ruck | Tengu: hey - left you some LADA notes in pvt chat | 22:10 |
rlandy|ruck | thanks | 22:10 |
opendevreview | Merged openstack/tripleo-common master: Remove /etc/yum.repos.d/ubi.repo https://review.opendev.org/c/openstack/tripleo-common/+/823370 | 22:36 |
opendevreview | Brent Eagles proposed openstack/tripleo-heat-templates master: Include subnet in unbound colloc port creation to ensure IP allocation https://review.opendev.org/c/openstack/tripleo-heat-templates/+/821853 | 23:11 |
opendevreview | Tom Barron proposed openstack/tripleo-ansible stable/train: Use service_net_map for ganesha_vip https://review.opendev.org/c/openstack/tripleo-ansible/+/822044 | 23:21 |
opendevreview | Tom Barron proposed openstack/tripleo-ansible stable/train: Use service_net_map for ganesha_vip https://review.opendev.org/c/openstack/tripleo-ansible/+/822044 | 23:22 |
opendevreview | Tom Barron proposed openstack/tripleo-ansible stable/train: Use service_net_map for ganesha_vip https://review.opendev.org/c/openstack/tripleo-ansible/+/822044 | 23:29 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!