Mesos DNS container

Change-Id: I07ce1b0f6a48de2a8290fac75dcf7ef07960aaf5
Implements: blueprint mesos-dns-container
This commit is contained in:
Artur Zarzycki 2016-02-23 05:20:50 -05:00
parent 46ba928f64
commit dd298fcb9e
2 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
MAINTAINER {{ maintainer }}
RUN curl -o /usr/local/bin/mesos-dns -L https://github.com/mesosphere/mesos-dns/releases/download/v0.5.1/mesos-dns-v0.5.1-linux-amd64 \
&& chmod +x /usr/local/bin/mesos-dns
{{ include_footer }}

View File

@ -50,8 +50,8 @@ _PROFILE_OPTS = [
'nova', 'openvswitch', 'rabbitmq', 'heka'],
help='Gate images'),
cfg.ListOpt('mesos',
default=['chronos', 'marathon', 'mesos-master', 'mesos-slave',
'zookeeper'],
default=['chronos', 'marathon', 'mesos-dns', 'mesos-master',
'mesos-slave', 'zookeeper'],
help='Mesos images')
]