Tim Van Steenburgh
Tim Van Steenburgh
@CalvinHartwell So what do you actually want? You want the spell updated to use 2.0.7?
I actually don't want to add git and bzr as deps of amulet, since they're not required. But juju-deployer is a mandatory runtime dep (currently) - amulet won't work at...
@Shruthima What's the output of `juju version`? Amulet (and several other tools don't work with the latest 2.0 betas. They work with beta8 and prior, but not beta9+ (yet). Also,...
Did you try upgrading your version of juju-deployer as suggested?
1. For the first error, find out what the url is, and why you're getting a proxy auth error. Are you behind a proxy? Try to curl the url manually...
Edit `/usr/local/lib/python2.7/dist-packages/deployer/charm.py` and put `print(store_url)` on line 214(ish) to find out what url is being accessed. Then curl that url from the host. Is the second error still happening or...
Looks like the charm isn't publicly readable. Try: ``` charm grant ~ibmcharmers/trusty/ibm-im everyone ```
It looks like the charm requires terms to be accepted, is that correct? We don't have support for accepting terms in amulet yet.
@Yrrsinn, good feedback, thanks. Regarding your first point: For add_storage(), if `pool=None` then the default pool for the provider will be used, which may be sufficient for test cases. If...
@marcoceppi Yep, just deployed it (juju2).