diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-10-08 12:02:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-08 12:02:34 +0000 |
commit | e052270b90435346a934f016bc8b8974f0b94201 (patch) | |
tree | ecb0e778bb90df9162f9dcfa8e0dcb40c87821f4 /tools/cicdansible/roles | |
parent | c0cf4f1561dc0022e839d8e550ee0d6650d0b72f (diff) | |
parent | 69dec7b868b88f840dfbe5f59b77b973e5f352a0 (diff) |
Merge "Fixing invalid hostname filled by ci-installer"
Diffstat (limited to 'tools/cicdansible/roles')
-rw-r--r-- | tools/cicdansible/roles/install/templates/inventory.yml.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cicdansible/roles/install/templates/inventory.yml.j2 b/tools/cicdansible/roles/install/templates/inventory.yml.j2 index c828ca00..faec5903 100644 --- a/tools/cicdansible/roles/install/templates/inventory.yml.j2 +++ b/tools/cicdansible/roles/install/templates/inventory.yml.j2 @@ -13,7 +13,7 @@ all: ansible_host: {{ resource_host }} infrastructure: hosts: - infra_host: + infra: ansible_host: infra cluster_ip: {{ hostvars['infra'].ansible_default_ipv4.address }} external_ip: "{{ hostvars['infra'].ansible_host }}" @@ -31,10 +31,10 @@ all: {% endfor %} kubernetes-control-plane: hosts: - infra_host + infra kubernetes-etcd: hosts: - infra_host + infra nfs-server: hosts: node0 |