~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/kubernetes/post-install.sh

  • Committer: Narinder Gupta
  • Date: 2017-01-03 21:57:20 UTC
  • Revision ID: git-v1:6d8bbf8f16d1db5a3251aef5af6a671fd9a68503
update to maas for further changes and added labconfig.yaml for
huawei pod12

Change-Id: I50d2a146afaf439c0d5381c7444dc1fe7fb14f25
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
set -ex
3
 
 
4
 
if [[ $1 == *"multus"* ]]; then
5
 
    /snap/bin/kubectl apply -f kubernetes/kube_cni_multus.yml
6
 
fi
7
 
 
8
 
/snap/bin/kubectl apply -f kubernetes/nginx-app.yaml
9
 
/snap/bin/kubectl cluster-info
10
 
/snap/bin/kubectl get nodes
11
 
/snap/bin/kubectl get pods --all-namespaces
12
 
/snap/bin/kubectl get services,endpoints,ingress --all-namespaces