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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
8331939a
Unverified
Commit
8331939a
authored
4 years ago
by
Etienne Champetier
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
preinstall: check etcd_deployment_type (#7149)
Signed-off-by:
Etienne Champetier
<
champetier.etienne@gmail.com
>
parent
02213d6e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml
+7
-0
7 additions, 0 deletions
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml
with
7 additions
and
0 deletions
roles/kubernetes/preinstall/tasks/0020-verify-settings.yml
+
7
−
0
View file @
8331939a
...
@@ -275,6 +275,13 @@
...
@@ -275,6 +275,13 @@
msg
:
"
The
etcd
deployment
type,
'etcd_deployment_type',
must
be
host
or
docker"
msg
:
"
The
etcd
deployment
type,
'etcd_deployment_type',
must
be
host
or
docker"
run_once
:
true
run_once
:
true
-
name
:
Stop if etcd deployment type is not host when container_manager != docker
assert
:
that
:
etcd_deployment_type == 'host'
msg
:
"
The
etcd
deployment
type,
'etcd_deployment_type',
must
be
host
when
container_manager
is
not
docker"
when
:
container_manager != 'docker'
run_once
:
true
-
name
:
Stop if download_localhost is enabled but download_run_once is not
-
name
:
Stop if download_localhost is enabled but download_run_once is not
assert
:
assert
:
that
:
download_run_once
that
:
download_run_once
...
...
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