The line about Certmonger is italic [0], this ps to fix it.
[0]: https://github.com/openstack/kolla
Change-Id: I510db5ff490f2f03c3091a3cf47672e0fd4f4efe
* Support deploying APIs via Apache + mod_wsgi
* Include InfluxDB client so that the Monasca
API can talk to InfluxDB. Support for Cassandra
can be added in a later commit.
Change-Id: If71db99d4731967e814c5263f2c2d6f90391c2a6
Partially-Implements: blueprint monasca-containers
Support Kolla Ceph to deploy blustore OSDs. With the patch, Kolla
Ceph can deploy bluestore OSDs on ONE, TWO or THREE storage
devices.
Before deploy bluestore OSD, please prepare devices. The detailed
Please refer to [1] for devices initialization.
extend_start.sh: initialize and start bluestore OSD
find_disk.py: search the devices for bluestore OSD
[1]: specs/kolla-ceph-bluestore.rst
Partially-Implements: blueprint kolla-ceph-bluestore
Change-Id: I832f490de63e1aeb68814697cda610a51b622c1f
Signed-off-by: Tone Zhang <tone.zhang@arm.com>
When building images with type=source, the opendaylight would retrieve
a 400MB+ archive for distribution-karaf-0.6.2-Carbon.tar.gz and did
absolutely nothing with it since the ODL image installs the necessary
bits from distro packages unconditionally.
This commit removes the retrieval of the karaf archive. This should
help make the gate more stable as we've seen the build timing out when
retrieving the karaf archive.
Change-Id: I0e31d91b4e1ad4ae4ec5c25847c7798724ed9eea
Closes-Bug: #1774851
CentOS 7.5 added 'contentdir' variable to yum package manager. We handle
it already in Kolla.
RDO team started using it in DELOREAN repo file so we can use it
directly on all architectures.
Change-Id: I59fa4d3fdbd0d0e2ed52c2725684c0033451e232
Use Debian package from unstable on Debian/aarch64. It works in
stretch-backports container fine and saves us from backporting huge pile
of Golang packages.
Change-Id: Ib4dd540446c58ee69bb46b36f5d7968910943e38
Receives and handles queries from SNMP master agent and returns the data
collected by read plugins. Handles requests only for OIDs specified in
configuration file. To handle SNMP queries the plugin gets data from
collectd and translates requested values from collectd's internal format
to SNMP format.
Change-Id: I97fd12ccee9f546416111e0589f5d770119923af
This should help improve stability overall, in exchange for slightly
older package version.
Cap all the sensu plugins to their known major version that works with
the ruby interpreter shipped with the current version of
rhel/centos/oraclelinux -- currently ruby 2.0. All sensu plugins use
semantic versioning so we're assured they don't introduce breaking
changes in the capped major version.
Change-Id: Ic5ca679c40da3e466433b0e04f762d2bbffbf156
Closes-Bug: #1774123
Add kolla-toolbox and sensu-base to skip list to unblock gate. Then we
can merge the proper fix and remove the images from skip list.
Change-Id: I34285fffc7a3542007161d2e10e713756710b4ca
Related-Bug: #1773938
Related-Bug: #1774123
Currently this causes bash to echo all lines parsed
and executed; which makes it not so nicely output the
bootstrapping password.
This is not something we should encourage and have show
up in peoples logs or other so stop doing that.
Change-Id: Iac963a5df393d0359b4c8f93b8756ca168f6f193
Currently, Horzion container fails to start when enabled designate,
murano, magnum and so on. This patch is to fix it.
Change-Id: I32da6dc1a65d3bfcaa59b4c9136e389af1f9b551
Closes-Bug: #1744428
In the mitaka cycle, the Ubuntu neutron plugin packages
were renamed, and transitional packages were created.
Use the real name of the linuxbridge plugin package to
reflect reality.
Change-Id: I12e1ee45b7a9cfee0d42ba66a34d2e5f4267ca2e
Signed-off-by: Chuck Short <charles.short@ericsson.com>
Ubuntu 18.04 has been released. We need upgrade to it this cycle.
Changes made in this patch
- Bump ubuntu repo from xenial to bionic. Some repos do not have bionic
packages, so still using xenial repos.
- Drop mariadb, percona and nfs-ganesha repo, because these packages are
already provided by Ubuntu official repo.
- Since qdrouterd does not have bionic repo and xenial packages does not
work on Ubuntu bionic, just add it into ignore image list.
- Use python-rtslib-fb and targetcli-fb rather than python-rtslib
and targetcli
- use xen-utils package name rather than with package version one.
- Seems unsigned repo won't work on Ubuntu bionic, stop using infra
mirrored unsigned repo in gate building job.
Needed-By: https://review.openstack.org/568728
Implement blueprint: ubuntu-bionic
Change-Id: I4e3b0ca669cfbf6316bf591f2d8428fa1a0d6182