diff options
author | liboNet <libo.zhu@intel.com> | 2018-11-07 05:46:34 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2018-11-07 06:38:02 +0800 |
commit | 9f8da0915c260757e4bb051d0cf66a9337dfb892 (patch) | |
tree | c0863609aecec0e73100ae594cb5dbe1fd312c8a /tosca/vCPE/Artifacts | |
parent | 8d9ae22976d022e2da392ecb48e4c0c38eaa6d9f (diff) |
update vCPE artifact layout and Template file
remove node_types's definition from MainserviceTemplate.yaml to
make it acceptable by SDC
SDC artifacts need to be put at the specfieid directory path
based on SDC rule
Change-Id: If3f625b40d2e445549ebacdd944605024a073007
Issue-ID: INT-711
Signed-off-by: liboNet <libo.zhu@intel.com>
Diffstat (limited to 'tosca/vCPE/Artifacts')
-rw-r--r-- | tosca/vCPE/Artifacts/Deployment/Other/authorized_keys (renamed from tosca/vCPE/Artifacts/keys/authorized_keys) | 0 | ||||
-rw-r--r-- | tosca/vCPE/Artifacts/Deployment/Other/id_rsa (renamed from tosca/vCPE/Artifacts/keys/id_rsa) | 0 | ||||
-rw-r--r-- | tosca/vCPE/Artifacts/Deployment/Other/id_rsa.pub (renamed from tosca/vCPE/Artifacts/keys/id_rsa.pub) | 0 | ||||
-rw-r--r-- | tosca/vCPE/Artifacts/Deployment/Other/image | 1 | ||||
-rw-r--r-- | tosca/vCPE/Artifacts/images/ubuntu_16.04 | 0 |
5 files changed, 1 insertions, 0 deletions
diff --git a/tosca/vCPE/Artifacts/keys/authorized_keys b/tosca/vCPE/Artifacts/Deployment/Other/authorized_keys index 444ca79c..444ca79c 100644 --- a/tosca/vCPE/Artifacts/keys/authorized_keys +++ b/tosca/vCPE/Artifacts/Deployment/Other/authorized_keys diff --git a/tosca/vCPE/Artifacts/keys/id_rsa b/tosca/vCPE/Artifacts/Deployment/Other/id_rsa index 60597577..60597577 100644 --- a/tosca/vCPE/Artifacts/keys/id_rsa +++ b/tosca/vCPE/Artifacts/Deployment/Other/id_rsa diff --git a/tosca/vCPE/Artifacts/keys/id_rsa.pub b/tosca/vCPE/Artifacts/Deployment/Other/id_rsa.pub index 444ca79c..444ca79c 100644 --- a/tosca/vCPE/Artifacts/keys/id_rsa.pub +++ b/tosca/vCPE/Artifacts/Deployment/Other/id_rsa.pub diff --git a/tosca/vCPE/Artifacts/Deployment/Other/image b/tosca/vCPE/Artifacts/Deployment/Other/image new file mode 100644 index 00000000..f31d15df --- /dev/null +++ b/tosca/vCPE/Artifacts/Deployment/Other/image @@ -0,0 +1 @@ +ubuntu_16.04 diff --git a/tosca/vCPE/Artifacts/images/ubuntu_16.04 b/tosca/vCPE/Artifacts/images/ubuntu_16.04 deleted file mode 100644 index e69de29b..00000000 --- a/tosca/vCPE/Artifacts/images/ubuntu_16.04 +++ /dev/null |