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 |
Martin Polreich | a0addcc | 2018-06-25 11:32:52 +0200 | [diff] [blame] | 6 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [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 |
Tatyana Leontovich | 24b61e7 | 2018-06-07 22:19:56 +0300 | [diff] [blame] | 13 | - system.glusterfs.server.volume.salt_pki |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 14 | - system.glusterfs.client.volume.glance |
| 15 | - system.glusterfs.client.volume.keystone |
| 16 | - system.glusterfs.server.volume.glance |
| 17 | - system.glusterfs.server.volume.keystone |
Tatyana Leontovich | c22638a | 2018-06-04 22:11:49 +0300 | [diff] [blame] | 18 | - system.glusterfs.server.volume.backup |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 19 | - system.glusterfs.server.cluster |
| 20 | - system.glance.control.cluster |
| 21 | - system.nova.control.cluster |
| 22 | - system.neutron.control.openvswitch.cluster |
| 23 | - system.cinder.control.cluster |
| 24 | - system.heat.server.cluster |
| 25 | - system.ceilometer.server.cluster |
| 26 | - system.ceilometer.server.backend.influxdb |
| 27 | - system.aodh.server.cluster |
| 28 | - system.heka.ceilometer_collector.single |
| 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 |
| 38 | - system.haproxy.proxy.listen.openstack.nova-placement |
Dennis Dmitriev | c311bf3 | 2018-03-27 23:29:43 +0300 | [diff] [blame] | 39 | - cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.rgwproxy |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 40 | - system.glance.control.storage.ceph |
| 41 | - system.ceph.common.cluster |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 42 | - cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.common |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 43 | - system.cinder.control.backend.ceph |
| 44 | - system.cinder.control.cluster |
| 45 | - system.cinder.control.notification.messagingv2 |
| 46 | - system.cinder.volume.single |
| 47 | - system.cinder.volume.notification.messagingv2 |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 48 | - cluster.virtual-mcp-pike-dvr-ceph-rgw.infra |
Mateusz Matuszkowiak | d4c407a | 2018-05-18 13:26:55 +0200 | [diff] [blame] | 49 | - system.keepalived.cluster.instance.default_keepalived_check |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 50 | - cluster.virtual-mcp-pike-dvr-ceph-rgw |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 51 | parameters: |
| 52 | _param: |
| 53 | keepalived_vip_interface: ens4 |
| 54 | linux: |
| 55 | system: |
| 56 | package: |
| 57 | python-msgpack: |
| 58 | version: latest |
| 59 | network: |
| 60 | interface: |
| 61 | ens4: |
| 62 | enabled: true |
| 63 | type: eth |
| 64 | proto: static |
| 65 | address: ${_param:single_address} |
| 66 | netmask: 255.255.255.0 |
| 67 | keepalived: |
| 68 | cluster: |
| 69 | instance: |
| 70 | VIP: |
| 71 | virtual_router_id: 150 |
| 72 | keystone: |
| 73 | server: |
| 74 | admin_email: ${_param:admin_email} |
| 75 | notification: |
| 76 | driver: messagingv2 |
| 77 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 78 | glance: |
| 79 | server: |
| 80 | images: [] |
| 81 | workers: 1 |
| 82 | notification: |
| 83 | driver: messagingv2 |
| 84 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 85 | heat: |
| 86 | server: |
| 87 | notification: |
| 88 | driver: messagingv2 |
| 89 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 90 | neutron: |
| 91 | server: |
| 92 | notification: |
| 93 | driver: messagingv2 |
| 94 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 95 | nova: |
| 96 | controller: |
| 97 | networking: dvr |
| 98 | cpu_allocation: 54 |
| 99 | metadata: |
| 100 | password: ${_param:metadata_password} |
| 101 | bind: |
| 102 | private_address: ${_param:cluster_local_address} |
| 103 | public_address: ${_param:cluster_vip_address} |
| 104 | novncproxy_port: 6080 |
| 105 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 106 | workers: 1 |
| 107 | notification: |
| 108 | driver: messagingv2 |
| 109 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 110 | cinder: |
| 111 | volume: |
| 112 | notification: |
| 113 | driver: messagingv2 |
| 114 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 115 | controller: |
| 116 | notification: |
| 117 | driver: messagingv2 |
| 118 | topics: "notifications,${_param:stacklight_notification_topic}" |