Skip to content

Commit

Permalink
#5 remove unrequired pull
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems authored and Michael O'Brien committed Dec 7, 2017
1 parent c0fce96 commit 64a7c9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ FILEBEAT=$(kubectl get pods --all-namespaces -a | grep 2/)
echo "${FILEBEAT}"
echo "sleep 4 min - to allow rest frameworks to finish"
sleep 240
echo "run healthcheck 3 times to warm caches and frameworks so rest enpoints to report properly - see OOM-447"
echo "run healthcheck 3 times to warm caches and frameworks so rest endpoints report properly - see OOM-447"

#cd /dockerdata-nfs/onap/robot/
# OOM-484 - robot scripts moved
Expand Down
9 changes: 5 additions & 4 deletions oom_rancher_setup_1.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# as root
# 20171206
# as root - because of the logout that would be required after the docker user set
curl https://releases.rancher.com/install-docker/1.12.sh | sh
git clone -b release-1.1.0 http://gerrit.onap.org/r/oom
#cp oom/kubernetes/config/prepull_docker.sh
#./prepull_docker.sh
# when running as non-root (ubuntu) run the following and logout/log back in
#sudo usermod -aG docker ubuntu
docker run -d --restart=unless-stopped -p 8880:8080 rancher/server:v1.6.10
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
chmod +x ./kubectl
Expand All @@ -13,5 +13,6 @@ tar -zxvf helm-v2.3.0-linux-amd64.tar.gz
sudo mv linux-amd64/helm /usr/local/bin/helm

# pending create of client host
# see https://wiki.onap.org/display/DW/ONAP+on+Kubernetes#ONAPonKubernetes-Registeryourhost
# pending token and paste to
#vi ~/.kube/config

0 comments on commit 64a7c9e

Please sign in to comment.