OpenStack

From Server Knowledge Base
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Successful Instance creation confirmation

The Log line entry/Status code you should see/look for when confirming if an Instance has been created successfully is the following:

-----END SSH HOST KEY KEYS-----
Cloud-init v. 0.7.2 finished at Day, Date Month YYYY HH:MM:SS +0000. Datasource DataSourceEc2. Up XXX.XX seconds

This message can take up to an hour to appear.

Minimum Disk Space for Ubuntu OS

5GB

New VMs .profile

uname -snrvm

echo "" ; df -h | sed -ne '1p;5p' ; echo "rootfs"
echo "" ; free -m
echo "" ; w | head -1 | sed 's/^ *//g'
echo "" ; w | tail -10 | grep -v average ; echo ""