masakari:stable/queens

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/queens https://git.launchpad.net/masakari

Branch merges

Branch information

Name:
stable/queens
Repository:
lp:masakari

Recent commits

9ed5ab9... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

b3b53de... by Ian Wienand

Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I08e284ae1aecb68782993d819badde13d45568d7

33a81c5... by Rikimaru Honjo

Add masakari-systemfault-integration-ci to .zuul.yaml

This patch modifies .zuul.yaml to run masakari-systemfault-integration-ci.

Change-Id: I9792d972e04ca28133fd0cd4c5d5fcf12ad17ca6

db48d2b... by Nguyen Hai

import zuul job settings from project-config

This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I826899e99ec86cedf0e3d8e3c6f2559407384f52
Story: #2002586
Task: #24310

7ba3de5... by OpenStack Release Bot <email address hidden>

Update UPPER_CONSTRAINTS_FILE for stable/queens

The new stable upper-constraints file is only available
after the openstack/requirements repository is branched.
This will happen around the RC1 timeframe.

Recheck and merge this change once the requirements
repository has been branched.

The CI system will work with this patch before the requirements
repository is branched because zuul configues the job to run
with a local copy of the file and defaults to the master branch.
However, accepting the patch will break the test configuration
on developers' local systems, so please wait until after the
requirements repository is branched to merge the patch.

Change-Id: I133002dd6c6dcc1c148d23d936883cf4a750f4ac

92721d8... by OpenStack Release Bot <email address hidden>

Update .gitreview for stable/queens

Change-Id: If68f7a9a7ea5bfedb5d414d00b69cdfef19cccee

7b6255a... by Zuul <email address hidden>

Merge "Fix default value of 'nova_catalog_admin_info'"

d6483b9... by Dinesh Bhor

Fix default value of 'nova_catalog_admin_info'

Devstack deploys nova service with name as 'nova' but in
masakari.conf 'nova_catalog_admin_info' default is
'compute:Compute Service:publicURL' which causes below error
while executing masakari notifications:

EndpointNotFound: publicURL endpoint for compute service named
Compute Service not found.

This patch fixes this issue by changing the default value of config
option 'nova_catalog_admin_info' to 'compute:nova:publicURL'.

NOTE:
In real production deployment of masakari operator has to set the
value of this config option according to the nova service name that
he/she configures.

Closes-Bug: #1746229
Change-Id: I032d85e7e11836a282251885a7f9d4bc76ce7045

0bb3e0c... by Zuul <email address hidden>

Merge "Ignore '409 Conflict' when adding reserved_host to aggregate"

d23b19e... by Zuul <email address hidden>

Merge "Improve the home-page url in setup.cfg"