Skip to content

Instantly share code, notes, and snippets.

@titom73
Created April 18, 2018 16:33
Show Gist options
  • Save titom73/0780a0c0bb63eee8ecb64c71fe9bce37 to your computer and use it in GitHub Desktop.
Save titom73/0780a0c0bb63eee8ecb64c71fe9bce37 to your computer and use it in GitHub Desktop.
contrail 5.0 AIO VM
provider_config:
bms:
ssh_pwd: <PUT YOUR ROOT PASSWORD HERE>
ssh_user: root
domainsuffix: home
ntpserver: 66.129.255.62
instances:
bms1:
provider: bms
ip: <IP OF YOUR FIRST INTERFACE>
roles:
config_database:
config:
control:
analytics_database:
analytics:
webui:
openstack_control:
openstack_network:
openstack_storage:
openstack_monitoring:
vrouter:
PHYSICAL_INTERFACE: <YOUR FIRST INTERFACE>
openstack_compute:
kolla_config:
customize:
nova.conf: |
[libvirt]
virt_type=qemu
cpu_mode=none
kolla_globals:
network_interface: ens192
openstack_release: ocata
contrail_api_interface_address: 10.73.1.247
enable_haproxy: no
enable_swift: no
enable_barbican: no
enable_heat: no
kolla_passwords:
keystone_admin_password: contrail123
global_configuration:
CONTAINER_REGISTRY: opencontrailnightly
contrail_configuration:
CONTRAIL_VERSION: latest
CLOUD_ORCHESTRATOR: openstack
UPGRADE_KERNEL: true
CONTROL_DATA_NET_LIST: <NETWORK OF YOUR FIRST INTERFACE>
CONTROLLER_NODES: <IP OF YOUR FIRST INTERFACE>
RABBITMQ_NODE_PORT: 5673
AUTH_MODE: keystone
KEYSTONE_AUTH_URL_VERSION: /v3
VROUTER_GATEWAY: <GW OF YOUR FIRST INTERFACE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment