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