charm-ceph-radosgw:stable/16.07

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/16.07 https://git.launchpad.net/charm-ceph-radosgw

Branch merges

Branch information

Name:
stable/16.07
Repository:
lp:charm-ceph-radosgw

Recent commits

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

c9582e2... 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: Ie713e953e5a3a6b82f311ce6542f799b98b5c51b

e55b04a... by David Ames

Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I5e50eea1533d66cde6dcb6fb717fdf7d89317898

33ebb85... by Ryan Beisner

Use bundletester for amulet test execution

Switch to using bundletester for execution of functional tests,
leveraging tox to build out test virtualenvs.

Rename amulet tests inline with gate-*, dev-* and dfs-*
naming standards.

Update README to refer to functional testing section of the charm
guide.

Change-Id: Id91a7281d98be3bb69d42257ea9213471bdefa69

ecdec5e... by Liam Young

Pre 1607 release charm-helpers sync

Sync charmhelpers to pick up bug fixes for 1607 release

Change-Id: I28d0bd8622a67a675b53696adb4730d4b3a52c73

2e1402a... by David Ames

Install python dependencies early for CH ip.py

When using charmhelpers.contrib.network.ip apt install was quietly
failing. Install python dependencies in the early install hook
(before install.real).

Charm-helpers sync to bring in apt_install with fatal=True

Change-Id: Iced4e7be79c5d99a9f47a12085db51012218bdca
Partial-Bug: 1601972

b75bb8b... by David Ames

Pre-release charm-helpers sync

To begin release testing get each charm up to date with lp:charm-helpers

Change-Id: Id67f4e334c11e97cc61e755033653601b047a10b

bb1499e... by Billy Olsen

Add rgw-buckets-pool-weight option for calculating pgs

Provide the weight option to the Ceph broker request API for requesting
the creation of a new Ceph storage pool. The weight is used to indicate
the percentage of the data that the pool is expected to consume. Each
environment may have slightly different needs based on the type of
workload so a config option labelled rgw-buckets-pool-weight is provided
to allow the operator to tune this value.

Closes-Bug: #1492742

Change-Id: I15ae3b853fa3379a9de2ddde3e55dc242a4d4ab2

4074b0e... by James Page

Resync charmhelpers for licensing change

The charm-helpers project have re-licensed to Apache 2.0
inline with the agreed licensing approach to intefaces,
layers and charms generally.

Resync helpers to bring charmhelpers inline with charm
codebase.

Change-Id: I52581e9996fa2ef21672148ca527621e3b4f149f

e111039... by Jenkins <email address hidden>

Merge "Re-license charm as Apache-2.0"