Declare all k8s apps and scenarios for stack
[infra/stack/kubernetes.git] / 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: