tripleo-ansible/tripleo_ansible/inventory/02-computes

28 lines
979 B
Plaintext

Compute:
hosts:
# Add additional computes here, and optionally drop localhost.
# Add host vars under the host_vars dir.
localhost:
ansible_connection: local
vars:
service_net_map:
nova_api_network: internal_api
nova_libvirt_network: internal_api
# tripleo_network_config
# Default nic config template for a TripleO compute node
# These vars are tripleo_network_config role vars
tripleo_network_config_template: templates/net_config_static_bridge.j2
tripleo_network_config_hide_sensitive_logs: false
#
# These vars are for the network config templates themselves and are
# considered TripleO network defaults.
neutron_physical_bridge_name: br-ex
neutron_public_interface_name: eth1
ctlplane_subnet_cidr: 24
ctlplane_gateway_ip: 192.168.24.1
# tripleo_nodes_validation
tripleo_nodes_validation_validate_controllers_icmp: false
tripleo_nodes_validation_validate_gateway_icmp: false