Vasyl Saienko | 362d124 | 2017-09-26 12:12:26 +0300 | [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 |
| 7 | - system.linux.system.repo.saltstack.xenial |
| 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 |
| 14 | - system.glusterfs.server.volume.keystone |
| 15 | - system.glusterfs.server.cluster |
| 16 | - system.glusterfs.client.cluster |
| 17 | - system.glusterfs.client.volume.glance |
| 18 | - system.glusterfs.client.volume.keystone |
| 19 | - system.glance.control.cluster |
| 20 | - system.nova.control.cluster |
| 21 | - system.neutron.control.opencontrail.cluster |
| 22 | - system.cinder.control.cluster |
| 23 | - system.heat.server.cluster |
| 24 | #- system.designate.server.cluster |
| 25 | #- system.designate.server.backend.bind |
| 26 | - system.galera.server.cluster |
| 27 | - system.galera.server.database.cinder |
| 28 | - system.galera.server.database.glance |
| 29 | - system.galera.server.database.heat |
| 30 | - system.galera.server.database.keystone |
| 31 | - system.galera.server.database.nova |
| 32 | #- system.galera.server.database.designate |
| 33 | - system.galera.server.database.ironic |
| 34 | - system.ironic.api.cluster |
| 35 | - system.haproxy.proxy.listen.openstack.nova-placement |
| 36 | - system.haproxy.proxy.listen.openstack.ironic |
| 37 | - service.ironic.client |
| 38 | - cluster.os-ha-contrail-ironic |
| 39 | parameters: |
| 40 | _param: |
| 41 | keepalived_vip_interface: ens4 |
| 42 | cluster_vip_address: ${_param:openstack_control_address} |
| 43 | cluster_local_address: ${_param:single_address} |
| 44 | cluster_baremetal_local_address: ${_param:cluster_local_address} |
| 45 | cluster_node01_hostname: ctl01 |
| 46 | cluster_node01_address: ${_param:openstack_control_node01_address} |
| 47 | cluster_node02_hostname: ctl02 |
| 48 | cluster_node02_address: ${_param:openstack_control_node02_address} |
| 49 | cluster_node03_hostname: ctl03 |
| 50 | cluster_node03_address: ${_param:openstack_control_node03_address} |
| 51 | keepalived_openstack_telemetry_vip_interface: ens4 |
| 52 | linux: |
| 53 | system: |
| 54 | package: |
| 55 | python-msgpack: |
| 56 | version: latest |
| 57 | network: |
| 58 | interface: |
| 59 | ens4: |
| 60 | enabled: true |
| 61 | type: eth |
| 62 | proto: static |
| 63 | address: ${_param:single_address} |
| 64 | netmask: 255.255.255.0 |
| 65 | keepalived: |
| 66 | cluster: |
| 67 | instance: |
| 68 | VIP: |
| 69 | virtual_router_id: 150 |
| 70 | bind: |
| 71 | server: |
| 72 | control: |
| 73 | mgmt: |
| 74 | enabled: true |
| 75 | bind: |
| 76 | address: ${_param:single_address} |
| 77 | port: 953 |
| 78 | allow: |
| 79 | - ${_param:openstack_control_node01_address} |
| 80 | - ${_param:openstack_control_node02_address} |
| 81 | - ${_param:openstack_control_node03_address} |
| 82 | keys: |
| 83 | - designate |
| 84 | keystone: |
| 85 | server: |
| 86 | admin_email: ${_param:admin_email} |
| 87 | notification: |
| 88 | driver: messagingv2 |
| 89 | topics: "notifications" |
| 90 | designate: |
| 91 | server: |
| 92 | pools: |
| 93 | default: |
| 94 | description: 'test pool' |
| 95 | targets: |
| 96 | default: |
| 97 | description: 'test target1' |
| 98 | default1: |
| 99 | type: ${_param:designate_pool_target_type} |
| 100 | description: 'test target2' |
| 101 | masters: ${_param:designate_pool_target_masters} |
| 102 | options: |
| 103 | host: ${_param:openstack_control_node02_address} |
| 104 | port: 53 |
| 105 | rndc_host: ${_param:openstack_control_node02_address} |
| 106 | rndc_port: 953 |
| 107 | rndc_key_file: /etc/designate/rndc.key |
| 108 | default2: |
| 109 | type: ${_param:designate_pool_target_type} |
| 110 | description: 'test target3' |
| 111 | masters: ${_param:designate_pool_target_masters} |
| 112 | options: |
| 113 | host: ${_param:openstack_control_node03_address} |
| 114 | port: 53 |
| 115 | rndc_host: ${_param:openstack_control_node03_address} |
| 116 | rndc_port: 953 |
| 117 | rndc_key_file: /etc/designate/rndc.key |
| 118 | glance: |
| 119 | server: |
| 120 | storage: |
| 121 | engine: file |
| 122 | images: [] |
| 123 | workers: 1 |
| 124 | notification: |
| 125 | driver: messagingv2 |
| 126 | topics: "notifications" |
| 127 | heat: |
| 128 | server: |
| 129 | notification: |
| 130 | driver: messagingv2 |
| 131 | topics: "notifications" |
| 132 | nova: |
| 133 | controller: |
| 134 | networking: contrail |
| 135 | cpu_allocation: 54 |
| 136 | bind: |
| 137 | private_address: ${_param:cluster_local_address} |
| 138 | public_address: ${_param:cluster_vip_address} |
| 139 | novncproxy_port: 6080 |
| 140 | vncproxy_url: http://${_param:cluster_vip_address}:6080 |
| 141 | cache: |
| 142 | engine: memcached |
| 143 | prefix: CACHE_NOVA |
| 144 | members: |
| 145 | - host: 127.0.0.1 |
| 146 | port: 11211 |
| 147 | workers: 1 |
| 148 | notification: |
| 149 | driver: messagingv2 |
| 150 | topics: "notifications" |
| 151 | neutron: |
| 152 | server: |
| 153 | plugin: contrail |
| 154 | tunnel_type: vxlan |
| 155 | public_networks: [] |
| 156 | contrail: |
| 157 | version: ${_param:opencontrail_version} |
| 158 | notification: |
| 159 | driver: messagingv2 |
| 160 | topics: "notifications" |
| 161 | cinder: |
| 162 | volume: |
| 163 | notification: |
| 164 | driver: messagingv2 |
| 165 | topics: "notifications" |
| 166 | controller: |
| 167 | notification: |
| 168 | driver: messagingv2 |
| 169 | topics: "notifications" |
| 170 | |