Loading csp-lmc-mid/.make/k8s.mk +20 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,26 @@ delete: ## delete the helm chart release (without Tiller) helm_delete: ## delete the helm chart release (with Tiller) @helm delete $(HELM_RELEASE) --purge \ traefik: ## install the helm chart for traefik (in the kube-system namespace). @param: EXTERNAL_IP (i.e. private ip of the master node). @TMP=`mktemp -d`; \ $(helm_add_stable_repo) && \ helm fetch stable/traefik --untar --untardir $$TMP && \ helm template $(helm_install_shim) $$TMP/traefik -n traefik0 --namespace kube-system \ --set externalIP="$(EXTERNAL_IP)" \ | kubectl apply -n kube-system -f - && \ rm -rf $$TMP ; \ delete_traefik: ## delete the helm chart for traefik. @param: EXTERNAL_IP @TMP=`mktemp -d`; \ $(helm_add_stable_repo) && \ helm fetch stable/traefik --untar --untardir $$TMP && \ helm template $(helm_install_shim) $$TMP/traefik -n traefik0 --namespace kube-system \ --set externalIP="$(EXTERNAL_IP)" \ | kubectl delete -n kube-system -f - && \ rm -rf $$TMP describe: ## describe Pods executed from Helm chart @for i in `kubectl -n $(KUBE_NAMESPACE) get pods -l app.kubernetes.io/instance=$(HELM_RELEASE) -o=name`; \ do echo "---------------------------------------------------"; \ Loading csp-lmc-mid/charts/csp-lmc-mid/charts/cbf-proto/data/midcbfconfig.json +0 −8 Original line number Diff line number Diff line Loading @@ -1412,8 +1412,6 @@ "1" ], "polled_attr": [ "state", "1000", "healthstate", "1000", "adminmode", Loading Loading @@ -1485,8 +1483,6 @@ "2" ], "polled_attr": [ "state", "1000", "healthstate", "1000", "adminmode", Loading Loading @@ -1558,8 +1554,6 @@ "3" ], "polled_attr": [ "state", "1000", "healthstate", "1000", "adminmode", Loading Loading @@ -1631,8 +1625,6 @@ "4" ], "polled_attr": [ "state", "1000", "healthstate", "1000", "adminmode", Loading csp-lmc-mid/charts/csp-lmc-mid/charts/cbf-proto/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ midcbfmcs: image: registry: nexus.engageska-portugal.pt/ska-docker image: mid-cbf-mcs tag: 0.4.4-bb69bb4-dirty tag: 0.4.5-2e83f4c pullPolicy: IfNotPresent dsconfig: Loading csp-lmc-mid/charts/csp-lmc-mid/charts/csp-proto/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ csplmc: image: registry: nexus.engageska-portugal.pt/ska-docker image: mid-csp-lmc tag: latest tag: 0.6.7-e2efb2f pullPolicy: IfNotPresent deviceServers: Loading csp-lmc-mid/charts/csp-lmc-mid/charts/webjive/Chart.yaml 0 → 100644 +6 −0 Original line number Diff line number Diff line apiVersion: v1 appVersion: "1.0" description: A Helm chart for deploying the WebJive on Kubernetes name: webjive version: 0.1.0 icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png Loading
csp-lmc-mid/.make/k8s.mk +20 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,26 @@ delete: ## delete the helm chart release (without Tiller) helm_delete: ## delete the helm chart release (with Tiller) @helm delete $(HELM_RELEASE) --purge \ traefik: ## install the helm chart for traefik (in the kube-system namespace). @param: EXTERNAL_IP (i.e. private ip of the master node). @TMP=`mktemp -d`; \ $(helm_add_stable_repo) && \ helm fetch stable/traefik --untar --untardir $$TMP && \ helm template $(helm_install_shim) $$TMP/traefik -n traefik0 --namespace kube-system \ --set externalIP="$(EXTERNAL_IP)" \ | kubectl apply -n kube-system -f - && \ rm -rf $$TMP ; \ delete_traefik: ## delete the helm chart for traefik. @param: EXTERNAL_IP @TMP=`mktemp -d`; \ $(helm_add_stable_repo) && \ helm fetch stable/traefik --untar --untardir $$TMP && \ helm template $(helm_install_shim) $$TMP/traefik -n traefik0 --namespace kube-system \ --set externalIP="$(EXTERNAL_IP)" \ | kubectl delete -n kube-system -f - && \ rm -rf $$TMP describe: ## describe Pods executed from Helm chart @for i in `kubectl -n $(KUBE_NAMESPACE) get pods -l app.kubernetes.io/instance=$(HELM_RELEASE) -o=name`; \ do echo "---------------------------------------------------"; \ Loading
csp-lmc-mid/charts/csp-lmc-mid/charts/cbf-proto/data/midcbfconfig.json +0 −8 Original line number Diff line number Diff line Loading @@ -1412,8 +1412,6 @@ "1" ], "polled_attr": [ "state", "1000", "healthstate", "1000", "adminmode", Loading Loading @@ -1485,8 +1483,6 @@ "2" ], "polled_attr": [ "state", "1000", "healthstate", "1000", "adminmode", Loading Loading @@ -1558,8 +1554,6 @@ "3" ], "polled_attr": [ "state", "1000", "healthstate", "1000", "adminmode", Loading Loading @@ -1631,8 +1625,6 @@ "4" ], "polled_attr": [ "state", "1000", "healthstate", "1000", "adminmode", Loading
csp-lmc-mid/charts/csp-lmc-mid/charts/cbf-proto/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ midcbfmcs: image: registry: nexus.engageska-portugal.pt/ska-docker image: mid-cbf-mcs tag: 0.4.4-bb69bb4-dirty tag: 0.4.5-2e83f4c pullPolicy: IfNotPresent dsconfig: Loading
csp-lmc-mid/charts/csp-lmc-mid/charts/csp-proto/values.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ csplmc: image: registry: nexus.engageska-portugal.pt/ska-docker image: mid-csp-lmc tag: latest tag: 0.6.7-e2efb2f pullPolicy: IfNotPresent deviceServers: Loading
csp-lmc-mid/charts/csp-lmc-mid/charts/webjive/Chart.yaml 0 → 100644 +6 −0 Original line number Diff line number Diff line apiVersion: v1 appVersion: "1.0" description: A Helm chart for deploying the WebJive on Kubernetes name: webjive version: 0.1.0 icon: https://www.skatelescope.org/wp-content/uploads/2016/07/09545_NEW_LOGO_2014.png