Cannot bootstrap stock ubuntu AMIs
Bug #807281 reported by
Adam Gandelman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyjuju |
Invalid
|
Undecided
|
Unassigned |
Bug Description
When attempting to use an oneiric AMI or a stock natty AMI, ensemble cannot bootstrap.
The generated cloud-init runcmd script does not create the bzr repositories in /usr/lib/
#!/bin/sh
sudo mkdir -p /usr/lib/ensemble
cd /usr/lib/
It appears the default AMI used by ensemble already has had these branches cloned before the AMI was bundled.
To post a comment you must log in.
Seem to have some issues with the natty mirror in us-east right now. The following patch allows me to bootstrap stock AMIs just fine in the meantime.