X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=scenarios%2Fk8-calico-spinnaker.yaml;h=277f24736e11a73b9462d601c3e33e2652d39ab2;hp=9d5cb2f61ed5f4b3c7bacfe92ca4bd3f591adaae;hb=d52a7575ba4f39e5c1f18bc9ac63fbe0a6664df7;hpb=a1e1f40e71a48d8c5315f37999b9123c7ea908ab diff --git a/scenarios/k8-calico-spinnaker.yaml b/scenarios/k8-calico-spinnaker.yaml index 9d5cb2f..277f247 100644 --- a/scenarios/k8-calico-spinnaker.yaml +++ b/scenarios/k8-calico-spinnaker.yaml @@ -29,7 +29,7 @@ # set networking plugin to calico - name: Set network plugin to calico lineinfile: - path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s-cluster/k8s-cluster.yml" + path: "{{ engine_cache }}/repos/kubespray/inventory/engine/group_vars/k8s_cluster/k8s-cluster.yml" regexp: "^kube_network_plugin:.*" line: "kube_network_plugin: calico" @@ -47,8 +47,12 @@ import_playbook: "../apps/prometheus/kubespray/playbooks/install.yml" tags: postinstall +- name: Install Minio + import_playbook: "../apps/minio/install.yml" + tags: postinstall + - name: Install Spinnaker - import_playbook: "../apps/spinnaker/kubespray/playbooks/install.yml" + import_playbook: "../apps/spinnaker-halyard/install.yml" tags: postinstall # vim: set ts=2 sw=2 expandtab: