charm-ceilometer-agent:stable/17.02

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/17.02 https://git.launchpad.net/charm-ceilometer-agent

Branch merges

Branch information

Name:
stable/17.02
Repository:
lp:charm-ceilometer-agent

Recent commits

d79bc06... 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.

f1f52a7... 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: I8a706336ed405b3993e8044d7d2851acda80e958

aeaf3a0... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I668535b3d54a55695451101dbb6aaa3e6764446a

bde0fce... by David Ames

Charm needs to install memcached on upgrade-charm

The ceilometer-agent charm recognizes it needs memecached with
enable_memcached() but never installs the package when upgrading
from previous versions of the charm.

Add the call to install packages in upgrade_charm().

Change-Id: I393eb682e0a44b54712e2bb35fc983af16c0c379
Partial-bug: #1665392

89893e2... by David Ames

Pre-release charm-helpers sync 17.02

Get each charm up to date with lp:charm-helpers for release testing.

Change-Id: If7b4c98a58b681af3233f55e1072dcb674459f29

c775293... by Liam Young

Enable Memcache service for Token Caching

With the release of 4.2.0 of keystonemiddleware using the
in-process token cache is no longer recommended. It is recommended
that a memcache backend to store tokens is used instead,

This installs and configures memcache and configures ceilometer agent
to use memcache for token caching.

http://docs.openstack.org/releasenotes/keystonemiddleware/mitaka.html#id2

Change-Id: If7dd4c5472a7842f06d0fd44c1b2012c9c9d1075

7aefacc... by Jenkins <email address hidden>

Merge "Sync charm-helpers to pick up Ocata UCA support"

4199b23... by Ryan Beisner

Remove zesty series metadata

The charm store does not yet recognize this series, and errors
when it exists, thereby preventing push/release of dev charms
into the charm store.

Revisit after the following is resolved:

 - https://github.com/juju/charmstore/issues/695

Change-Id: I414dace89f20c0762d9e429e3e3055285480f9b3

d760d20... by Corey Bryant

Sync charm-helpers to pick up Ocata UCA support

Change-Id: I2ff95d26a490b56efb4c1ee681d6c41b729b76bc

a904456... by Frode Nordahl

Fix support for Keystone v3 domain auth

When using v3 authentication and authorization Ceilometer must
authenticate to services project in service_domain.

Change-Id: Ibb19fa8476cf712ccb4bc524a48d3501f42fc62c
Closes-Bug: 1636098