branches with status:
Name Status Last Modified Last Commit
lp:llgo 1 Development 2017-06-04 22:11:28 UTC
69. irgen: Create functions instead of gl...

Author: pcc
Revision Date: 2017-06-04 22:11:28 UTC

irgen: Create functions instead of global variables for builtin hash and equal algorithms.

These are in fact functions, and have function type, so it is invalid
to represent them using global variables.

lp:pushy 1 Development 2016-08-23 23:42:58 UTC
124. Merge pull request #56 from coryschwa...

Author: Andrew Wilkins
Revision Date: 2016-08-23 23:42:58 UTC

Merge pull request #56 from coryschwartz/master

python3 absolute import

lp:~axwalk/juju-ci-tools/juju-ci-tools (Has a merge proposal) 1 Development 2016-07-25 12:25:58 UTC
1517. Use qualified model name in grant/rev...

Author: Andrew Wilkins
Revision Date: 2016-07-25 12:25:58 UTC

Use qualified model name in grant/revoke test

If you want to refer to another user's model,
you need to qualify the model with the model
owner's name. e.g. if I'm billie, and I want
to see cath's model foo, then I need to refer
to it as "cath/foo". Plain old "foo" is short
for "billie/foo".

lp:~axwalk/llgo/llvm-3.8-packaging 1 Development 2016-02-02 09:18:44 UTC
1. Initial commit

Author: Andrew Wilkins
Revision Date: 2016-02-02 09:18:44 UTC

Initial commit

lp:~axwalk/charms/trusty/storagetest/trunk 1 Development 2015-11-24 02:20:32 UTC
2. Update

Author: Andrew Wilkins
Revision Date: 2015-11-24 02:20:32 UTC

Update

lp:~axwalk/charms/trusty/ceph/trunk (Has a merge proposal) 1 Development 2015-11-23 09:13:18 UTC
125. Add osd-devices and osd-journal block...

Author: Andrew Wilkins
Revision Date: 2015-11-23 09:13:18 UTC

Add osd-devices and osd-journal block storage

Add the "osd-devices" block-type storage, with
minimum of 0 and no maximum. Volumes assigned to
a unit will be added as OSDs.

Also, add the "osd-journal" block-type storage,
with minimum of 0 and maximum of 1. The osd-journal
storage, if supplied, will be used in favour of
osd-journal configuration if supplied.

For now, handling of osd-journal is static, just
as the configuration method was before. Removing
or adding the journal after deployment is not
currently supported. This is possible with further
changes, but requires stopping Ceph and migrating
the existing journal, and so out of scope here.

lp:~axwalk/charms/precise/ceph/trunk 1 Development 2015-09-25 07:17:12 UTC
88. Add osd-devices block storage Add th...

Author: Andrew Wilkins
Revision Date: 2015-09-25 03:56:18 UTC

Add osd-devices block storage

Add the "osd-devices" block-type storage,
with minimum of 0 and no maximum. Volumes
assigned to a unit will be added as OSDs.

lp:~axwalk/charms/trusty/mysql/trunk (Has a merge proposal) 1 Development 2015-09-25 03:30:33 UTC
150. Add support for "storage" feature Th...

Author: Andrew Wilkins
Revision Date: 2015-09-25 03:27:29 UTC

Add support for "storage" feature

This will cause a filesystem to be mounted
at "/var/lib/mysql" before installation.
If storage is unspecified, then rootfs will
be used, which would be comparable to existing
deployments.

The storage subordinate relation is retained
for backwards-compatibility.

lp:~axwalk/charms/trusty/buildbot-slave/trunk 1 Development 2015-04-26 10:23:13 UTC
4. Don't create upstart config

Author: Andrew Wilkins
Revision Date: 2015-04-26 10:23:13 UTC

Don't create upstart config

lp:~axwalk/charms/trusty/postgresql/trunk 1 Development 2015-01-28 04:00:05 UTC
112. Add support for Juju storage

Author: Andrew Wilkins
Revision Date: 2015-01-28 03:58:00 UTC

Add support for Juju storage

lp:~axwalk/llgo/master 1 Development 2015-01-05 01:15:37 UTC
578. Update README.md

Author: Andrew Wilkins
Revision Date: 2015-01-05 01:15:37 UTC

Update README.md

lp:~axwalk/juju-core/lp1215579-relation-addresses 1 Development 2014-06-17 05:09:34 UTC
2793. Preliminary relation addresses work

Author: Andrew Wilkins
Revision Date: 2014-06-17 05:09:34 UTC

Preliminary relation addresses work

lp:~axwalk/juju-core/api-uniter-machine (Has a merge proposal) 1 Development 2014-05-29 08:08:35 UTC
2793. Add Machine to uniter API This chang...

Author: Andrew Wilkins
Revision Date: 2014-05-29 08:05:45 UTC

Add Machine to uniter API

This change adds the Machine entity
to the uniter API, to support coming
changes to the uniter. The uniter
will become responsible for watching
machine addresses and updating
relations.

Also, drive-by consolidation of Watch
methods into api/common.

lp:~axwalk/juju-core/lp1321492-provideropenstack-tests-gccgo 1 Development 2014-05-22 04:01:46 UTC
2765. provider/openstack: fix tests under g...

Author: Andrew Wilkins
Revision Date: 2014-05-22 04:00:33 UTC

provider/openstack: fix tests under gccgo

SameContents again.

Fixes lp:1321492

lp:~axwalk/juju-core/lp1303195-manual-ubuntuuser-bash bug 1 Development 2014-04-22 12:03:36 UTC
2662. environs/manual: SHELL=/bin/bash for ...

Author: Andrew Wilkins
Revision Date: 2014-04-22 11:07:23 UTC

environs/manual: SHELL=/bin/bash for new user

The ubuntu user should have its shell set to bash.

Fixes lp:1303195

lp:~axwalk/juju-core/azure-mode-noplacement-noaddmachine 1 Development 2014-03-14 04:42:17 UTC
2415. provider/azure: implement UnitAssigne...

Author: Andrew Wilkins
Revision Date: 2014-03-14 04:40:53 UTC

provider/azure: implement UnitAssigner policy

The Azure provider grows a new configuration
attribute, availability-sets-enabled, which
defaults to true but can be explicitly set to
false at (and only at) bootstrap time.

If the availability-sets-enabled is true, unit
placement is prohibited. This is necessary to
avoid various issues such as incorrectly load-
balancing ports across heterogenous services,
and makes it possible to unambiguously determine
which Cloud Service to assign units to for
high availability.

lp:~axwalk/juju-core/state-policy-unitassigner 1 Development 2014-03-14 02:40:04 UTC
2414. Add/fix comments

Author: Andrew Wilkins
Revision Date: 2014-03-14 02:40:04 UTC

Add/fix comments

lp:~axwalk/juju-core/remove-syslog-cloudinit-config (Has a merge proposal) 1 Development 2014-02-27 09:49:56 UTC
2356. Merge trunk

Author: Andrew Wilkins
Revision Date: 2014-02-27 09:49:56 UTC

Merge trunk

lp:~axwalk/juju-core/ssh-gocrypto-client (Has a merge proposal) 1 Development 2014-01-07 06:24:21 UTC
2165. Fixes, finishing touches

Author: Andrew Wilkins
Revision Date: 2014-01-07 06:20:53 UTC

Fixes, finishing touches

lp:~axwalk/juju-core/lp1258240-bootstrap-refresh-dnsname bug 1 Development 2013-12-11 04:28:28 UTC
2131. provider/common: refresh DNS name dur...

Author: Andrew Wilkins
Revision Date: 2013-12-11 04:19:53 UTC

provider/common: refresh DNS name during waitSSH

Synchronous bootstrap starts by creating a new
instance, and then attempting to connect to the
instance's SSH port. The method we were using
assumed that the instance would be started with
a public address to begin with, which is not
always the case. We now refresh addresses during
bootstrap.

An alternative approach would be to initially
wait until an actually public address is available,
rather than a "most public" address as returned by
instance.SelectPublicAddress. I considered this to
be a bit more fragile: providers might not know
whether an address is "public" (i.e. all addresses
might be NetworkUnknown), and that approach also
wouldn't cater for changes to public addresses.

Fixes #1258240

lp:~axwalk/juju-core/1.16-juju-provision-plugin bug(Has a merge proposal) 1 Development 2013-11-25 07:22:02 UTC
1987. Implement juju-provision plugin This...

Author: Andrew Wilkins
Revision Date: 2013-11-25 07:10:02 UTC

Implement juju-provision plugin

This plugin provides a way of provisioning
a new machine instance with the prerequisites
for running a Juju agent, but without installing
the agent itself.

lp:~axwalk/juju-core/null-provider-validate-initially-invalid (Has a merge proposal) 1 Development 2013-11-14 03:43:35 UTC
2058. provider/null: Validate must allow in...

Author: