Merge "Glance installation from source"
This commit is contained in:
commit
23a16fbcde
8
docker/centos/source/glance/glance-api/Dockerfile
Normal file
8
docker/centos/source/glance/glance-api/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%glance-base:%%KOLLA_TAG%%
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
|
||||
COPY start.sh check.sh /
|
||||
|
||||
COPY config-internal.sh config-external.sh /opt/kolla/
|
||||
|
||||
CMD ["/start.sh"]
|
1
docker/centos/source/glance/glance-api/build
Symbolic link
1
docker/centos/source/glance/glance-api/build
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../../tools/build-docker-image
|
1
docker/centos/source/glance/glance-api/check.sh
Symbolic link
1
docker/centos/source/glance/glance-api/check.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../common/glance/glance-api/check.sh
|
1
docker/centos/source/glance/glance-api/config-external.sh
Symbolic link
1
docker/centos/source/glance/glance-api/config-external.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../common/glance/glance-api/config-external.sh
|
1
docker/centos/source/glance/glance-api/config-internal.sh
Symbolic link
1
docker/centos/source/glance/glance-api/config-internal.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../common/glance/glance-api/config-internal.sh
|
1
docker/centos/source/glance/glance-api/start.sh
Symbolic link
1
docker/centos/source/glance/glance-api/start.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../common/glance/glance-api/start.sh
|
9
docker/centos/source/glance/glance-base/.buildinfo
Normal file
9
docker/centos/source/glance/glance-base/.buildinfo
Normal file
@ -0,0 +1,9 @@
|
||||
# Build info specific to this image. All values can be overridden in .buildconf
|
||||
COMPONENT=glance
|
||||
SOURCE_INSTALL_AVAILABLE=1
|
||||
|
||||
# Used for git install method
|
||||
: ${CLONE_FROM:=https://github.com/openstack/glance}
|
||||
|
||||
# Used for curl install method
|
||||
: ${TARBALL_URI:=http://tarballs.openstack.org/glance/glance-master.tar.gz}
|
16
docker/centos/source/glance/glance-base/Dockerfile
Normal file
16
docker/centos/source/glance/glance-base/Dockerfile
Normal file
@ -0,0 +1,16 @@
|
||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
|
||||
ADD ./glance.tar /
|
||||
RUN ln -s /glance-* /glance
|
||||
|
||||
RUN cd /glance \
|
||||
&& pip install -r requirements.txt \
|
||||
&& pip install /glance \
|
||||
&& mkdir /etc/glance /var/log/glance \
|
||||
&& cp -r /glance/etc/* /etc/glance/ \
|
||||
&& rm -rf /root/.cache
|
||||
|
||||
COPY config-glance.sh /opt/kolla/
|
||||
|
||||
CMD ["/start.sh"]
|
1
docker/centos/source/glance/glance-base/build
Symbolic link
1
docker/centos/source/glance/glance-base/build
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../../tools/build-docker-image
|
1
docker/centos/source/glance/glance-base/config-glance.sh
Symbolic link
1
docker/centos/source/glance/glance-base/config-glance.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../common/glance/glance-base/config-glance.sh
|
5
docker/centos/source/glance/glance-data/Dockerfile
Normal file
5
docker/centos/source/glance/glance-data/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
|
||||
VOLUME [ "/var/lib/glance" ]
|
||||
CMD ["/bin/true"]
|
1
docker/centos/source/glance/glance-data/build
Symbolic link
1
docker/centos/source/glance/glance-data/build
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../../tools/build-docker-image
|
7
docker/centos/source/glance/glance-registry/Dockerfile
Normal file
7
docker/centos/source/glance/glance-registry/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%glance-base:%%KOLLA_TAG%%
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
|
||||
COPY config-internal.sh config-external.sh /opt/kolla/
|
||||
|
||||
COPY start.sh /
|
||||
CMD ["/start.sh"]
|
1
docker/centos/source/glance/glance-registry/build
Symbolic link
1
docker/centos/source/glance/glance-registry/build
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../../tools/build-docker-image
|
1
docker/centos/source/glance/glance-registry/config-external.sh
Symbolic link
1
docker/centos/source/glance/glance-registry/config-external.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../common/glance/glance-registry/config-external.sh
|
1
docker/centos/source/glance/glance-registry/config-internal.sh
Symbolic link
1
docker/centos/source/glance/glance-registry/config-internal.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../common/glance/glance-registry/config-internal.sh
|
1
docker/centos/source/glance/glance-registry/start.sh
Symbolic link
1
docker/centos/source/glance/glance-registry/start.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../common/glance/glance-registry/start.sh
|
Loading…
x
Reference in New Issue
Block a user