How to use different ubuntu version on Amazon EC2
Nicolas FOATA
nicolas.foata at gmail.com
Wed Jun 12 13:03:10 UTC 2013
After some tests (version 0.7 python), I come back with my results on
Amazon EC2.
Test :
- A simple test charm called 'test' (after an important reasoning)
containing only an install bash hook which create an empty file under /tmp
Results :
juju deploy --repository=/home/nfoata/Projects/CharmsBzr/Charms
local:lucid/test test1 KO
juju deploy --repository=/home/nfoata/Projects/CharmsBzr/Charms
local:oneiric/test test2 KO
juju deploy --repository=/home/nfoata/Projects/CharmsBzr/Charms
local:precise/test test3 OK
juju deploy --repository=/home/nfoata/Projects/CharmsBzr/Charms
local:quantal/test test4 OK
KO =
33:
agent-state: not-started
dns-name: ec2-.....compute.amazonaws.com
instance-id: i-1c19123
instance-state: running
test2:
charm: local:oneiric/test3-2
relations: {}
units:
test2/0:
agent-state: pending
machine: 33
public-address: null
As we can see the machine instance is blocked in a pending state, with no
public address (not possible to connect from juju).
However, I succeed to connect on it with the ip obtained from the Amazon
interface and the machine is well an oneiric instance (so that's great)
less /etc/issue
or
less /etc/lsb-release
Consequently, it means that the problem coming from the agent which failed,
I will continue to investigate and coming back with more answers.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/juju/attachments/20130612/9a2d5df0/attachment.html>
More information about the Juju
mailing list