I have good news. beta4 mostly works on vivid. It cannot complete the vivid template creation and destroy environment, but it cann deploy trusty and precise charms.
The BAD:
1. beta4 says '"juju-vivid-lxc-template" did not stop'. Trying to deploy a vivid charm (explicitly or implicitly) will fail.
2. Destroy environment cannot shutdown mongod, prevent any subsequent bootstraps (without human intervention):
ERROR while stopping mongod: fork/exec /sbin/initctl: no such file or directory
The UGLY
1. A human can complete what juju doesn't and get a working setup.
sudo lxc-stop juju-vivid-lxc-template
juju destroy-environment local
sudo killall -ABRT mongod
juju bootstrap
juju deploy <charm>
2. After running juju destroy-environment, run
sudo killall -ABRT mongod
The GOOD
1. By setting "default-series: trusty" or "precise" in environments.yaml, users can remove ambiguous situations where juju will try to deploy a vivid charm. Users will need to type "vivid" and presumably know they will need to do some work arounds. trusty charms will just work, but destroy-environment is still broken.
I have good news. beta4 mostly works on vivid. It cannot complete the vivid template creation and destroy environment, but it cann deploy trusty and precise charms.
The BAD: vivid-lxc- template" did not stop'. Trying to deploy a vivid charm (explicitly or implicitly) will fail.
1. beta4 says '"juju-
2. Destroy environment cannot shutdown mongod, prevent any subsequent bootstraps (without human intervention):
ERROR while stopping mongod: fork/exec /sbin/initctl: no such file or directory
The UGLY
1. A human can complete what juju doesn't and get a working setup. lxc-template
sudo lxc-stop juju-vivid-
juju destroy-environment local
sudo killall -ABRT mongod
juju bootstrap
juju deploy <charm>
2. After running juju destroy- environment, run
sudo killall -ABRT mongod
The GOOD
1. By setting "default-series: trusty" or "precise" in environments.yaml, users can remove ambiguous situations where juju will try to deploy a vivid charm. Users will need to type "vivid" and presumably know they will need to do some work arounds. trusty charms will just work, but destroy-environment is still broken.