# Environment file for instantiating # - 1 x HA SSC pair - B instance # # The Perimeta B instance is only configured with sufficient # configuration to allow partnering from the A instance (which will complete # the configuration). # # This template assumes that a base template stack has previously been # created so that deployment wide resources such as server-groups have been # defined. # parameters: # # General VNF parameters # # Unique VNF name #vnf_name: tsbc0002 # ID of VNF #vnf_id: ibcx0002 # Unique ID for this VF Module instance #vf_module_id: ibcx # Availability zone for B instances. #availability_zone_1: DPA3_D2_AZ2 # # Shared parameters from base template # # Internal HA network UUID #shared_int_ha_net_id: "c8994bb0-9dbd-43e7-a8f9-658c54e35d23" # Internal HA network IPv4 prefix length #shared_int_ha_net_prefix_len_v4: 26 # Keypair UUID #shared_perimeta_keypair: "atttest_key_pair" # List of security groups to use for all interfaces #shared_perimeta_sec_groups: [ "2412dd6a-d784-40a5-a195-7a7da2349178" ] # Anti-affinity server groups to use for SSCs #shared_perimeta_ssc_server_group: "308e8e5b-fac5-4964-b86c-47d8b439fe44" # Unused network parameters #shared_ssc_unused_net_id: "dd410626-5658-445c-8f97-1142e2d521ab" # # SSC parameters # # Flavor to use for creating SSC VM instance ssc_flavor_name: gv.c8r16d160 # Glance image to use for launching SSC Perimeta instances. ssc_image_name: ISBC_SBC_v4.0.40_SU12.qcow2 # Name of VM B of SSC #ssc_b_name_0: ibcx0002vm002 # # HA network parameters # # HA fixed IPv4 address to use for SSC B. #ssc_b_int_ha_ip_0: 172.26.1.5 # HA fixed IPv4 address to use for SSC A. #ssc_a_int_ha_ip_0: 172.26.1.4 # # Management network parameters # # Management network ID #mgmt_net_id: 4b5621b0-4ca4-4ea0-8511-860318c4fc3b # Management virtual IPv4 address to use for SSC. #ssc_mgmt_vip_0: 135.144.188.133 # Management fixed IPv4 address to use for SSC B. #ssc_b_mgmt_ip_0: 135.144.188.136 # # Trusted/core network parameters # # Network ID of Trusted/core network. #trusted_net_id: 3d584971-4ec6-408c-92fe-3073666fbcb9 # Virtual IPv4 address on Trusted/core network for SSC. #ssc_trusted_vip_0: 10.1.1.5 # Fixed IPv4 address on Trusted/core network for SSC B. #ssc_b_trusted_ip_0: 10.1.1.6 # # Untrusted/access network parameters # # Using VLANs on Untrusted/access #shared_int_untrusted_parent_net_id: a0ddd409-f6a7-465a-a091-827a12402252 # Virtual IPv4 address on Untrusted/access parent network for SSC. #ssc_untrusted_parent_vip_0: 11.0.0.6 # Fixed IPv4 address on Untrusted/access parent network for SSC B. #ssc_b_untrusted_parent_ip_0: 11.0.0.5 #perimeta_untrusted_num_vlans: 5 #perimeta_untrusted_vlan_ids: ["81", "1001", "1002", "1003", "1004"] #perimeta_untrusted_vlan_networks: [95c74fbb-0650-4ac2-bd4f-7b4fb50b4b5d,aa1a5096-61fd-421b-a74b-0b4a72c47856,ced72584-9c09-4d67-9b9f-8faf4c081c45,6311c9db-c4ba-41f5-85e5-4a3cc85d7f55,79391429-9c52-44f5-b9a9-4547fec0e9d4] # Virtual IPv4 address on Untrusted/access network for SSC. #ssc_untrusted_vip_0: 12.121.106.133 # Virtual IPv6 address on Untrusted/access network for SSC. #ssc_untrusted_v6_vip_0: 2001:1890:1001:2B38::2D:2 # Fixed IPv4 address on Untrusted/access network for SSC B. #ssc_b_untrusted_ip_0: 12.121.106.134 # Fixed IPv6 address on Untrusted/access network for SSC B. #ssc_b_untrusted_v6_ip_0: 2001:1890:1001:2B38::2D:3 # # management/Rf network parameters # # Virtual IPv4 address on management/Rf network for SSC. #ssc_rf_vip_0: 135.144.188.135 # Fixed IPv4 address on management/Rf network for SSC B. #ssc_b_rf_ip_0: 135.144.188.136