Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
0ca08e03
Unverified
Commit
0ca08e03
authored
7 years ago
by
Chad Swenson
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2566 from woopstar/etcd-fix-2
Fix etcd from import task to include task
parents
887a468d
859a7f32
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/etcd/tasks/main.yml
+5
-5
5 additions, 5 deletions
roles/etcd/tasks/main.yml
with
5 additions
and
5 deletions
roles/etcd/tasks/main.yml
+
5
−
5
View file @
0ca08e03
...
@@ -29,13 +29,13 @@
...
@@ -29,13 +29,13 @@
tags
:
tags
:
-
upgrade
-
upgrade
-
i
mport
_tasks
:
set_cluster_health.yml
-
i
nclude
_tasks
:
set_cluster_health.yml
when
:
is_etcd_master and etcd_cluster_setup
when
:
is_etcd_master and etcd_cluster_setup
-
i
mport
_tasks
:
configure.yml
-
i
nclude
_tasks
:
configure.yml
when
:
is_etcd_master and etcd_cluster_setup
when
:
is_etcd_master and etcd_cluster_setup
-
i
mport
_tasks
:
refresh_config.yml
-
i
nclude
_tasks
:
refresh_config.yml
when
:
is_etcd_master and etcd_cluster_setup
when
:
is_etcd_master and etcd_cluster_setup
-
name
:
Restart etcd if certs changed
-
name
:
Restart etcd if certs changed
...
@@ -68,8 +68,8 @@
...
@@ -68,8 +68,8 @@
# After etcd cluster is assembled, make sure that
# After etcd cluster is assembled, make sure that
# initial state of the cluster is in `existing`
# initial state of the cluster is in `existing`
# state insted of `new`.
# state insted of `new`.
-
i
mport
_tasks
:
set_cluster_health.yml
-
i
nclude
_tasks
:
set_cluster_health.yml
when
:
is_etcd_master and etcd_cluster_setup
when
:
is_etcd_master and etcd_cluster_setup
-
i
mport
_tasks
:
refresh_config.yml
-
i
nclude
_tasks
:
refresh_config.yml
when
:
is_etcd_master and etcd_cluster_setup
when
:
is_etcd_master and etcd_cluster_setup
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment