1 diff --git a/docker/astute/Dockerfile b/docker/astute/Dockerfile
2 index 55f617a..cd05f19 100644
3 --- a/docker/astute/Dockerfile
4 +++ b/docker/astute/Dockerfile
7 MAINTAINER Matthew Mosesohn mmosesohn@mirantis.com
9 -RUN rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all; yum --quiet install -y ruby21-nailgun-mcagents sysstat
10 +RUN sleep 15; rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all; yum --quiet install -y ruby21-nailgun-mcagents sysstat
13 ADD start.sh /usr/local/bin/start.sh
14 diff --git a/docker/cobbler/Dockerfile b/docker/cobbler/Dockerfile
15 index 0c80abd..3a3d966 100644
16 --- a/docker/cobbler/Dockerfile
17 +++ b/docker/cobbler/Dockerfile
20 MAINTAINER Matthew Mosesohn mmosesohn@mirantis.com
22 -RUN rm -rf /etc/yum.repos.d/*;echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all; yum --quiet install -y httpd cobbler dnsmasq xinetd tftp-server; ln -s /etc/dnsmasq.conf /etc/cobbler.dnsmasq.conf
23 +RUN sleep 15; rm -rf /etc/yum.repos.d/*;echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all; yum --quiet install -y httpd cobbler dnsmasq xinetd tftp-server; ln -s /etc/dnsmasq.conf /etc/cobbler.dnsmasq.conf
26 ADD start.sh /usr/local/bin/start.sh
27 diff --git a/docker/mcollective/Dockerfile b/docker/mcollective/Dockerfile
28 index e70e87d..d6554b7 100644
29 --- a/docker/mcollective/Dockerfile
30 +++ b/docker/mcollective/Dockerfile
31 @@ -4,7 +4,7 @@ MAINTAINER Aleksandr Didenko adidenko@mirantis.com
35 -RUN rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all; yum --quiet install -y sudo ruby21-mcollective
36 +RUN sleep 15; rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all; yum --quiet install -y sudo ruby21-mcollective
39 ADD start.sh /usr/local/bin/start.sh
40 diff --git a/docker/ostf/Dockerfile b/docker/ostf/Dockerfile
41 index 43f911e..8da9108 100644
42 --- a/docker/ostf/Dockerfile
43 +++ b/docker/ostf/Dockerfile
46 MAINTAINER Matthew Mosesohn mmosesohn@mirantis.com
48 -RUN rm -rf /etc/yum.repos.d/*;echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo;yum clean all; yum --quiet install -y python-fuelclient supervisor postgresql-libs
49 +RUN sleep 15; rm -rf /etc/yum.repos.d/*;echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo;yum clean all; yum --quiet install -y python-fuelclient supervisor postgresql-libs
52 ADD start.sh /usr/local/bin/start.sh
53 diff --git a/docker/postgres/Dockerfile b/docker/postgres/Dockerfile
54 index b2930db..63cc4c2 100644
55 --- a/docker/postgres/Dockerfile
56 +++ b/docker/postgres/Dockerfile
57 @@ -3,7 +3,7 @@ FROM fuel/centos
59 MAINTAINER Aleksandr Didenko adidenko@mirantis.com
61 -RUN rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo;yum clean all;yum --quiet install -y sudo
62 +RUN sleep 15; rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo;yum clean all;yum --quiet install -y sudo
65 ADD start.sh /usr/local/bin/start.sh
66 diff --git a/docker/rabbitmq/Dockerfile b/docker/rabbitmq/Dockerfile
67 index 201648f..4f3b67c 100644
68 --- a/docker/rabbitmq/Dockerfile
69 +++ b/docker/rabbitmq/Dockerfile
72 MAINTAINER Aleksandr Didenko adidenko@mirantis.com
74 -RUN rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all; yum --quiet install -y rabbitmq-server
75 +RUN sleep 15; rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all; yum --quiet install -y rabbitmq-server
78 ADD start.sh /usr/local/bin/start.sh
79 diff --git a/docker/rsync/Dockerfile b/docker/rsync/Dockerfile
80 index ef737bd..b6eefd1 100644
81 --- a/docker/rsync/Dockerfile
82 +++ b/docker/rsync/Dockerfile
85 MAINTAINER Matthew Mosesohn mmosesohn@mirantis.com
87 -RUN rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo;yum clean all;yum --quiet install -y ruby21-puppet xinetd rsync logrotate
88 +RUN sleep 15; rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo;yum clean all;yum --quiet install -y ruby21-puppet xinetd rsync logrotate
91 ADD start.sh /usr/local/bin/start.sh
92 diff --git a/docker/rsyslog/Dockerfile b/docker/rsyslog/Dockerfile
93 index 5efd623..8721b39 100644
94 --- a/docker/rsyslog/Dockerfile
95 +++ b/docker/rsyslog/Dockerfile
96 @@ -2,7 +2,7 @@ FROM fuel/centos
98 MAINTAINER Aleksandr Didenko adidenko@mirantis.com
100 -RUN rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all;yum --quiet install -y anacron rsyslog
101 +RUN sleep 15; rm -rf /etc/yum.repos.d/*; echo -e "[nailgun]\nname=Nailgun Local Repo\nbaseurl=http://$(route -n | awk '/^0.0.0.0/ { print $2 }'):_PORT_/os/x86_64/\ngpgcheck=0" > /etc/yum.repos.d/nailgun.repo; yum clean all;yum --quiet install -y anacron rsyslog
104 ADD start.sh /usr/local/bin/start.sh