diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-10-19 12:05:56 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-10-19 12:06:03 +0800 |
commit | 6cea588b4db7a49b17853bbb9a68bd561e0048f8 (patch) | |
tree | 022eb2d7adf7e53acaf0f07ea0e36151d320152a | |
parent | e88b827e9ac4c9b8198813e0e413661b39ec7b2b (diff) |
Add VF-C component release version
Add VF-C component release version
Issue-ID: VFC-527
Change-Id: Id14cbe8c38d5a0f1c0c079d72c625ee9249fdaca
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | version-manifest/src/main/resources/docker-manifest.csv | 16 | ||||
-rw-r--r-- | version-manifest/src/main/resources/java-manifest.csv | 7 |
2 files changed, 23 insertions, 0 deletions
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 + |