diff options
author | platania <platania@research.att.com> | 2017-02-16 18:00:15 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-02-16 18:02:42 -0500 |
commit | a7417591cd3a600bbbb4fbbc6e30c376ea9b6218 (patch) | |
tree | babfb1713c5141dd6769629a5789ad6f08ace902 /deploy_scripts | |
parent | e02a7ebfe9e964d538a15a3123a3967ae959c1e1 (diff) |
Renaming scripts folder
Change-Id: Ie47a38d5f320a8d273bb3bb8c2a6b8dbbed655b5
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'deploy_scripts')
-rw-r--r-- | deploy_scripts/.DS_Store | bin | 6148 -> 0 bytes | |||
-rwxr-xr-x | deploy_scripts/deploy_boot.sh | 11 | ||||
-rwxr-xr-x | deploy_scripts/deploy_heat.sh | 11 | ||||
-rwxr-xr-x | deploy_scripts/deploy_vfw_scripts.sh | 11 | ||||
-rwxr-xr-x | deploy_scripts/deploy_vlb_scripts.sh | 11 | ||||
-rw-r--r-- | deploy_scripts/repo_config.txt | 4 |
6 files changed, 0 insertions, 48 deletions
diff --git a/deploy_scripts/.DS_Store b/deploy_scripts/.DS_Store Binary files differdeleted file mode 100644 index 5008ddfc..00000000 --- a/deploy_scripts/.DS_Store +++ /dev/null diff --git a/deploy_scripts/deploy_boot.sh b/deploy_scripts/deploy_boot.sh deleted file mode 100755 index fb256559..00000000 --- a/deploy_scripts/deploy_boot.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -source repo_config.txt - -SOURCE_DIR=../boot -GROUP_ID=org.openecomp.demo.boot -VERSION=1.0.0 - -cd $SOURCE_DIR -ls | xargs -I{} curl -v -u $REPO_USERNAME:$REPO_PASSWORD --upload-file {} $REPO_URL/$GROUP_ID/$VERSION/{} - diff --git a/deploy_scripts/deploy_heat.sh b/deploy_scripts/deploy_heat.sh deleted file mode 100755 index 74a16201..00000000 --- a/deploy_scripts/deploy_heat.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -source repo_config.txt - -SOURCE_DIR=../heat -GROUP_ID=org.openecomp.demo.heat -VERSION=1.0.0 - -cd $SOURCE_DIR -ls | xargs -I{} curl -v -u $REPO_USERNAME:$REPO_PASSWORD --upload-file {} $REPO_URL/$GROUP_ID/$VERSION/{} - diff --git a/deploy_scripts/deploy_vfw_scripts.sh b/deploy_scripts/deploy_vfw_scripts.sh deleted file mode 100755 index 49e7b019..00000000 --- a/deploy_scripts/deploy_vfw_scripts.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -source repo_config.txt - -SOURCE_DIR=../vnfs/vFW/scripts -GROUP_ID=org.openecomp.demo.vnf.vfw -VERSION=1.0.0 - -cd $SOURCE_DIR -ls | xargs -I{} curl -v -u $REPO_USERNAME:$REPO_PASSWORD --upload-file {} $REPO_URL/$GROUP_ID/$VERSION/{} - diff --git a/deploy_scripts/deploy_vlb_scripts.sh b/deploy_scripts/deploy_vlb_scripts.sh deleted file mode 100755 index 88c431f6..00000000 --- a/deploy_scripts/deploy_vlb_scripts.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -source repo_config.txt - -SOURCE_DIR=../vnfs/vLB/scripts -GROUP_ID=org.openecomp.demo.vnf.vlb -VERSION=1.0.0 - -cd $SOURCE_DIR -ls | xargs -I{} curl -v -u $REPO_USERNAME:$REPO_PASSWORD --upload-file {} $REPO_URL/$GROUP_ID/$VERSION/{} - diff --git a/deploy_scripts/repo_config.txt b/deploy_scripts/repo_config.txt deleted file mode 100644 index 8430dd41..00000000 --- a/deploy_scripts/repo_config.txt +++ /dev/null @@ -1,4 +0,0 @@ -REPO_URL=https://ecomp-nexus:8443/repository/raw -REPO_USERNAME= -REPO_PASSWORD= - |