Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.lowmem |
| 3 | - system.linux.system.repo.mcp.apt_mirantis.glusterfs |
| 4 | - system.linux.system.repo.mcp.apt_mirantis.openstack |
| 5 | - system.linux.system.repo.mcp.extra |
| 6 | - system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3 |
| 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 |
Ondrej Smola | c1b4bdd | 2018-03-13 15:12:38 +0100 | [diff] [blame^] | 17 | - system.glusterfs.server.volume.backup |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 18 | - system.glusterfs.server.cluster |
| 19 | - system.glance.control.cluster |
| 20 | - system.nova.control.cluster |
| 21 | - system.neutron.control.openvswitch.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 |
| 27 | - system.heka.ceilometer_collector.single |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 28 | - system.designate.server.cluster |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 29 | - system.galera.server.cluster |
| 30 | - system.galera.server.database.aodh |
| 31 | - system.galera.server.database.ceilometer |
| 32 | - system.galera.server.database.cinder |
| 33 | - system.galera.server.database.glance |
| 34 | - system.galera.server.database.grafana |
| 35 | - system.galera.server.database.heat |
| 36 | - system.galera.server.database.keystone |
| 37 | - system.galera.server.database.nova |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 38 | - system.galera.server.database.designate |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 39 | - system.haproxy.proxy.listen.openstack.nova-placement |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 40 | - cluster.virtual-mcp-pike-dvr |
| 41 | |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 42 | parameters: |
| 43 | _param: |
| 44 | keepalived_vip_interface: ens4 |
| 45 | linux: |
| 46 | system: |
| 47 | package: |
| 48 | python-msgpack: |
| 49 | version: latest |
| 50 | network: |
| 51 | interface: |
| 52 | ens4: |
| 53 | enabled: true |
| 54 | type: eth |
| 55 | proto: static |
| 56 | address: ${_param:single_address} |
| 57 | netmask: 255.255.255.0 |
| 58 | keepalived: |
| 59 | cluster: |
| 60 | instance: |
| 61 | VIP: |
| 62 | virtual_router_id: 150 |
| 63 | keystone: |
| 64 | server: |
| 65 | admin_email: ${_param:admin_email} |
| 66 | notification: |
| 67 | driver: messagingv2 |
| 68 | topics: "notifications,${_param:stacklight_notification_topic}" |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 69 | designate: |
| 70 | pool_manager: |
| 71 | enabled: ${_param:designate_pool_manager_enabled} |
| 72 | periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval} |
| 73 | server: |
| 74 | backend: |
| 75 | pdns4: |
| 76 | api_token: ${_param:designate_pdns_api_key} |
| 77 | api_endpoint: ${_param:designate_pdns_api_endpoint} |
| 78 | mdns: |
| 79 | address: ${_param:designate_mdns_address} |
| 80 | port: ${_param:designate_mdns_port} |
| 81 | pools: |
| 82 | default: |
| 83 | description: 'test pool' |
| 84 | targets: |
| 85 | default: |
| 86 | description: 'test target1' |
| 87 | default1: |
| 88 | type: ${_param:designate_pool_target_type} |
| 89 | description: 'test target2' |
| 90 | masters: ${_param:designate_pool_target_masters} |
| 91 | options: |
| 92 | host: ${_param:openstack_dns_node02_address} |
| 93 | port: 53 |
| 94 | api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}" |
| 95 | api_token: ${_param:designate_pdns_api_key} |
| 96 | quota: |
| 97 | zones: ${_param:designate_quota_zones} |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 98 | glance: |
| 99 | server: |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 100 | storage: |
| 101 | engine: file |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 102 | images: [] |
| 103 | workers: 1 |
| 104 | notification: |
| 105 | driver: messagingv2 |
| 106 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 107 | heat: |
| 108 | server: |
| 109 | notification: |
| 110 | driver: messagingv2 |
| 111 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 112 | neutron: |
| 113 | server: |
| 114 | notification: |
| 115 | driver: messagingv2 |
| 116 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 117 | nova: |
| 118 | controller: |
| 119 | networking: dvr |
| 120 | cpu_allocation: 54 |
| 121 | metadata: |
| 122 | password: ${_param:metadata_password} |
| 123 | bind: |
| 124 | private_address: ${_param:cluster_local_address} |
| 125 | public_address: ${_param:cluster_vip_address} |
| 126 | novncproxy_port: 6080 |
| 127 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 128 | workers: 1 |
| 129 | notification: |
| 130 | driver: messagingv2 |
| 131 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 132 | cinder: |
| 133 | volume: |
| 134 | notification: |
| 135 | driver: messagingv2 |
| 136 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 137 | controller: |
| 138 | notification: |
| 139 | driver: messagingv2 |
| 140 | topics: "notifications,${_param:stacklight_notification_topic}" |