Add base Nova image for Ubuntu
Base Dockerfile with common Nova packages installed from Ubuntu Cloud Archive. Partially implements: blueprint install-from-ubuntu Depends-On: I66bf97b508b740f8db49ed6217c6fefe5de1637e Change-Id: I3158ded6ccb1e44923bcf08a9f94832fb443b77c
This commit is contained in:
parent
3a4500c122
commit
ded326b74d
12
docker/ubuntu/binary/nova-base/Dockerfile
Normal file
12
docker/ubuntu/binary/nova-base/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
|
||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
nova-common \
|
||||
python-cinderclient \
|
||||
python-keystoneclient \
|
||||
python-nova \
|
||||
bridge-utils \
|
||||
&& apt-get clean
|
||||
|
||||
COPY config-nova.sh /opt/kolla/
|
1
docker/ubuntu/binary/nova-base/build
Symbolic link
1
docker/ubuntu/binary/nova-base/build
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../tools/build-docker-image
|
1
docker/ubuntu/binary/nova-base/config-nova.sh
Symbolic link
1
docker/ubuntu/binary/nova-base/config-nova.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../../common/nova-base/config-nova.sh
|
Loading…
x
Reference in New Issue
Block a user