aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/rancher
diff options
context:
space:
mode:
authorMichael O'Brien <frank.obrien@amdocs.com>2018-05-23 17:31:32 -0400
committerMichael O'Brien <frank.obrien@amdocs.com>2018-05-23 17:33:09 -0400
commit756db681b7e2f752f0e36a9c6b7140ecc3a6b630 (patch)
treee557d2742c92110da8513f0a4fe38aa82daf0ed3 /deploy/rancher
parentbdbcf1dbddd8c4646acd4187bc836102f493a542 (diff)
k8s entrypoint wgets from git not jira now
Change-Id: Id7df1ec1ae57244217173e7323994b5a4074caec Issue-ID: LOG-417 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
Diffstat (limited to 'deploy/rancher')
-rwxr-xr-xdeploy/rancher/oom_entrypoint.sh9
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