We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4512c2 commit 0499644Copy full SHA for 0499644
ansible/roles/create-inventory/tasks/main.yml
@@ -39,9 +39,9 @@
39
- name: Public VLAN in MNO cluster
40
when: public_vlan and cluster_type == "mno"
41
block:
42
- - name: Public VLAN - Configuring controlplane_network_interface_idx to the last interface
+ - name: Public VLAN - Set controlplane_network_interface_idx to -1 for the last interface
43
set_fact:
44
- controlplane_network_interface_idx: "{{ ocpinventory.json.nodes[0].mac | length - 1 }}"
+ controlplane_network_interface_idx: "-1"
45
46
- name: Get assignment from scalelab quads
47
uri:
0 commit comments