This patch adds kolla images for
- ovn-northd
- ovn-controller
- ovsdb-server for Northbound DB
- ovsdb-server for Southbound DB
Change-Id: I97f82395cb14108bdff57543e4847a5ece17fe69
Implements: blueprint ovn-controller-neutron
Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
The Vagrant dev environment is now in kolla-ansible so this code
is not needed any more in kolla repo.
Change-Id: I066f75057f03009810d2bb00ed09e832d328b52c
Depends-On: I6b56822d50472f8eda6fc60f69196d3c9b8b6cf8
Related-Bug: 1693847
This patch adds possibility to have container with sensu-client service.
Implements: blueprint container-healthchecks
Change-Id: I1c659ce38299d5497a80fa96dd2dd39bd40176c3
You should NEVER install library packages as 99.99% time is not what you
really need. NEVER!
What was happening? During build of 'pyzmq' it was noticing that there
are no development headers for libzmq and after 10s delay (with huge
warning attached) it was starting to build own 'bundled' copy of libzmq.
Bumped libzmq to newer version as well (in Debian/Ubuntu).
Change-Id: I8bc95cc9c90cc9f4df911a40392b85c9b5dd1261
set_configs.py has logic to handle chown of directories. Simplify
the codebase by removing these unnessary chowns. Further the chowns
cause some forms of NFS backed storage to not work properly.
Change-Id: I8df95d06b1010778deb3e2a3065aaab26ed2eb6a
Closes-Bug: #1693973
As for Debian we need to install blas/lapack devel headers to build
scipy.
Change-Id: I2e0257072192bae6b689d549df12a05196ff7698
Partially-Implements: blueprint multiarch-and-arm64-containers
- This change changes pins to 10.0.30 as
MariaDB-Galara-server is not available on
the latest z stream of 10.0
- This change enables https be default for the
mariadb repo to avoid 404 error. see:
https://access.redhat.com/articles/1320623
Change-Id: I92ed4aa3bded0803cb2e7076cefe776d437d8b8d
The qdrouterd is a high performance, lightweight AMQP 1.0 message
router that support oslo.messaging RPC communications.
Change-Id: I42783fb50c9f6750071d797b3f07a6283454c7a7
Implements: blueprint dispatch-router-messaging-component
OSprofile allows user/devs trace OpenStack requests.
OSprofiler is multi drivers support.
The simpler centralized system to use is Elasticsearch.
To allow Openstack services to store traces in Elasticsearch,
Elasticsearch client has to be installed in Docker Openstack-base image.
Change-Id: I1546c03603676b5e29ea56dacecb510e29bbf6f6
Implements: blueprint enable-osprofiler
Python 2.7.5 != 2.7.9 when it comes to handling None. So sort disabling
delorean-deps.repo on non-x86 in other way.
Change-Id: Iae86c391c7dcf006538d39d9b447f47171b8b541
Partially-Implements: blueprint multiarch-and-arm64-containers