From 5a6a6de6f1a26a1897e4917a0df613e25a24eb70 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Mon, 30 Jul 2018 15:56:09 -0400 Subject: Containerization feature of SO Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) --- .../artifacts/hot-nimbus-oam-volumes_v1.0.yaml | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 packages/arquillian-unit-tests/src/test/resources/resource-examples/asdc/simpleNotif-V3/artifacts/hot-nimbus-oam-volumes_v1.0.yaml (limited to 'packages/arquillian-unit-tests/src/test/resources/resource-examples/asdc/simpleNotif-V3/artifacts/hot-nimbus-oam-volumes_v1.0.yaml') diff --git a/packages/arquillian-unit-tests/src/test/resources/resource-examples/asdc/simpleNotif-V3/artifacts/hot-nimbus-oam-volumes_v1.0.yaml b/packages/arquillian-unit-tests/src/test/resources/resource-examples/asdc/simpleNotif-V3/artifacts/hot-nimbus-oam-volumes_v1.0.yaml deleted file mode 100644 index 9e120547b4..0000000000 --- a/packages/arquillian-unit-tests/src/test/resources/resource-examples/asdc/simpleNotif-V3/artifacts/hot-nimbus-oam-volumes_v1.0.yaml +++ /dev/null @@ -1,45 +0,0 @@ -heat_template_version: 2013-05-23 - -parameters: - pcrf_oam_vol_size: - type: number - label: Cinder volume size - description: the size of the Cinder volume - pcrf_oam_vol_name_1: - type: string - label: OAM volume name 1 - description: Assigning name to volume - pcrf_oam_vol_name_2: - type: string - label: OAM volume name 2 - description: Assigning name to volume - pcrf_oam_volume_silver-1: - type: string - label: vm volume type - description: the name of the target volume backend for OAM1 - pcrf_oam_volume_silver-2: - type: string - label: vm volume type - description: the name of the target volume backend for OAM2 - -resources: - pcrf_oam_volume_1: - type: OS::Cinder::Volume - properties: - size: {get_param: pcrf_oam_vol_size} - volume_type: {get_param: pcrf_oam_volume_silver-1} - name: {get_param: pcrf_oam_vol_name_1} - - pcrf_oam_volume_2: - type: OS::Cinder::Volume - properties: - size: {get_param: pcrf_oam_vol_size} - volume_type: {get_param: pcrf_oam_volume_silver-2} - name: {get_param: pcrf_oam_vol_name_2} -outputs: - pcrf_oam_volume_id_1: - description: the oam 001 volume id - value: { get_resource: pcrf_oam_volume_1 } - pcrf_oam_volume_id_2: - description: the oam 002 volume id - value: { get_resource: pcrf_oam_volume_2 } \ No newline at end of file -- cgit 1.2.3-korg