| classes: |
| - system.linux.system.lowmem |
| - system.linux.system.repo.glusterfs |
| - system.linux.system.repo.mcp.contrail |
| - system.linux.system.repo.mcp.openstack |
| - system.linux.system.repo.mcp.extra |
| - system.linux.system.repo.mcp.apt_mirantis.saltstack |
| - system.linux.system.repo.mcp.apt_mirantis.cassandra |
| - system.memcached.server.single |
| - system.rabbitmq.server.cluster |
| - system.rabbitmq.server.vhost.openstack |
| - system.keystone.server.cluster |
| - system.glance.control.cluster |
| - system.glusterfs.server.volume.glance |
| - system.glusterfs.server.volume.keystone |
| - system.glusterfs.server.cluster |
| - system.glusterfs.client.cluster |
| - system.glusterfs.client.volume.glance |
| - system.glusterfs.client.volume.keystone |
| - system.nova.control.cluster |
| - system.neutron.control.opencontrail.cluster |
| - system.cinder.control.cluster |
| - system.heat.server.cluster |
| - system.ceilometer.server.cluster |
| - system.ceilometer.server.backend.influxdb |
| - system.aodh.server.cluster |
| - system.opencontrail.client.resource.edge_router |
| - system.opencontrail.control.cluster |
| - system.opencontrail.client.cluster |
| - system.opencontrail.client.resource.control_node |
| - system.opencontrail.client.resource.config_node |
| - system.opencontrail.client.resource.database_node |
| - system.opencontrail.client.resource.analytics_node |
| - system.haproxy.proxy.listen.opencontrail.analytics |
| - system.heka.ceilometer_collector.single |
| - system.galera.server.cluster |
| - system.galera.server.database.aodh |
| - system.galera.server.database.ceilometer |
| - system.galera.server.database.cinder |
| - system.galera.server.database.glance |
| - system.galera.server.database.grafana |
| - system.galera.server.database.heat |
| - system.galera.server.database.keystone |
| - system.galera.server.database.nova |
| - system.heka.alarm.openstack_control |
| - cluster.virtual-mcp10-contrail |
| parameters: |
| _param: |
| keepalived_vip_interface: eth1 |
| cluster_vip_address: ${_param:openstack_control_address} |
| cluster_local_address: ${_param:single_address} |
| cluster_node01_hostname: ctl01 |
| cluster_node01_address: ${_param:openstack_control_node01_address} |
| cluster_node02_hostname: ctl02 |
| cluster_node02_address: ${_param:openstack_control_node02_address} |
| cluster_node03_hostname: ctl03 |
| cluster_node03_address: ${_param:openstack_control_node03_address} |
| opencontrail_router01_hostname: vsrx01.${_param:cluster_domain} |
| opencontrail_router01_address: 172.16.10.131 |
| linux: |
| system: |
| package: |
| python-msgpack: |
| version: latest |
| network: |
| interface: |
| eth1: |
| enabled: true |
| type: eth |
| proto: static |
| address: ${_param:single_address} |
| netmask: 255.255.255.0 |
| keepalived: |
| cluster: |
| instance: |
| VIP: |
| virtual_router_id: 150 |
| keystone: |
| server: |
| admin_email: ${_param:admin_email} |
| notification: |
| driver: messagingv2 |
| topics: "notifications,${_param:stacklight_notification_topic}" |
| glance: |
| server: |
| storage: |
| engine: file |
| images: [] |
| workers: 1 |
| notification: |
| driver: messagingv2 |
| topics: "notifications,${_param:stacklight_notification_topic}" |
| heat: |
| server: |
| notification: |
| driver: messagingv2 |
| topics: "notifications,${_param:stacklight_notification_topic}" |
| nova: |
| controller: |
| networking: contrail |
| cpu_allocation: 54 |
| bind: |
| private_address: ${_param:cluster_local_address} |
| public_address: ${_param:cluster_vip_address} |
| novncproxy_port: 6080 |
| vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| cache: |
| engine: memcached |
| prefix: CACHE_NOVA |
| members: |
| - host: 127.0.0.1 |
| port: 11211 |
| workers: 1 |
| notification: |
| driver: messagingv2 |
| topics: "notifications,${_param:stacklight_notification_topic}" |
| neutron: |
| server: |
| plugin: contrail |
| tunnel_type: vxlan |
| public_networks: [] |
| contrail: |
| version: ${_param:opencontrail_version} |
| notification: |
| driver: messagingv2 |
| topics: "notifications,${_param:stacklight_notification_topic}" |
| cinder: |
| volume: |
| notification: |
| driver: messagingv2 |
| topics: "notifications,${_param:stacklight_notification_topic}" |
| controller: |
| notification: |
| driver: messagingv2 |
| topics: "notifications,${_param:stacklight_notification_topic}" |