blob: 60cc359816cffb030d899b55456fc8471176eb48 [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
Jiri Broulikfeef9fc2017-03-23 15:28:51 +010021- system.opencontrail.client.resource.edge_router
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000022- system.opencontrail.control.cluster
Marek Celoudfff39912017-03-15 20:54:54 +010023- system.opencontrail.client.cluster
24- system.opencontrail.client.resource.control_node
25- system.opencontrail.client.resource.config_node
26- system.opencontrail.client.resource.database_node
27- system.opencontrail.client.resource.analytics_node
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000028- 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-mcp10-contrail
40parameters:
41 _param:
42 keepalived_vip_interface: eth1
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}
Jiri Broulikfeef9fc2017-03-23 15:28:51 +010051 opencontrail_router01_hostname: vsrx01.${_param:cluster_domain}
52 opencontrail_router01_address: 172.16.10.200
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000053 linux:
54 system:
55 package:
56 python-msgpack:
57 version: latest
58 network:
59 interface:
60 eth1:
61 enabled: true
62 type: eth
63 proto: dhcp
64 keepalived:
65 cluster:
66 instance:
67 VIP:
68 virtual_router_id: 150
69 keystone:
70 server:
71 admin_email: ${_param:admin_email}
72 notification:
73 driver: messagingv2
74 topics: "notifications,${_param:stacklight_notification_topic}"
75 glance:
76 server:
77 storage:
78 engine: file
79 images: []
80 workers: 1
81 notification:
82 driver: messagingv2
83 topics: "notifications,${_param:stacklight_notification_topic}"
84 heat:
85 server:
86 notification:
87 driver: messagingv2
88 topics: "notifications,${_param:stacklight_notification_topic}"
89 nova:
90 controller:
91 networking: contrail
92 cpu_allocation: 54
93 bind:
94 private_address: ${_param:cluster_local_address}
95 public_address: ${_param:cluster_vip_address}
96 novncproxy_port: 6080
97 vncproxy_url: http://${_param:cluster_vip_address}:6080
98 cache:
99 engine: memcached
100 prefix: CACHE_NOVA
101 members:
102 - host: 127.0.0.1
103 port: 11211
104 workers: 1
105 notification:
106 driver: messagingv2
107 topics: "notifications,${_param:stacklight_notification_topic}"
108 neutron:
109 server:
110 plugin: contrail
111 tunnel_type: vxlan
112 public_networks: []
113 contrail:
114 version: ${_param:opencontrail_version}
115 notification:
116 driver: messagingv2
117 topics: "notifications,${_param:stacklight_notification_topic}"
118 cinder:
119 volume:
120 notification:
121 driver: messagingv2
122 topics: "notifications,${_param:stacklight_notification_topic}"
123 controller:
124 notification:
125 driver: messagingv2
126 topics: "notifications,${_param:stacklight_notification_topic}"