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
9b8c89eb
Commit
9b8c89eb
authored
9 years ago
by
ant31
Browse files
Options
Downloads
Patches
Plain Diff
Simplify inventory
parent
323155b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
environments/dev/group_vars/all.yml
+0
-6
0 additions, 6 deletions
environments/dev/group_vars/all.yml
environments/dev/inventory
+0
-36
0 additions, 36 deletions
environments/dev/inventory
environments/production/group_vars/all.yml
+0
-6
0 additions, 6 deletions
environments/production/group_vars/all.yml
with
0 additions
and
48 deletions
environments/dev/group_vars/all.yml
deleted
100644 → 0
+
0
−
6
View file @
323155b0
# Directory where the binaries will be installed
bin_dir
:
/usr/local/bin
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
local_release_dir
:
"
/tmp/releases"
This diff is collapsed.
Click to expand it.
environments/dev/inventory
deleted
100644 → 0
+
0
−
36
View file @
323155b0
[downloader]
172.16.0.1
[kube-master]
# NB : the br_addr must be in the {{ calico_pool }} subnet
# it will assign a /24 subnet per node
172.16.0.1 br_addr=10.233.64.1
[etcd]
172.16.0.1
[kube-node:children]
usa
france
[usa]
172.16.0.1 br_addr=10.233.64.1
# Configure the as assigned to the each node if bgp peering with border routers is enabled
172.16.0.2 br_addr=10.233.65.1 # local_as=65xxx
172.16.0.3 br_addr=10.233.66.1 # local_as=65xxx
[france]
192.168.0.1 br_addr=10.233.67.1 # local_as=65xxx
192.168.0.2 br_addr=10.233.68.1 # local_as=65xxx
[k8s-cluster:children]
kube-node
kube-master
# If you want to configure bgp peering with border router you'll need to set the following vars
# List of routers and their as number
#[usa:vars]
#bgp_peers=[{"router_id": "172.16.0.252", "as": "65xxx"}, {"router_id": "172.16.0.253", "as": "65xxx"}]
#
#[france:vars]
#bgp_peers=[{"router_id": "192.168.0.252", "as": "65xxx"}, {"router_id": "192.168.0.253", "as": "65xxx"}]
This diff is collapsed.
Click to expand it.
environments/production/group_vars/all.yml
deleted
100644 → 0
+
0
−
6
View file @
323155b0
# Directory where the binaries will be installed
bin_dir
:
/usr/local/bin
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
local_release_dir
:
"
/tmp/releases"
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