Spinnaker deployment
[infra/stack/kubernetes.git] / apps / spinnaker-halyard / roles / install / tasks / main.yml
similarity index 74%
rename from apps/spinnaker/kubespray/playbooks/roles/install/vars/online-deployment.yaml
rename to apps/spinnaker-halyard/roles/install/tasks/main.yml
index 188786fbd88568cd6fbc1d4246720932ea068ce3..eed857bf0ced28d9668b1fcf14b17de782a495ea 100644 (file)
@@ -1,6 +1,6 @@
 ---
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2019 The Nordix Foundation. All rights reserved.
+#  Copyright (C) 2022 The Nordix Foundation. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 
-gcrio_image_repository: "gcr.io"
-helm_charts_git_url: "https://github.com/helm/charts.git"
-local_repo_url: "http://{{ server_fqdn }}/charts/local"
-stable_repo_url: "https://charts.helm.sh/stable"
-
-# vim: set ts=2 sw=2 expandtab:
+- import_tasks: create-user.yml
+  become: true
+- import_tasks: install-pkg.yml
+  become: true
+- import_tasks: deploy-spin.yml
+  become: true
+  become_user: "{{ halyard_user }}"
+- import_tasks: poll-pods.yml