eezhova

cloud_config.yml.j2

Jan 25th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.05 KB | None | 0 0
  1. avi_cloud_discovery_wait: 180
  2.  
  3. avi_config:
  4.   cloud:
  5.     - api_version: {{ avi_api_version }}
  6.       name: openstack
  7.       vtype: CLOUD_OPENSTACK
  8.       dhcp_enabled: true
  9.       mtu: 1500
  10.       state: present
  11.       openstack_configuration:
  12.         admin_tenant: {{ openstack_configuration.admin_tenant }}
  13.         allowed_address_pairs: true
  14.         anti_affinity: true
  15.         auth_url: {{ openstack_configuration.auth_url }}
  16.         config_drive: true
  17.         contrail_plugin: false
  18.         external_networks: false
  19.         free_floatingips: false
  20.         hypervisor: KVM
  21.         import_keystone_tenants: false
  22.         insecure: true
  23.         mgmt_network_name: {{ openstack_configuration.mgmt_network_name }}
  24.         neutron_rbac: true
  25.         port_security: false
  26.         privilege: WRITE_ACCESS
  27.         region: RegionOne
  28.         security_groups: true
  29.         tenant_se: true
  30.         use_admin_url: true
  31.         use_keystone_auth: true
  32.         username: {{ openstack_configuration.username }}
  33.         password: {{ openstack_configuration.password }}
Advertisement
Add Comment
Please, Sign In to add comment