- 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
Designate dashboard is not installed in horizon debian/ubuntu
binary image. But both debian and ubuntu cloudarchive repos
provide python-designate-dashboard package.
Change-Id: I8f65726d14d180368a8f0d349263bd0dd6ef3b90
Closes-Bug: #1702388
When a IPV6 subnet created in SLAAC mode, neutron-l3-agent fails if
radvd is not installed. 'radvd' daemon is required in generation of RA
messages by virtual routers.
Change-Id: I16e856bf4563ac1dba5b38b7ed7fdaa52e629ee4
Cinder-api in ubuntu binary was migrated
under apache because ubuntu packages removed
support to system services.
This change migrate other install_types under apache
to unify all types.
Change-Id: Iad6792142019134513a378a7ad9955888ef320e9
Fix the format of argument passed to handle_permissions function, so
that handle_permissions can handle permissions and ownerships of
config_files.
Change-Id: Ic07975a16973df22cdaa6685fc326620812f8f65
Closes-Bug: #1701876
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
Bumping the ansible version in kolla-toolbox to be
in sync with the min version from kolla-ansible.
Depends-On: I99f3c5678f6d2d1f93d61c660fbd166184ff6422
Change-Id: Iabdaf920baf17e76f2e850c2834aa25a30b8b599
These are required for formatting ext and XFS ephemeral disk partitions
when using the iSCSI deployment drivers.
Change-Id: Icd187cdd1eb0cb36fbda6c04304bd25d31199bd7
Closes-Bug: #1701320
Gnocchi was moved outside openstack infrastructure.
This change moves gnocchi url to their github repo.
Closes-Bug: #1700978
Change-Id: Ida554607d017818c64284f40d504f492c202d261
All linux distros supported by kolla has a python-networking-sfc
package. So install said package.
Change-Id: I1ce40ffd36ac72ea4f052b3aec8fa874530dc41e
Signed-off-by: Chuck Short <charles.short@ericsson.com>
The current Docker container for gnocchi-statsd is missing support
for Ubuntu and will fail on start due to missing gnocchi-statsd
package.
Dockerfile extended by the required gnocchi-statsd package.
Closes-Bug: #1700513
Change-Id: I0c5d221f08ae7f1c4a81f83a5ec3fb75e5207b2b
Opendaylight package fails to install with existing
odl user.
This change adds a macro to fix the package install. Similar
to haproxy install fix.
Change-Id: Ie646769fe12b8f3f4c758b678b23c2d98c2e8027
Closes-Bug: #1700502
The `merge` option will basically copy all the files recursively inside
the container without removing the existing files or directory, while
the `preserve_properties` option keeps the file attributes
(permissions, ownership, timestamps) in the container.
This is useful if you have extracted some config files from a container
and want to use them in another container based on the same image.
This makes TripleO usage of Kolla much more robust.
Change-Id: I78dcec741a941dc21adba33ba33a6dc6ff1d217c