diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-06-04 13:51:35 +0000 |
---|---|---|
committer | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-06-04 13:51:35 +0000 |
commit | 4dedc3b28b5f68de007363651582e13dfedbd0b8 (patch) | |
tree | b27b897709972f8a022983ca62062e020ab6ff79 | |
parent | df7d7cc1294c6ea1fcab2ed4ac2ee7c375b29651 (diff) |
Removing rancher simulations from nginx
For Dublin/RKE we don't need to simulate those 2 domains,
they were needed in Casablanca for rancher git repos.
Change-Id: I66a2615284150c4b466994b0906bbe3e215793d5
Issue-ID: OOM-1800
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index 66a00b5f..c685e773 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -3,8 +3,6 @@ vnc_passwd: samsung simulated_hosts: git: - gerrit.onap.org - - git.rancher.io - - github.com http: - git.onap.org - nexus.onap.org |