Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.lowmem |
| 3 | - system.linux.system.repo.glusterfs |
| 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 |
| 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 |
| 19 | - system.heka.alarm.openstack_control |
| 20 | - system.nova.control.cluster |
| 21 | - system.neutron.control.openvswitch.cluster |
| 22 | - system.cinder.control.cluster |
| 23 | - system.heat.server.cluster |
Mykyta Karpin | 7bdd53f | 2017-06-07 18:09:08 +0300 | [diff] [blame] | 24 | - system.designate.server.cluster |
Ivan Suzdal | eb8db05 | 2017-06-15 19:33:47 +0300 | [diff] [blame] | 25 | - system.designate.server.backend.pdns |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 26 | - system.galera.server.cluster |
| 27 | - system.galera.server.database.ceilometer |
| 28 | - system.galera.server.database.cinder |
| 29 | - system.galera.server.database.glance |
| 30 | - system.galera.server.database.grafana |
| 31 | - system.galera.server.database.heat |
| 32 | - system.galera.server.database.keystone |
| 33 | - system.galera.server.database.nova |
Mykyta Karpin | 7bdd53f | 2017-06-07 18:09:08 +0300 | [diff] [blame] | 34 | - system.galera.server.database.designate |
Tatyana Leontovich | f4fef59 | 2017-04-26 21:10:33 +0300 | [diff] [blame] | 35 | - system.haproxy.proxy.listen.openstack.nova-placement |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 36 | - cluster.virtual-mcp-ocata-dvr |
| 37 | |
| 38 | parameters: |
| 39 | _param: |
| 40 | keepalived_vip_interface: ens4 |
| 41 | keepalived_openstack_telemetry_vip_interface: ens4 |
| 42 | linux: |
| 43 | system: |
| 44 | package: |
| 45 | python-msgpack: |
| 46 | version: latest |
| 47 | network: |
| 48 | interface: |
| 49 | ens4: |
| 50 | enabled: true |
| 51 | type: eth |
Petr Jediný | 9b3a0ed | 2017-04-13 15:12:09 +0200 | [diff] [blame] | 52 | proto: static |
| 53 | address: ${_param:single_address} |
| 54 | netmask: 255.255.255.0 |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 55 | keepalived: |
| 56 | cluster: |
| 57 | instance: |
| 58 | VIP: |
| 59 | virtual_router_id: 150 |
Ivan Suzdal | eb8db05 | 2017-06-15 19:33:47 +0300 | [diff] [blame] | 60 | powerdns: |
Mykyta Karpin | 7bdd53f | 2017-06-07 18:09:08 +0300 | [diff] [blame] | 61 | server: |
Ivan Suzdal | eb8db05 | 2017-06-15 19:33:47 +0300 | [diff] [blame] | 62 | axfr_ips: |
| 63 | - ${_param:openstack_control_node01_address} |
| 64 | - ${_param:openstack_control_node02_address} |
| 65 | - ${_param:openstack_control_node03_address} |
| 66 | - 127.0.0.1 |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 67 | keystone: |
| 68 | server: |
| 69 | admin_email: ${_param:admin_email} |
| 70 | notification: |
| 71 | driver: messagingv2 |
| 72 | topics: "notifications,${_param:stacklight_notification_topic}" |
Mykyta Karpin | 7bdd53f | 2017-06-07 18:09:08 +0300 | [diff] [blame] | 73 | designate: |
| 74 | server: |
| 75 | pools: |
| 76 | default: |
| 77 | description: 'test pool' |
| 78 | targets: |
| 79 | default: |
| 80 | description: 'test target1' |
| 81 | default1: |
| 82 | type: ${_param:designate_pool_target_type} |
| 83 | description: 'test target2' |
| 84 | masters: ${_param:designate_pool_target_masters} |
| 85 | options: |
| 86 | host: ${_param:openstack_control_node02_address} |
| 87 | port: 53 |
Ivan Suzdal | eb8db05 | 2017-06-15 19:33:47 +0300 | [diff] [blame] | 88 | api_endpoint: "http://${_param:openstack_control_node02_address}:${_param:powerdns_webserver_port}" |
| 89 | api_token: ${_param:designate_pdns_api_key} |
Mykyta Karpin | 7bdd53f | 2017-06-07 18:09:08 +0300 | [diff] [blame] | 90 | default2: |
| 91 | type: ${_param:designate_pool_target_type} |
| 92 | description: 'test target3' |
| 93 | masters: ${_param:designate_pool_target_masters} |
| 94 | options: |
| 95 | host: ${_param:openstack_control_node03_address} |
| 96 | port: 53 |
Ivan Suzdal | eb8db05 | 2017-06-15 19:33:47 +0300 | [diff] [blame] | 97 | api_endpoint: "http://${_param:openstack_control_node03_address}:${_param:powerdns_webserver_port}" |
| 98 | api_token: ${_param:designate_pdns_api_key} |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 99 | glance: |
| 100 | server: |
| 101 | storage: |
| 102 | engine: file |
| 103 | images: [] |
| 104 | workers: 1 |
| 105 | notification: |
| 106 | driver: messagingv2 |
| 107 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 108 | heat: |
| 109 | server: |
| 110 | notification: |
| 111 | driver: messagingv2 |
| 112 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 113 | neutron: |
| 114 | server: |
| 115 | notification: |
| 116 | driver: messagingv2 |
| 117 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 118 | nova: |
| 119 | controller: |
| 120 | networking: dvr |
| 121 | cpu_allocation: 54 |
| 122 | metadata: |
| 123 | password: ${_param:metadata_password} |
| 124 | bind: |
| 125 | private_address: ${_param:cluster_local_address} |
| 126 | public_address: ${_param:cluster_vip_address} |
| 127 | novncproxy_port: 6080 |
| 128 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 129 | workers: 1 |
| 130 | notification: |
| 131 | driver: messagingv2 |
| 132 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 133 | cinder: |
| 134 | volume: |
| 135 | notification: |
| 136 | driver: messagingv2 |
| 137 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 138 | controller: |
| 139 | notification: |
| 140 | driver: messagingv2 |
| 141 | topics: "notifications,${_param:stacklight_notification_topic}" |