Add usage MAC for Ephemeral VM deploy
We should use interface naming independent on OS, type, speed, slot etc. This CR takes an approach that is already used for the target node. To define VMs, their script uses MAC addresses from manifests. Relates-To: #285 Change-Id: Iafffd23bc584d2daf3fed5ee301491f447498193
This commit is contained in:
@@ -112,7 +112,9 @@
|
||||
pool: "{{ airship_gate_names.pool }}"
|
||||
interfaces:
|
||||
- network: "{{ airship_gate_names.nat_network }}"
|
||||
mac: "{{ chosen_flavor.ephemeral_vm_nics[0].nat_mac | default('')}}"
|
||||
- network: "{{ airship_gate_names.provision_network }}"
|
||||
mac: "{{ chosen_flavor.ephemeral_vm_nics[0].provision_mac | default('')}}"
|
||||
|
||||
- name: Add noauth sushy-emulator to apache
|
||||
include_role:
|
||||
|
||||
Reference in New Issue
Block a user