From 3e10650bec6aec454ed683cfafc73a30ae937b01 Mon Sep 17 00:00:00 2001 From: tierno Date: Mon, 13 Nov 2017 17:59:13 +0100 Subject: [PATCH 1/1] return back placement groups to ping-pong descriptors Change-Id: Icc5df66b81a315f7189384de3e52155af96d1306 Signed-off-by: tierno --- descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml | 12 ++++++------ descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml b/descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml index bfea2106..37b38440 100644 --- a/descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml +++ b/descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml @@ -38,12 +38,12 @@ vnfd:vnfd-catalog: port: '18888' port: '18888' cp: ping_vnfd/cp0 - # placement-groups: - # - member-vdus: - # - member-vdu-ref: iovdu_0 - # name: Eris - # requirement: Place this VM on the Kuiper belt object Eris - # strategy: COLOCATION + placement-groups: + - member-vdus: + - member-vdu-ref: iovdu_0 + name: Eris + requirement: Place this VM on the Kuiper belt object Eris + strategy: COLOCATION vdu: - cloud-init-file: ping_cloud_init.cfg count: '1' diff --git a/descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml b/descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml index 536198b7..e69bdb10 100644 --- a/descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml +++ b/descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml @@ -38,12 +38,12 @@ vnfd:vnfd-catalog: port: '18889' port: '18889' cp: pong_vnfd/cp0 - # placement-groups: - # - member-vdus: - # - member-vdu-ref: iovdu_0 - # name: Weywot - # requirement: Place this VM on the Kuiper belt object Weywot - # strategy: COLOCATION + placement-groups: + - member-vdus: + - member-vdu-ref: iovdu_0 + name: Weywot + requirement: Place this VM on the Kuiper belt object Weywot + strategy: COLOCATION vdu: - cloud-init-file: pong_cloud_init.cfg count: '1' -- 2.25.1