summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-08-24 04:20:23 +0000
committerRalph Bean <rbean@redhat.com>2017-08-24 04:20:23 +0000
commit1c835beab84b4ad1c79c708a11377dda9f7263a0 (patch)
tree6fabcc5460b5ced2652afce2a5f462089c9f258a
parentdb7f16c0b8b564970210329c7983b060eaa48e99 (diff)
downloadansible-1c835beab84b4ad1c79c708a11377dda9f7263a0.tar.gz
ansible-1c835beab84b4ad1c79c708a11377dda9f7263a0.tar.xz
ansible-1c835beab84b4ad1c79c708a11377dda9f7263a0.zip
Accessible?
-rw-r--r--roles/openshift-apps/greenwave/templates/buildconfig.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/openshift-apps/greenwave/templates/buildconfig.yml b/roles/openshift-apps/greenwave/templates/buildconfig.yml
index 8a1ff981b..d8d63c3aa 100644
--- a/roles/openshift-apps/greenwave/templates/buildconfig.yml
+++ b/roles/openshift-apps/greenwave/templates/buildconfig.yml
@@ -14,6 +14,8 @@ spec:
vendor="Fedora Infrastructure" \
license="MIT"
RUN cat /etc/yum.repos.d/fedora-updates.repo
+ RUN curl https://mirrors.fedoraproject.org/
+ RUN nslookup https://mirrors.fedoraproject.org/
RUN yum -y install --setopt=tsflags=nodocs \
python-gunicorn \
python-requests \