Tuesday, 2021-09-07

*** pmannidi|AFK is now known as pmannidi00:01
*** pmannidi is now known as pmannidi|brb00:38
*** pmannidi|brb is now known as pmannidi01:58
opendevreviewamolkahat proposed openstack/tripleo-quickstart-extras master: Added stack_name variable to overcloud-delete defaults  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/80526003:11
*** pmannidi is now known as pmannidi|Lunch03:14
*** pmannidi|Lunch is now known as pmannidi04:24
opendevreviewamolkahat proposed openstack/tripleo-quickstart-extras master: Added stack_name variable to overcloud-delete defaults  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/80526004:49
opendevreviewamolkahat proposed openstack/tripleo-quickstart-extras master: [WIP] Migrate overcloud-deploy.sh shell script to ansible roles part-4  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/80033804:52
*** ysandeep|out is now known as ysandeep05:07
bandinichandankumar: o/ is there a new tag I should be using for cs9 container images? I just got Not found image: https://trunk.registry.rdoproject.org/v2/tripleomastercentos9/openstack-neutron-l3-agent/manifests/a8b72470998eaa3e1039457bf1eb53f2 which worked yesterday05:41
chandankumarbandini: https://review.opendev.org/c/openstack/tripleo-common/+/807577 please merge this05:42
* bandini looks05:42
bandinichandankumar: done05:42
chandankumarbandini: once it gets merged, we can rebuild the new containers05:42
bandinichandankumar: ok05:43
opendevreviewRajesh Tailor proposed openstack/tripleo-heat-templates master: Enable support for Libvirt modular daemons  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80391505:54
bandinichandankumar: do you know if there are any cs9 tags that exist at all? (So I can keep trying to fix stuff?)05:54
bandiniwhile the other review merges05:56
chandankumarbandini: those containers got missing05:57
chandankumargive me 30 mins05:57
bandiniah ok. 05:57
chandankumarI will get the containers with new tag05:57
bandiniw00t chandankumar++05:57
opendevreviewchandan kumar proposed openstack/tripleo-common master: temp DNM: Temp patch to test c9 container builds  https://review.opendev.org/c/openstack/tripleo-common/+/80058006:01
opendevreviewchandan kumar proposed openstack/tripleo-ci master: [WIP]Added pre from centos 9 container builds  https://review.opendev.org/c/openstack/tripleo-ci/+/80057706:05
*** amoralej|off is now known as amoralej06:12
opendevreviewVijayalakshmi proposed openstack/os-net-config master: Update sriov config service to handle nic partitioned PF  https://review.opendev.org/c/openstack/os-net-config/+/80656107:08
chandankumarbandini: podman pull trunk.registry.rdoproject.org/tripleomastercentos9/openstack-ovn-nb-db-server:a8b72470998eaa3e1039457bf1eb53f207:15
chandankumarbandini:  this tag does not contain mariadb debian file07:16
chandankumarrest of the stuff is there07:16
bandinichandankumar: ack. on it, thanks!07:16
opendevreviewAnanya proposed openstack/tripleo-ci-health-queries master: Updating the queries  https://review.opendev.org/c/openstack/tripleo-ci-health-queries/+/80728107:28
opendevreviewAnanya proposed openstack/tripleo-ci-health-queries master: Updating the queries  https://review.opendev.org/c/openstack/tripleo-ci-health-queries/+/80728107:33
*** pojadhav is now known as pojadhav|lunch07:35
opendevreviewchandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80749107:36
*** jpena|off is now known as jpena07:39
Tengubandini: heya! fyi, deploying an UC on a cs9 VM [with cs8 containers] using container-tools:3.007:44
Tengunot sure it will help on anything though, especially with the "Old" containers - will need to get chandankumar patches on my builders to get the cs9 images builds..07:45
opendevreviewmbu proposed openstack/validations-libs master: Provide a way to run non-Ansible Validation  https://review.opendev.org/c/openstack/validations-libs/+/79225707:49
opendevreviewchandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80749107:53
opendevreviewBhagyashri Shewale proposed openstack/tripleo-repos master: Add module to generate CentOS Compose repos  https://review.opendev.org/c/openstack/tripleo-repos/+/80430608:04
opendevreviewPranali Deore proposed openstack/tripleo-heat-templates master: Allow configuring distributed image import  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/78263608:06
dciabrinmarios, hey I'm not sure I got your point on https://review.opendev.org/c/openstack/tripleo-ansible/+/806610? we don't want quotes in the variable passed to the shell. We use \" because we want to pass this string rather than letting ansible coerce a boolean into a string08:10
Tengudciabrin: wondering if "{{ (true or false)|quote }}" is what marios is thinking about08:14
opendevreviewPranali Deore proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in glance  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/78362308:15
Tengudciabrin: though "{{ 'true' if .. else 'false' }}" might also be a thing.08:15
Tenguthat backslash is.. meh.08:15
TenguOR.... "{{ (pcs_resource_.. == 0)|quote }}" :)08:16
dciabrinTengu, will the |quote yield True or true?08:17
opendevreviewPranali Deore proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in glance  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/78362308:17
Tengudciabrin: that's a good question. it's python. I'm afraid it will yield True :/08:17
Tengudciabrin: oh. "true" actually.08:19
dciabrinohhh08:19
Tengudciabrin: https://paste.openstack.org/show/808614/08:19
Tenguthough..... it doesn't seem to be quoted.08:20
Tenguthat's painful.08:20
Tenguand annoying.08:20
Tengudang.08:21
Tengudciabrin: |string adds the quotes. But then it's "True"08:21
dciabrinwe don't want the quotes08:21
Tengudciabrin: "{{ (foo == 0)|string|lower }}"   => "true"08:21
Tenguah? you don't? soooo...... "{{ (foo == 0) }}"08:22
dciabrinI'll check the options with bandini when he's back08:22
dciabrinyeah that looks simpler indeed08:22
Tenguyou can play a bit with that stupid simple playbook I've pasted.08:22
Tengubut frankly... true if true else false sounds like....08:22
Tenguwell.08:22
Tenguyou know08:22
mariosdciabrin: Tengu: i think {{ 'true'|quote }} is what we want08:22
mariosdciabrin: it should work fine as you have it but if we want to avoid the escapes we can use ^ 08:22
Tengumarios: apparently nope. but I'll let dciabrin and bandini double-check08:23
Tengumarios: apparently, just "{{ foo == 0 }}" seems fine.08:23
dciabrinmarios, yeah we'll clean up the review a bit, thx for the input gents08:23
Tengu:)08:23
mariosTengu: ah so we no longer need the quotes then? 08:23
mariosdciabrin: ack 08:23
mariosthanks08:23
Tengumarios: apparently...08:23
Tengumarios: """[10:21] < dciabrin> we don't want the quotes"""08:24
mariosack 08:24
Tengucan't say more ;). but if really quotes are needed, a |string|lower is possible.08:24
Tenguconvert the bool to a string, and lower it. since a plain |string == "True"08:24
Tengu|quote doesn't seem to do the needed task.08:25
mariosquote was just referring to the \" 08:25
Tenguat least, "{{ (foo == 0) | quote }}" doesn't add any quote.08:25
Tenguanyway... they'll check.08:25
Tenguplaying with strings in ansible is always a nice journey.08:25
opendevreviewmbu proposed openstack/python-tripleoclient stable/train: [Train-Only] Run Validations outside of mistral for the deployment  https://review.opendev.org/c/openstack/python-tripleoclient/+/80712508:27
Tenguadded a comment with the possibilities.08:27
Tenguhave to drop - back after lunch.08:27
opendevreviewSandeep Yadav proposed openstack/tripleo-quickstart-extras master: Override default network_data/vip yaml for downstream bm jobs  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/80672408:33
opendevreviewSandeep Yadav proposed openstack/tripleo-quickstart-extras master: Override default network_data/vip yaml for downstream bm jobs  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/80672408:35
opendevreviewJiri Podivin proposed openstack/validations-libs master: Simple schema validation mechanism  https://review.opendev.org/c/openstack/validations-libs/+/79627109:00
opendevreviewBhagyashri Shewale proposed openstack/tripleo-repos master: Add module to generate CentOS Compose repos  https://review.opendev.org/c/openstack/tripleo-repos/+/80430609:01
opendevreviewchandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80749109:06
opendevreviewJiri Podivin proposed openstack/tripleo-ci master: WIP/DNM - Add fips job  https://review.opendev.org/c/openstack/tripleo-ci/+/79894809:16
opendevreviewMerged openstack/tripleo-common master: Add security_reset.expect.10.5 from kolla for mariadb>10.5  https://review.opendev.org/c/openstack/tripleo-common/+/80757709:17
opendevreviewMerged openstack/tripleo-ci-health-queries master: Updating the queries  https://review.opendev.org/c/openstack/tripleo-ci-health-queries/+/80728109:26
*** pojadhav|lunch is now known as pojadhav09:53
opendevreviewchandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80749109:55
opendevreviewamolkahat proposed openstack/tripleo-quickstart-extras master: Added stack_name variable to overcloud-delete defaults  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/80526010:02
opendevreviewMerged openstack/tripleo-heat-templates master: Do not create mysql user if it already exists  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80757610:05
opendevreviewSlawek Kaplonski proposed openstack/tripleo-heat-templates master: Allow neutron to configure secure RBAC options  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80654710:18
opendevreviewBhagyashri Shewale proposed openstack/tripleo-repos master: Add module to generate CentOS Compose repos  https://review.opendev.org/c/openstack/tripleo-repos/+/80430610:21
opendevreviewMerged openstack/tripleo-ansible stable/wallaby: Update stack delete to support local stacks  https://review.opendev.org/c/openstack/tripleo-ansible/+/80726410:32
*** jcapitao is now known as jcapitao_lunch10:43
opendevreviewchandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80749110:47
opendevreviewSorin Sbârnea proposed openstack/tripleo-repos master: WIP: Improve get_hash module testing  https://review.opendev.org/c/openstack/tripleo-repos/+/80770010:47
opendevreviewSorin Sbârnea proposed openstack/tripleo-repos master: WIP: Improve get_hash module testing  https://review.opendev.org/c/openstack/tripleo-repos/+/80770010:54
opendevreviewJesse Pretorius proposed openstack/tripleo-heat-templates master: Install python3-openstackclient after the leapp upgrade  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80770110:58
hjensasWhich featureset is tripleo-ci-centos-8-containers-multinode ?11:09
*** pojadhav is now known as pojadhav|afk11:10
ysandeephjensas, fs010 but let me cross check11:10
ysandeephjensas: yes fs010 https://opendev.org/openstack/tripleo-ci/src/branch/master/zuul.d/multinode-jobs.yaml#L230-L236 11:11
hjensasysandeep: thanks, hopefully I will remember where to look next time!11:12
ysandeep:D11:13
hjensasysandeep: we don't test anything older than train now right?11:13
ysandeephjensas: correct11:14
opendevreviewHarald Jensås proposed openstack/tripleo-quickstart master: Disable protected resourced types in fs010  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80770311:20
opendevreviewHarald Jensås proposed openstack/python-tripleoclient master: Dynamic defaults for roles, networks, vips and bm  https://review.opendev.org/c/openstack/python-tripleoclient/+/79797911:21
opendevreviewHarald Jensås proposed openstack/python-tripleoclient master: Deprecate network data v1 definition  https://review.opendev.org/c/openstack/python-tripleoclient/+/79864211:21
opendevreviewHarald Jensås proposed openstack/tripleo-quickstart master: Re-enable protected resource types  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80770411:21
opendevreviewHarald Jensås proposed openstack/tripleo-quickstart-extras master: Use network-v2 workflow for Controlplane VIP  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/80656211:22
opendevreviewchandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80749111:25
*** jpena is now known as jpena|lunch11:26
opendevreviewMerged openstack/tripleo-heat-templates master: GnocchiArchivePolicy has been removed  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80749211:29
*** pojadhav|afk is now known as pojadhav11:30
opendevreviewamolkahat proposed openstack/tripleo-quickstart-extras master: Added stack_name variable to overcloud-delete defaults  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/80526011:51
opendevreviewMichele Baldessari proposed openstack/tripleo-heat-templates stable/wallaby: Do not create mysql user if it already exists  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80764212:01
opendevreviewMarios Andreou proposed openstack/tripleo-repos master: Fix config issue loaded default config and ignoring overrides  https://review.opendev.org/c/openstack/tripleo-repos/+/80770912:08
marioszbr: ^^ 12:08
*** jcapitao_lunch is now known as jcapitao12:11
*** amoralej is now known as amoralej|lunch12:12
opendevreviewMerged openstack/tripleo-upgrade stable/victoria: Move pre overcloud upgrade task  https://review.opendev.org/c/openstack/tripleo-upgrade/+/80738912:18
opendevreviewMerged openstack/tripleo-upgrade stable/ussuri: Move pre overcloud upgrade task  https://review.opendev.org/c/openstack/tripleo-upgrade/+/80763012:18
opendevreviewMarios Andreou proposed openstack/tripleo-quickstart master: Use tripleo.repos.get_hash in repo-setup role  https://review.opendev.org/c/openstack/tripleo-quickstart/+/79148612:19
*** jpena|lunch is now known as jpena12:24
*** eagles_ is now known as eagles12:25
*** amoralej|lunch is now known as amoralej12:41
zbrmarios: i seen it but i will avoid adding a -1 to it due to no tests added to cover the modified code12:47
marioszbr: i want to rebase your review onto it 12:47
marioszbr: trouble is we cant have depends-on as build-test-packages comes after repo-setup... so the depends-on in https://review.opendev.org/c/openstack/tripleo-quickstart/+/791486 wont be tested we need it merged first before the d/stream will work (so left my -2 there)12:48
opendevreviewMerged openstack/tripleo-common stable/train: [Train-only] Upload validation container in swift  https://review.opendev.org/c/openstack/tripleo-common/+/80687812:48
opendevreviewMichele Baldessari proposed openstack/tripleo-heat-templates master: DNM quick override to deploy mariadb on centos9  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80718112:53
*** ysandeep is now known as ysandeep|out13:07
cloudnullmornings 13:16
opendevreviewKevin Carter proposed openstack/tripleo-heat-templates master: Add a configuration option to enable secure RBAC in Heat  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80427913:19
opendevreviewKevin Carter proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in placement  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80425913:22
opendevreviewKevin Carter proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in nova  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80425413:23
opendevreviewKevin Carter proposed openstack/tripleo-heat-templates master: Allow barbican to configure secure RBAC options  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80427713:24
opendevreviewKevin Carter proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in glance  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/78362313:25
opendevreviewKevin Carter proposed openstack/tripleo-heat-templates master: Allow neutron to configure secure RBAC options  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80654713:25
mariosTengu: totally joined the wrong call ;)13:31
mariosTengu: i blame the google interface ;) sure i clicked on the ci call :)13:31
Tengumarios: :D13:32
Tengumarios: go grab some more coffee :D13:32
*** Lewis_ is now known as Guest659613:33
opendevreviewJuan Badia Payno proposed openstack/tripleo-ansible master: bnr: Fixed the ERROR 1141 when users has fqdn  https://review.opendev.org/c/openstack/tripleo-ansible/+/80772714:11
opendevreviewLance Bragstad proposed openstack/tripleo-heat-templates master: DNM: Provide a template to enable project personas  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/78157114:17
lbragstadcloudnull ^ that's getting pretty long - i imagine i'm going to have to break that into separate files, yeah?14:18
cloudnullslagle ^ 14:18
cloudnulllbragstad I updated all of those rbac reviews to use the consistent global this morning 14:19
cloudnullJ FYI14:19
lbragstadcloudnull nice - thank you14:19
cloudnullslagle qq- lbragstad is working on that templte which create a mess of policy, it is a BIG template which i think is going to trigger a failure similar to what we had when I was running with the pre-generated roles file. i.e. https://bugs.launchpad.net/tripleo/+bug/193667714:21
opendevreviewMerged openstack/tripleo-upgrade stable/victoria: Allow applying workaround patches in containers.  https://review.opendev.org/c/openstack/tripleo-upgrade/+/80738414:22
opendevreviewMerged openstack/tripleo-validations stable/wallaby: Fail validation if pacemaker service is not active  https://review.opendev.org/c/openstack/tripleo-validations/+/80690314:22
cloudnullthoughts on how we can break that up, increase the size limits, or if there's a good way to wrangle all this?14:22
lbragstadi think it makes sense to break the policies into separate files based on the service, but it would require you to pass in all those templates for all the services in your deployment14:24
lbragstadand that kinda seems like a pain14:25
opendevreviewBogdan Dobrelya proposed openstack/tripleo-ansible master: Wrap stopping podman -t with systemd timeouts  https://review.opendev.org/c/openstack/tripleo-ansible/+/80675314:25
slaglecloudnull: that's an environment file, not a template, but I wonder if the limit still applies14:26
opendevreviewMichele Baldessari proposed openstack/tripleo-ansible master: Check whether an HA resource already exists explicitly  https://review.opendev.org/c/openstack/tripleo-ansible/+/80661014:26
slagleheat does store the environment in the db, might be a different limit though14:26
cloudnull+ +14:26
opendevreviewDavid Hill proposed openstack/tripleo-heat-templates master: Configure api_base_uri to DesignateEndpoint URI  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80773214:31
hjensastemplate max size is 512 KiB by default right? lbragstad's file is still "just" 90.1 kB (90,149 bytes). So should be fine?14:41
lbragstadhttps://github.com/openstack/heat/blob/master/heat/common/config.py#L91-L9314:42
lbragstadi'm trying to run it in a deploy now to see if it breaks14:42
opendevreviewJiri Podivin proposed openstack/tripleo-ci master: WIP/DNM - Add fips job  https://review.opendev.org/c/openstack/tripleo-ci/+/79894814:48
lbragstadwell - i'm into the ansible bits of the deploy, so i don't think heat blew up with an environment that large14:54
* lbragstad shrugs14:54
lbragstadunless there is a better way to verify that?14:55
jpodivinade_lee_: quick update on the tripleo-ci jobs, seems like we have issue with package sig. In retrospect I should have thought of that. https://zuul.opendev.org/t/zuul/build/1ccde297cf46481281021a7040034ccd14:57
ade_lee_jpodivin, can you tell it to ignore signature validation?14:58
* jpodivin checking docs14:58
jpodivindone, 14:59
opendevreviewalexey-mr proposed openstack/os-net-config stable/wallaby: Allow linux tap to use routes  https://review.opendev.org/c/openstack/os-net-config/+/80764814:59
ade_lee_jpodivin, cool14:59
opendevreviewalexey-mr proposed openstack/os-net-config stable/ussuri: Allow linux tap to use routes  https://review.opendev.org/c/openstack/os-net-config/+/80764914:59
opendevreviewalexey-mr proposed openstack/os-net-config stable/victoria: Allow linux tap to use routes  https://review.opendev.org/c/openstack/os-net-config/+/80775015:00
ade_lee_jpodivin, at least we know it can get there15:00
opendevreviewalexey-mr proposed openstack/os-net-config stable/train: Allow linux tap to use routes  https://review.opendev.org/c/openstack/os-net-config/+/80775115:00
jpodivinade_lee_: yep15:01
opendevreviewMerged openstack/tripleo-ansible master: The ceph dashboard backends should listen on the storage network  https://review.opendev.org/c/openstack/tripleo-ansible/+/80760715:34
opendevreviewMerged openstack/tripleo-heat-templates master: Fix the CephDashboardNetwork default  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80761015:34
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible stable/wallaby: The ceph dashboard backends should listen on the storage network  https://review.opendev.org/c/openstack/tripleo-ansible/+/80775315:35
opendevreviewFrancesco Pantano proposed openstack/tripleo-heat-templates stable/wallaby: Fix the CephDashboardNetwork default  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80774715:39
opendevreviewFrancesco Pantano proposed openstack/tripleo-heat-templates stable/wallaby: Fix the CephDashboardNetwork default  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80774715:47
opendevreviewAnanya proposed openstack/openstack-tempest-skiplist master: Adding periodic-tripleo-ci-centos-8-scenario010-standalone-ussuri to octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest skiplist  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/80777015:52
opendevreviewMerged openstack/tripleo-specs master: Add spec for keystoneless undercloud  https://review.opendev.org/c/openstack/tripleo-specs/+/79661916:00
*** marios is now known as marios|out16:01
*** amoralej is now known as amoralej|off16:05
opendevreviewBrent Eagles proposed openstack/tripleo-heat-templates master: Ensure startup files exist before containers might be started  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80051116:42
*** jpena is now known as jpena|off16:46
cloudnullanyone recently seen - Error: Error initializing source docker://localhost/tripleo/openstack-heat-api:ephemeral: error pinging docker registry localhost: Get "https://localhost/v2/": dial tcp [::1]:443: connect: connection refused - upgraded the undercloud to head, it now seems we're expecting the local registry to have TLS?17:16
cloudnullmy registry is up and running on :8787 but i've nothing listening on 443 17:16
cloudnullerror is originating from the following command17:18
cloudnull$ sudo podman run --rm --user heat --volume /home/centos/overcloud-deploy/rk-openstack-0/heat-launcher/heat.conf:/etc/heat/heat.conf:z --volume /home/centos/overcloud-deploy/rk-openstack-0/heat-launcher:/home/centos/overcloud-deploy/rk-openstack-0/heat-launcher:z localhost/tripleo/openstack-heat-api:ephemeral heat-manage db_sync17:18
cloudnullsomething new with ephemeral heat?17:18
slagleit shouldn't be trying to contact any registry17:18
slaglethe image should have been prepared in the local storage during the uc install17:19
slagle"podman images" should show the needed images for ephem heat, if not, something didn't work during uc install17:19
cloudnullthis was a uc upgrade. so maybe I'm missing that image 17:19
cloudnullranL openstack undercloud upgrade --yes17:19
slaglecip should take care of it. does that run during upgrade?17:20
cloudnullidk?17:22
mwhahahasomeone hit that recently and i was user error iirc17:23
mwhahahawe manually create the image locally in some step17:23
mwhahahait might be missing from upgrades tho?17:23
cloudnullI'll rerun undercloud install (not upgrade) and see if it corrects itself 17:25
opendevreviewamolkahat proposed openstack/tripleo-operator-ansible master: Modified shell_args plugin for nested lists.  https://review.opendev.org/c/openstack/tripleo-operator-ansible/+/80777817:29
cloudnullmwhahaha slagle so rerunning overcloud deploy (after the upgrade) seems to have solved the issue.17:42
cloudnullthe migration succeeded at-least 17:42
slagleuc install or oc deploy?17:43
cloudnullProcess:17:47
cloudnullUC upgrade + OC deploy = Fail17:48
cloudnullUC upgrade + UC install + OC deploy = Success 17:48
opendevreviewAnanya proposed openstack/openstack-tempest-skiplist master: Adding Periodic SC10 standalone ussuri job to skiplist  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/80777017:53
mwhahahawe're missing the hostprep task that creates the image18:00
mwhahaha(should be in the upgrade tho)18:00
mwhahahahttps://github.com/openstack/tripleo-heat-templates/blob/master/deployment/heat/heat-ephemeral-container-ansible.yaml18:00
mwhahahamaybe bad roles file?18:00
opendevreviewMerged openstack/python-tripleoclient stable/victoria: Remove name parameter from cell export  https://review.opendev.org/c/openstack/python-tripleoclient/+/80725018:01
opendevreviewLance Bragstad proposed openstack/tripleo-heat-templates master: DNM: Provide a template to enable project personas  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/78157118:03
opendevreviewBrent Eagles proposed openstack/tripleo-heat-templates master: Allow configuration of the managed resource email address  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80139118:12
opendevreviewDavid Vallee Delisle proposed openstack/tripleo-heat-templates master: Enable support for Libvirt modular daemons  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80391518:13
cloudnullmwhahaha https://github.com/cloudnull/tripleo-deployment-templates/blob/main/roles-data.yaml this is my roles file 18:14
mwhahahait's on the undercloud18:14
mwhahahanot overcloud18:14
cloudnulloh , could be . 18:15
mwhahahabasically its like you didn't have https://github.com/openstack/tripleo-heat-templates/blob/master/deployment/heat/heat-ephemeral-container-ansible.yaml#L59-L80 execute18:15
mwhahahaand undercloud upgrade is upgrade tasks + install tasks so that seems weird18:16
cloudnullidk ?18:17
cloudnullthis is running the head of master, so maybe something isn't quite right after installing the updated packages / running upgrade?18:18
opendevreviewDavid Vallee Delisle proposed openstack/tripleo-heat-templates master: Enable support for Libvirt modular daemons  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80391518:26
opendevreviewBrent Eagles proposed openstack/tripleo-puppet-elements master: Add octavia client to the installed packages for the overcloud-image  https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/80779118:38
opendevreviewLance Bragstad proposed openstack/tripleo-heat-templates master: DNM: Provide a template to enable project personas  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/78157118:59
fultonjcloudnull: my overcloud deplpoy also failed on docker://localhost/tripleo/openstack-heat-api:ephemeral 19:04
fultonji used overrides to workaround it19:05
fultonj--heat-type pod --skip-heat-pull --heat-container-engine-image quay.io/tripleomaster/openstack-heat-all:current-tripleo --heat-container-api-image quay.io/tripleomaster/openstack-heat-api:current-tripleo19:05
fultonjwhere i had 'podman pull'd quay.io/tripleomaster/openstack-heat-api:current-tripleo' prior to deploying with ^ 19:06
fultonji am now rebuilding my env w/ latest to see if i hit that again19:06
fultonjcloudnull: did you open a bug for this?19:07
* fultonj assumes not because you got it working and your env might have been in a bad state19:11
* fultonj hopes heat-ephemeral-container-ansible.yaml#L59-L80 will put the container at localhost/ this time around19:13
opendevreviewChris Sibbitt proposed openstack/tripleo-ansible master: WIP/DNM Testing fips playbook with metrics_qdr  https://review.opendev.org/c/openstack/tripleo-ansible/+/80626819:28
opendevreviewJames Parker proposed openstack/tripleo-upgrade master: Add different migration actions based on guest  https://review.opendev.org/c/openstack/tripleo-upgrade/+/79837319:30
cloudnullfultonj no i didn't open an issue for it, rerunning undercloud install seemed to pull the appropriate image. sadly it doesn't seem to pull new images on undercloud upgrade. for whatever reason 19:36
fultonjcloudnull: ok, thanks for letting me know. i'll see if i run into it again in my new env19:37
opendevreviewBrendan Shephard proposed openstack/python-tripleoclient master: Fix update run for Ephemeral Heat  https://review.opendev.org/c/openstack/python-tripleoclient/+/80557520:32
slaglecloudnull: this was victoria -> master? or something else?20:41
cloudnullslagle no it was master (two weeks ago) > master (today)20:42
slagleoh, strange. master 2 weeks ago would have had the images prepared.20:43
slagledo we have something that prunes unused images?20:43
cloudnullIdk. 20:48
cloudnullI wouldn’t think so? 20:48
opendevreviewMerged openstack/tripleo-heat-templates stable/victoria: NovaLiveMigrationPermitAutoConverge should default to True  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80726720:59
opendevreviewMerged openstack/tripleo-heat-templates master: Explicitly set ironic::json_rpc::project_name  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80642020:59
opendevreviewMerged openstack/os-net-config master: Allow linux tap to use routes  https://review.opendev.org/c/openstack/os-net-config/+/80716020:59
opendevreviewMerged openstack/tripleo-heat-templates stable/wallaby: Revert "Disable postcopy for ovn/ovs-dpdk"  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80705520:59
opendevreviewMerged openstack/tripleo-heat-templates stable/victoria: Revert "Disable postcopy for ovn/ovs-dpdk"  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80705620:59
opendevreviewMerged openstack/tripleo-ci master: Use jinja for image build conditionals  https://review.opendev.org/c/openstack/tripleo-ci/+/80577220:59
opendevreviewMerged openstack/python-tripleoclient master: Remove --standalone option  https://review.opendev.org/c/openstack/python-tripleoclient/+/75344720:59
opendevreviewMerged openstack/python-tripleoclient master: Eliminating a race condition in the export_stack function  https://review.opendev.org/c/openstack/python-tripleoclient/+/80540920:59
opendevreviewMerged openstack/python-tripleoclient stable/train: Revert "[train-only] post stack creation tsx validation"  https://review.opendev.org/c/openstack/python-tripleoclient/+/80706620:59
opendevreviewMerged openstack/tripleo-heat-templates stable/train: Revert "[train-only] Adding ForceNoTsx flag"  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80706520:59
opendevreviewHarald Jensås proposed openstack/tripleo-quickstart master: Disable protected resourced types in fs010  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80770320:59
opendevreviewHarald Jensås proposed openstack/tripleo-quickstart master: Re-enable protected resource types  https://review.opendev.org/c/openstack/tripleo-quickstart/+/80770420:59
opendevreviewMerged openstack/tripleo-heat-templates master: Allow configuring distributed image import  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/78263620:59
opendevreviewMerged openstack/tripleo-heat-templates master: Revert "tripleo-podman: Enable podman.socket"  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/80737621:00
opendevreviewMerged openstack/puppet-tripleo master: [c9] wrappers should start containers with host's cgroupns  https://review.opendev.org/c/openstack/puppet-tripleo/+/80253121:00
opendevreviewLance Bragstad proposed openstack/tripleo-heat-templates master: DNM: Provide a template to enable project personas  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/78157121:09
lbragstadcloudnull ok - i think ^ has just about every service we looked at initially21:10
lbragstadand attempts to implement project personas across the board consistently for them 21:10
cloudnullnice!21:11
lbragstadi guess the trick now will be seeing how that breaks when we include it in a run21:14
cloudnull🤞21:17
opendevreviewMerged openstack/tripleo-ansible master: Enforce root user at the beginning of container build  https://review.opendev.org/c/openstack/tripleo-ansible/+/80729722:22
opendevreviewBrendan Shephard proposed openstack/python-tripleoclient master: Fix update run for Ephemeral Heat  https://review.opendev.org/c/openstack/python-tripleoclient/+/80557522:50

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!