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
3123502f
Commit
3123502f
authored
8 years ago
by
gdmelloatpoints
Browse files
Options
Downloads
Patches
Plain Diff
move `etcd_backup_prefix` to new home.
parent
4ba237c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
inventory/group_vars/all.yml
+0
-3
0 additions, 3 deletions
inventory/group_vars/all.yml
roles/etcd/defaults/main.yml
+1
-0
1 addition, 0 deletions
roles/etcd/defaults/main.yml
with
1 addition
and
3 deletions
inventory/group_vars/all.yml
+
0
−
3
View file @
3123502f
...
@@ -4,9 +4,6 @@ bootstrap_os: none
...
@@ -4,9 +4,6 @@ bootstrap_os: none
#Directory where etcd data stored
#Directory where etcd data stored
etcd_data_dir
:
/var/lib/etcd
etcd_data_dir
:
/var/lib/etcd
#Directory where etcd backups are stored on the host
etcd_backup_prefix
:
/var/backups
# Directory where the binaries will be installed
# Directory where the binaries will be installed
bin_dir
:
/usr/local/bin
bin_dir
:
/usr/local/bin
...
...
This diff is collapsed.
Click to expand it.
roles/etcd/defaults/main.yml
+
1
−
0
View file @
3123502f
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
# Set to false to only do certificate management
# Set to false to only do certificate management
etcd_cluster_setup
:
true
etcd_cluster_setup
:
true
etcd_backup_prefix
:
"
/var/backups"
etcd_bin_dir
:
"
{{
local_release_dir
}}/etcd/etcd-{{
etcd_version
}}-linux-amd64/"
etcd_bin_dir
:
"
{{
local_release_dir
}}/etcd/etcd-{{
etcd_version
}}-linux-amd64/"
etcd_data_dir
:
"
/var/lib/etcd"
etcd_data_dir
:
"
/var/lib/etcd"
...
...
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