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