54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
---
|
|
# Path to virtualenv in which to install shade and its dependencies.
|
|
neutron_net_venv:
|
|
|
|
# Authentication type compatible with the 'os_network' Ansible module's
|
|
# auth_type argument.
|
|
neutron_net_openstack_auth_type:
|
|
|
|
# Authentication parameters compatible with the 'os_network' Ansible module's
|
|
# auth argument.
|
|
neutron_net_openstack_auth: {}
|
|
|
|
# Name of the Neutron network.
|
|
neutron_net_name:
|
|
|
|
# Provider type of the Neutron network.
|
|
neutron_net_type:
|
|
|
|
# Prpvider physical network of the Neutron network.
|
|
neutron_net_physical_network:
|
|
|
|
# Provider segmentation ID of the Neutron network.
|
|
neutron_net_segmentation_id:
|
|
|
|
# Whether the Neutron network is shared.
|
|
neutron_net_shared:
|
|
|
|
# Whether the Neutron network is external.
|
|
neutron_net_external:
|
|
|
|
# Name of the Neutron subnet.
|
|
neutron_net_subnet_name:
|
|
|
|
# CIDR representation of the Neutron subnet's IP network.
|
|
neutron_net_cidr:
|
|
|
|
# IP address of the Neutron subnet's gateway.
|
|
neutron_net_gateway_ip:
|
|
|
|
# Start of the Neutron subnet's IP allocation pool.
|
|
neutron_net_allocation_pool_start:
|
|
|
|
# End of the Neutron subnet's IP allocation pool.
|
|
neutron_net_allocation_pool_end:
|
|
|
|
# Name of the Neutron router.
|
|
neutron_net_router_name:
|
|
|
|
# List of subnets to attach to the router internal interface.
|
|
neutron_net_router_interfaces:
|
|
|
|
# Unique name or ID of the external gateway network.
|
|
neutron_net_router_network:
|