Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.lowmem |
Dennis Dmitriev | 73ec43f | 2017-12-22 19:35:57 +0200 | [diff] [blame] | 3 | - system.linux.system.repo.mcp.apt_mirantis.glusterfs |
| 4 | - system.linux.system.repo.mcp.apt_mirantis.openstack |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 5 | - system.linux.system.repo.mcp.extra |
Martin Polreich | a0addcc | 2018-06-25 11:32:52 +0200 | [diff] [blame] | 6 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 7 | - system.memcached.server.single |
| 8 | - system.rabbitmq.server.cluster |
| 9 | - system.rabbitmq.server.vhost.openstack |
| 10 | - system.keystone.server.wsgi |
| 11 | - system.keystone.server.cluster |
| 12 | - system.glusterfs.client.cluster |
| 13 | - system.glusterfs.client.volume.glance |
| 14 | - system.glusterfs.client.volume.keystone |
| 15 | - system.glusterfs.server.volume.glance |
| 16 | - system.glusterfs.server.volume.keystone |
| 17 | - system.glusterfs.server.cluster |
| 18 | - system.glance.control.cluster |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 19 | - system.nova.control.cluster |
| 20 | - system.neutron.control.openvswitch.cluster |
| 21 | - system.cinder.control.cluster |
| 22 | - system.heat.server.cluster |
Tatyana Leontovich | e80eb13 | 2017-08-31 15:33:03 +0300 | [diff] [blame] | 23 | - system.ceilometer.server.cluster |
| 24 | - system.ceilometer.server.backend.influxdb |
| 25 | - system.aodh.server.cluster |
| 26 | - system.heka.ceilometer_collector.single |
Mykyta Karpin | 3074d38 | 2017-05-25 18:36:42 +0300 | [diff] [blame] | 27 | - system.designate.server.cluster |
| 28 | - system.designate.server.backend.bind |
| 29 | - system.bind.server.single |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 30 | - system.galera.server.cluster |
Tatyana Leontovich | e80eb13 | 2017-08-31 15:33:03 +0300 | [diff] [blame] | 31 | - system.galera.server.database.aodh |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 32 | - system.galera.server.database.ceilometer |
| 33 | - system.galera.server.database.cinder |
| 34 | - system.galera.server.database.glance |
| 35 | - system.galera.server.database.grafana |
| 36 | - system.galera.server.database.heat |
| 37 | - system.galera.server.database.keystone |
| 38 | - system.galera.server.database.nova |
Mykyta Karpin | 3074d38 | 2017-05-25 18:36:42 +0300 | [diff] [blame] | 39 | - system.galera.server.database.designate |
Tatyana Leontovich | f4fef59 | 2017-04-26 21:10:33 +0300 | [diff] [blame] | 40 | - system.haproxy.proxy.listen.openstack.nova-placement |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 41 | - cluster.virtual-mcp-ocata-ovs |
| 42 | parameters: |
| 43 | _param: |
| 44 | keepalived_vip_interface: ens4 |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 45 | linux: |
| 46 | system: |
| 47 | package: |
| 48 | python-msgpack: |
| 49 | version: latest |
| 50 | network: |
| 51 | interface: |
| 52 | ens4: |
| 53 | enabled: true |
| 54 | type: eth |
Petr Jediný | 9b3a0ed | 2017-04-13 15:12:09 +0200 | [diff] [blame] | 55 | proto: static |
| 56 | address: ${_param:single_address} |
| 57 | netmask: 255.255.255.0 |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 58 | keepalived: |
| 59 | cluster: |
| 60 | instance: |
| 61 | VIP: |
| 62 | virtual_router_id: 150 |
Mykyta Karpin | 3074d38 | 2017-05-25 18:36:42 +0300 | [diff] [blame] | 63 | bind: |
| 64 | server: |
| 65 | control: |
| 66 | mgmt: |
| 67 | enabled: true |
| 68 | bind: |
| 69 | address: ${_param:single_address} |
| 70 | port: 953 |
| 71 | allow: |
| 72 | - ${_param:openstack_control_node01_address} |
| 73 | - ${_param:openstack_control_node02_address} |
| 74 | - ${_param:openstack_control_node03_address} |
| 75 | keys: |
| 76 | - designate |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 77 | keystone: |
| 78 | server: |
| 79 | admin_email: ${_param:admin_email} |
| 80 | notification: |
| 81 | driver: messagingv2 |
| 82 | topics: "notifications,${_param:stacklight_notification_topic}" |
Mykyta Karpin | 3074d38 | 2017-05-25 18:36:42 +0300 | [diff] [blame] | 83 | designate: |
| 84 | server: |
| 85 | pools: |
| 86 | default: |
| 87 | description: 'test pool' |
| 88 | targets: |
| 89 | default: |
| 90 | description: 'test target1' |
| 91 | default1: |
| 92 | type: ${_param:designate_pool_target_type} |
| 93 | description: 'test target2' |
| 94 | masters: ${_param:designate_pool_target_masters} |
| 95 | options: |
| 96 | host: ${_param:openstack_control_node02_address} |
| 97 | port: 53 |
| 98 | rndc_host: ${_param:openstack_control_node02_address} |
| 99 | rndc_port: 953 |
| 100 | rndc_key_file: /etc/designate/rndc.key |
| 101 | default2: |
| 102 | type: ${_param:designate_pool_target_type} |
| 103 | description: 'test target3' |
| 104 | masters: ${_param:designate_pool_target_masters} |
| 105 | options: |
| 106 | host: ${_param:openstack_control_node03_address} |
| 107 | port: 53 |
| 108 | rndc_host: ${_param:openstack_control_node03_address} |
| 109 | rndc_port: 953 |
| 110 | rndc_key_file: /etc/designate/rndc.key |
Mykyta Karpin | da358e9 | 2017-11-15 12:32:27 +0200 | [diff] [blame] | 111 | quota: |
| 112 | zones: ${_param:designate_quota_zones} |
Ivan Udovichenko | 7da7f1e | 2017-09-08 17:53:19 +0300 | [diff] [blame] | 113 | worker: |
| 114 | enabled: ${_param:designate_worker_enabled} |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 115 | glance: |
| 116 | server: |
| 117 | storage: |
| 118 | engine: file |
| 119 | images: [] |
| 120 | workers: 1 |
| 121 | notification: |
| 122 | driver: messagingv2 |
| 123 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 124 | heat: |
| 125 | server: |
| 126 | notification: |
| 127 | driver: messagingv2 |
| 128 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 129 | neutron: |
| 130 | server: |
| 131 | notification: |
| 132 | driver: messagingv2 |
| 133 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 134 | nova: |
| 135 | controller: |
| 136 | networking: dvr |
| 137 | cpu_allocation: 54 |
| 138 | metadata: |
| 139 | password: ${_param:metadata_password} |
| 140 | bind: |
| 141 | private_address: ${_param:cluster_local_address} |
| 142 | public_address: ${_param:cluster_vip_address} |
| 143 | novncproxy_port: 6080 |
| 144 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 145 | workers: 1 |
| 146 | notification: |
| 147 | driver: messagingv2 |
| 148 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 149 | cinder: |
| 150 | volume: |
| 151 | notification: |
| 152 | driver: messagingv2 |
| 153 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 154 | controller: |
| 155 | notification: |
| 156 | driver: messagingv2 |
| 157 | topics: "notifications,${_param:stacklight_notification_topic}" |