First draft of k8s deployment using RKE 17/83417/1
authorGary Wu <gary.i.wu@huawei.com>
Tue, 26 Mar 2019 20:08:29 +0000 (13:08 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 26 Mar 2019 21:55:16 +0000 (14:55 -0700)
commit950a3237302a9cc5040354083099bce42e8f2436
tree27a60f3dcd083193ec66700689624de8c4461829
parent54a0cae5a7d672285a02c64e1f98baa9b221a6f7
First draft of k8s deployment using RKE

Change-Id: Ifa0eb52b64438df64692aaf58b9ef8e5dd7fd32c
Issue-ID: INT-993
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
33 files changed:
.gitignore
deployment/heat/onap-rke/env/windriver/Integration-HEAT-Daily-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-HEAT-Staging-Daily-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-HEAT-Verify-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-OOM-Daily-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-OOM-Staging-Daily-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-OOM-Verify-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-SB-00-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-SB-01-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-SB-02-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-SB-03-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-SB-04-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-SB-05-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-SB-06-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/Integration-SB-07-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/OOF-openrc [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/onap-oom-light.env [new file with mode: 0644]
deployment/heat/onap-rke/env/windriver/onap-oom.env [new file with mode: 0644]
deployment/heat/onap-rke/k8s_vm_init.sh [new file with mode: 0644]
deployment/heat/onap-rke/k8s_vm_init_serv.sh [new file with mode: 0644]
deployment/heat/onap-rke/k8s_vm_install.sh [new file with mode: 0644]
deployment/heat/onap-rke/onap-oom.yaml [new file with mode: 0644]
deployment/heat/onap-rke/parts/onap-oom-1.yaml [new file with mode: 0644]
deployment/heat/onap-rke/parts/onap-oom-2.yaml [new file with mode: 0644]
deployment/heat/onap-rke/parts/onap-oom-3.yaml [new file with mode: 0644]
deployment/heat/onap-rke/rancher_vm_entrypoint.sh [new file with mode: 0644]
deployment/heat/onap-rke/scripts/Crypto.java [new file with mode: 0644]
deployment/heat/onap-rke/scripts/cleanup.sh [new file with mode: 0755]
deployment/heat/onap-rke/scripts/deploy.sh [new file with mode: 0755]
deployment/heat/onap-rke/scripts/gen-onap-oom-yaml.sh [new file with mode: 0755]
deployment/heat/onap-rke/scripts/prepull-docker.sh [new file with mode: 0755]
deployment/heat/onap-rke/scripts/redeploy-module.sh [new file with mode: 0644]
deployment/heat/onap-rke/scripts/redeploy.sh [new file with mode: 0755]