Merge pull request #14185 from tmrts/formatting

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-09-18 15:16:00 -07:00
commit cad5f03311
9 changed files with 9 additions and 9 deletions

View File

@ -16,4 +16,4 @@
export ELASTICSEARCH_URL=${ELASTICSEARCH_URL:-"http://localhost:9200"} export ELASTICSEARCH_URL=${ELASTICSEARCH_URL:-"http://localhost:9200"}
echo ELASTICSEARCH_URL=${ELASTICSEARCH_URL} echo ELASTICSEARCH_URL=${ELASTICSEARCH_URL}
/kibana-4.0.2-linux-x64/bin/kibana -e ${ELASTICSEARCH_URL} /kibana-4.0.2-linux-x64/bin/kibana -e ${ELASTICSEARCH_URL}

View File

@ -63,4 +63,4 @@ while true; do
done done
wait wait
systemctl daemon-reload systemctl daemon-reload

View File

@ -72,4 +72,4 @@ EOF
systemctl daemon-reload systemctl daemon-reload
systemctl enable kubelet systemctl enable kubelet
systemctl start kubelet systemctl start kubelet

View File

@ -48,4 +48,4 @@ EOF
systemctl daemon-reload systemctl daemon-reload
systemctl enable kube-proxy systemctl enable kube-proxy
systemctl start kube-proxy systemctl start kube-proxy

View File

@ -27,4 +27,4 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_CONFIG_FILE="config-default.sh" KUBE_CONFIG_FILE="config-default.sh"
${KUBE_ROOT}/hack/ginkgo-e2e.sh --ginkgo.focus=Networking ${KUBE_ROOT}/hack/ginkgo-e2e.sh --ginkgo.focus=Networking

View File

@ -16,4 +16,4 @@
## Contains configuration values for interacting with the Ubuntu cluster in test mode ## Contains configuration values for interacting with the Ubuntu cluster in test mode
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../.. KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
source "${KUBE_ROOT}/cluster/ubuntu/config-default.sh" source "${KUBE_ROOT}/cluster/ubuntu/config-default.sh"

View File

@ -79,4 +79,4 @@ do
else else
python "$t" || true python "$t" || true
fi fi
done done

View File

@ -38,4 +38,4 @@ start
while true; do while true; do
sleep 5 sleep 5
done done

View File

@ -44,4 +44,4 @@ echo "Ceph is ready"
# Wait forever # Wait forever
while true; do while true; do
sleep 10 sleep 10
done done