blob: c1d42eb3a24f878806e06e0b54e31e13c7179942 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.lowmem
Ales Komarekc12dd412017-06-27 16:24:42 +02003- 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.xenial
7- system.memcached.server.single
Jiri Broulikabd4e382017-07-21 17:24:22 +02008- system.rabbitmq.server.single
Ales Komarekc12dd412017-06-27 16:24:42 +02009- system.rabbitmq.server.vhost.openstack
10- system.keystone.server.wsgi
Jiri Broulikabd4e382017-07-21 17:24:22 +020011- system.keystone.server.single
12- system.glance.control.single
13- system.nova.control.single
14- system.neutron.control.opencontrail.single
15- system.cinder.control.single
16- system.heat.server.single
17- system.ceilometer.server.single
18- system.aodh.server.single
19- system.mysql.client.database.keystone
20- system.mysql.client.database.glance
21- system.mysql.client.database.nova
22- system.mysql.client.database.nova_api
23- system.mysql.client.database.cinder
24- system.mysql.client.database.heat
25- service.mysql.server.single
26- system.mysql.client
Petr Michalecf05e3ea2017-08-21 17:33:16 +020027- cluster.os-aio-contrail.openstack.dashboard
28- cluster.os-aio-contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020029parameters:
Jiri Broulikabd4e382017-07-21 17:24:22 +020030 mysql:
31 server:
32 version: '5.6'
33 max_connections: 20000
Ales Komarekc12dd412017-06-27 16:24:42 +020034 linux:
35 system:
36 package:
37 python-msgpack:
38 version: latest
39 network:
40 interface:
41 ens4:
42 enabled: true
43 type: eth
44 proto: static
45 address: ${_param:single_address}
46 netmask: 255.255.255.0
Jiri Broulikabd4e382017-07-21 17:24:22 +020047 # bind:
48 # server:
49 # control:
50 # mgmt:
51 # enabled: true
52 # bind:
53 # address: ${_param:single_address}
54 # port: 953
55 # allow:
56 # - ${_param:openstack_control_node01_address}
57 # - ${_param:openstack_control_node02_address}
58 # - ${_param:openstack_control_node03_address}
59 # keys:
60 # - designate
Ales Komarekc12dd412017-06-27 16:24:42 +020061 keystone:
62 server:
63 admin_email: ${_param:admin_email}
64 notification:
65 driver: messagingv2
66 topics: "notifications"
Jiri Broulikabd4e382017-07-21 17:24:22 +020067 # designate:
68 # server:
69 # pools:
70 # default:
71 # description: 'test pool'
72 # targets:
73 # default:
74 # description: 'test target1'
75 # default1:
76 # type: ${_param:designate_pool_target_type}
77 # description: 'test target2'
78 # masters: ${_param:designate_pool_target_masters}
79 # options:
80 # host: ${_param:openstack_control_node02_address}
81 # port: 53
82 # rndc_host: ${_param:openstack_control_node02_address}
83 # rndc_port: 953
84 # rndc_key_file: /etc/designate/rndc.key
85 # default2:
86 # type: ${_param:designate_pool_target_type}
87 # description: 'test target3'
88 # masters: ${_param:designate_pool_target_masters}
89 # options:
90 # host: ${_param:openstack_control_node03_address}
91 # port: 53
92 # rndc_host: ${_param:openstack_control_node03_address}
93 # rndc_port: 953
94 # rndc_key_file: /etc/designate/rndc.key
Ales Komarekc12dd412017-06-27 16:24:42 +020095 glance:
96 server:
97 storage:
98 engine: file
99 images: []
100 workers: 1
101 notification:
102 driver: messagingv2
103 topics: "notifications"
104 heat:
105 server:
106 notification:
107 driver: messagingv2
108 topics: "notifications"
109 nova:
110 controller:
111 networking: contrail
112 cpu_allocation: 54
113 bind:
114 private_address: ${_param:cluster_local_address}
Jiri Broulikabd4e382017-07-21 17:24:22 +0200115 public_address: ${_param:openstack_control_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +0200116 novncproxy_port: 6080
Jiri Broulikabd4e382017-07-21 17:24:22 +0200117 vncproxy_url: http://${_param:openstack_control_node01_address}:6080
Ales Komarekc12dd412017-06-27 16:24:42 +0200118 cache:
119 engine: memcached
120 prefix: CACHE_NOVA
121 members:
122 - host: 127.0.0.1
123 port: 11211
124 workers: 1
125 notification:
126 driver: messagingv2
127 topics: "notifications"
128 neutron:
129 server:
130 plugin: contrail
131 tunnel_type: vxlan
132 public_networks: []
133 contrail:
134 version: ${_param:opencontrail_version}
135 notification:
136 driver: messagingv2
137 topics: "notifications"
138 cinder:
139 volume:
140 notification:
141 driver: messagingv2
142 topics: "notifications"
143 controller:
144 notification:
145 driver: messagingv2
146 topics: "notifications"