Skip to content
Snippets Groups Projects
Commit 48b922cb authored by Paul Bourke's avatar Paul Bourke
Browse files

Add build from source for Nova

Partially-implements: blueprint install-from-source
Change-Id: I7b900b2f412667e0b4a36e9a46867b85ba54a8cc
parent 07184293
No related branches found
No related tags found
No related merge requests found
Showing
with 53 additions and 0 deletions
../../../../../tools/build-docker-image
\ No newline at end of file
../../../../common/nova/nova-conductor/config-external.sh
\ No newline at end of file
../../../../common/nova/nova-conductor/config-internal.sh
\ No newline at end of file
../../../../common/nova/nova-conductor/start.sh
\ No newline at end of file
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%nova-base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
ADD start.sh /start.sh
COPY config-internal.sh config-external.sh /opt/kolla/
CMD ["/start.sh"]
../../../../../tools/build-docker-image
\ No newline at end of file
../../../../common/nova/nova-consoleauth/config-external.sh
\ No newline at end of file
../../../../common/nova/nova-consoleauth/config-internal.sh
\ No newline at end of file
../../../../common/nova/nova-consoleauth/start.sh
\ No newline at end of file
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install libvirt-daemon \
libguestfs \
qemu-system-x86 \
libvirt-daemon-driver-nwfilter \
libvirt-daemon-config-nwfilter \
libvirt-daemon-driver-lxc \
&& yum clean all
VOLUME [ "/sys/fs/cgroup" ]
COPY ./start.sh /start.sh
COPY config-internal.sh config-external.sh /opt/kolla/
CMD ["/start.sh"]
../../../../../tools/build-docker-image
\ No newline at end of file
../../../../common/nova/nova-libvirt/config-external.sh
\ No newline at end of file
../../../../common/nova/nova-libvirt/config-internal.sh
\ No newline at end of file
../../../../common/nova/nova-libvirt/start.sh
\ No newline at end of file
FROM %%KOLLA_NAMESPACE%%/%%KOLLA_PREFIX%%nova-base:%%KOLLA_TAG%%
MAINTAINER Kolla Project (https://launchpad.net/kolla)
RUN yum -y install initscripts && yum clean all
COPY ./start.sh /start.sh
COPY config-nova-network.sh config-internal.sh config-external.sh /opt/kolla/
CMD ["/start.sh"]
../../../../../tools/build-docker-image
\ No newline at end of file
../../../../common/nova/nova-network/config-external.sh
\ No newline at end of file
../../../../common/nova/nova-network/config-internal.sh
\ No newline at end of file
../../../../common/nova/nova-network/config-nova-network.sh
\ No newline at end of file
../../../../common/nova/nova-network/start.sh
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment