
airship-libvirt-gate role is designed to build a fully functioning all-in-one type infrastructure for development, testing or gating purpose on top of libvirt + qemu. It has concept of `Flavor` which would allow users to pick fingerprint (size of the env). In this commit only flavor called `small` is introduced. In near future we will add other flavors. For default usecases please see examples/playbooks/gate directory. Change-Id: Ifefd299592b91ce2810794eb29050874977397f2
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 |