From: tierno Date: Fri, 6 Oct 2017 08:05:51 +0000 (+0200) Subject: Commented unncesary placement group of one vdu X-Git-Tag: v3.0.0rc7~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ce43e407eb825ff4e5adb63f36985e70d575022d;p=osm%2Fdevops.git Commented unncesary placement group of one vdu Change-Id: Ic179f99e40fa4d6f4038731cbc4efa918c92da57 Signed-off-by: tierno --- diff --git a/descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml b/descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml index 446646b4..8aa7817a 100644 --- a/descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml +++ b/descriptor-packages/vnfd/ping_vnf/src/ping_vnfd.yaml @@ -39,12 +39,12 @@ vnfd:vnfd-catalog: port: '18888' port: '18888' vdu-id: iovdu_0 - 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 835f3249..33082f13 100644 --- a/descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml +++ b/descriptor-packages/vnfd/pong_vnf/src/pong_vnfd.yaml @@ -39,12 +39,12 @@ vnfd:vnfd-catalog: port: '18889' port: '18889' vdu-id: iovdu_0 - 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'