View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~billy-olsen/charm-helpers/stable-fix-internal-int (Has a merge proposal) 1 Development 2017-10-04 01:10:59 UTC
785. Fix mismatch between 'internal' and '...

Author: Billy Olsen
Revision Date: 2017-10-04 00:41:37 UTC

Fix mismatch between 'internal' and 'int' in DNSHA

DNSHA keys off the string in configuration variables os-*-hostname.
os-internal-hostname is the name of the config variable. However,
resolve_address uses a long standing constant ADDRESS_MAP that refers
to this as 'int'.

This change handles this and hands resolve_address what it expects.
Also, use a clearer variable name for endpoint_type.

* Fix to unit test for 'int' vs 'internal'

lp:~billy-olsen/charm-helpers/stable-juju2-amulet (Has a merge proposal) 1 Development 2017-05-04 18:13:29 UTC
619. [billy-olsen,r=] Juju 2 support for c...

Author: Billy Olsen
Revision Date: 2017-05-04 18:12:06 UTC

[billy-olsen,r=] Juju 2 support for contrib.amulet tools

(cherry-picked from revision 708)

lp:~billy-olsen/maas-deployer/lp1570214 bug(Has a merge proposal) 1 Development 2016-07-19 18:42:59 UTC
76. Err, actually skip the setting of the...

Author: Billy Olsen
Revision Date: 2016-07-19 18:42:59 UTC

Err, actually skip the setting of the config.

lp:~billy-olsen/charms/trusty/mongodb/lp1513094 (Has a merge proposal) 1 Development 2016-05-12 20:29:33 UTC
87. Move parameter logic from altering in...

Author: Billy Olsen
Revision Date: 2016-05-12 20:26:38 UTC

Move parameter logic from altering init conf file to the /etc/mongodb.conf
file. The mongdob service is already configured to read parameters from the
/etc/mongodb.conf file and moving the configuration options inside the
config file allows the systemd style service to start properly.

Also, as of MongoDB 2.6, the specification of master/slave flags on startup
is not allowed to be specified with the replicaset flags. This change allows
for the master/slave flag to be specified in the /etc/mongodb.conf file only
when the replica-set (peer) relation has not been established. Prior to
versions of MongoDB 2.6, specifying the master/slave flag on startup did not
cause MongoDB to error out and MongoDB ignored the flag.

Closes-Bug: #1513094

lp:~billy-olsen/charms/xenial/mongodb/trunk 1 Development 2016-05-05 17:19:44 UTC
87. Move parameter logic from altering in...

Author: Billy Olsen
Revision Date: 2016-05-05 17:08:05 UTC

Move parameter logic from altering init conf file to the /etc/mongodb.conf
file. The mongdob service is already configured to read parameters from the
/etc/mongodb.conf file and moving the configuration options inside the
config file allows the systemd style service to start properly.

Also, as of MongoDB 2.6, the specification of master/slave flags on startup
is not allowed to be specified with the replicaset flags. This change allows
for the master/slave flag to be specified in the /etc/mongodb.conf file only
when the replica-set (peer) relation has not been established.

Closes-Bug: #1513094

lp:~billy-olsen/charms/xenial/mongodb/lp1513094 1 Development 2016-05-05 17:13:07 UTC
87. Move parameter logic from altering in...

Author: Billy Olsen
Revision Date: 2016-05-05 17:08:05 UTC

Move parameter logic from altering init conf file to the /etc/mongodb.conf
file. The mongdob service is already configured to read parameters from the
/etc/mongodb.conf file and moving the configuration options inside the
config file allows the systemd style service to start properly.

Also, as of MongoDB 2.6, the specification of master/slave flags on startup
is not allowed to be specified with the replicaset flags. This change allows
for the master/slave flag to be specified in the /etc/mongodb.conf file only
when the replica-set (peer) relation has not been established.

Closes-Bug: #1513094

lp:~billy-olsen/charms/xenial/mongodb/removeMasterSlave 1 Development 2016-05-04 23:43:49 UTC
87. Remove the master option from the cha...

Author: Billy Olsen
Revision Date: 2016-05-04 23:39:18 UTC

Remove the master option from the charm config to drop support for
master/slave replication. Specify the replSet option in the /etc/mongodb.conf
file instead of modifying the /etc/init/mongodb.conf file.

lp:~billy-olsen/charms/trusty/mongodb/replSetInConfFile 1 Development 2016-05-04 04:04:16 UTC
87. Set replSet name in /etc/mongodb.conf...

Author: Billy Olsen
Revision Date: 2016-05-04 04:03:00 UTC

Set replSet name in /etc/mongodb.conf config file instead of
editing the startup parameters for the mongodb startup script.

lp:~billy-olsen/nova/kilo+lp1374999 bug(Has a merge proposal) 1 Development 2016-04-04 22:32:27 UTC
788. Clear the last path for multipath dev...

Author: Billy Olsen
Revision Date: 2016-04-04 22:16:35 UTC

Clear the last path for multipath devices prior to removing
the last disk.

* d/p/fix-iscsi-detach.patch (LP: #1374999)
  - Clear latest path for last remaining iscsi disk to ensure
    disk is properly removed.

Closes-Bug: #1374999

lp:~billy-olsen/charms/trusty/ceilometer/backport-1541618 bug(Has a merge proposal) 1 Development 2016-03-14 19:21:52 UTC
114. [billy-olsen,r=] Use peer_retrieve in...

Author: Billy Olsen
Revision Date: 2016-03-14 17:14:52 UTC

[billy-olsen,r=] Use peer_retrieve instead of relation_get when fetching
shared secrets from other nodes (leader node).

The secret sharing previously worked because it used the peer storage
prior to leadership election due to the direct usage of relation_get
rather than using the retrieval methods provided by the peer storage
framework.

Closes Bug: LP #1541618

lp:~billy-olsen/charms/trusty/cinder/reverse-proxy 1 Development 2016-03-11 20:08:14 UTC
146. Fix the keystone notification on chan...

Author: Billy Olsen
Revision Date: 2016-03-11 20:08:14 UTC

Fix the keystone notification on change.

lp:~billy-olsen/charms/trusty/keystone/reverse-proxy 1 Development 2016-03-11 18:51:33 UTC
204. [billy-olsen,r=] Add website interfac...

Author: Billy Olsen
Revision Date: 2016-03-11 18:51:33 UTC

[billy-olsen,r=] Add website interface for reverse proxy support.

Add support for the website interface to the keystone charm so an haproxy
deployed charm can provide reverse-proxy support for keystone itself.

This is currently #WIP.

lp:~billy-olsen/openstack-charm-testing/hardening 1 Development 2016-03-11 07:42:41 UTC
184. Don't add relations right away

Author: Billy Olsen
Revision Date: 2016-03-11 07:42:41 UTC

Don't add relations right away

lp:~billy-olsen/charms/trusty/hardening-os-tests/trunk 1 Development 2016-02-29 23:40:49 UTC
1. Initial charmstore push of the harden...

Author: Billy Olsen
Revision Date: 2016-02-29 23:39:37 UTC

Initial charmstore push of the hardening-os-tests charm.

lp:~billy-olsen/charms/trusty/nova-compute/1468306 bug(Has a merge proposal) 1 Development 2016-02-17 17:26:03 UTC
195. Add cinder's snippet to mitaka's nova...

Author: Billy Olsen
Revision Date: 2016-02-17 17:26:03 UTC

Add cinder's snippet to mitaka's nova.conf

lp:~billy-olsen/charms/trusty/nova-cloud-controller/1468306 bug(Has a merge proposal) 1 Development 2016-02-17 17:24:59 UTC
217. Update code with feedback from code r...

Author: Billy Olsen
Revision Date: 2016-02-17 17:24:59 UTC

Update code with feedback from code review:

1. Rebase
2. Update the new mitaka/nova.conf template
3. Add related_unit call to get the units

lp:~billy-olsen/charms/trusty/cinder/1468306 bug(Has a merge proposal) 1 Development 2016-02-16 18:48:42 UTC
145. [billy-olsen,r=] Specify os_region_na...

Author: Billy Olsen
Revision Date: 2016-02-16 18:46:22 UTC

[billy-olsen,r=] Specify os_region_name based on the region.

This ensures that the region is configured within the cinder.conf file.

Partially-Closes-Bug: LP#1468306

lp:~billy-olsen/+junk/device-registration 1 Development 2016-02-12 08:44:01 UTC
1. [billy-olsen,r] Create a charm which ...

Author: Billy Olsen
Revision Date: 2016-02-12 08:42:48 UTC

[billy-olsen,r] Create a charm which can be deployed to an LXC container
and will register the container's MAC addresses within MAAS.

lp:~billy-olsen/charms/trusty/ceilometer/lp1541618 bug(Has a merge proposal) 1 Development 2016-02-04 01:22:54 UTC
114. [billy-olsen,r=] Use peer_retrieve in...

Author: Billy Olsen
Revision Date: 2016-02-04 00:09:08 UTC

[billy-olsen,r=] Use peer_retrieve instead of relation_get when fetching
shared secrets from other nodes (leader node).

The secret sharing previously worked because it used the peer storage
prior to leadership election due to the direct usage of relation_get
rather than using the retrieval methods provided by the peer storage
framework.

Closes Bug: LP #1541618

lp:~billy-olsen/maas/lp1484696-proxypass-websockets 1 Development 2015-12-19 06:30:43 UTC
4572. Specify the disablereuse=on for the w...

Author: Billy Olsen
Revision Date: 2015-12-19 06:26:26 UTC

Specify the disablereuse=on for the websocket proxypass rule as a work around
for upstream bug https://bz.apache.org/bugzilla/show_bug.cgi?id=55890.

lp:~billy-olsen/charms/trusty/cinder/rich-endpoint-overrides 1 Development 2015-11-16 23:48:03 UTC
135. Allow the os-public-hostname to speci...

Author: Billy Olsen
Revision Date: 2015-11-16 23:41:04 UTC

Allow the os-public-hostname to specify a URL in addition to a
hostname in order to allow advanced mapping of the public endpoints
for gateway type services.

This allows multiple variables to be inserted into the hostname/url
in order to allow such reverse mapping to be done. The following
variables are replaced within the hostname/url:

  port - the service port
  address - the public hostname/address
  service_name - the name of the service
  path - the path of the service-defined endpoint path
  scheme - the uri scheme/protocol (e.g. http, https)

Allowing for advanced hostname specifications such as:

  https://${service_name}.example.net:${port}/${path}

In this form, 2 endpoints will be registered:

  https://cinder.example.net:8776/v1/$(tenant_id)s
  https://cinder.example.net:8776/v2/$(tenant_id)s

lp:~billy-olsen/charm-helpers/add-endpoint-override 1 Development 2015-11-16 23:26:53 UTC
482. Share path information in template as...

Author: Billy Olsen
Revision Date: 2015-11-16 23:26:53 UTC

Share path information in template as well to support multiple
versions of the api on the same service.

lp:~billy-olsen/charms/trusty/nova-compute/lp1512908-backport bug(Has a merge proposal) 1 Development 2015-11-11 00:23:36 UTC
142. [gnuoy, r=billy-olsen] Do not regener...

Author: Billy Olsen
Revision Date: 2015-11-11 00:12:22 UTC

[gnuoy, r=billy-olsen] Do not regenerate host uuid.

Do not regenerate the host uuid each time the libvirtd.conf is rendered.
Instead, store the uuid in the charm db and re-use this when it
has already been generated.

Fixes-Bug: #1512908

lp:~billy-olsen/charm-helpers/allow-scheme-os-hostname bug 1 Development 2015-09-30 22:21:53 UTC
460. [billy-olsen,r=] Allow the os-{endpo...

Author: Billy Olsen
Revision Date: 2015-09-28 22:34:02 UTC

[billy-olsen,r=]

Allow the os-{endpoint_type}-hostname to also specify a scheme/protocol
in order to allow the advertised endpoint to have a transport which is
managed via an external proxy. This allows endpoints to be advertised as
using https when the external proxy is providing the SSL termination.

Closes-Bug: #1500635

lp:~billy-olsen/charms/trusty/keystone/lp1500635+reverseproxy 1 Development 2015-09-30 19:52:19 UTC
182. Enable the os-admin-hostname.

Author: Billy Olsen
Revision Date: 2015-09-30 19:52:19 UTC

Enable the os-admin-hostname.

lp:~billy-olsen/charms/trusty/cinder/lp1500635 bug 1 Development 2015-09-29 00:13:17 UTC
129. [billy-olsen,r=] Update config.yaml ...

Author: Billy Olsen
Revision Date: 2015-09-28 23:10:20 UTC

[billy-olsen,r=]

Update config.yaml to reflect the ability to provide the scheme in the
os-public-hostname setting along with necessary c-h sync.

Closes-Bug: #1500635

lp:~billy-olsen/charms/trusty/swift-proxy/lp1500635 1 Development 2015-09-28 23:53:25 UTC
116. [billy-olsen,r=] Update config.yaml ...

Author: Billy Olsen
Revision Date: 2015-09-28 23:52:38 UTC

[billy-olsen,r=]

Update config.yaml to reflect the ability to provide the scheme in the
os-public-hostname setting along with necessary c-h sync.

lp:~billy-olsen/charms/trusty/nova-cloud-controller/lp1500635 1 Development 2015-09-28 23:48:40 UTC
196. [billy-olsen,r=] Update config.yaml ...

Author: Billy Olsen
Revision Date: 2015-09-28 23:48:09 UTC

[billy-olsen,r=]

Update config.yaml to reflect the ability to provide the scheme in the
os-public-hostname setting along with necessary c-h sync.

Closes-Bug: #1500635

lp:~billy-olsen/charms/trusty/neutron-api/lp1500635 1 Development 2015-09-28 23:46:15 UTC
146. [billy-olsen,r=] Update config.yaml ...

Author: Billy Olsen
Revision Date: 2015-09-28 23:45:45 UTC

[billy-olsen,r=]

Update config.yaml to reflect the ability to provide the scheme in the
os-public-hostname setting along with necessary c-h sync.

Closes-Bug: #1500635

lp:~billy-olsen/charms/trusty/keystone/lp1500635 1 Development 2015-09-28 23:41:48 UTC
180. [billy-olsen,r=] Update config.yaml ...

Author: Billy Olsen
Revision Date: 2015-09-28 23:41:13 UTC

[billy-olsen,r=]

Update config.yaml to reflect the ability to provide the scheme in the
os-public-hostname setting along with necessary c-h sync.

Closes-Bug: #1500635

lp:~billy-olsen/charms/trusty/heat/lp1500635 1 Development 2015-09-28 23:38:07 UTC
56. [billy-olsen,r=] Update config.yaml ...

Author: Billy Olsen
Revision Date: 2015-09-28 23:37:41 UTC

[billy-olsen,r=]

Update config.yaml to reflect the ability to provide the scheme in the
os-public-hostname setting along with necessary c-h sync.

Closes-Bug: #1500635

lp:~billy-olsen/charms/trusty/glance/lp1500635 1 Development 2015-09-28 23:34:53 UTC
145. [billy-olsen,r=] Update config.yaml ...

Author: Billy Olsen
Revision Date: 2015-09-28 23:33:51 UTC

[billy-olsen,r=]

Update config.yaml to reflect the ability to provide the scheme in the
os-public-hostname setting along with necessary c-h sync.

Closes-Bug: #1500635

lp:~billy-olsen/charms/trusty/ceph-radosgw/lp1500635 1 Development 2015-09-28 23:28:34 UTC
45. [billy-olsen,r=] Update config.yaml ...

Author: Billy Olsen
Revision Date: 2015-09-28 23:27:59 UTC

[billy-olsen,r=]

Update config.yaml to reflect the ability to provide the scheme in the
os-public-hostname setting along with necessary c-h sync.

Closes-Bug: #1500635

lp:~billy-olsen/charms/trusty/ceilometer/lp1500635 1 Development 2015-09-28 23:24:11 UTC
101. [billy-olsen,r=] Update config.yaml ...

Author: Billy Olsen
Revision Date: 2015-09-28 23:22:37 UTC

[billy-olsen,r=]

Update config.yaml to reflect the ability to provide the scheme in the
os-public-hostname setting along with necessary c-h sync.

Closes-Bug: #1500635

lp:~billy-olsen/charms/trusty/cinder-ceph/tox 1 Development 2015-09-24 18:43:56 UTC
45. Tidy up lint issues in tox runs.

Author: Billy Olsen
Revision Date: 2015-09-24 18:43:04 UTC

Tidy up lint issues in tox runs.

lp:~billy-olsen/charms/trusty/cinder/tox 1 Development 2015-09-24 18:11:13 UTC
125. [billy-olsen,r=] Add tox support to c...

Author: Billy Olsen
Revision Date: 2015-09-24 18:08:29 UTC

[billy-olsen,r=] Add tox support to cinder charm.

lp:~billy-olsen/charms/trusty/openstack-dashboard/endpoint_types bug(Has a merge proposal) 1 Development 2015-09-18 17:14:50 UTC
87. Fix typo per code review feedback.

Author: Billy Olsen
Revision Date: 2015-09-18 17:14:50 UTC

Fix typo per code review feedback.

lp:~billy-olsen/charms/trusty/hacluster/trunk-lp1490727 bug(Has a merge proposal) 1 Development 2015-09-10 21:25:31 UTC
51. [billy-olsen,r=] Include an acl file ...

Author: Billy Olsen
Revision Date: 2015-09-06 04:46:20 UTC

[billy-olsen,r=] Include an acl file for corosync containing the hacluster
user and haclient group.

Closes-Bug: 1439649

lp:~billy-olsen/nova/kilo+lp1457517 bug(Has a merge proposal) 1 Development 2015-09-08 23:27:48 UTC
781. [ Liang Chen ] d/p/not-check-disk-si...

Author: Billy Olsen
Revision Date: 2015-09-08 23:19:28 UTC

[ Liang Chen ]

d/p/not-check-disk-size.patch: Fix booting from volume error
when flavor disk too small (LP: #1457517)

lp:~billy-olsen/charms/trusty/hacluster/lp1490727 bug(Has a merge proposal) 1 Development 2015-09-04 00:33:15 UTC
55. [billy-olsen,r=] Include an acl file...

Author: Billy Olsen
Revision Date: 2015-09-04 00:30:23 UTC

[billy-olsen,r=] Include an acl file for corosync containing the hacluster
user and haclient group.

Closes-Bug: 1439649

lp:~billy-olsen/cinder/icehouse-1336568 bug(Has a merge proposal) 1 Development 2015-08-12 17:20:24 UTC
190. * Enable iscsi_write_cache option fo...

Author: Billy Olsen
Revision Date: 2015-07-28 00:38:44 UTC

 * Enable iscsi_write_cache option for tgtadm backends (LP: #1336568):
    - d/p/tgtadmin-iscsi-write-cache-config.patch - Includes backport of
      change from the juno release for enabling iscsi write cache policy
      for tgtadm.

lp:~billy-olsen/charms/trusty/rabbitmq-server/ch-sync-cli-fix (Has a merge proposal) 1 Development 2015-07-31 22:00:49 UTC
104. Include cli in the rmq amulet

Author: Billy Olsen
Revision Date: 2015-07-31 22:00:49 UTC

Include cli in the rmq amulet

lp:~billy-olsen/python-neutronclient/kilo-2.4-update 1 Development 2015-07-30 02:03:22 UTC
74. New upstream release (2.4.0) * New u...

Author: Billy Olsen
Revision Date: 2015-07-30 02:02:20 UTC

New upstream release (2.4.0)

* New upstream release.
* debian/control: Update dependencies.

lp:~billy-olsen/charms/trusty/mongodb/fix-unit-tests bug(Has a merge proposal) 1 Development 2015-07-28 19:05:27 UTC
75. [billy-olsen,r=] Fix failing unit tes...

Author: Billy Olsen
Revision Date: 2015-07-28 18:53:19 UTC

[billy-olsen,r=] Fix failing unit tests.

This fixes unit tests which were failing due to superfluous
tests on function invocation and to failure to reset the
mocks.

Closes-Bug: 1479069

lp:~billy-olsen/horizon/icehouse-fix-lp1476417 bug(Has a merge proposal) 1 Development 2015-07-27 18:40:20 UTC
204. Fix "Unable to Connect to Neutron" er...

Author: Billy Olsen
Revision Date: 2015-07-27 18:01:37 UTC

Fix "Unable to Connect to Neutron" error message which is displayed
in various UI panels. (LP: #1476417)

- d/p/fix-neutron-connection-error.patch - Removes the erroneous
  usage of the FloatingIPManager.is_supported() method.

lp:~billy-olsen/maas-deployer/remote-hypervisor (Has a merge proposal) 1 Development 2015-07-23 17:34:35 UTC
3. [billy-olsen,r=] Add remote hyperviso...

Author: Billy Olsen
Revision Date: 2015-07-23 17:33:41 UTC

[billy-olsen,r=] Add remote hypervisor support.

lp:~billy-olsen/charms/trusty/swift-proxy/backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-18 23:44:12 UTC
99. Official c-h stable sync

Author: Billy Olsen
Revision Date: 2015-06-18 23:44:12 UTC

Official c-h stable sync

lp:~billy-olsen/charms/trusty/nova-cloud-controller/backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-18 23:39:21 UTC
165. Official c-h stable sync

Author: Billy Olsen
Revision Date: 2015-06-18 23:39:21 UTC

Official c-h stable sync

lp:~billy-olsen/charms/trusty/neutron-api/backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-18 23:36:37 UTC
115. Official c-h stable sync

Author: Billy Olsen
Revision Date: 2015-06-18 23:36:37 UTC

Official c-h stable sync

lp:~billy-olsen/charms/trusty/keystone/backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-18 23:33:23 UTC
153. Official c-h stable sync

Author: Billy Olsen
Revision Date: 2015-06-18 23:33:23 UTC

Official c-h stable sync

lp:~billy-olsen/charms/trusty/heat/backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-18 23:28:55 UTC
44. Official c-h stable sync

Author: Billy Olsen
Revision Date: 2015-06-18 23:28:55 UTC

Official c-h stable sync

lp:~billy-olsen/charms/trusty/glance/backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-18 23:26:31 UTC
120. Official c-h stable sync

Author: Billy Olsen
Revision Date: 2015-06-18 23:26:31 UTC

Official c-h stable sync

lp:~billy-olsen/charms/trusty/cinder/backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-18 23:22:59 UTC
97. [billy-olsen] Official c-h stable sync

Author: Billy Olsen
Revision Date: 2015-06-18 23:22:59 UTC

[billy-olsen] Official c-h stable sync

lp:~billy-olsen/charms/trusty/ceilometer/backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-18 19:18:52 UTC
86. [billy-olsen,trivial] Official charm-...

Author: Billy Olsen
Revision Date: 2015-06-18 19:18:52 UTC

[billy-olsen,trivial] Official charm-helper stable branch sync to include
charm-helper change for public-hostname.

lp:~billy-olsen/charms/trusty/ceph-radosgw/backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-15 17:20:32 UTC
40. [billy-olsen,r=] Provide support for ...

Author: Billy Olsen
Revision Date: 2015-06-15 17:15:11 UTC

[billy-olsen,r=] Provide support for user-specified public endpoint hostname.

Closes-Bug: #1398182

lp:~billy-olsen/charm-helpers/stable-backport-lp1398182 (Has a merge proposal) 1 Development 2015-06-15 17:05:13 UTC
367. [billy-olsen,r=] Backport change 383 ...

Author: Billy Olsen
Revision Date: 2015-06-15 17:02:24 UTC

[billy-olsen,r=] Backport change 383 from lp:charm-helpers to enable
public address overrides.

Closes-Bug: LP: #1398182

lp:~billy-olsen/charms/trusty/swift-proxy/public-endpoint-host bug(Has a merge proposal) 1 Development 2015-06-11 23:22:54 UTC
100. Add unit test for public hostname.

Author: Billy Olsen
Revision Date: 2015-06-11 23:22:54 UTC

Add unit test for public hostname.

lp:~billy-olsen/charms/trusty/heat/public-endpoint-host (Has a merge proposal) 1 Development 2015-06-11 16:32:09 UTC
43. Sync with /next

Author: Billy Olsen
Revision Date: 2015-06-11 16:32:09 UTC

Sync with /next

lp:~billy-olsen/charms/trusty/cinder/public-endpoint-host bug(Has a merge proposal) 1 Development 2015-06-10 21:37:05 UTC
101. Merge with /next

Author: Billy Olsen
Revision Date: 2015-06-10 21:37:05 UTC

Merge with /next

lp:~billy-olsen/charms/trusty/nova-cloud-controller/public-endpoint-host bug(Has a merge proposal) 1 Development 2015-06-04 23:33:12 UTC
167. Fix unit tests broken with c-h sync

Author: Billy Olsen
Revision Date: 2015-06-04 23:33:12 UTC

Fix unit tests broken with c-h sync

lp:~billy-olsen/charms/trusty/neutron-api/public-endpoint-host bug(Has a merge proposal) 1 Development 2015-06-04 23:28:14 UTC
119. Fix unit test error from c-h sync

Author: Billy Olsen
Revision Date: 2015-06-04 23:28:14 UTC

Fix unit test error from c-h sync

lp:~billy-olsen/charms/trusty/keystone/public-endpoint-host bug(Has a merge proposal) 1 Development 2015-06-04 23:24:25 UTC
153. c-h sync

Author: Billy Olsen
Revision Date: 2015-06-04 23:24:25 UTC

c-h sync

lp:~billy-olsen/charms/trusty/glance/public-endpoint-host bug(Has a merge proposal) 1 Development 2015-06-04 23:12:24 UTC
121. c-h sync

Author: Billy Olsen
Revision Date: 2015-06-04 23:12:24 UTC

c-h sync

lp:~billy-olsen/charms/trusty/ceph-radosgw/public-endpoint-host bug(Has a merge proposal) 1 Development 2015-06-04 23:06:40 UTC
42. c-h sync. unit test updates for sync

Author: Billy Olsen
Revision Date: 2015-06-04 23:06:40 UTC

c-h sync. unit test updates for sync

lp:~billy-olsen/charms/trusty/ceilometer/public-endpoint-host bug(Has a merge proposal) 1 Development 2015-06-04 23:04:01 UTC
89. Fix broken unit test from c-h sync

Author: Billy Olsen
Revision Date: 2015-06-04 23:04:01 UTC

Fix broken unit test from c-h sync

lp:~billy-olsen/charms/trusty/swift-proxy/public-url 1 Development 2015-05-29 19:24:53 UTC
86. Change config options to specify the ...

Author: Billy Olsen
Revision Date: 2015-05-29 19:24:53 UTC

Change config options to specify the public-address rather than the
public-endpoint. This makes it easier on the user as they do not have
to know the actual URL for the endpoint and there is less of a possibility
that it will be munged accidentally by the user.

lp:~billy-olsen/charms/trusty/hacluster/le-enhancements 1 Development 2015-05-22 17:14:17 UTC
66. Use cmap config to add nodes into the...

Author: Billy Olsen
Revision Date: 2015-05-22 17:14:17 UTC

Use cmap config to add nodes into the configuration rather than
relying on the reload.

lp:~billy-olsen/+junk/virt-maas-deploy 1 Development 2015-05-13 04:55:20 UTC
12. Fix juju bootstrap node tagging

Author: Billy Olsen
Revision Date: 2015-05-13 04:55:20 UTC

Fix juju bootstrap node tagging

lp:~billy-olsen/charms/trusty/hacluster/configure-source-repo 1 Development 2015-04-23 17:19:06 UTC
42. [wolsen,r] Add ability to configure t...

Author: Billy Olsen
Revision Date: 2015-04-23 17:18:16 UTC

[wolsen,r] Add ability to configure the source of the packages for corosync.

lp:~billy-olsen/charms/trusty/rabbitmq-server/lp1436014-ssl-fix bug(Has a merge proposal) 1 Development 2015-04-16 03:53:24 UTC
97. Sync charmhelpers to pickup ssl fix

Author: Billy Olsen
Revision Date: 2015-04-16 03:53:24 UTC

Sync charmhelpers to pickup ssl fix

lp:~billy-olsen/charms/trusty/rabbitmq-server/ch-sync (Has a merge proposal) 1 Development 2015-04-16 03:50:44 UTC
90. Updated sync

Author: Billy Olsen
Revision Date: 2015-04-16 03:50:44 UTC

Updated sync

lp:~billy-olsen/charms/trusty/glance/backport-lp-1351401 (Has a merge proposal) 1 Development 2015-03-19 23:33:54 UTC
98. [hopem,r=wolsen] Fixes SSL cert/key ...

Author: Billy Olsen
Revision Date: 2015-03-19 21:56:40 UTC

[hopem,r=wolsen]

Fixes SSL cert/key inject from config.

Closes-Bug: 1351401

lp:~billy-olsen/charms/trusty/nova-cloud-controller/backport-lp-1351401 (Has a merge proposal) 1 Development 2015-03-19 23:28:38 UTC
142. [hopem,r=wolsen] Fixes SSL cert/key ...

Author: Billy Olsen
Revision Date: 2015-03-19 22:01:21 UTC

[hopem,r=wolsen]

Fixes SSL cert/key inject from config.

Closes-Bug: 1351401

lp:~billy-olsen/charms/trusty/neutron-api/backport-lp-1351401 (Has a merge proposal) 1 Development 2015-03-19 23:28:23 UTC
75. [hopem,r=wolsen] Fixes SSL cert/key ...

Author: Billy Olsen
Revision Date: 2015-03-19 22:10:32 UTC

[hopem,r=wolsen]

Fixes SSL cert/key inject from config.

Closes-Bug: 1351401

lp:~billy-olsen/charms/trusty/swift-proxy/backport-lp-1351401 (Has a merge proposal) 1 Development 2015-03-19 23:28:03 UTC
83. [hopem,r=wolsen] Fixes SSL cert/key ...

Author: Billy Olsen
Revision Date: 2015-03-19 22:28:29 UTC

[hopem,r=wolsen]

Fixes SSL cert/key inject from config.

Closes-Bug: 1351401

lp:~billy-olsen/charms/trusty/keystone/backport-lp-1351401 bug(Has a merge proposal) 1 Development 2015-03-19 23:27:39 UTC
122. [hopem,r=wolsen] Fixes SSL cert/key ...

Author: Billy Olsen
Revision Date: 2015-03-19 22:39:47 UTC

[hopem,r=wolsen]

Fixes SSL cert/key inject from config.

Closes-Bug: 1351401

lp:~billy-olsen/charm-helpers/backport-lp-1351401 bug(Has a merge proposal) 1 Development 2015-03-19 23:27:18 UTC
299. [hopem,r=gnuoy,r=billy-olsen] Ensure...

Author: Billy Olsen
Revision Date: 2015-03-19 21:18:29 UTC

[hopem,r=gnuoy,r=billy-olsen]

Ensure that config cert/key are installed even if no cn provided
by identity relation (openstack apache ssl context).

lp:~billy-olsen/charms/trusty/ceilometer/backport-lp-1351401 (Has a merge proposal) 1 Development 2015-03-19 21:50:50 UTC
68. [hopem,r=wolsen] Fixes SSL cert/key ...

Author: Billy Olsen
Revision Date: 2015-03-19 21:45:39 UTC

[hopem,r=wolsen]

Fixes SSL cert/key inject from config.

Closes-Bug: 1351401

lp:~billy-olsen/charms/trusty/cinder/backport-lp-1351401 (Has a merge proposal) 1 Development 2015-03-19 21:35:12 UTC
73. [hopem,r=wolsen] Fixes SSL cert/key ...

Author: Billy Olsen
Revision Date: 2015-03-19 21:31:46 UTC

[hopem,r=wolsen]

Fixes SSL cert/key inject from config.

Closes-Bug: 1351401

lp:~billy-olsen/charms/trusty/ceilometer/mysql-postgres-support 1 Development 2015-03-18 20:12:03 UTC
74. Amulet

Author: Billy Olsen
Revision Date: 2015-03-18 20:12:03 UTC

Amulet

lp:~billy-olsen/+junk/keystone-ssl 1 Development 2015-03-17 22:02:43 UTC
25. Generate the deployment based on the ...

Author: Billy Olsen
Revision Date: 2015-03-17 22:00:42 UTC

Generate the deployment based on the certificates in the ssl folder
and what is asked for from the template file. Can now simply issue
a 'make genconfig' to generate ssl certs and a configuration which
should be deployable.

lp:~billy-olsen/charms/trusty/rabbitmq-server/use-rabbitmqctl-q-for-list-cmds 1 Development 2015-03-03 22:50:37 UTC
85. [jjo, r=wolsen,niedbalski] Use '-q'...

Author: Billy Olsen
Revision Date: 2015-03-03 22:48:24 UTC

[jjo, r=wolsen,niedbalski]

Use '-q' for rabbitmqctl list_vhosts and list_users, to avoid the need to filter-out informational msgs.
Also includes lint updates for latest pep8 rules.

lp:~billy-olsen/charms/trusty/nova-cloud-controller/ch-sync 1 Development 2015-02-18 22:45:34 UTC
141. [wolsen,trivial] charm-helpers sync

Author: Billy Olsen
Revision Date: 2015-02-18 22:42:48 UTC

[wolsen,trivial]

charm-helpers sync

lp:~billy-olsen/charms/trusty/keystone/reload-not-restart-ssl-sync 1 Development 2015-01-22 00:26:29 UTC
115. Only reload apache, don't restart it

Author: Billy Olsen
Revision Date: 2015-01-22 00:26:29 UTC

Only reload apache, don't restart it

lp:~billy-olsen/charm-helpers/specify-restart-behavior-on-change (Has a merge proposal) 1 Development 2015-01-21 19:29:08 UTC
294. Switch order of start stop and restart

Author: Billy Olsen
Revision Date: 2015-01-21 19:29:08 UTC

Switch order of start stop and restart

lp:~billy-olsen/charms/trusty/rabbitmq-server/improved-restarts bug(Has a merge proposal) 1 Development 2015-01-15 01:45:14 UTC
78. [wolsen,r=] Update restart logic to ...

Author: Billy Olsen
Revision Date: 2015-01-13 23:56:32 UTC

[wolsen,r=]

Update restart logic to only restart the rabbitmq-server service
when the configuration requiring a restart actually occurs.

Closes-Bug: 1409805

lp:~billy-olsen/+junk/rabbitmq-server-better-restarts 1 Development 2015-01-13 06:08:48 UTC
79. Update restart logic; certain changes...

Author: Billy Olsen
Revision Date: 2015-01-13 06:08:48 UTC

Update restart logic; certain changes need to occur in the config
files while the rabbitmq-service is stopped.

lp:~billy-olsen/charms/trusty/mongodb/unit-tests-part-deux (Has a merge proposal) 1 Development 2014-12-18 06:49:49 UTC
87. Merge with mario's latest

Author: Billy Olsen
Revision Date: 2014-12-18 06:49:49 UTC

Merge with mario's latest

lp:~billy-olsen/charms/trusty/ceilometer/ha bug(Has a merge proposal) 1 Development 2014-12-17 23:22:18 UTC
76. Account for ssl port monitoring. Ensu...

Author: Billy Olsen
Revision Date: 2014-12-17 23:22:18 UTC

Account for ssl port monitoring.
Ensure usage of upstream ceilometer-agent-central ocf (monitors amqp port).
Note: previous versions unintentionally used a modified version of the ocf
resource file which monitored keystone connections.

lp:~billy-olsen/charms/trusty/mongodb/sample-unittest (Has a merge proposal) 1 Development 2014-12-13 00:19:05 UTC
82. Add sample unit test to mongo charm.

Author: Billy Olsen
Revision Date: 2014-12-13 00:18:15 UTC

Add sample unit test to mongo charm.

lp:~billy-olsen/charms/trusty/ceilometer/endpoint-observers 1 Development 2014-12-12 07:24:08 UTC
77. Reduce services restarted on endpoint...

Author: Billy Olsen
Revision Date: 2014-12-12 07:24:08 UTC

Reduce services restarted on endpoint changes.

lp:~billy-olsen/+junk/ceilometer-ha-endpoint-observers 1 Development 2014-12-12 06:27:28 UTC
15. Update yaml to deploy the endpoint-ob...

Author: Billy Olsen
Revision Date: 2014-12-12 06:27:01 UTC

Update yaml to deploy the endpoint-observer branches.

lp:~billy-olsen/charms/trusty/keystone/endpoint-observers 1 Development 2014-12-12 05:16:58 UTC
89. Add new observer interface which broa...

Author: Billy Olsen
Revision Date: 2014-12-12 05:15:10 UTC

Add new observer interface which broadcast keystone-endpoints for use
by ceilometer which needs to know when keystone endpoints have been
modified so it can restart its services to get endpoint updates.

lp:~billy-olsen/charms/trusty/hacluster/quorum-fix-take2 bug(Has a merge proposal) 1 Development 2014-12-08 18:41:32 UTC
41. Rebase changes to ../next

Author: Billy Olsen
Revision Date: 2014-12-08 18:41:32 UTC

Rebase changes to ../next

lp:~billy-olsen/charms/trusty/keystone/multi-region-dashboard bug(Has a merge proposal) 1 Development 2014-12-02 05:11:52 UTC
89. Fix unit tests.

Author: Billy Olsen
Revision Date: 2014-12-02 05:11:52 UTC

Fix unit tests.

lp:~billy-olsen/charms/trusty/openstack-dashboard/multi-region-dashboard bug(Has a merge proposal) 1 Development 2014-12-02 05:07:03 UTC
45. Fix linting errors

Author: Billy Olsen
Revision Date: 2014-12-02 05:07:03 UTC

Fix linting errors

lp:~billy-olsen/charms/trusty/hacluster/lp1394008.quorum-fix (Has a merge proposal) 1 Development 2014-11-21 15:57:26 UTC
40. Updates from Testing: - Remove role ...

Author: Billy Olsen
Revision Date: 2014-11-21 15:57:26 UTC

Updates from Testing:
 - Remove role from pcmk.Node
 - fix corosync.conf template
 - differentiate unit_name vs unit_ip in hooks.get_ha_nodes

lp:~billy-olsen/charms/trusty/ceilometer/sync-charm-helpers (Has a merge proposal) 1 Development 2014-11-18 04:18:33 UTC
58. Fix unit tests for sync

Author: Billy Olsen
Revision Date: 2014-11-18 04:18:33 UTC

Fix unit tests for sync

lp:~billy-olsen/+junk/jenkins-kvm 1 Development 2014-09-12 05:54:02 UTC
2. Ensure the cloud config seed data is ...

Author: Billy Olsen
Revision Date: 2014-09-12 05:54:02 UTC

Ensure the cloud config seed data is flushed to disk before building
the cloud image.

199 of 99 results