Currently the FFU process from osp16.2 to osp17.0, the exported file tripleo-STACK-baremetal-deployment.yaml needs some manual configuration. Some examples: The resource_class is not added to the ROLE. The network.template is set to null. The instances.name is configure by server name instead of UUID.
Bulk moving target milestone to GA after the release of Beta on 14th June '23.
Upstream changes not incorporated into latest compose (RHOS-17.1-RHEL-9-20230712.n.1)
Need to verify if these edits should have been incorporated directly, or do they get brought in via an upgrade process? We don't have upgrade tests in our jobs so I can't determine that on my own.
You could work with your DFG on a procedure. Here is my opinion. There are eleven commits for this BZ, but some are duplicates and at least one is fixing a broken commit. You can verify most of it just by looking at deployments: The roles file is optional(verifies commit 848121): openstack overcloud node extract provisioned --help optional arguments: --roles-file ROLES_FILE, -r ROLES_FILE The convert_heat_nic_config_to_ansible_j2.py is executable(verifies commit(848123): [stack@undercloud-0 /]$ ls -l ./usr/share/openstack-tripleo-heat-templates/tools/convert_heat_nic_config_to_ansible_j2.py -rwxr-xr-x. 1 root root 21050 Jul 6 10:08 ./usr/share/openstack-tripleo-heat-templates/tools/convert_heat_nic_config_to_ansible_j2.py Look at a baremetal_deploy.yml for a Phase 3 upgrades job. Ex: http://rhos-ci-logs.lab.eng.tlv2.redhat.com/logs/rcj/DFG-upgrades-ffu-17.1-from-16.2-passed_phase2-3cont_3db_3msg_2net_3hci-ipv6-ovs_dvr/81/undercloud-0/home/stack/tripleo-qe-Cloud-0-baremetal-deployment.yaml.gz It contains: WARNING: Network config for role ControllerOpenstack was automatically converted from Heat template(verifies commit 828019) resource_class: controller (verifies commit 848313 and 849216) name: 2d42ae1d-beb0-4bb8-bc2e-b2b2bddaf7d9 (verifies commit 848447, 872291, 878850) Those along with seeing a successful Phase 3 upgrades job is enough to verify, but is your call.
bumping to z1