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
a69db416
Unverified
Commit
a69db416
authored
7 years ago
by
Antoine Legrand
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2259 from woopstar/patch-5
Adding missing defaults for weave
parents
36ead3a7
5cd6b0c7
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/network_plugin/weave/defaults/main.yml
+10
-0
10 additions, 0 deletions
roles/network_plugin/weave/defaults/main.yml
with
10 additions
and
0 deletions
roles/network_plugin/weave/defaults/main.yml
+
10
−
0
View file @
a69db416
...
...
@@ -12,6 +12,16 @@ weave_cpu_requests: 10m
weave_seed
:
uninitialized
weave_peers
:
uninitialized
# weave's network password for encryption
# if null then no network encryption
# you can use --extra-vars to pass the password in command line
weave_password
:
EnterPasswordHere
# Weave uses consensus mode by default
# Enabling seed mode allow to dynamically add or remove hosts
# https://www.weave.works/docs/net/latest/ipam/
weave_mode_seed
:
false
# Set the MTU of Weave (default 1376, Jumbo Frames: 8916)
weave_mtu
:
1376
...
...
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