Merge "Remove hardcoded MAINTAINER in Dockerfiles"
This commit is contained in:
commit
7f2d46278f
@ -1,5 +1,5 @@
|
|||||||
FROM {{ base_distro }}:{{ base_distro_tag }}
|
FROM {{ base_distro }}:{{ base_distro_tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
# Early failure for bases and types
|
# Early failure for bases and types
|
||||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'source' %}
|
{% if install_type == 'source' %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ceilometer-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ceph-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ceph-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
COPY fetch_ceph_keys.py /usr/bin/
|
COPY fetch_ceph_keys.py /usr/bin/
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ceph-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ceph-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||||
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}cinder-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}cinder-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}cinder-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}cinder-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}cinder-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}cinder-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}cinder-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}cinder-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ base_distro }}:{{ base_distro_tag }}
|
FROM {{ base_distro }}:{{ base_distro_tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
CMD /bin/sleep infinity
|
CMD /bin/sleep infinity
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}designate-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}glance-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}glance-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||||
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}glance-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}glance-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}gnocchi-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}gnocchi-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}gnocchi-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}gnocchi-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}heat-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}heat-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}heat-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}heat-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}heat-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}heat-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ironic-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ironic-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ironic-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ironic-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}ironic-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}ironic-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }}
|
FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}magnum-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}magnum-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos'] %}
|
{% if base_distro in ['centos'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}magnum-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}magnum-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}murano-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}murano-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||||
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'source' %}
|
{% if install_type == 'source' %}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}murano-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}murano-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}neutron-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||||
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}nova-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||||
RUN yum -y install \
|
RUN yum -y install \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openvswitch-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openvswitch-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||||
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
RUN chmod 755 /usr/local/bin/kolla_extend_start
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openvswitch-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openvswitch-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
COPY ovs_ensure_configured.sh /usr/local/bin/kolla_ensure_openvswitch_configured
|
COPY ovs_ensure_configured.sh /usr/local/bin/kolla_ensure_openvswitch_configured
|
||||||
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
COPY extend_start.sh /usr/local/bin/kolla_extend_start
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux'] %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-object-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{{ include_footer }}
|
{{ include_footer }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}swift-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER {{ maintainer }}
|
||||||
|
|
||||||
{% if install_type == 'binary' %}
|
{% if install_type == 'binary' %}
|
||||||
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
|
||||||
|
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
[kolla-build]
|
[kolla-build]
|
||||||
|
|
||||||
|
#The MAINTAINER field
|
||||||
|
#maintainer = Kolla Project (https://launchpad.net/kolla)
|
||||||
|
|
||||||
# The Docker namespace name
|
# The Docker namespace name
|
||||||
#namespace = kollaglue
|
#namespace = kollaglue
|
||||||
|
|
||||||
|
@ -242,7 +242,8 @@ def merge_args_and_config(settings_from_config_file):
|
|||||||
"push": False,
|
"push": False,
|
||||||
"threads": 8,
|
"threads": 8,
|
||||||
"retries": 3,
|
"retries": 3,
|
||||||
"registry": None
|
"registry": None,
|
||||||
|
"maintainer": "Kolla Project (https://launchpad.net/kolla)"
|
||||||
}
|
}
|
||||||
defaults.update(settings_from_config_file.items('kolla-build'))
|
defaults.update(settings_from_config_file.items('kolla-build'))
|
||||||
parser.set_defaults(**defaults)
|
parser.set_defaults(**defaults)
|
||||||
@ -361,6 +362,7 @@ class KollaWorker(object):
|
|||||||
self.image_statuses_bad = dict()
|
self.image_statuses_bad = dict()
|
||||||
self.image_statuses_good = dict()
|
self.image_statuses_good = dict()
|
||||||
self.image_statuses_unmatched = dict()
|
self.image_statuses_unmatched = dict()
|
||||||
|
self.maintainer = config['maintainer']
|
||||||
|
|
||||||
def setup_working_dir(self):
|
def setup_working_dir(self):
|
||||||
"""Creates a working directory for use while building"""
|
"""Creates a working directory for use while building"""
|
||||||
@ -390,7 +392,8 @@ class KollaWorker(object):
|
|||||||
'image_prefix': self.image_prefix,
|
'image_prefix': self.image_prefix,
|
||||||
'install_type': self.install_type,
|
'install_type': self.install_type,
|
||||||
'namespace': self.namespace,
|
'namespace': self.namespace,
|
||||||
'tag': self.tag}
|
'tag': self.tag,
|
||||||
|
'maintainer': self.maintainer}
|
||||||
if self.include_header:
|
if self.include_header:
|
||||||
with open(self.include_header, 'r') as f:
|
with open(self.include_header, 'r') as f:
|
||||||
values['include_header'] = f.read()
|
values['include_header'] = f.read()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
MAINTAINER='MAINTAINER Kolla Project (https://launchpad.net/kolla)'
|
MAINTAINER='MAINTAINER {{ maintainer }}'
|
||||||
RES=0
|
RES=0
|
||||||
|
|
||||||
for dockerfile in "$@"; do
|
for dockerfile in "$@"; do
|
||||||
|
Loading…
Reference in New Issue
Block a user