Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.linux.system.lowmem |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 3 | - system.linux.system.repo.mcp.contrail |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 4 | - system.linux.system.repo.mcp.extra |
Ondrej Smola | 19b6243 | 2018-04-20 14:39:28 +0200 | [diff] [blame] | 5 | - system.linux.system.repo.mcp.apt_mirantis.openstack |
| 6 | - system.linux.system.repo.mcp.apt_mirantis.ubuntu |
| 7 | - system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3 |
| 8 | - system.linux.system.repo.mcp.apt_mirantis.cassandra |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 9 | - system.opencontrail.client.resource.edge_router |
| 10 | - system.opencontrail.control.cluster |
| 11 | - system.opencontrail.client.cluster |
| 12 | - system.opencontrail.client.resource.control_node |
| 13 | - system.opencontrail.client.resource.config_node |
| 14 | - system.opencontrail.client.resource.database_node |
| 15 | - system.opencontrail.client.resource.analytics_node |
Petr Jediný | bef780d | 2017-09-07 15:08:09 +0200 | [diff] [blame] | 16 | - system.opencontrail.client.resource.openstack_metadata |
Petr Jediný | 9757ca5 | 2017-12-08 17:47:34 +0100 | [diff] [blame] | 17 | - system.opencontrail.client.resource.global_vrouter_config |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 18 | - system.haproxy.proxy.listen.opencontrail.analytics |
Petr Michalec | f05e3ea | 2017-08-21 17:33:16 +0200 | [diff] [blame] | 19 | - cluster.os-ha-contrail |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 20 | parameters: |
| 21 | _param: |
| 22 | openstack_version: mitaka |
| 23 | keepalived_vip_interface: eth1 |
| 24 | cluster_vip_address: ${_param:opencontrail_control_address} |
| 25 | cluster_local_address: ${_param:single_address} |
| 26 | cluster_node01_hostname: ntw01 |
| 27 | cluster_node01_address: ${_param:opencontrail_control_node01_address} |
| 28 | cluster_node02_hostname: ntw02 |
| 29 | cluster_node02_address: ${_param:opencontrail_control_node02_address} |
| 30 | cluster_node03_hostname: ntw03 |
| 31 | cluster_node03_address: ${_param:opencontrail_control_node03_address} |
| 32 | opencontrail_router01_hostname: vsrx01.${_param:cluster_domain} |
| 33 | opencontrail_router01_address: 172.16.10.131 |
| 34 | linux: |
| 35 | network: |
| 36 | interface: |
| 37 | eth1: |
| 38 | enabled: true |
| 39 | type: eth |
| 40 | proto: static |
| 41 | address: ${_param:single_address} |
| 42 | netmask: 255.255.255.0 |
| 43 | keepalived: |
| 44 | cluster: |
| 45 | instance: |
| 46 | VIP: |
| 47 | virtual_router_id: 144 |
| 48 | opencontrail: |
| 49 | web: |
| 50 | database: |
| 51 | port: 9042 |
| 52 | network: |
| 53 | host: ${_param:openstack_control_address} |
| 54 | identity: |
| 55 | host: ${_param:openstack_control_address} |
| 56 | common: |
| 57 | network: |
| 58 | host: ${_param:openstack_control_address} |
| 59 | identity: |
| 60 | host: ${_param:openstack_control_address} |
| 61 | config: |
| 62 | network: |
| 63 | host: ${_param:openstack_control_address} |
| 64 | identity: |
| 65 | host: ${_param:openstack_control_address} |
| 66 | message_queue: |
| 67 | engine: rabbitmq |
| 68 | host: ${_param:openstack_control_address} |
| 69 | port: 5672 |
Jan Cach | ed64640 | 2018-01-09 15:15:31 +0100 | [diff] [blame] | 70 | client: |
| 71 | virtual_networks: |
| 72 | network01: |
| 73 | name: 'floating-ips' |
| 74 | ip_prefix: '172.16.111.0' |
| 75 | ip_prefix_len: 24 |
| 76 | asn: 64512 |
| 77 | route_target: 10000 |
| 78 | external: True |
| 79 | rpf: 'disable' |
Jan Cach | c997561 | 2018-01-15 18:56:01 +0100 | [diff] [blame] | 80 | domain: 'default-domain' |
| 81 | project: 'default-project' |