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