Either the reference wasn't copied properly, or it changed recently
with Ryan's work.
Change-Id: I2b55affe35104c6baab8804e5452fc7a49bae170
Partially-Implements: blueprint gate-source-builds
There was an error during docker-templates for heat. I think
I copied keystone's example rather then looking at our from
source reference.
Change-Id: Id073ce0b0d9e72acb3b752f49a2b8cfcd5d51851
Partially Implements: blueprint docker-templates
gnocchi-base requires the gcc c++ compiler to build panda, whatever
that is.
Change-Id: Icb4519cf4881390f6958324eb14fb0009fca336e
Paritally-Implements: blueprint gate-source-builds
Fix a backtrace. Also add the default master locations for
the various tarballs.
Change-Id: I9675c2619b95c0ae6a467ffbf964c4b17ae4b791
Paritally-Implements: blueprint gate-source-builds
Heat docker templates were not pointing to correct base
Change-Id: I170e9884ad179f0e3f6e5aba28074abbb7d5ed97
Partially-Implements: blueprint docker-templates
Kolla has been through alot of change in the Liberty development
cycle. Modify the README.md to specify our current direction.
Change-Id: I67d304b206312f5915085dd99d0201b1df44f7ec
While the existing FROM line is technically correct, prefer we
use jinja tmeplating for the whole thing, so that we can remove
the special casing of the build.py script once the docker dir
goes.
Change-Id: I27efcd55f1b45d32e4504734edf9e1a305696ac1
Partially-Implements: blueprint dockerfile-templates
Bad documentation is worse then no documentation. All this stuff
is related to config-internal and has to go.
Paritally-Implements: remove-config-internal
Change-Id: I0f83d7c2d3bbf5d1af2b8cab179d1961831158d0
This adds Heat to the docker_templates directory.
Change-Id: I836d35515c71842f01974e9ae4dd934f3f4114f9
Partially-Implements: blueprint dockerfile-template
Accessing the key directly when it doesn't exist was yielding a
KeyError.
Change-Id: Ice877b74d46d59f2e9ecff051b09245e9d3744e1
Paritally-Implements: blueprint gate-source-builds
This makes openvswitch build with build.py --templates. The three
containers built by this work are ovs-base, ovs-db-server, and
ovs-vswitchd.
Partially Implements: blueprint dockerfile-template
Change-Id: If2e420d561a50cd5e1c7ba5eaa81c96526f7a1ac
This establishes a pattern for adding any number of combinations for the
new build script to use. Each individual test class may be called
separately to only do builds of a select type. An example testr command
looks like:
testr run '^(test_build.BuildTestCentosBinary)' or even more simply
testr run test_build.BuildTestCentosBinary
Change-Id: I828a8c9c36a771bd5ad23e0dee6dffe3e94067e1
Paritally-Implements: blueprint gate-source-builds
Many of the services have a nested directory that will
be copied into /etc, which will place the config files one
layer too deep. For example: heat has 'heat/etc/heat/heat.conf'.
Copying 'heat/etc*' to '/etc/heat' will create this extra layer.
Change-Id: Iad4661f0316523c5fe8d029d24a8e4fc68da6e15
Closes-Bug: #1484974