aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/att-sdc-translator-impl/src/test/resources/mock/services/heattotosca/attValetGroupAssignment/complexOnlyGroup/inputfiles/main.yml
diff options
context:
space:
mode:
authorAvi Gaffa <avi.gaffa@amdocs.com>2017-10-19 06:46:44 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-19 06:46:44 +0000
commit371880722fa899f59c82b1a98b0e3d65ff250e41 (patch)
tree3f364d4888029b39050d4fb780d1735c73f2a723 /openecomp-be/lib/openecomp-sdc-translator-lib/att-sdc-translator-impl/src/test/resources/mock/services/heattotosca/attValetGroupAssignment/complexOnlyGroup/inputfiles/main.yml
parentb9d289bfa9dced1ebe4ec070a15b2155ead302bf (diff)
parent15a6fa057331a2060b9446426cf91a99294e41a1 (diff)
Merge "Refactoring of module in onboarding"
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/att-sdc-translator-impl/src/test/resources/mock/services/heattotosca/attValetGroupAssignment/complexOnlyGroup/inputfiles/main.yml')
-rw-r--r--openecomp-be/lib/openecomp-sdc-translator-lib/att-sdc-translator-impl/src/test/resources/mock/services/heattotosca/attValetGroupAssignment/complexOnlyGroup/inputfiles/main.yml124
1 files changed, 0 insertions, 124 deletions
diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/att-sdc-translator-impl/src/test/resources/mock/services/heattotosca/attValetGroupAssignment/complexOnlyGroup/inputfiles/main.yml b/openecomp-be/lib/openecomp-sdc-translator-lib/att-sdc-translator-impl/src/test/resources/mock/services/heattotosca/attValetGroupAssignment/complexOnlyGroup/inputfiles/main.yml
deleted file mode 100644
index 2317813e66..0000000000
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/att-sdc-translator-impl/src/test/resources/mock/services/heattotosca/attValetGroupAssignment/complexOnlyGroup/inputfiles/main.yml
+++ /dev/null
@@ -1,124 +0,0 @@
-heat_template_version: 2013-05-23
-
-description: cmaui server template for vMMSC
-
-parameters:
- net:
- type: string
- description: UID of network
- p1:
- type: string
- description: p1
- p2:
- type: string
- description: p2
- myIPs:
- type: string
- description: ip1
- availability_zone_1:
- type: string
- description: myAvailability_zone_1
- names:
- type: string
- image:
- type: string
- flavor:
- type: string
-resources:
-
- myNovaServer1:
- type: OS::Nova::Server
- properties:
- name: { get_param: [names, 0]}
- image: { get_param: image }
- availability_zone: { get_param: availability_zone_1 }
- flavor: { get_param: flavor }
- networks:
- - port: { get_resource: myPort1 }
- - port: { get_resource: myPort2 }
-
-
- myNovaServer2:
- type: OS::Nova::Server
- properties:
- name: { get_param: [names, 0]}
- image: { get_param: image }
- availability_zone: { get_param: availability_zone_1 }
- flavor: { get_param: flavor }
- networks:
- - port: { get_resource: myPort3 }
- - port: { get_resource: myPort4 }
-
- myNovaServer3:
- type: OS::Nova::Server
- properties:
- name: { get_param: [names, 0]}
- image: { get_param: image }
- availability_zone: { get_param: availability_zone_1 }
- flavor: { get_param: flavor }
- networks:
- - port: { get_resource: myPort5 }
- - port: { get_resource: myPort6 }
- myPort1:
- type: OS::Neutron::Port
- properties:
- network: { get_param: net }
- fixed_ips: [{"ip_address": {get_param: [myIPs, 0]}}]
- security_groups: [{get_param: p1}]
- replacement_policy: AUTO
-
- myPort2:
- type: OS::Neutron::Port
- properties:
- network: { get_param: net }
- fixed_ips: [{"ip_address": {get_param: [myIPs, 0]}}]
- security_groups: [{get_param: p2}]
- replacement_policy: AUTO
-
- myPort3:
- type: OS::Neutron::Port
- properties:
- network: { get_param: net }
- fixed_ips: [{"ip_address": {get_param: [myIPs, 0]}}]
- security_groups: [{get_param: p1}]
- replacement_policy: AUTO
-
- myPort4:
- type: OS::Neutron::Port
- properties:
- network: { get_param: net }
- fixed_ips: [{"ip_address": {get_param: [myIPs, 0]}}]
- security_groups: [{get_param: p2}]
- replacement_policy: AUTO
- myPort5:
- type: OS::Neutron::Port
- properties:
- network: { get_param: net }
- fixed_ips: [{"ip_address": {get_param: [myIPs, 0]}}]
- security_groups: [{get_param: p1}]
- replacement_policy: AUTO
-
- myPort6:
- type: OS::Neutron::Port
- properties:
- network: { get_param: net }
- fixed_ips: [{"ip_address": {get_param: [myIPs, 0]}}]
- security_groups: [{get_param: p2}]
- replacement_policy: AUTO
- SVCgroup1:
- type: ATT::Valet::GroupAssignment
- properties:
- group_type: affinity
- group_name: simpleGroup
- level: host
- resources:
- - { get_resource: myNovaServer1}
- - { get_resource: myNovaServer2}
- SVCgroup2:
- type: ATT::Valet::GroupAssignment
- properties:
- group_type: affinity
- group_name: complexGroup
- level: host
- resources:
- - { get_resource: SVCgroup1} \ No newline at end of file