blob: bd3fca086d2dc3c0286f708f7369ed16e3eac678 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
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
Marek Celoud4d274922017-04-07 15:52:07 +020012- system.keystone.server.wsgi
Marek Celoudbc643142017-04-07 15:02:38 +020013- system.keystone.server.cluster
14- system.keystone.server.storage.glusterfs
15- system.glance.control.cluster
16- system.glance.control.storage.glusterfs
17- system.nova.control.cluster
18- system.neutron.control.opencontrail.cluster
19- system.cinder.control.cluster
20- system.heat.server.cluster
21- system.ceilometer.server.cluster
22- system.ceilometer.server.backend.influxdb
23- system.aodh.server.cluster
24- system.heka.ceilometer_collector.single
25- system.galera.server.cluster
26- system.galera.server.database.aodh
27- system.galera.server.database.ceilometer
28- system.galera.server.database.cinder
29- system.galera.server.database.glance
30- system.galera.server.database.grafana
31- system.galera.server.database.heat
32- system.galera.server.database.keystone
33- system.galera.server.database.nova
34- system.heka.alarm.openstack_control
35- cluster.virtual-mcp11-contrail
36parameters:
37 _param:
38 keepalived_vip_interface: ens4
39 cluster_vip_address: ${_param:openstack_control_address}
40 cluster_local_address: ${_param:single_address}
41 cluster_node01_hostname: ctl01
42 cluster_node01_address: ${_param:openstack_control_node01_address}
43 cluster_node02_hostname: ctl02
44 cluster_node02_address: ${_param:openstack_control_node02_address}
45 cluster_node03_hostname: ctl03
46 cluster_node03_address: ${_param:openstack_control_node03_address}
Marek Celoud8d87d0c2017-04-07 18:41:16 +020047 keepalived_openstack_telemetry_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020048 linux:
49 system:
50 package:
51 python-msgpack:
52 version: latest
53 network:
54 interface:
55 ens4:
56 enabled: true
57 type: eth
58 proto: dhcp
59 keepalived:
60 cluster:
61 instance:
62 VIP:
63 virtual_router_id: 150
64 keystone:
65 server:
66 admin_email: ${_param:admin_email}
67 notification:
68 driver: messagingv2
69 topics: "notifications,${_param:stacklight_notification_topic}"
70 glance:
71 server:
72 storage:
73 engine: file
74 images: []
75 workers: 1
76 notification:
77 driver: messagingv2
78 topics: "notifications,${_param:stacklight_notification_topic}"
79 heat:
80 server:
81 notification:
82 driver: messagingv2
83 topics: "notifications,${_param:stacklight_notification_topic}"
84 nova:
85 controller:
86 networking: contrail
87 cpu_allocation: 54
88 bind:
89 private_address: ${_param:cluster_local_address}
90 public_address: ${_param:cluster_vip_address}
91 novncproxy_port: 6080
92 vncproxy_url: http://${_param:cluster_vip_address}:6080
93 cache:
94 engine: memcached
95 prefix: CACHE_NOVA
96 members:
97 - host: 127.0.0.1
98 port: 11211
99 workers: 1
100 notification:
101 driver: messagingv2
102 topics: "notifications,${_param:stacklight_notification_topic}"
103 neutron:
104 server:
105 plugin: contrail
106 tunnel_type: vxlan
107 public_networks: []
108 contrail:
109 version: ${_param:opencontrail_version}
110 notification:
111 driver: messagingv2
112 topics: "notifications,${_param:stacklight_notification_topic}"
113 cinder:
114 volume:
115 notification:
116 driver: messagingv2
117 topics: "notifications,${_param:stacklight_notification_topic}"
118 controller:
119 notification:
120 driver: messagingv2
121 topics: "notifications,${_param:stacklight_notification_topic}"