Add K8S deployment above Vagrant 05/30005/2
authorAreli Fuss <af732p@att.com>
Thu, 1 Feb 2018 11:09:07 +0000 (13:09 +0200)
committerMichael Lando <ml636r@att.com>
Tue, 6 Feb 2018 17:57:29 +0000 (17:57 +0000)
commit471a29706bfc3ed50a6c66f96ee6575fc2e3087b
treecce1286f59676a2f7097cb34146cfa94940d65b4
parent00c6ec7d386bd27c7752cf86e4692669e8b850ab
Add K8S deployment above Vagrant

Set deployment manifest files and scripts
for deploy SDC over Kubernetes inside
Vagrant
Preparation for OOM integration

Change-Id: I1f54b95067538f42d2d68fa3366b512dc9134f43
Issue-ID: SDC-907
Signed-off-by: Areli Fuss <af732p@att.com>
22 files changed:
sdc-os-chef/kubernetes/sdc/Chart.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/configmaps/sdc-check-job-completion.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/configmaps/sdc-environment-configmap.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/deployments/sdc-be.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/deployments/sdc-cs.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/deployments/sdc-es.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/deployments/sdc-fe.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/deployments/sdc-kb.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/deployments/sdc-pv-pvc.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/jobs/sdc-config-cs.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/jobs/sdc-config-es.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/secrets/sdc-cs-secret.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/templates/services/all-services.yaml [new file with mode: 0644]
sdc-os-chef/kubernetes/sdc/values.yaml [new file with mode: 0644]
sdc-os-chef/scripts/k8s/build_nsenter_exec.sh [new file with mode: 0644]
sdc-os-chef/scripts/k8s/deploy_k8s_sdc.sh [new file with mode: 0644]
sdc-os-chef/scripts/k8s/etc/bash_completion.d/nsenter [new file with mode: 0644]
sdc-os-chef/scripts/k8s/get_helm.sh [new file with mode: 0755]
sdc-os-chef/scripts/k8s/install_helm.sh [new file with mode: 0644]
sdc-os-chef/scripts/k8s/install_kubectl.sh [new file with mode: 0644]
sdc-os-chef/scripts/k8s/install_minikube.sh [new file with mode: 0644]
sdc-os-chef/scripts/k8s/kubernetes_run.sh [new file with mode: 0644]