summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/subInterfaceToInterfaceConnection/vTSBC_AIC/inputfiles/perimeta_ha_swmu_b.yaml
diff options
context:
space:
mode:
authorojasdubey <ojas.dubey@amdocs.com>2018-02-05 18:39:44 +0530
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-02-08 08:41:37 +0000
commit20074c4e75e926977b25d57bebf841f44ada12a0 (patch)
tree7dcf74806e951e4c84b35b94e2fc92a15b92a5a2 /openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/subInterfaceToInterfaceConnection/vTSBC_AIC/inputfiles/perimeta_ha_swmu_b.yaml
parent98d6b70321da75fb5322c146aa7be4442fc2b633 (diff)
VLAN tagging - Enable first stage translation
1. Added toggle for vlan tagging feature 2. Enabled existing translation of feature with toggle 3. Enabled unit tests for the same 4. Deleted unused test data 5. Updated license text 6. Updated code based on review comments Change-Id: I755df4889f18a32061e9d4d1ebec09162b2d8b83 Issue-ID: SDC-998 Signed-off-by: ojasdubey <ojas.dubey@amdocs.com>
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/subInterfaceToInterfaceConnection/vTSBC_AIC/inputfiles/perimeta_ha_swmu_b.yaml')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/subInterfaceToInterfaceConnection/vTSBC_AIC/inputfiles/perimeta_ha_swmu_b.yaml376
1 files changed, 0 insertions, 376 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/subInterfaceToInterfaceConnection/vTSBC_AIC/inputfiles/perimeta_ha_swmu_b.yaml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/subInterfaceToInterfaceConnection/vTSBC_AIC/inputfiles/perimeta_ha_swmu_b.yaml
deleted file mode 100644
index 77fb15a9a0..0000000000
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/resources/mock/services/heattotosca/subInterfaceToInterfaceConnection/vTSBC_AIC/inputfiles/perimeta_ha_swmu_b.yaml
+++ /dev/null
@@ -1,376 +0,0 @@
-# Heat template which intstantiates a 1+1 HA Perimeta instance with 4 or 5
-# vNICs.
-#
-# This is designed to be included in a higher level template.
-#
-# This template puts the Perimeta configuration in place using userdata
-# injected via OpenStack's ConfigDrive mechanism.
-#
-# Host anti-affinity is achieved using different availability zones for
-# the Perimeta instance or server group anti-affinity if they are in the
-# same availability zone.
-#
-# Template requires Juno or above and has been tested on Kilo.
-#
-heat_template_version: 2014-10-16
-
-description: >
- HOT template to instantiate a Perimeta 1+1 HA instance with 4vNICs as part of a nested template
-
-parameters:
- vnf_id:
- type: string
- description: VNF ID of this deployment
- vm_role:
- type: string
- description: Role of these VMs
- vf_module_id:
- type: string
- description: Unique ID for this VF Module instance
- system_names:
- type: comma_delimited_list
- description: List of system names of Perimeta instances. Name of a specific instance is indexed by perimeta_instance_index
- vm_a_names:
- type: comma_delimited_list
- description: List of names of Perimeta VM A instances, indexed by perimeta_instance_index
- vm_b_names:
- type: comma_delimited_list
- description: List of names of Perimeta VM A instances, indexed by perimeta_instance_index
- perimeta_instance_index:
- type: number
- description: Index of instance among multiple instances. Use to retrieve correct parameter for this instance when passed all parameters for all instances.
- perimeta_image_name:
- type: string
- description: Glance image for Perimeta instance
- constraints:
- - custom_constraint: glance.image
- perimeta_flavor_name:
- type: string
- description: Flavor to use for creating VM instances
- constraints:
- - custom_constraint: nova.flavor
- perimeta_keypair:
- type: string
- description: Keypair to use for accessing this Perimeta instance
- constraints:
- - custom_constraint: nova.keypair
- availability_zone_0:
- # Can be commented out along with references if always using a single availability zone
- type: string
- description: Availability zone for A instances.
- availability_zone_1:
- # Can be commented out along with references if always using a single availability zone
- type: string
- description: Availability zone for B instances. May be the same as A instance.
- mgmt_net_id:
- type: string
- description: Management network id
- constraints:
- - custom_constraint: neutron.network
- mgmt_net_plen:
- type: string
- description: Prefix length of management network
- mgmt_net_default_gateway:
- type: string
- description: IP address of management default gateway
- mgmt_vips:
- type: comma_delimited_list
- description: List of management virtual IP addresses for all instances.
- mgmt_a_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as management IPs of A instances.
- mgmt_b_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as management IPs of B instances.
- mgmt_sec_groups:
- type: comma_delimited_list
- description: List of security groups to add on management interfaces.
- ha_net_id:
- type: string
- description: HA network id
- constraints:
- - custom_constraint: neutron.network
- ha_network_plen:
- type: number
- constraints:
- - range: { min: 0, max: 32 }
- description: ha_network_plen must be between 0 and 32
- ha_a_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as HA IPs of A instances.
- ha_b_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as HA IPs of B instances.
- ha_sec_groups:
- type: comma_delimited_list
- description: List of security groups to add on HA interfaces.
- trusted_net_id:
- type: string
- description: Service network 1 network UUID
- constraints:
- - custom_constraint: neutron.network
- trusted_vips:
- type: comma_delimited_list
- description: List of service network 1 virtual IP addresses for all instances.
- trusted_a_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as trusted fixed IPs of A instances.
- trusted_b_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as trusted fixed IPs of B instances.
- trusted_sec_groups:
- type: comma_delimited_list
- description: List of security groups to add on trusted interfaces.
- untrusted_net_id:
- type: string
- description: Service network 2 network UUID
- constraints:
- - custom_constraint: neutron.network
- untrusted_vips:
- type: comma_delimited_list
- description: List of service network 2 virtual IP addresses for all instances.
- untrusted_v6_vips:
- type: comma_delimited_list
- description: List of service network 2 alternate virtual IP addresses for all instances.
- untrusted_a_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as untrusted fixed IPs of A instances.
- untrusted_a_v6_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as untrusted alternate fixed IPs of A instances.
- untrusted_b_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as untrusted fixed IPs of B instances.
- untrusted_b_v6_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as untrusted alternate fixed IPs of B instances.
- untrusted_sec_groups:
- type: comma_delimited_list
- description: List of security groups to add on untrusted interfaces.
- untrusted_num_vlans:
- type: number
- description: Number of VLANs to connect to on the untrusted/access network
- untrusted_vlan_ids:
- type: comma_delimited_list
- description: List of VLAN IDs to use on the untrusted/access network
- untrusted_vlan_networks:
- type: comma_delimited_list
- description: List of Contrail VLAN networks to use on the untrusted/access network. The order and number of these must match the VLAN ID list.
- serv3_net_id:
- type: string
- description: Service network 3 network UUID
- serv3_vips:
- type: comma_delimited_list
- description: List of service network 3 virtual IP addresses for all instances.
- serv3_a_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as serv3 fixed IPs of A instances.
- serv3_b_ips:
- type: comma_delimited_list
- description: List of fixed IP addresses to use as serv3 fixed IPs of B instances.
- serv3_sec_groups:
- type: comma_delimited_list
- description: List of security groups to add on serv3 interfaces.
- unused_net_id:
- type: string
- description: Service network unused port network UUID
- perimeta_param_server_group:
- type: string
- description: Server group to use for these VMs - ignored
- perimeta_config:
- type: string
- description: Orchestration template configuration for instance.
-
-resources:
-
- # Perimeta management ports
- perimeta_b_mgmt_0_port:
- type: OS::Neutron::Port
- properties:
- name:
- str_replace:
- template: $VM_mgmt_port
- params:
- $VM: { get_param: [ vm_b_names, { get_param: perimeta_instance_index } ] }
- network_id: { get_param: mgmt_net_id }
- fixed_ips:
- - ip_address: { get_param: [ mgmt_b_ips, { get_param: perimeta_instance_index } ] }
- security_groups: { get_param: mgmt_sec_groups }
- allowed_address_pairs:
- - ip_address: { get_param: [ mgmt_vips, { get_param: perimeta_instance_index } ] }
-
- # Perimeta HA ports
- perimeta_b_ha_0_port:
- type: OS::Neutron::Port
- properties:
- name:
- str_replace:
- template: $VM_ha_port
- params:
- $VM: { get_param: [ vm_b_names, { get_param: perimeta_instance_index } ] }
- network_id: { get_param: ha_net_id }
- fixed_ips:
- - ip_address: { get_param: [ ha_b_ips, { get_param: perimeta_instance_index } ] }
- security_groups: { get_param: ha_sec_groups }
-
- # Perimeta core/trusted service network ports
- #
- # Dual stack core network - if only IPv4 required, comment out second entry
- # in fixed_ips and allowed_addrsess_pairs parameters.
- perimeta_b_trusted_0_port:
- type: OS::Neutron::Port
- properties:
- name:
- str_replace:
- template: $VM_trusted_port
- params:
- $VM: { get_param: [ vm_b_names, { get_param: perimeta_instance_index } ] }
- network_id: { get_param: trusted_net_id }
- fixed_ips:
- - ip_address: { get_param: [ trusted_b_ips, { get_param: perimeta_instance_index } ] }
- security_groups: { get_param: trusted_sec_groups }
- allowed_address_pairs:
- - ip_address: { get_param: [ trusted_vips, { get_param: perimeta_instance_index } ] }
-
- # Perimeta access/untrusted service network ports
- #
- # Dual stack access network - if only IPv4 required, comment out second entry
- # in fixed_ips and allowed_addrsess_pairs parameters.
- perimeta_b_untrusted_0_port:
- type: OS::Neutron::Port
- properties:
- name:
- str_replace:
- template: $VM_untrusted_port
- params:
- $VM: { get_param: [ vm_b_names, { get_param: perimeta_instance_index } ] }
- network_id: { get_param: untrusted_net_id }
- fixed_ips:
- - ip_address: { get_param: [ untrusted_b_ips, { get_param: perimeta_instance_index } ] }
- - ip_address: { get_param: [ untrusted_b_v6_ips, { get_param: perimeta_instance_index } ] }
- security_groups: { get_param: untrusted_sec_groups }
- allowed_address_pairs:
- - ip_address: { get_param: [ untrusted_vips, { get_param: perimeta_instance_index } ] }
- - ip_address: { get_param: [ untrusted_v6_vips, { get_param: perimeta_instance_index } ] }
-
- # Contrail VLAN subinterfaces
- perimeta_b_untrusted_0_vlan_ports:
- type: OS::Heat::ResourceGroup
- properties:
- count: { get_param: untrusted_num_vlans }
- resource_def:
- type: vlan_subinterface_dual.yaml
- properties:
- subinterface_instance_index: "%index%"
- subinterface_name_prefix:
- str_replace:
- template: $VM_untrusted_port_vlan_
- params:
- $VM: { get_param: [ vm_b_names, { get_param: perimeta_instance_index } ] }
- parent_interface: { get_resource: perimeta_b_untrusted_0_port }
- mac_address: { get_attr: [ perimeta_b_untrusted_0_port, mac_address ] }
- ip_address: { get_param: [ untrusted_b_ips, { get_param: perimeta_instance_index } ] }
- ipv6_address: { get_param: [ untrusted_b_v6_ips, { get_param: perimeta_instance_index } ] }
- virtual_ip_address: { get_param: [ untrusted_vips, { get_param: perimeta_instance_index } ] }
- virtual_ipv6_address: { get_param: [ untrusted_v6_vips, { get_param: perimeta_instance_index } ] }
- vlan_ids: { get_param: untrusted_vlan_ids }
- vlan_networks: { get_param: untrusted_vlan_networks }
-
- # Perimeta Rf service network ports (SSC only)
- #
- # Dual stack access network - if only IPv4 required, comment out second entry
- # in fixed_ips and allowed_addrsess_pairs parameters.
- perimeta_b_serv3_0_port:
- type: OS::Neutron::Port
- properties:
- name:
- str_replace:
- template: $VM_serv3_port
- params:
- $VM: { get_param: [ vm_b_names, { get_param: perimeta_instance_index } ] }
- network_id: { get_param: serv3_net_id }
- fixed_ips:
- - ip_address: { get_param: [ serv3_b_ips, { get_param: perimeta_instance_index } ] }
- security_groups: { get_param: serv3_sec_groups }
- allowed_address_pairs:
- - ip_address: { get_param: [ serv3_vips, { get_param: perimeta_instance_index } ] }
-
- perimeta_b_unused_0_port:
- type: OS::Neutron::Port
- properties:
- name:
- str_replace:
- template: $VM_unused_port
- params:
- $VM: { get_param: [ vm_b_names, { get_param: perimeta_instance_index } ] }
- network: { get_param: unused_net_id }
-
- # Add any additional service ports here.
-
- perimeta_b_server_0:
- type: OS::Nova::Server
- properties:
- name: { get_param: [ vm_b_names, { get_param: perimeta_instance_index } ] }
- image: { get_param: perimeta_image_name }
- flavor: { get_param: perimeta_flavor_name }
- key_name: { get_param: perimeta_keypair }
- scheduler_hints: { group: { get_param: perimeta_param_server_group } }
- metadata:
- 'vnf_id': { get_param: vnf_id }
- 'vm_role':
- str_replace:
- template: $ROLE_b
- params:
- $ROLE: { get_param: vm_role }
- 'vf_module_id': { get_param: vf_module_id }
- networks:
- - port: { get_resource: perimeta_b_mgmt_0_port }
- - port: { get_resource: perimeta_b_ha_0_port }
- - port: { get_resource: perimeta_b_trusted_0_port }
- - port: { get_resource: perimeta_b_untrusted_0_port }
- - port: { get_resource: perimeta_b_serv3_0_port }
- - port: { get_resource: perimeta_b_unused_0_port }
- availability_zone: { get_param: availability_zone_1 }
- config_drive: True
- user_data_format: RAW
- user_data:
- str_replace:
- template: |
- {
- "vnic_assignment": {
- "IBG1mgmt": {"mac": "$MGMT_MACADDR"},
- "IPG1": {"mac": "$HA_MACADDR"},
- "RPG1": {"mac": "$TRUSTED_MACADDR"},
- "RPG2": {"mac": "$UNTRUSTED_MACADDR"},
- "RPG3": {"mac": "$SERV3_MACADDR"},
- "RPG4": {"mac": "$SERV4_MACADDR"}
- },
- "ip_ha_local": "$LOCAL_HA_IP_ADDR",
- "ip_ha_remote": "$REMOTE_HA_IP_ADDR",
- "ip_ha_plen": "$HA_NETWORK_PLEN"
- //"ip_mgmt_local": "$LOCAL_MGMT_IP_ADDR",
- //"ip_mgmt_remote": "$REMOTE_MGMT_IP_ADDR",
- //"ip_mgmt_plen": "$MGMT_NETWORK_PLEN",
- //"ip_mgmt_gway": "$MGMT_NETWORK_DEFAULT_GATEWAY"
- }
-
- params:
- $MGMT_MACADDR: { get_attr: [perimeta_b_mgmt_0_port, mac_address] }
- $HA_MACADDR: { get_attr: [perimeta_b_ha_0_port, mac_address] }
- $TRUSTED_MACADDR: { get_attr: [perimeta_b_trusted_0_port, mac_address] }
- $UNTRUSTED_MACADDR: { get_attr: [perimeta_b_untrusted_0_port, mac_address] }
- $SERV3_MACADDR: { get_attr: [perimeta_b_serv3_0_port, mac_address] }
- $SERV4_MACADDR: { get_attr: [perimeta_b_unused_0_port, mac_address] }
- $LOCAL_HA_IP_ADDR: { get_param: [ ha_b_ips, { get_param: perimeta_instance_index } ] }
- $REMOTE_HA_IP_ADDR: { get_param: [ ha_a_ips, { get_param: perimeta_instance_index } ] }
- $HA_NETWORK_PLEN: { get_param: ha_network_plen }
- $LOCAL_MGMT_IP_ADDR: { get_param: [ mgmt_b_ips, { get_param: perimeta_instance_index } ] }
- $REMOTE_MGMT_IP_ADDR: { get_param: [ mgmt_a_ips, { get_param: perimeta_instance_index } ] }
- $MGMT_NETWORK_PLEN: { get_param: mgmt_net_plen }
- $MGMT_NETWORK_DEFAULT_GATEWAY: { get_param: mgmt_net_default_gateway }
-
-outputs:
-
- server_group_used:
- description: Server group used for these VMs
- value: { get_param: perimeta_param_server_group }