Unit-get

2014-11-05 Thread Sameer Zeidat
Hi, I bootstrapped juju stable today on maas stable. When deploying a charm I wrote I noticed unit-get private-address is returning the machine's fqdn. Previously it used to return the ip address (several months ago, can't remember the exact juju/maas versions). Has juju changed behaviour?

Migrating the python-django charm to Ansible

2014-11-05 Thread Patrick Hetu
Since the last UDS, I'm trying to make the python-django charm evolve to use Ansible for is various tasks instead of using pure Python scripts. My previous attempt: lp:~patrick-hetu/charms/precise/python-django/ansible had some problems so I decided to restart from scratch here (work in

[Review Queue] Misc charm cleanup

2014-11-05 Thread Tim Van Steenburgh
This morning I reviewed and merged the changes listed below. All of these were minor changes: fixes for tests, typos, and proofing errors. https://code.launchpad.net/~jorge/charms/precise/spip/fix-category/+merge/239378

[Review Queue] storage (encryption) and nfs (trusty)

2014-11-05 Thread Cory Johns
I reviewed Chris's addition to the storage charm to add encrypted file-system support. He added tests per Tim's request, which were good, but I had issues running them as we as encountering a few small test breakages in the existing tests. I also reviewed Matt's test additions to get the nfs

[Review Queue] More Trusty Promotions

2014-11-05 Thread Charles Butler
Trusty Promotions rsyslog-forwarder gunicorn dokuwiki postgresql-psql joomla terracotta New icons for services to match jujucharms.com branding: - hdp-hadoop - hdp-hive - hdp-pig - hdp-tez - hdp-storm - hdp-zookeeper Bundles were renamed and re-pushed to match jujucharms relaunch branding: -

Re: Migrating the python-django charm to Ansible

2014-11-05 Thread Michael Nelson
Hi Patrick, On Thu, Nov 6, 2014 at 4:22 AM, Patrick Hetu patrick.h...@gmail.com wrote: Since the last UDS, I'm trying to make the python-django charm evolve to use Ansible for is various tasks instead of using pure Python scripts. My previous attempt:

Re: [Review Queue] More Trusty Promotions

2014-11-05 Thread Andrew Wilkins
On Thu, Nov 6, 2014 at 6:03 AM, Charles Butler charles.but...@canonical.com wrote: Trusty Promotions rsyslog-forwarder gunicorn dokuwiki postgresql-psql joomla terracotta New icons for services to match jujucharms.com branding: - hdp-hadoop - hdp-hive - hdp-pig - hdp-tez -

[Review Queue] elasticsearch ec2 fix (trusty)

2014-11-05 Thread Michael Nelson
After reviews by Simon and tests by Tim [1] I've just pushed an update to the trusty elasticsearch charm which: * Fixes the firewall configuration so that nodes in the cluster can find each other on ec2 (on ec2 the private-address is a private dns, rather than a private IP expected by ufw) [2]