X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=vars%2Fkubernetes.yaml;fp=vars%2Fkubernetes.yaml;h=e30fb82a5d2a22eddcbd9fa5f3377a04b345139a;hp=44045708a4301c0eabb420f290aff7cc0136cc7f;hb=77e56dc3189c5f5b2dc379d71876e17f9441eb29;hpb=09219ac1b90235cf37d84a56b56811b2b2841ec1 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: