Skip to content

Commit

Permalink
eve: Always "untaint" bootstrap in single node
Browse files Browse the repository at this point in the history
It does not make sense to have tainted bootstrap when running a single
node cluster, so by default in the CI always untaint the bootstrap node
  • Loading branch information
TeddyAndrieux committed Mar 3, 2021
1 parent 5d3e372 commit 4ac14d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eve/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1682,14 +1682,16 @@ stages:
- ShellCommand: *mount_iso_ssh
- ShellCommand: *run_bootstrap_ssh
- ShellCommand: *provision_volumes_ssh
- ShellCommand:
<<: *untaint_bootstrap
doStepIf: true
# NOTE: This section only run if property "install_solution" is True
# {{{
- ShellCommand: *retrieve_iso_solution
- ShellCommand: *copy_solution_archive_bootstrap_ssh
- ShellCommand: *import_solution
- ShellCommand: *activate_solution
- ShellCommand: *create_solution_env
- ShellCommand: *untaint_bootstrap
- ShellCommand: *deploy_solution
- ShellCommand: *wait_for_solution_operator
# }}}
Expand Down

0 comments on commit 4ac14d5

Please sign in to comment.