- Fedora 19: 32-bit / 64 bit (more info)
- Fedora 18: 32-bit / 64-bit
- CentOS 6.3: Various cloud ready images
- Ubuntu cloud images
- RHEL 6 image (Requires RHEL subscription)
- Windows Server 2012 test image
- See also the oz-image-build list on Github
上传镜像
glance image-create --name myFirstImage --is-public true --container-format bare --disk-format qcow2 < cirros-0.3.0-x86_64-disk.img
rpm -Uvh http://mirrors.yun-idc.com/epel/6/i386/epel-release-6-8.noarch.rpm
#!/bin/sh
sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
service ssh restart
脚本设置密码(cloud-int):
#!/bin/sh
passwd ubuntu<<EOF
ubuntu
ubuntu
EOF