summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-11-17 17:00:09 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2021-11-23 10:37:13 +0100
commit68cfe1cbb2badb5827cc5a303383562a49ef5eed (patch)
tree69c2f7e2783a5b196315474c420fbccda87c47dd
parent5431d85c0e9b85839d71ab4a3cf9b7d8751554f9 (diff)
[ANSIBLE] Add ghcr.io to simulated hosts list
Required by Platform chart for Chartmuseum Change-Id: I3e981d2e2acdfcd781d5cdfd777924b489fa1593 Issue-ID: OOM-2871 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rwxr-xr-xansible/group_vars/infrastructure.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml
index 4323c5e8..015aebdb 100755
--- a/ansible/group_vars/infrastructure.yml
+++ b/ansible/group_vars/infrastructure.yml
@@ -15,6 +15,7 @@ simulated_hosts:
- quay.io
- registry-1.docker.io
- registry.hub.docker.com
+ - ghcr.io
all_simulated_hosts:
"{{ simulated_hosts.http + simulated_hosts.nexus }}"
populate_nexus: false