Skip to content

Conversation

Wasaac
Copy link

@Wasaac Wasaac commented Oct 21, 2019

Includes fixes from July 16th to date.

dougszumski and others added 30 commits July 16, 2019 09:56
This resolves an issue where the previous version of the plugin
would fail to re-send buffered logs if a post to the Monasca Log
API failed. With this new version of the plugin, logs are correctly
buffered and resent.

Change-Id: Ic1d93a8ea5f2571edfacf50809d51a8b77959a73
(cherry picked from commit d7e6c28)
This package provides just a wrapper script /usr/bin/kvm which run
qemu-system-x86 in kvm mode for backwards compatibility.

Change-Id: I0cc03a1ab5a79ae49fa7d13ac549e21d3ec5295d
(cherry picked from commit 4085544)
URL in Dockerfile was giving us 404 error

Change-Id: I16d5f79c00473e5113aee3739defc822b516bda4
(cherry picked from commit c738153)
This applies the fix made in kolla-ansible (see [1])
to kolla ceph mon image directly.

[1] https://review.opendev.org/670035

Change-Id: I1822a8c610db72654bbacc7148e25a837090b680
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
(cherry picked from commit b1d4ed5)
The Placement API is now a separate project, but anyone
building Nova is likely to want it. This change ensures
that it is built alongside Nova.

Change-Id: I05433f5bb2313e2adff39850a970d4430340c852
(cherry picked from commit d4e89eb)
Change-Id: Iab036be2b25867a268f4cef6f735dc64f8910fa0
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
(cherry picked from commit 92b3b56)
Change-Id: I67e1d77d34a7198321d170d8ffacff9b39308170
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
Debian 'buster' release contains Java 11 only. So kafka, logstash, storm
images needed adjustments.

Change-Id: I9f1e809d0ef1955b832dd384912f880088426306
(cherry picked from commit 307ae61)
Debian 'buster' release contains Java 11 only. So opendaylight and
monasca-thresh images needed adjustments.

Change-Id: I78f8be44436b8c8e5f58fea40a762c17e6b510a8
(cherry picked from commit e04428f)
Ubuntu distro package will create default wsgi conf in apache
during gnocchi-api and aodh-api installation. We need to delete
them since we only use the conf that pushed by kolla-ansible.

Change-Id: Ib31e733eba12deebdf469c306dfba4191a1b89f5
Related-Bug: 1832306
Related-Bug: 1836520
(cherry picked from commit 5eb780d)
…art up

This prevents the filesystem from filling up with Apache Storm
temporary files which will otherwise not be cleared.

Change-Id: Ib07e32f4e67e500f10986103d781dfd3874ffdd2
Partial-Bug: #1839149
(cherry picked from commit 16d4cd9)
The changes in the following commit did not completely solve the
problem of osd initialization failure:
https://review.opendev.org/652612

In order to solve this problem, the partprobe command consistent with
ceph-disk is added, and then a loop is added to detect the partition,
which is acquired every 1s. When the partition appears, the osd
initialization is continued.

Change-Id: I0ca255c6358132d9e3acfa6b610b70a78756512c
Closes-bug: #1824787
(cherry picked from commit 342c9f0)
The prometheus_client package is required to use the Prometheus plugin.
It makes sense to include this dependency by default since Kolla Ansible
can deploy many Prometheus exporters, making it easy to scrape their
metrics and store them in Monasca. The increase in size of the container
image is negligible.

Change-Id: I9b0a162513ed436930c4541b758fc9cb2ef97e96
(cherry picked from commit a74aa1b)
fluentd - we are not deploying kubernetes, no need for plugins
TripleO - CI currently broken (to reverse, FIXME in place)
- dropped TripleO from gate

Change-Id: I203f70176af7f2b53398ddeb5c21e6234a45e268
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
(cherry picked from commit 07b5504)
openstack-tempest shipped from RDO does not have the tempest
plugins, It has just tempest cli and library.

https://review.opendev.org/#/c/651601/ updated the rpm package
name while solving different issue and TripleO stein CI,
most of the tempest tests are getting skipped as tempest plugins
are not there.

openstack-tempest-all is the meta package contains all the plugins,
and installing that fixes the issue.

Change-Id: Ifb616b082c9d82f4736e4b688cafc3a58a0c7a9f
Signed-off-by: Chandan kumar <chkumar@redhat.com>
Change-Id: I8927ce98d669480866d6fcddaf7b08ef3cbbc37e
Closes-Bug: #1697570
(cherry picked from commit 0ec7017)
These run lspci and have this requirement in respective bindeps.

CentOS images seem to have it installed but Ubuntu not.
Ensure pciutils package is always installed.

zun-compute seemed to work nonetheless but generated errors
about being unable to take host inventory.

cyborg-agent is unknown to work at all and deb is unbuildable.

Change-Id: Iebc1f2c05c1f57c2b6f98ca9772f1ae9d9a420fa
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
(cherry picked from commit c323c5b)
This bug both affects Rocky and Stein. local_setting.py was not
linked to local_settings under /etc/openstack-dashboard so Horizon
runs with default settings.

Change-Id: I818876619694695663c98d9edcb8c8514198e8fd
Closes-Bug: #1803029
(cherry picked from commit eb7c730)
Change-Id: I125879421fb6292501b4989901e1eb39b6aaf22a
viktormichalek and others added 18 commits October 1, 2019 11:06
Change-Id: I33d45a5bdd4f45153a78c695e7a9a97f2444dd74
(cherry picked from commit 2d7a140)
Change-Id: I0f05183889971dcc014663a849d3fc1d87a19e8e
(manual picked from commit 2131ef9)
Change-Id: I66eacbf2f51b93b94f2aea91d8db5e7f12000c40
This is used by the replicator services.

Change-Id: Iad7ad20542a159469d95e990c20564633046b251
Closes-Bug: #1846207
(cherry picked from commit d61c54b)
Good to have proper Java version. Better is when JAVA_HOME is also
adjusted to point to proper directory. And to have it set proper way.

Change-Id: I0f83c3498028135751b0b887665d009e5e19410f
(cherry picked from commit 0383aac)
Change-Id: Ie8c533cff44e185116d803f4858652f747cc5878
Closes-Bug: #1845650
Change-Id: Icc68b404d8713a9fcf0026374378d1645fe30d52
Change-Id: I5acb13e2afe86e956c0d98de4afe0c5097f3d8bf
Change-Id: Icc5910db96aba05196d8cd576a3a2e7f1402be45
Change-Id: I0ffa25a4bdc7b7966b986e1718b4bb8ce02d2486
Signed-off-by: Radosław Piliszek <radoslaw.piliszek@gmail.com>
(cherry picked from commit 88d26e5)
This patch will add new function in extend_start.sh for OSD
creation. Not only support loop device but also others that
disk dev layout is end with numbers.

Change-Id: Iee5f8b8581d70166de6eba1bdc9e42766fe8cb48
Closes-Bug: #1847014
(cherry picked from commit 1d5f753)
Our publishing job is barely managing to fit in 2h time so let add
another one.

Change-Id: Id9312830fb9961927ac8d317c432f52a4ad7af24
(cherry picked from commit 7e1d3eb)
@Wasaac Wasaac self-assigned this Oct 21, 2019
Copy link
Member

@dougszumski dougszumski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sensible

Copy link

@brtkwr brtkwr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jovial jovial merged commit 8678e04 into stackhpc/stein Oct 22, 2019
@jovial jovial deleted the stable/stein branch October 22, 2019 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.