diff --git a/README b/README index 0ba9470733..e3b97b5fa7 100644 --- a/README +++ b/README @@ -81,7 +81,7 @@ m1.builder 5120 50 3 Setting up a new persistent cloud host: 1. select an ip: source /srv/private/ansible/files/openstack/persistent-admin/ec2rc.sh - euca-describe-addresses + oeuca-describe-addresses - pick an ip from the list that is not assigned anywhere - add it into dns - normally in the cloud.fedoraproject.org but it doesn't have to be @@ -114,9 +114,9 @@ Contents should look like this (remove all the comments) --- # 2cpus, 3GB of ram 20GB of ephemeral space instance_type: m1.large -# image id -image: emi-B8793915 -keypair: fedora-admin +# image id - see global vars. You can also use euca-describe-images to find other images as well +image: "{{ el6_qcow_id }}" +keypair: fedora-admin-20130801 # what security group to add the host to security_group: webserver zone: fedoracloud