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 |
| 24 | - system.galera.server.cluster |
| 25 | - system.galera.server.database.ceilometer |
| 26 | - system.galera.server.database.cinder |
| 27 | - system.galera.server.database.glance |
| 28 | - system.galera.server.database.grafana |
| 29 | - system.galera.server.database.heat |
| 30 | - system.galera.server.database.keystone |
| 31 | - system.galera.server.database.nova |
Tatyana Leontovich | f4fef59 | 2017-04-26 21:10:33 +0300 | [diff] [blame^] | 32 | - system.haproxy.proxy.listen.openstack.nova-placement |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 33 | - cluster.virtual-mcp-ocata-ovs |
| 34 | parameters: |
| 35 | _param: |
| 36 | keepalived_vip_interface: ens4 |
| 37 | keepalived_openstack_telemetry_vip_interface: ens4 |
| 38 | linux_system_codename: xenial |
| 39 | linux: |
| 40 | system: |
| 41 | package: |
| 42 | python-msgpack: |
| 43 | version: latest |
| 44 | network: |
| 45 | interface: |
| 46 | ens4: |
| 47 | enabled: true |
| 48 | type: eth |
Petr Jediný | 9b3a0ed | 2017-04-13 15:12:09 +0200 | [diff] [blame] | 49 | proto: static |
| 50 | address: ${_param:single_address} |
| 51 | netmask: 255.255.255.0 |
Tatyana Leontovich | 3ca999a | 2017-04-11 12:52:19 +0300 | [diff] [blame] | 52 | keepalived: |
| 53 | cluster: |
| 54 | instance: |
| 55 | VIP: |
| 56 | virtual_router_id: 150 |
| 57 | keystone: |
| 58 | server: |
| 59 | admin_email: ${_param:admin_email} |
| 60 | notification: |
| 61 | driver: messagingv2 |
| 62 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 63 | glance: |
| 64 | server: |
| 65 | storage: |
| 66 | engine: file |
| 67 | images: [] |
| 68 | workers: 1 |
| 69 | notification: |
| 70 | driver: messagingv2 |
| 71 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 72 | heat: |
| 73 | server: |
| 74 | notification: |
| 75 | driver: messagingv2 |
| 76 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 77 | neutron: |
| 78 | server: |
| 79 | notification: |
| 80 | driver: messagingv2 |
| 81 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 82 | nova: |
| 83 | controller: |
| 84 | networking: dvr |
| 85 | cpu_allocation: 54 |
| 86 | metadata: |
| 87 | password: ${_param:metadata_password} |
| 88 | bind: |
| 89 | private_address: ${_param:cluster_local_address} |
| 90 | public_address: ${_param:cluster_vip_address} |
| 91 | novncproxy_port: 6080 |
| 92 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 93 | workers: 1 |
| 94 | notification: |
| 95 | driver: messagingv2 |
| 96 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 97 | cinder: |
| 98 | volume: |
| 99 | notification: |
| 100 | driver: messagingv2 |
| 101 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 102 | controller: |
| 103 | notification: |
| 104 | driver: messagingv2 |
| 105 | topics: "notifications,${_param:stacklight_notification_topic}" |
| 106 | |