Declare all k8s apps and scenarios for stack 40/4640/3
authorFatih Degirmenci <fdegir@gmail.com>
Mon, 4 May 2020 17:16:24 +0000 (17:16 +0000)
committerFatih Degirmenci <fdegir@gmail.com>
Mon, 11 May 2020 22:59:18 +0000 (22:59 +0000)
Change-Id: I3a2f441163e3e66c482eaecc387981c15132107d

vars/kubernetes.yaml

index 44045708a4301c0eabb420f290aff7cc0136cc7f..e30fb82a5d2a22eddcbd9fa5f3377a04b345139a 100644 (file)
@@ -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: