X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=apps%2Fspinnaker-halyard%2Froles%2Finstall%2Ftasks%2Fmain.yml;fp=apps%2Fspinnaker%2Fkubespray%2Fplaybooks%2Froles%2Finstall%2Fvars%2Fonline-deployment.yaml;h=eed857bf0ced28d9668b1fcf14b17de782a495ea;hp=188786fbd88568cd6fbc1d4246720932ea068ce3;hb=d52a7575ba4f39e5c1f18bc9ac63fbe0a6664df7;hpb=c4317e1cd152b955596e333a4c3b52a7f028d14b diff --git a/apps/spinnaker/kubespray/playbooks/roles/install/vars/online-deployment.yaml b/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 188786f..eed857b 100644 --- a/apps/spinnaker/kubespray/playbooks/roles/install/vars/online-deployment.yaml +++ b/apps/spinnaker-halyard/roles/install/tasks/main.yml @@ -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. @@ -17,9 +17,11 @@ # 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