From d4d171d89d019842a6c74a8cd93a806024db11b3 Mon Sep 17 00:00:00 2001 From: Luis Tomas Bolivar Date: Mon, 31 Aug 2020 09:21:25 +0200 Subject: [PATCH 1/2] Ensure proper tagging of compute node ports Wrong tagging of compute node parent ports make kuryr not able to find the precreated ports, thus breaking the kuryr ports pool functionality --- modules/installation-osp-creating-compute-machines.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installation-osp-creating-compute-machines.adoc b/modules/installation-osp-creating-compute-machines.adoc index bfec076286e3..46f4ab6121e8 100644 --- a/modules/installation-osp-creating-compute-machines.adoc +++ b/modules/installation-osp-creating-compute-machines.adoc @@ -47,7 +47,7 @@ After standing up the control plane, create compute machines. - name: 'Set Compute ports tag' command: - cmd: "openstack port set --tag {{ [cluster_id_tag] }} {{ item.1 }}-{{ item.0 }}" + cmd: "openstack port set --tag {{ cluster_id_tag }} {{ item.1 }}-{{ item.0 }}" with_indexed_items: "{{ [os_port_worker] * os_compute_nodes_number }}" - name: 'List the Compute Trunks' From de3499d41e3f45ae86742e828a0d1e7ad4a37f1e Mon Sep 17 00:00:00 2001 From: Max Bridges Date: Mon, 31 Aug 2020 10:14:43 -0400 Subject: [PATCH 2/2] Add Kuryr UPI to included assemblies list --- modules/installation-osp-creating-compute-machines.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/installation-osp-creating-compute-machines.adoc b/modules/installation-osp-creating-compute-machines.adoc index 46f4ab6121e8..b0f91c8508e3 100644 --- a/modules/installation-osp-creating-compute-machines.adoc +++ b/modules/installation-osp-creating-compute-machines.adoc @@ -1,6 +1,7 @@ // Module included in the following assemblies: // // * installing/installing_openstack/installing-openstack-user.adoc +// * installing/installing_openstack/installing-openstack-user-kuryr.adoc [id="installation-osp-creating-compute-machines_{context}"] = Creating compute machines