Update MAINTAINER in Dockerfiles to Kolla Project

Remove individual MAINTAINER information from Dockerfiles.

Change-Id: I777df5cde049599dc786176e1d5b4b9597f0b334
This commit is contained in:
Lars Kellogg-Stedman 2014-10-22 10:57:13 -04:00
parent d41b9dc5ac
commit 277f2448e8
27 changed files with 27 additions and 26 deletions

View File

@ -1,5 +1,5 @@
FROM fedora-rdo-base
MAINTAINER Ryan Hallisey <rhallise@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-cinder && yum clean all

View File

@ -1,5 +1,5 @@
FROM fedora
MAINTAINER Steven Dake <sdake@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
# Set up repositories
RUN yum install -y https://rdo.fedorapeople.org/rdo-release.rpm

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-glance-base
MAINTAINER Dan Radez <dradez@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
VOLUME /var/lib/glance

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-base
MAINTAINER Dan Radez <dradez@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-glance ; yum clean all

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-glance-base
MAINTAINER Dan Radez <dradez@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh
CMD ["/start.sh"]

View File

@ -1,4 +1,5 @@
FROM fedora
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install haproxy python-jinja2; yum clean all
RUN mkdir -p /etc/haproxy/templates

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-heat-base
MAINTAINER Jeff Peeler <jpeeler@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
# TODO: configure cfn and cloudwatch
# TODO: remove python-openstackclient once crux feature is added in start.sh

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-base
MAINTAINER Jeff Peeler <jpeeler@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN mkdir -p /opt/kolla
COPY config-heat.sh /opt/kolla/config-heat.sh

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-heat-base
MAINTAINER Jeff Peeler <jpeeler@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install \
openstack-heat-engine \

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-base
MAINTAINER Lars Kellogg-Stedman <lars@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
#Install required packages
RUN yum -y install dnf dnf-plugins-core; yum clean all

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-base
MAINTAINER Lars Kellogg-Stedman <lars@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install mariadb-galera-server; yum clean all
ADD /entrypoint.sh /entrypoint.sh

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-base
MAINTAINER Daneyon Hansen <danehans@cisco.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-neutron-ml2 ; yum clean all

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-neutron-base
MAINTAINER Daneyon Hansen <danehans@cisco.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
#Install required packages
RUN yum install -y openstack-neutron \

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-base
MAINTAINER Ryan Hallisey <rhallisey@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-nova-common \
python-keystoneclient \

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-nova-base
MAINTAINER Steven Dake <sdake@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-nova-compute \
libvirtd; yum clean all

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-base
MAINTAINER Steven Dake <sdake@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install libvirt-daemon-driver-* libvirt-daemon libvirt-daemon-kvm qemu-kvm && yum clean all

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-nova-base
MAINTAINER Steven Dake <sdake@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-nova-network \
bridge-utils && yum clean all

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-nova-base
MAINTAINER Ryan Hallisey <rhallise@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install \
openstack-nova-api && yum clean all

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-nova-base
MAINTAINER Ryan Hallisey <rhallisey@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install \
openstack-nova-conductor && yum clean all

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-nova-base
MAINTAINER Ryan Hallisey <rhallise@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install \
openstack-nova-scheduler && yum clean all

View File

@ -1,5 +1,5 @@
FROM kollaglue/fedora-rdo-base
MAINTAINER Lars Kellogg-Stedman <lars@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install rabbitmq-server; yum clean all
ADD rabbitmq.config /etc/rabbitmq/

View File

@ -1,5 +1,5 @@
FROM rhel7
MAINTAINER Lon Hohberger <lon@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum install -y \
mariadb-libs \

View File

@ -1,5 +1,5 @@
FROM fedora-rdo-base
MAINTAINER Steven Dake <sdake@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh
CMD ["/start.sh"]

View File

@ -1,5 +1,5 @@
FROM fedora-rdo-base
MAINTAINER Steven Dake <sdake@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install openstack-utils openstack-swift && yum clean all

View File

@ -1,5 +1,5 @@
FROM fedora-rdo-base
MAINTAINER Steven Dake <sdake@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh
CMD ["/start.sh"]

View File

@ -1,5 +1,5 @@
FROM fedora-rdo-base
MAINTAINER Steven Dake <sdake@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh
CMD ["/start.sh"]

View File

@ -1,5 +1,5 @@
FROM fedora-rdo-swift-base
MAINTAINER Steven Dake <sdake@redhat.com>
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD ./start.sh /start.sh
CMD ["/start.sh"]