Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.lowmem |
| 3 | - system.linux.system.repo.glusterfs |
| 4 | - system.linux.system.repo.mcp.contrail |
| 5 | - system.linux.system.repo.mcp.openstack |
| 6 | - system.linux.system.repo.mcp.extra |
Martin Polreich | 47393e4 | 2018-08-07 10:57:41 +0200 | [diff] [blame] | 7 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 8 | - system.memcached.server.single |
| 9 | - system.rabbitmq.server.cluster |
| 10 | - system.rabbitmq.server.vhost.openstack |
| 11 | - system.keystone.server.wsgi |
| 12 | - system.keystone.server.cluster |
| 13 | - system.glusterfs.server.volume.glance |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 14 | - system.glusterfs.server.cluster |
| 15 | - system.glusterfs.client.cluster |
| 16 | - system.glusterfs.client.volume.glance |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 17 | - system.glance.control.cluster |
| 18 | - system.nova.control.cluster |
| 19 | - system.neutron.control.opencontrail.cluster |
| 20 | - system.cinder.control.cluster |
| 21 | - system.heat.server.cluster |
| 22 | - system.designate.server.cluster |
| 23 | - system.designate.server.backend.bind |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 24 | - system.galera.server.cluster |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 25 | - system.galera.server.database.cinder |
| 26 | - system.galera.server.database.glance |
| 27 | - system.galera.server.database.heat |
| 28 | - system.galera.server.database.keystone |
| 29 | - system.galera.server.database.nova |
| 30 | - system.galera.server.database.designate |
Petr Jediný | 3114a39 | 2017-08-02 15:21:09 +0200 | [diff] [blame] | 31 | - system.haproxy.proxy.listen.openstack.nova-placement |
Adam Tengler | d64b6d5 | 2018-06-06 15:45:22 +0000 | [diff] [blame] | 32 | - cluster.os-ha-contrail-40.openstack.dashboard |
Petr Michalec | f05e3ea | 2017-08-21 17:33:16 +0200 | [diff] [blame] | 33 | - cluster.os-ha-contrail-40 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 34 | parameters: |
| 35 | _param: |
| 36 | keepalived_vip_interface: ens4 |
| 37 | cluster_vip_address: ${_param:openstack_control_address} |
| 38 | cluster_local_address: ${_param:single_address} |
| 39 | cluster_node01_hostname: ctl01 |
| 40 | cluster_node01_address: ${_param:openstack_control_node01_address} |
| 41 | cluster_node02_hostname: ctl02 |
| 42 | cluster_node02_address: ${_param:openstack_control_node02_address} |
| 43 | cluster_node03_hostname: ctl03 |
| 44 | cluster_node03_address: ${_param:openstack_control_node03_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 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 | bind: |
| 64 | server: |
| 65 | control: |
| 66 | mgmt: |
| 67 | enabled: true |
| 68 | bind: |
| 69 | address: ${_param:single_address} |
| 70 | port: 953 |
| 71 | allow: |
| 72 | - ${_param:openstack_control_node01_address} |
| 73 | - ${_param:openstack_control_node02_address} |
| 74 | - ${_param:openstack_control_node03_address} |
| 75 | keys: |
| 76 | - designate |
| 77 | keystone: |
| 78 | server: |
| 79 | admin_email: ${_param:admin_email} |
| 80 | notification: |
| 81 | driver: messagingv2 |
| 82 | topics: "notifications" |
| 83 | designate: |
| 84 | server: |
| 85 | pools: |
| 86 | default: |
| 87 | description: 'test pool' |
| 88 | targets: |
| 89 | default: |
| 90 | description: 'test target1' |
| 91 | default1: |
| 92 | type: ${_param:designate_pool_target_type} |
| 93 | description: 'test target2' |
| 94 | masters: ${_param:designate_pool_target_masters} |
| 95 | options: |
| 96 | host: ${_param:openstack_control_node02_address} |
| 97 | port: 53 |
| 98 | rndc_host: ${_param:openstack_control_node02_address} |
| 99 | rndc_port: 953 |
| 100 | rndc_key_file: /etc/designate/rndc.key |
| 101 | default2: |
| 102 | type: ${_param:designate_pool_target_type} |
| 103 | description: 'test target3' |
| 104 | masters: ${_param:designate_pool_target_masters} |
| 105 | options: |
| 106 | host: ${_param:openstack_control_node03_address} |
| 107 | port: 53 |
| 108 | rndc_host: ${_param:openstack_control_node03_address} |
| 109 | rndc_port: 953 |
| 110 | rndc_key_file: /etc/designate/rndc.key |
Ivan Udovichenko | 7da7f1e | 2017-09-08 17:53:19 +0300 | [diff] [blame] | 111 | worker: |
| 112 | enabled: ${_param:designate_worker_enabled} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 113 | glance: |
| 114 | server: |
| 115 | storage: |
| 116 | engine: file |
| 117 | images: [] |
| 118 | workers: 1 |
| 119 | notification: |
| 120 | driver: messagingv2 |
| 121 | topics: "notifications" |
| 122 | heat: |
| 123 | server: |
| 124 | notification: |
| 125 | driver: messagingv2 |
| 126 | topics: "notifications" |
| 127 | nova: |
| 128 | controller: |
| 129 | networking: contrail |
| 130 | cpu_allocation: 54 |
| 131 | bind: |
| 132 | private_address: ${_param:cluster_local_address} |
| 133 | public_address: ${_param:cluster_vip_address} |
| 134 | novncproxy_port: 6080 |
| 135 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 136 | cache: |
| 137 | engine: memcached |
| 138 | prefix: CACHE_NOVA |
| 139 | members: |
| 140 | - host: 127.0.0.1 |
| 141 | port: 11211 |
| 142 | workers: 1 |
| 143 | notification: |
| 144 | driver: messagingv2 |
| 145 | topics: "notifications" |
| 146 | neutron: |
| 147 | server: |
| 148 | plugin: contrail |
| 149 | tunnel_type: vxlan |
| 150 | public_networks: [] |
| 151 | contrail: |
| 152 | version: ${_param:opencontrail_version} |
| 153 | notification: |
| 154 | driver: messagingv2 |
| 155 | topics: "notifications" |
| 156 | cinder: |
| 157 | volume: |
| 158 | notification: |
| 159 | driver: messagingv2 |
| 160 | topics: "notifications" |
| 161 | controller: |
| 162 | notification: |
| 163 | driver: messagingv2 |
| 164 | topics: "notifications" |