A change recently changed .yml file extensions to .yaml. This change updates an ansible vars file that was missed during the refactor in order to restore CI functionality. Change-Id: Id832f71d2073ad1b3a552ad67a0a1617e80ea32a Signed-off-by: Drew Walters <andrew.walters@att.com>
15 lines
383 B
YAML
15 lines
383 B
YAML
airship_gate_redfish:
|
|
port: 8000
|
|
bind_address: "127.0.0.1"
|
|
|
|
airship_gate_names:
|
|
provision_network: air_prov
|
|
provision_network_bridge: "prov_br"
|
|
nat_network: "air_nat"
|
|
nat_network_bridge: "nat_br"
|
|
ephemeral_vm: air-ephemeral
|
|
target_vm_prefix: "air-target"
|
|
target_separator: "-"
|
|
target_volume_prefix: "vol_target"
|
|
ephemeral_volume: "vol_ephemeral"
|
|
pool: airship |