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