apt-get install dosfstools
mkfs.vfat /dev/xvdx
openstack/latest/meta_data.json
:
{
"uuid": "83679162-1378-4288-a2d4-70e13ec132aa"
}
TODO: can be any UUID?
openstack/latest/user_data
:
#cloud-config
hostname: cloud4
# add each entry to ~/.ssh/authorized_keys for the configured user or the
# first user defined in the user definition directive.
ssh_authorized_keys:
- ssh-rsa xxxxxxxx foo@bar
More examples here: http://cloudinit.readthedocs.org/en/latest/topics/examples.html
apt-get install cloud-init
TODO:
- default user better shell
- sudoer