Monday, 2022-08-15

opendevreviewBrendan Shephard proposed openstack/tripleo-docs master: Update config-download documentation  https://review.opendev.org/c/openstack/tripleo-docs/+/84771201:00
opendevreviewYamato Tanaka proposed openstack/tripleo-heat-templates stable/wallaby: [Stable only] Apply IronicIPXEUefiSnpOnly to uefi_pxe_bootfile_name  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/85307701:38
opendevreviewYamato Tanaka proposed openstack/tripleo-heat-templates stable/train: [Stable only] Apply IronicIPXEUefiSnpOnly to uefi_pxe_bootfile_name  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/85307801:49
lecris[m]Can somebody help me with the ssl configuration? For starters, if I set ipa_otp, it doesn't set undercloud ssl as well right?02:33
bshepharHey. Happy Monday. Looking for a quick review on: https://review.opendev.org/c/openstack/tripleo-ansible/+/851482/ if anyone gets a moment today.04:16
opendevreviewKeigo Noha proposed openstack/os-net-config master: os-net-config runs ethtool command without restarting interfaces  https://review.opendev.org/c/openstack/os-net-config/+/85252704:26
opendevreviewchandan kumar proposed openstack/tripleo-quickstart master: [DNM] testing lp1985981  https://review.opendev.org/c/openstack/tripleo-quickstart/+/85314205:58
*** ysandeep is now known as ysandeep|holiday06:35
opendevreviewMartin Schuppert proposed openstack/tripleo-heat-templates stable/wallaby: Set host_routes in environments/deployed-network-environment.j2.yaml  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/85309306:53
opendevreviewKeigo Noha proposed openstack/os-net-config master: os-net-config runs ethtool command without restarting interfaces  https://review.opendev.org/c/openstack/os-net-config/+/85252706:55
*** chandankumar is now known as chkumar|ruck07:37
lecris[m]Anyone familiar with tripelo ssl setup over here now?08:50
waleedmhi guys, I'm trying to install undercloud tripleo master and I got this error when trying to run enutron_ovs_bridge container 08:53
waleedmchange from 1053 to 'puppet' failed: Failed to set owner to '52': Read-only file system @ apply2files - /etc/puppet/devices; File[/etc/puppet/devices]: change from 1691 to 'puppet' failed: Failed to set group to '52': Read-only file system @ apply2files - /etc/puppet/devices08:53
waleedmAnyone could help with that?08:53
*** dviroel|out is now known as dviroel11:38
opendevreviewMerged openstack/tripleo-heat-templates master: Ironic: Add parameter to tune workers  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/83697911:53
opendevreviewBrendan Shephard proposed openstack/tripleo-quickstart master: Default master to el9  https://review.opendev.org/c/openstack/tripleo-quickstart/+/85307412:19
opendevreviewMerged openstack/tripleo-heat-templates master: Add ipv6 support in environments/deployed-network-environment.j2.yaml  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/85226712:20
opendevreviewDouglas Viroel proposed openstack/tripleo-quickstart master: [FIPS] Exclude gnutls 3.7.6 which is failing on fips  https://review.opendev.org/c/openstack/tripleo-quickstart/+/85291412:27
opendevreviewMarios Andreou proposed openstack/tripleo-quickstart-extras master: Adds dlrn_hash resolution tripleo-get-hash for periodic mixed rhel  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/85316712:29
opendevreviewMarios Andreou proposed openstack/tripleo-heat-templates stable/wallaby: DNM testing tripleo-ci-centos-8-9-multinode-mixed-os tqe/853167  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/85299012:34
*** Guest5 is now known as rcastillo13:06
*** rcastillo is now known as rcastillo|rover13:06
opendevreviewchandan kumar proposed openstack/tripleo-quickstart master: Temporarily install catatonit  https://review.opendev.org/c/openstack/tripleo-quickstart/+/85314213:38
*** Guest167 is now known as dasm14:15
opendevreviewchandan kumar proposed openstack/tripleo-quickstart master: Temporarily install catatonit  https://review.opendev.org/c/openstack/tripleo-quickstart/+/85314215:46
*** dviroel is now known as dviroel|lunch15:49
*** chkumar|ruck is now known as chandankumar15:51
*** marios is now known as marios|out15:54
opendevreviewBrent Eagles proposed openstack/tripleo-ansible master: Remove config of desginate binds as forward resovlers  https://review.opendev.org/c/openstack/tripleo-ansible/+/85318116:02
fultonjThe tripleo_nova_compute role [1] is missing after I run gerrit-pull-changes.sh from [2]17:01
fultonj[1] https://review.opendev.org/c/openstack/tripleo-ansible/+/84365917:01
fultonj[2] https://etherpad.opendev.org/p/tripleo-standalone-roles#L7017:01
fultonjslagle ^ fyi17:01
*** dviroel|lunch is now known as dviroel17:01
fultonj'ls ~/tripleo-ansible/roles/ | grep nova' returns only tripleo_nova_image_cache and tripleo_nova_libvirt 17:02
slagleprobably need to add I69b135fd76883498d01e51851a337970a7987454 as a depends-on17:04
slaglei thought it was brought in transitively, but something could have changed17:04
opendevreviewJames Slagle proposed openstack/tripleo-ansible master: Add initial standalone playbooks and inventory for a compute node  https://review.opendev.org/c/openstack/tripleo-ansible/+/84050917:05
* fultonj tries again17:05
slaglethere's a conflict, just a sec17:06
fultonjFWIW i now seetripleo_nova_compute in ~/tripleo-ansible/roles/ 17:07
* fultonj doesn't usually depends-on within the same repo17:08
fultonjbut that seems to be a directive for the script only17:09
slaglenone of the other patches depend on each other, so keeping them in the same tree was a pita17:09
slagleespecially with multiple autors17:09
slagleauthors17:10
fultonji imagine so17:10
fultonjthanks slagle 17:13
slaglelooks like there's just a conflict in zuul.d/molecule.yaml when the nova_compute role is cherry-picked17:15
slagleprobably easiest to just have nova_compute and nova_libvirt in the same tree, that would probably fix that17:16
slaglein the  meantime, it's easy to resolve manually17:16
fultonjthanks for adding the depends-on that works for me17:21
opendevreviewTerry Wilson proposed openstack/tripleo-heat-templates stable/wallaby: Fix ovsdb-server for IPv6 listening addresses  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/85310117:39
opendevreviewTerry Wilson proposed openstack/tripleo-heat-templates stable/wallaby: Fix ovsdb-server for IPv6 listening addresses  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/85310117:47
opendevreviewDouglas Viroel proposed openstack/openstack-virtual-baremetal master: DNM - Testing overcloud with affinity group  https://review.opendev.org/c/openstack/openstack-virtual-baremetal/+/85319319:17
*** dviroel is now known as dviroel|brb19:31
opendevreviewMerged openstack/tripleo-quickstart master: Temporarily install catatonit  https://review.opendev.org/c/openstack/tripleo-quickstart/+/85314221:18
*** dviroel|brb is now known as dviroel22:08
*** dviroel is now known as dviroel|out22:12
*** dasm is now known as dasm|off22:28
opendevreviewBrendan Shephard proposed openstack/tripleo-common master: Add multi-rhel support for Storage services  https://review.opendev.org/c/openstack/tripleo-common/+/85320723:31
opendevreviewTakashi Kajinami proposed openstack/tripleo-heat-templates master: Disable [oslo_messaging_rabbit] heartbeat_in_pthread  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/85257923:55

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