blob: 3295d9c579959f273ab1b1c356bc0ac19c015674 [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
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000013- system.glance.control.cluster
Marek Celoud62ec1662017-04-10 13:59:06 +020014- system.glusterfs.server.volume.glance
15- system.glusterfs.server.volume.keystone
16- system.glusterfs.server.cluster
17- system.glusterfs.client.cluster
18- system.glusterfs.client.volume.glance
19- system.glusterfs.client.volume.keystone
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000020- system.nova.control.cluster
21- system.neutron.control.opencontrail.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
24- system.ceilometer.server.cluster
25- system.ceilometer.server.backend.influxdb
26- system.aodh.server.cluster
Jiri Broulikfeef9fc2017-03-23 15:28:51 +010027- system.opencontrail.client.resource.edge_router
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000028- system.opencontrail.control.cluster
Marek Celoudfff39912017-03-15 20:54:54 +010029- system.opencontrail.client.cluster
30- system.opencontrail.client.resource.control_node
31- system.opencontrail.client.resource.config_node
32- system.opencontrail.client.resource.database_node
33- system.opencontrail.client.resource.analytics_node
Marek Celoudf54926a2017-03-24 20:28:47 +010034- system.haproxy.proxy.listen.opencontrail.analytics
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000035- system.heka.ceilometer_collector.single
36- system.galera.server.cluster
37- system.galera.server.database.aodh
38- system.galera.server.database.ceilometer
39- system.galera.server.database.cinder
40- system.galera.server.database.glance
41- system.galera.server.database.grafana
42- system.galera.server.database.heat
43- system.galera.server.database.keystone
44- system.galera.server.database.nova
45- system.heka.alarm.openstack_control
46- cluster.virtual-mcp10-contrail
47parameters:
48 _param:
49 keepalived_vip_interface: eth1
50 cluster_vip_address: ${_param:openstack_control_address}
51 cluster_local_address: ${_param:single_address}
52 cluster_node01_hostname: ctl01
53 cluster_node01_address: ${_param:openstack_control_node01_address}
54 cluster_node02_hostname: ctl02
55 cluster_node02_address: ${_param:openstack_control_node02_address}
56 cluster_node03_hostname: ctl03
57 cluster_node03_address: ${_param:openstack_control_node03_address}
Jiri Broulikfeef9fc2017-03-23 15:28:51 +010058 opencontrail_router01_hostname: vsrx01.${_param:cluster_domain}
Jiri Broulik2efafa42017-03-24 17:34:19 +010059 opencontrail_router01_address: 172.16.10.131
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000060 linux:
61 system:
62 package:
63 python-msgpack:
64 version: latest
65 network:
66 interface:
67 eth1:
68 enabled: true
69 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020070 proto: static
71 address: ${_param:single_address}
72 netmask: 255.255.255.0
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000073 keepalived:
74 cluster:
75 instance:
76 VIP:
77 virtual_router_id: 150
78 keystone:
79 server:
80 admin_email: ${_param:admin_email}
81 notification:
82 driver: messagingv2
83 topics: "notifications,${_param:stacklight_notification_topic}"
84 glance:
85 server:
86 storage:
87 engine: file
88 images: []
89 workers: 1
90 notification:
91 driver: messagingv2
92 topics: "notifications,${_param:stacklight_notification_topic}"
93 heat:
94 server:
95 notification:
96 driver: messagingv2
97 topics: "notifications,${_param:stacklight_notification_topic}"
98 nova:
99 controller:
100 networking: contrail
101 cpu_allocation: 54
102 bind:
103 private_address: ${_param:cluster_local_address}
104 public_address: ${_param:cluster_vip_address}
105 novncproxy_port: 6080
106 vncproxy_url: http://${_param:cluster_vip_address}:6080
107 cache:
108 engine: memcached
109 prefix: CACHE_NOVA
110 members:
111 - host: 127.0.0.1
112 port: 11211
113 workers: 1
114 notification:
115 driver: messagingv2
116 topics: "notifications,${_param:stacklight_notification_topic}"
117 neutron:
118 server:
119 plugin: contrail
120 tunnel_type: vxlan
121 public_networks: []
122 contrail:
123 version: ${_param:opencontrail_version}
124 notification:
125 driver: messagingv2
126 topics: "notifications,${_param:stacklight_notification_topic}"
127 cinder:
128 volume:
129 notification:
130 driver: messagingv2
131 topics: "notifications,${_param:stacklight_notification_topic}"
132 controller:
133 notification:
134 driver: messagingv2
135 topics: "notifications,${_param:stacklight_notification_topic}"