From 756db681b7e2f752f0e36a9c6b7140ecc3a6b630 Mon Sep 17 00:00:00 2001 From: Michael O'Brien Date: Wed, 23 May 2018 17:31:32 -0400 Subject: k8s entrypoint wgets from git not jira now Change-Id: Id7df1ec1ae57244217173e7323994b5a4074caec Issue-ID: LOG-417 Signed-off-by: Michael O'Brien --- deploy/rancher/oom_entrypoint.sh | 9 ++++----- 1 file 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 -- cgit 1.2.3-korg