The deployer is expected to know the correct permissions for his
environment. Remove 'sudo' everywhere and unify commands
Change-Id: I1ca295221a57e9d8cb35293620d14c0d8c72007d
Closes-Bug: #1496566
A new version was released and it is not necessary anymore to install
from git.
Change-Id: Id05c4b0c969d32c14e63f1b3e88bc73c8b7ff890
Partially-Implements: blueprint vagrant-improvements
Changed the repository of kolla to
openstack
(Note: the bug describes using github, but in the review it was
determined that using openstack repos is best.)
Change-Id: I26c9543776a441ab3ca606ad7aa7381db94fe094
Closes-Bug: #1495162
All services should have a guide that follows the same style as
cinder-guide.rst or swift-guide.rst and all should be named
service-guie.rst.
Change-Id: Iaa75d137d4e159452153f9fe572fe017fe988be4
The source location definition previously in build.ini was merged in
etc/kolla/kolla-build.conf since it is really configuration for the
kolla-build tool.
Change-Id: I7531af0029bdfeabbaefb8a6aa97b70bb12c021a
Closes-Bug: #1496702
- avoid hard coding install type and base distro in sample commands
- fix semicolon to actually make for loop work
Change-Id: I15b46fec5b4ebf7987ea22e7c71a44c739f7dee3
Kolla build script configuration now lives in
/etc/kolla/kolla-build.conf.
This allows overriding configuration options without the need to pass
arguments on the command line.
Command line arguments still get precedence.
Closes-Bug: #1496185
Change-Id: I69482a11437087f19d7f76b379dca85b1f622268
Add support to the base image for running RHEL containers. Document
how to register a system with RHN in image-buliding.rst.
Change-Id: Id69c114cf734a8242066b8d7d05ba19c07af036a
Partially-Implements: blueprint rhel-based-image-support
Kolla documentation is now published online at
http://docs.openstack.org/developer/kolla/.
Fix document references to not point to external resources.
Change-Id: Ie0a0114f269f5a12123718080627c8da86a8c91d
The -T option is no longer necessary to be specified on each build.
The defaults work well enough, so remove -T 1000 from the documentation.
Change-Id: I13a9a4ac6b3f402d8ca0ba57fa1dbfd19a82ae1f
The publishing docs expect the documentation to be present in the
/doc directory not the /docs directory. If the documentation is in
the /docs directory, according to fungi the docs won't be published
properly.
Change-Id: I718fec7e69d298a5cb2376ca4e2455e12169566e
Partially-Implements: blueprint kola-tox-doc