Skip to content

Commit

Permalink
Ensure proper tagging of compute nodes ports
Browse files Browse the repository at this point in the history
Wrong tagging of compute node parent ports make kuryr not able
to find the precreated ports, thus breaking the kuryr ports pool
functionality
  • Loading branch information
luis5tb committed Aug 31, 2020
1 parent 919c7f7 commit dfe37d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upi/openstack/compute-nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

- 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'
Expand Down

0 comments on commit dfe37d6

Please sign in to comment.