state of networking?

2015-07-23 Thread Kapil Thangavelu
I've talked to a few folk at some conferences, but i'm curious what's been happening in networking? it feels like its been fairly long time w/ little visible progress on end user features. particularly i'm curious about aws (ie. the worlds biggest cloud :-).. more concretely - can i use existing

Re: [Juju-gui-peeps] juju docs search on jujucharms.com down

2015-07-23 Thread Richard Harding
On Thu, 23 Jul 2015, Richard Harding wrote: FYI, due to a release with a bug in it the search for Juju documentation at jujucharms.com is erroring. The team is investigating and will be fixing as soon as possible. This has been corrected. We had a bad migration in elasticsearch and a lack of

Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Joseph Liau
On 2015-07-23 12:58 PM, Tim Van Steenburgh wrote: On Thu, Jul 23, 2015 at 3:25 PM, Joseph Liau jos...@liau.ca mailto:jos...@liau.ca wrote: On 2015-07-23 12:11 PM, Tim Van Steenburgh wrote: Hi Joseph, Here's one way to solve this: 1. Setup up the software manually one

juju docs search on jujucharms.com down

2015-07-23 Thread Richard Harding
FYI, due to a release with a bug in it the search for Juju documentation at jujucharms.com is erroring. The team is investigating and will be fixing as soon as possible. Note that individual pages do work and you can fall back to Google for links in the meantime. e.g. https://goo.gl/5oWP2o --

Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Tim Van Steenburgh
On Thu, Jul 23, 2015 at 3:25 PM, Joseph Liau jos...@liau.ca wrote: On 2015-07-23 12:11 PM, Tim Van Steenburgh wrote: Hi Joseph, Here's one way to solve this: 1. Setup up the software manually one time. 2. Once it's set up, dump the database to a file. 3. Put that file in your charm,

Re: Important: upgrading a 1.23 environment

2015-07-23 Thread Menno Smits
I am interested in the 1.24 aspect. Can you elaborate on: 1. What exact 1.24 release is affected? The issue was fixed in 1.24.3 so 1.24.0 and 1.24.1 are affected. Here's the ticket: https://bugs.launchpad.net/juju-core/+bug/1468653 2. To what degree is it affected? You said may also get

Re: Godeps PSA (or don't make the same mistake I did)

2015-07-23 Thread roger peppe
To do it *right*, one would probably want to do something like: for os in darwin windows linux; do for arch in amd64 arm; do godeps -t github.com/juju/juju/... done done | sort -u but even that's probably not good enough for the unusual cases though. I've been pondering on this

Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Joseph Liau
On 2015-07-23 12:11 PM, Tim Van Steenburgh wrote: Hi Joseph, Here's one way to solve this: 1. Setup up the software manually one time. 2. Once it's set up, dump the database to a file. 3. Put that file in your charm, and use it to automatically load the database when the db relation is

SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Joseph Liau
Hello, A while back I was working on a SuiteCRM charm (my first time doing anything like this): https://github.com/userj/suitecrm-charm It installs all right, but when it comes time to go through the setup via the web-gui of SuiteCRM, then database details do not get automatically

Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread José Antonio Rey
Hey! Have you tried to check if there's an automated script that would set it up included in the software? If there is, maybe you can ask the Juju user to parse them as configuration variables, and set everything up from the charm and not using the web-gui. Of course, you would need to make

Re: SuiteCRM Charm - No Auto-entry of database details

2015-07-23 Thread Joseph Liau
On 2015-07-23 11:10 AM, José Antonio Rey wrote: Hey! Have you tried to check if there's an automated script that would set it up included in the software? If there is, maybe you can ask the Juju user to parse them as configuration variables, and set everything up from the charm and not