Added more information for building images on developement enviroment by
adding location to the build file for each kolla-build and location to
docker files for each image
Partially-Implements: https://blueprints.launchpad.net/kolla/+spec/queens-doc-restructure
Change-Id: I1d074070e76952ff7e015fed4b7c4dd81db228ac
We upgrade the rst convention by following Documentation Contributor
Guide[1].
[1] https://docs.openstack.org/doc-contrib-guide/
Change-Id: Id2b804b3743efabaadfd2f7ba2c4ed4bc3b7289e
Partially-Implements: blueprint optimize-the-documentation-format
We upgrade the rst convention by following Documentation Contributor
Guide[1].
[1] https://docs.openstack.org/doc-contrib-guide/rst-conv/
Change-Id: Iad2664f1797b4c48dacc49502f9213b7ff849d34
Implements: blueprint optimize-the-documentation-format
The neutron OpenDaylight drivers can now be customized with the
neutron-server-opendaylight image, there is no need to add them to the
override file.
Update OpenDaylight overrides file documentation to make it clear this
is only available for source builds.
Change-Id: I12503810f80ca18f42e5f2ebeac835bccced02fd
Fix warnings:
doc/image-building.rst:415:undefined label: deploy_a_registry
(if the link has no caption the label must precede a section header)
Change-Id: I8d921f3b05acf9304ccf41e172926887088b97d7
opendaylight_distro is not passed to Dockerfile
while image building.
This change removes this variable and change the
symbolic link with the distribution passed to
opendaylight location in kolla-build.conf
Change-Id: I7c00a8736a7a5e7c317065438cac1b193466615c
Closes-Bug: #1703774
- DPDK is a userspace library for high-performance networking.
- This change enable support of Open vSwitch with the DPDK
accelerated netdev datapath.
- This change provided binary and source support via
a template-override.
- This change provides an example template override file
and corresponding documentation.
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Partial-Implements: blueprint ovs-dpdk
Change-Id: I7c3a5dddeca1886fe1c7681ce8d5bebde08f3102
As part of the docs migration work[0] for Pike we need to switch to use the
openstackdocstheme.
[0]https://review.openstack.org/#/c/472275/
Change-Id: Ib82ae202e347c17d255b3c91149474151a59eac3
This can be misleading when building source-type images, as `[keystone]`
doesn't work as expected.
Change-Id: Id59fa5f05e4ddeb4ac0afc111a4fc516c503e58b
updated the underline format for consistency in documentation,
though it is not reflecting any warning but still a small area
of improvement in doc
Change-Id: Iac340a1a122dc55dafcd3508e4954fd2901a9b93
Carbon was released for ODL so we should update to that version for the
repo.
Change-Id: I9c32b41ef865a09587f3ebfe8b8a896031fbd285
Signed-off-by: Tim Rozet <trozet@redhat.com>
This apache module is necessary for when one wants to use TLS for the
services running over httpd.
This only addressed RHEL based systems at the moment, since there is no
such package available for Ubuntu. This requires apache2.2-common which
will carry a lot more dependencies; So I think this should be handled
and decided in a separate patch.
when installing mod_ssl in RHEL-based distributions, an ssl.conf file is
installed in the /etc/httpd/conf.d directory. This file tells httpd to
listen on port 443; however, we don't want to do this by default, since
this should be explicitly enabled by the container's configuration. This
line is thus removed from the configuration.
A release note was added, which specifies this. And the last sentence
can be removed if this is addressed for debian/ubuntu as well.
Related-Bug: #1675490
Co-Authored-By: Martin André <m.andre@redhat.com>
Change-Id: Id6215d31547247309d43c031e163fa9e4c4ec5dc
There is a permanent redirection from http to https in buildlogs, cbs
and trunk repos that might create issues when the redirection fails for
some reasons.
Let's use https directly.
Change-Id: I15b2df335b4b9331466da2f7cb6e838823a6fd34
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.
Change-Id: I04cc81852392e659dca0002b33f037383fb814c3
There is no test_kolla_docker.py in kolla/tests directory
Change-Id: I57885c308726c65300e9067efa08ffb8bd7ebb52
partially-implements: blueprint documentation-rework
include_header and include_footer parameter is already removed, remove
them in all Dockerfiles.
Add missing footer block.
Change-Id: I90da03eb9f95a3827361d5f5ede65fde7d6be2b3