Merge "WIP: Remove data containers and adjust compose files"
This commit is contained in:
commit
eb05118a3f
@ -1,5 +1,5 @@
|
|||||||
cinderdata:
|
cinderdata:
|
||||||
image: kollaglue/centos-rdo-cinder-data:latest
|
image: kollaglue/centos-rdo-data:latest
|
||||||
name: cinderdata
|
name: cinderdata
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ designatepoolmanager:
|
|||||||
|
|
||||||
# Bind9 backend and state storage.
|
# Bind9 backend and state storage.
|
||||||
designatebackendbind9data:
|
designatebackendbind9data:
|
||||||
image: kollaglue/centos-rdo-designate-backend-bind9-data:latest
|
image: kollaglue/centos-rdo-data:latest
|
||||||
name: designate-backend-bind9-data
|
name: designate-backend-bind9-data
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
galeradbdata:
|
galeradbdata:
|
||||||
image: kollaglue/centos-rdo-mariadb-data:latest
|
image: kollaglue/centos-rdo-data:latest
|
||||||
name: galeradb-data
|
name: galeradb-data
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
|
@ -9,6 +9,8 @@ glanceregistry:
|
|||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- openstack.env
|
- openstack.env
|
||||||
|
volumes_from:
|
||||||
|
- glancedata
|
||||||
|
|
||||||
glanceapi:
|
glanceapi:
|
||||||
image: kollaglue/centos-rdo-glance-api:latest
|
image: kollaglue/centos-rdo-glance-api:latest
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
mariadbdata:
|
mariadbdata:
|
||||||
image: kollaglue/centos-rdo-mariadb-data:latest
|
image: kollaglue/centos-rdo-data:latest
|
||||||
name: mariadbdata
|
name: mariadbdata
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
computedata:
|
computedata:
|
||||||
image: kollaglue/centos-rdo-nova-compute-data:latest
|
image: kollaglue/centos-rdo-data:latest
|
||||||
name: computedata
|
name: computedata
|
||||||
|
|
||||||
libvirt:
|
libvirt:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
computedata:
|
computedata:
|
||||||
image: kollaglue/centos-rdo-nova-compute-data:latest
|
image: kollaglue/centos-rdo-data:latest
|
||||||
name: computedata
|
name: computedata
|
||||||
|
|
||||||
libvirt:
|
libvirt:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
computedata:
|
computedata:
|
||||||
image: kollaglue/centos-rdo-nova-compute-data:latest
|
image: kollaglue/centos-rdo-data:latest
|
||||||
name: computedata
|
name: computedata
|
||||||
|
|
||||||
libvirt:
|
libvirt:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
swiftdata:
|
swiftdata:
|
||||||
image: kollaglue/centos-rdo-swift-data:latest
|
image: kollaglue/centos-rdo-data:latest
|
||||||
name: swiftdata
|
name: swiftdata
|
||||||
|
|
||||||
swiftobjectserver:
|
swiftobjectserver:
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
RUN mkdir -p /opt/data
|
|
||||||
VOLUME [ "/opt/data" ]
|
|
||||||
|
|
||||||
# Command needed to start the data container.
|
|
||||||
# Note: data containers do not need to be persistent.
|
|
||||||
CMD ["/bin/true"]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,6 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
VOLUME [ "/var/named" ]
|
|
||||||
|
|
||||||
CMD [ "/bin/true" ]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,5 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
VOLUME [ "/var/lib/glance" ]
|
|
||||||
CMD ["/bin/true"]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,10 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
VOLUME [ "/var/lib/nova" ]
|
|
||||||
VOLUME [ "/var/lib/libvirt" ]
|
|
||||||
VOLUME [ "/etc/libvirt/qemu" ]
|
|
||||||
|
|
||||||
# Command needed to start the data container.
|
|
||||||
# Note: data containers do not need to be persistent.
|
|
||||||
CMD ["/bin/true"]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,13 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
# NOTE(pbourke): This is emulating the Swift "all-in-one" setups where there are 3 disks/partitions
|
|
||||||
# on which to mirror data. This is extremely inefficient and is really only to prove everything
|
|
||||||
# works in an AIO setup. For production deploys the Ansible provisioned setup should be used.
|
|
||||||
VOLUME [ "/srv/node/sdb1" ]
|
|
||||||
VOLUME [ "/srv/node/sdb2" ]
|
|
||||||
VOLUME [ "/srv/node/sdb3" ]
|
|
||||||
|
|
||||||
# Command needed to start the data container.
|
|
||||||
# Note: data containers do not need to be persistent.
|
|
||||||
CMD ["/bin/true"]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,9 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
RUN mkdir -p /opt/data
|
|
||||||
VOLUME [ "/opt/data" ]
|
|
||||||
|
|
||||||
# Command needed to start the data container.
|
|
||||||
# Note: data containers do not need to be persistent.
|
|
||||||
CMD ["/bin/true"]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,6 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
VOLUME [ "/var/named" ]
|
|
||||||
|
|
||||||
CMD [ "/bin/true" ]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,5 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
VOLUME [ "/var/lib/glance" ]
|
|
||||||
CMD ["/bin/true"]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,10 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
VOLUME [ "/var/lib/nova" ]
|
|
||||||
VOLUME [ "/var/lib/libvirt" ]
|
|
||||||
VOLUME [ "/etc/libvirt/qemu" ]
|
|
||||||
|
|
||||||
# Command needed to start the data container.
|
|
||||||
# Note: data containers do not need to be persistent.
|
|
||||||
CMD ["/bin/true"]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,13 +0,0 @@
|
|||||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
# NOTE(pbourke): This is emulating the Swift "all-in-one" setups where there are 3 disks/partitions
|
|
||||||
# on which to mirror data. This is extremely inefficient and is really only to prove everything
|
|
||||||
# works in an AIO setup. For production deploys the Ansible provisioned setup should be used.
|
|
||||||
VOLUME [ "/srv/node/sdb1" ]
|
|
||||||
VOLUME [ "/srv/node/sdb2" ]
|
|
||||||
VOLUME [ "/srv/node/sdb3" ]
|
|
||||||
|
|
||||||
# Command needed to start the data container.
|
|
||||||
# Note: data containers do not need to be persistent.
|
|
||||||
CMD ["/bin/true"]
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../tools/build-docker-image
|
|
@ -1,9 +0,0 @@
|
|||||||
FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-cinder-base:{{ tag }}
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
|
||||||
|
|
||||||
RUN mkdir -p /opt/data
|
|
||||||
VOLUME [ "/opt/data" ]
|
|
||||||
|
|
||||||
# Command needed to start the data container.
|
|
||||||
# Note: data containers do not need to be persistent.
|
|
||||||
CMD ["/bin/true"]
|
|
@ -1 +0,0 @@
|
|||||||
../../../tools/build-docker-image
|
|
@ -1,6 +0,0 @@
|
|||||||
FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }}
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net.kolla)
|
|
||||||
|
|
||||||
VOLUME [ "/var/named" ]
|
|
||||||
|
|
||||||
CMD [ "/bin/true" ]
|
|
@ -1,13 +0,0 @@
|
|||||||
FROM {{ namespace }}/{{ base_distro }}-{{ install_type }}-base:{{ tag }}
|
|
||||||
MAINTAINER Kolla Project (https://launchpad.net.kolla)
|
|
||||||
|
|
||||||
# NOTE(pbourke): This is emulating the Swift "all-in-one" setups where there are 3 disks/partitions
|
|
||||||
# on which to mirror data. This is extremely inefficient and is really only to prove everything
|
|
||||||
# works in an AIO setup. For production deploys the Ansible provisioned setup should be used.
|
|
||||||
VOLUME [ "/srv/node/sdb1" ]
|
|
||||||
VOLUME [ "/srv/node/sdb2" ]
|
|
||||||
VOLUME [ "/srv/node/sdb3" ]
|
|
||||||
|
|
||||||
# Command needed to start the data container.
|
|
||||||
# Note: data containers do not need to be persistent.
|
|
||||||
CMD ["/bin/true"]
|
|
Loading…
x
Reference in New Issue
Block a user