Jiri Broulik | eaae24f | 2017-04-21 16:59:29 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.lowmem |
| 3 | - system.linux.system.repo.glusterfs |
| 4 | - system.linux.system.repo.mcp.contrail |
| 5 | #- system.linux.system.repo.mcp.openstack |
| 6 | - system.linux.system.repo.mos10 |
| 7 | - system.linux.system.repo.mcp.extra |
| 8 | - system.linux.system.repo.saltstack.xenial |
| 9 | - system.memcached.server.single |
| 10 | - system.rabbitmq.server.cluster |
| 11 | - system.rabbitmq.server.vhost.openstack |
| 12 | - system.keystone.server.wsgi |
| 13 | - system.keystone.server.cluster |
| 14 | - system.glusterfs.server.volume.glance |
| 15 | - system.glusterfs.server.volume.keystone |
| 16 | - system.glusterfs.server.cluster |
| 17 | - system.glusterfs.client.cluster |
| 18 | - system.glusterfs.client.volume.glance |
| 19 | - system.glusterfs.client.volume.keystone |
| 20 | - system.glance.control.cluster |
| 21 | - system.nova.control.cluster |
| 22 | - system.neutron.control.opencontrail.cluster |
| 23 | - system.cinder.control.cluster |
| 24 | - system.heat.server.cluster |
| 25 | - system.ceilometer.server.cluster |
| 26 | - system.ceilometer.server.backend.influxdb |
| 27 | - system.aodh.server.cluster |
| 28 | - system.heka.ceilometer_collector.single |
| 29 | - system.galera.server.cluster |
| 30 | - system.galera.server.database.aodh |
| 31 | - system.galera.server.database.ceilometer |
| 32 | - system.galera.server.database.cinder |
| 33 | - system.galera.server.database.glance |
| 34 | - system.galera.server.database.grafana |
| 35 | - system.galera.server.database.heat |
| 36 | - system.galera.server.database.keystone |
| 37 | - system.galera.server.database.nova |
| 38 | - system.heka.alarm.openstack_control |
| 39 | - cluster.virtual-mcp11-contrail-nfv |
| 40 | parameters: |
| 41 | _param: |
| 42 | keepalived_vip_interface: ens4 |
| 43 | cluster_vip_address: ${_param:openstack_control_address} |
| 44 | cluster_local_address: ${_param:single_address} |
| 45 | cluster_node01_hostname: ctl01 |
| 46 | cluster_node01_address: ${_param:openstack_control_node01_address} |
| 47 | cluster_node02_hostname: ctl02 |
| 48 | cluster_node02_address: ${_param:openstack_control_node02_address} |
| 49 | cluster_node03_hostname: ctl03 |
| 50 | cluster_node03_address: ${_param:openstack_control_node03_address} |
| 51 | keepalived_openstack_telemetry_vip_interface: ens4 |
| 52 | linux: |
| 53 | system: |
| 54 | package: |
| 55 | python-msgpack: |
| 56 | version: latest |
| 57 | network: |
| 58 | interface: |
| 59 | ens4: |
| 60 | enabled: true |
| 61 | type: eth |
| 62 | proto: static |
| 63 | address: ${_param:single_address} |
| 64 | netmask: 255.255.255.0 |
| 65 | keepalived: |
| 66 | cluster: |
| 67 | instance: |
| 68 | VIP: |
| 69 | virtual_router_id: 150 |
| 70 | keystone: |
| 71 | server: |
| 72 | admin_email: ${_param:admin_email} |
| 73 | notification: |
| 74 | driver: messagingv2 |
| 75 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 76 | glance: |
| 77 | server: |
| 78 | storage: |
| 79 | engine: file |
| 80 | images: [] |
| 81 | workers: 1 |
| 82 | notification: |
| 83 | driver: messagingv2 |
| 84 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 85 | heat: |
| 86 | server: |
| 87 | notification: |
| 88 | driver: messagingv2 |
| 89 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 90 | nova: |
| 91 | controller: |
| 92 | networking: contrail |
| 93 | cpu_allocation: 54 |
| 94 | bind: |
| 95 | private_address: ${_param:cluster_local_address} |
| 96 | public_address: ${_param:cluster_vip_address} |
| 97 | novncproxy_port: 6080 |
| 98 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 99 | cache: |
| 100 | engine: memcached |
| 101 | prefix: CACHE_NOVA |
| 102 | members: |
| 103 | - host: 127.0.0.1 |
| 104 | port: 11211 |
| 105 | workers: 1 |
| 106 | notification: |
| 107 | driver: messagingv2 |
| 108 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 109 | neutron: |
| 110 | server: |
| 111 | plugin: contrail |
| 112 | tunnel_type: vxlan |
| 113 | public_networks: [] |
| 114 | contrail: |
| 115 | version: ${_param:opencontrail_version} |
| 116 | notification: |
| 117 | driver: messagingv2 |
| 118 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 119 | cinder: |
| 120 | volume: |
| 121 | notification: |
| 122 | driver: messagingv2 |
| 123 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 124 | controller: |
| 125 | notification: |
| 126 | driver: messagingv2 |
| 127 | topics: "notifications,${_param:stacklight_notification_topic}" |