sgudz | 9c5699d | 2019-04-11 14:16:41 +0300 | [diff] [blame] | 1 | |
| 2 | resource_registry: |
| 3 | "MCP::MultipleInstance": fragments/MultipleInstance.yaml |
| 4 | #"MCP::Flavors": fragments/Flavors.yaml |
| 5 | "MCP::MasterNode": fragments/MasterNode.yaml |
| 6 | "MCP::Compute": fragments/Compute.yaml |
| 7 | "MCP::Networks": fragments/Networks.yaml |
| 8 | "MCP::SingleInstance": fragments/Instance.yaml |
| 9 | "MCP::FoundationNode": fragments/FoundationNode.yaml |
Andrew Baraniuk | e8ddc24 | 2019-05-14 18:20:54 +0300 | [diff] [blame] | 10 | "MCP::VsrxNode": fragments/VsrxNode.yaml |
sgudz | 9c5699d | 2019-04-11 14:16:41 +0300 | [diff] [blame] | 11 | |
| 12 | parameter_defaults: |
| 13 | |
| 14 | cfg_flavor: system.virtual.salt_master |
Tatyana Leontovich | 1e063f0 | 2019-05-08 15:06:33 +0300 | [diff] [blame] | 15 | ctl_flavor: system.compact.openstack.control |
| 16 | cid_flavor: system.compact.cicd.control |
sgudz | 9c5699d | 2019-04-11 14:16:41 +0300 | [diff] [blame] | 17 | ntw_flavor: system.compact.opencontrail.control |
| 18 | nal_flavor: system.compact.opencontrail.analytics |
Tatyana Leontovich | 1e063f0 | 2019-05-08 15:06:33 +0300 | [diff] [blame] | 19 | dbs_flavor: system.compact.openstack.database |
| 20 | msg_flavor: system.compact.openstack.message_queue |
| 21 | mon_flavor: system.compact.stacklight.server |
| 22 | log_flavor: system.compact.stacklight.log |
| 23 | mtr_flavor: system.compact.stacklight.telemetry |
sgudz | 9c5699d | 2019-04-11 14:16:41 +0300 | [diff] [blame] | 24 | cmp_flavor: system.virtual.openstack.compute |
Tatyana Leontovich | 1e063f0 | 2019-05-08 15:06:33 +0300 | [diff] [blame] | 25 | cmn_flavor: system.compact.ceph.mon |
| 26 | rgw_flavor: system.compact.ceph.rgw |
sgudz | 4754594 | 2019-04-25 19:34:56 +0300 | [diff] [blame] | 27 | osd_flavor: system.virtual.openstack.compute |
Tatyana Leontovich | 1e063f0 | 2019-05-08 15:06:33 +0300 | [diff] [blame] | 28 | dns_flavor: system.compact.openstack.dns |
| 29 | kmn_flavor: system.compact.openstack.barbican |
| 30 | prx_flavor: system.compact.openstack.proxy |
| 31 | gtw_flavor: system.compact.openstack.gateway |
sgudz | 9c5699d | 2019-04-11 14:16:41 +0300 | [diff] [blame] | 32 | kvm_fake_flavor: system.virtual.fake_kvm |
| 33 | foundation_flavor: system.virtual.foundation |
Andrew Baraniuk | e8ddc24 | 2019-05-14 18:20:54 +0300 | [diff] [blame] | 34 | vsrx_flavor: oc_vsrx |
sgudz | 9c5699d | 2019-04-11 14:16:41 +0300 | [diff] [blame] | 35 | |
| 36 | key_pair: system_key_8133 |
| 37 | |
| 38 | net_public: public |
| 39 | |
Dennis Dmitriev | cba8612 | 2019-05-24 13:41:46 +0300 | [diff] [blame^] | 40 | foundation_image: system.foundation |
| 41 | |
sgudz | 9c5699d | 2019-04-11 14:16:41 +0300 | [diff] [blame] | 42 | nameservers: 172.18.208.44 |
| 43 | control_subnet_cidr: "10.6.0.0/24" |
| 44 | tenant_subnet_cidr: "10.8.0.0/24" |
| 45 | external_subnet_cidr: "10.9.0.0/24" |
| 46 | management_subnet_cidr: "10.7.0.0/24" |
| 47 | management_subnet_cfg01_ip: 10.7.0.15 |
| 48 | management_subnet_gateway_ip: 10.7.0.1 |
| 49 | management_subnet_pool_start: 10.7.0.20 |
sgudz | 4754594 | 2019-04-25 19:34:56 +0300 | [diff] [blame] | 50 | management_subnet_pool_end: 10.7.0.90 |
sgudz | 9c5699d | 2019-04-11 14:16:41 +0300 | [diff] [blame] | 51 | salt_master_control_ip: 10.6.0.15 |