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