From 6cea588b4db7a49b17853bbb9a68bd561e0048f8 Mon Sep 17 00:00:00 2001 From: yangyan Date: Thu, 19 Oct 2017 12:05:56 +0800 Subject: Add VF-C component release version Add VF-C component release version Issue-ID: VFC-527 Change-Id: Id14cbe8c38d5a0f1c0c079d72c625ee9249fdaca Signed-off-by: yangyan --- version-manifest/src/main/resources/docker-manifest.csv | 16 ++++++++++++++++ version-manifest/src/main/resources/java-manifest.csv | 7 +++++++ 2 files changed, 23 insertions(+) diff --git a/version-manifest/src/main/resources/docker-manifest.csv b/version-manifest/src/main/resources/docker-manifest.csv index a4d0cd282..00c06c154 100644 --- a/version-manifest/src/main/resources/docker-manifest.csv +++ b/version-manifest/src/main/resources/docker-manifest.csv @@ -20,3 +20,19 @@ onap/msb/msb_apigateway,1.0.0-STAGING-latest onap/oom/kube2msb,1.0.0-STAGING-latest onap/vnfsdk/refrepo,1.0.0-STAGING-latest openecomp/mso,1.1-STAGING-latest +onap/vfc/emsdriver,1.0.0-STAGING-latest +onap/vfc/catalog,1.0.0-STAGING-latest +onap/vfc/gvnfmdriver,1.0.0-STAGING-latest +onap/vfc/jujudriver,1.0.0-STAGING-latest +onap/vfc/nslcm,1.0.0-STAGING-latest +onap/vfc/resmanagement,1.0.0-STAGING-latest +onap/vfc/vnfmgr,1.0.0-STAGING-latest +onap/vfc/vnflcm,1.0.0-STAGING-latest +onap/vfc/vnfres,1.0.0-STAGING-latest +onap/vfc/ztesdncdriver,1.0.0-STAGING-latest +onap/vfc/wfengine-mgrservice,1.0.0-STAGING-latest +onap/vfc/wfengine-activiti,1.0.0-STAGING-latest +onap/vfc/ztevmanagerdriver,1.0.0-STAGING-latest +onap/vfc/nfvo/svnfm/huawei,1.0.0-STAGING-latest +onap/vfc/nfvo/svnfm/nokia,1.0.0-STAGING-latest + diff --git a/version-manifest/src/main/resources/java-manifest.csv b/version-manifest/src/main/resources/java-manifest.csv index 727452e9f..fd2731302 100644 --- a/version-manifest/src/main/resources/java-manifest.csv +++ b/version-manifest/src/main/resources/java-manifest.csv @@ -42,6 +42,13 @@ org.onap.vfc.nfvo.catalog,vfc-nfvo-catalog,1.0.0 org.onap.vfc.nfvo.driver.ems.ems,emsdriver-standalone,1.0.0 org.onap.vfc.nfvo.driver.vnfm.gvnfm.gvnfmadapter,vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter,1.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.zte.vmanager,vfc-nfvo-driver-vnfm-svnfm-zte-vmanager,1.0.0 +org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter,hw-vnfmadapter-deployment,1.0.0 +org.onap.vfc.nfvo.driver.vnfm.svnfm,vfcadaptor-deployment,1.0.0 +org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone,vfc-nfvo-driver-sfc-zte-sfc-driver,1.0.0 org.onap.vfc.gvnfm.vnflcm.lcm,vfc-gvnfm-vnflcm-lcm,1.0.0 org.onap.vfc.gvnfm.vnfmgr.mgr,vfc-gvnfm-vnfmgr-mgr,1.0.0 org.onap.vfc.gvnfm.vnfres.res,vfc-gvnfm-vnfres-res,1.0.0 +org.onap.vfc.nfvo.resmanagement,vfc-nfvo-resmanagement-deployment,1.0.0 +org.onap.vfc.nfvo.wfengine,activiti-extension,1.0.0 +org.onap.vfc.nfvo.wfengine,workflow-engine-mgr-service,1.0.0 + -- cgit 1.2.3-korg