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
5aeaa248
Unverified
Commit
5aeaa248
authored
7 years ago
by
Aivars Sterns
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2407 from brant4test/PR
remove + groups['calico-rr']
parents
b75b6b51
739f6c78
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cluster.yml
+1
-1
1 addition, 1 deletion
cluster.yml
contrib/terraform/aws/templates/inventory.tpl
+1
-1
1 addition, 1 deletion
contrib/terraform/aws/templates/inventory.tpl
with
2 additions
and
2 deletions
cluster.yml
+
1
−
1
View file @
5aeaa248
...
...
@@ -26,7 +26,7 @@
setup
:
delegate_to
:
"
{{item}}"
delegate_facts
:
True
with_items
:
"
{{
groups['k8s-cluster']
+
groups['etcd']
+
groups['calico-rr']
}}"
with_items
:
"
{{
groups['k8s-cluster']
+
groups['etcd']
}}"
-
hosts
:
k8s-cluster:etcd:calico-rr
any_errors_fatal
:
"
{{
any_errors_fatal
|
default(true)
}}"
...
...
This diff is collapsed.
Click to expand it.
contrib/terraform/aws/templates/inventory.tpl
+
1
−
1
View file @
5aeaa248
...
...
@@ -24,4 +24,4 @@ kube-master
[k8s-cluster:vars]
$
{
elb_api_fqdn
}
$
{
elb_api_fqdn
}
\ No newline at end of file
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