=== kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 === kadams54 is now known as kadams54-away [00:47] hey guys, I am working with mmcc in #ubuntu-solutions, I need to add utopic images to maas. Can someone point me in the right direction? [00:52] charlie___: I think this is it: http://maas.ubuntu.com/docs1.5/install.html#import-the-boot-images [00:53] I have a utopic maas and am trying to get utopic images [00:53] right now all I have are trusty images === kadams54-away is now known as kadams54 [01:10] there's a file to edit to get the utopic images charlie___ [01:10] its in /etc/maas/, and i dont recall the rest of it from there unfortunately. I'm not within ssh range of my maas server :( === kadams54 is now known as kadams54-away === kadams54-away is now known as kadams54 [03:08] when testing a charm deployment, is there a faster method of redeploying other than destroying and re-bootstrapping the local environment? === kadams54 is now known as kadams54-away === scuttle` is now known as scuttle|afk [04:07] blr: juju destroy-machine --force, juju upgrade-charm, juju add-unit [04:08] it may yield odd behavior now and again but it works for rapid prototyping 90% of the time [04:09] lazyPower: excellent, thank you! [04:12] blr: np - just understand what its doing - you're removing the existing unit so you dont eat resources, upgrade sends the new charm code to the state-server on basically a non-existant service, then adding a unit deploys the new charm code, its pretty much a hack [04:12] which explains the weird behavior now and again :) [04:13] hah ok, I'll try not to panic if it misbehaves :) === liam_ is now known as Guest18923 === scuttle|afk is now known as scuttlemonkey === scuttlemonkey is now known as scuttle|afk === scuttle|afk is now known as scuttlemonkey [18:31] Hi, I have an issue with my charm (suitecrm). It deploys ok, but once I deploy mysql, suitecrm is no longer accessible via the webbrowser. i.e I can't complete the full install. Install hook: http://paste.ubuntu.com/9765951/ , debug-log: http://paste.ubuntu.com/9768861/ [18:32] I did ssh to suitecrm and changed the permissions all to 777, and it was still inacessible. Only after completely destroying the services and re-deploying (without mysql) am I able to go through the installer again (of course unable to pass the database part). [18:35] gotta go afk, but thanks in advance for any help.