From 77e56dc3189c5f5b2dc379d71876e17f9441eb29 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Mon, 4 May 2020 17:16:24 +0000 Subject: [PATCH] Declare all k8s apps and scenarios for stack Change-Id: I3a2f441163e3e66c482eaecc387981c15132107d --- vars/kubernetes.yaml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/vars/kubernetes.yaml b/vars/kubernetes.yaml index 4404570..e30fb82 100644 --- a/vars/kubernetes.yaml +++ b/vars/kubernetes.yaml @@ -37,14 +37,20 @@ installers: src: ssh://localhost:47821/home/fdegir/repos/poc-nordix/kubespray version: "{{ lookup('env', 'NORDIX_KUBESPRAY_VERSION') | default('poc', true) }}" -apps: - - ceph - - prometheus - +# NOTE (fdegir): this is only the list of scenarios implemented within +# installer repository and does not list what apps are for curated for +# them as it is self documented within the scenario playbook in installer +# repository. Curated apps are not listed separately either as they are +# similar to scenarios; they are available in installer repository. scenarios: - k8-multus-plugins: - curated_apps: - - ceph - - prometheus + - k8-calico-istio + - k8-calico-nofeature + - k8-calico-spinnaker + - k8-canal-nofeature + - k8-cilium-nofeature + - k8-flannel-nofeature + - k8-multus-nofeature + - k8-multus-plugins + - k8-weave-nofeature # vim: set ts=2 sw=2 expandtab: -- 2.25.1