Spinnaker deployment
[infra/stack/kubernetes.git] / scenarios / k8-calico-spinnaker.yaml
index 9d5cb2f61ed5f4b3c7bacfe92ca4bd3f591adaae..277f24736e11a73b9462d601c3e33e2652d39ab2 100644 (file)
@@ -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"
 
   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: