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