diff options
author | Avdhut Kholkar <avdhut.kholkar@amdocs.com> | 2018-05-24 09:57:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-24 09:57:37 +0000 |
commit | 52cbadd34bc9f547dbedd27ea241de1154ba4151 (patch) | |
tree | 3adb8790b402d43fe822fabca6b2a77721155516 /deploy | |
parent | 7a724b15b5a1266b8517d56008becd336db6a1c5 (diff) | |
parent | 756db681b7e2f752f0e36a9c6b7140ecc3a6b630 (diff) |
Merge "k8s entrypoint wgets from git not jira now"
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy/rancher/oom_entrypoint.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/deploy/rancher/oom_entrypoint.sh b/deploy/rancher/oom_entrypoint.sh index 551f404..938901f 100755 --- a/deploy/rancher/oom_entrypoint.sh +++ b/deploy/rancher/oom_entrypoint.sh @@ -40,13 +40,12 @@ EOF } install_rancher_and_onap() { - echo "Running rancher install first - 20 min" - # the curl commands are until OOM-710 is merged - wget https://jira.onap.org/secure/attachment/11558/oom_rancher_setup.sh + echo "Running rancher install first - 25 min" + wget https://git.onap.org/logging-analytics/plain/deploy/rancher/oom_rancher_setup.sh sudo chmod 777 oom_rancher_setup.sh sudo ./oom_rancher_setup.sh -b $BRANCH -s $SERVER -e $ENVIRON - echo "Running oom install - 45-90 min" - wget https://jira.onap.org/secure/attachment/11608/cd.sh + echo "Running oom install - 45-90 min - 120 pod limit per vm" + wget https://git.onap.org/logging-analytics/plain/deploy/cd.sh sudo chmod 777 cd.sh wget https://jira.onap.org/secure/attachment/11124/aaiapisimpledemoopenecomporg.cer if [ "$BRANCH" == "amsterdam" ]; then |