Browse Source

Merge pull request #2407 from brant4test/PR

remove + groups['calico-rr']
pull/2408/head
Aivars Sterns 7 years ago
committed by GitHub
parent
commit
5aeaa248d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. 2
      cluster.yml
  2. 2
      contrib/terraform/aws/templates/inventory.tpl

2
cluster.yml

@ -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) }}"

2
contrib/terraform/aws/templates/inventory.tpl

@ -24,4 +24,4 @@ kube-master
[k8s-cluster:vars]
${elb_api_fqdn}
${elb_api_fqdn}
Loading…
Cancel
Save