-
Notifications
You must be signed in to change notification settings - Fork 33
Manual
Input image name, url and architecture into create image tab and submit, wait till the image status become available.
With allinone installation, a flavor named m1.tiny is created already, you can create more with your desired number of cpu, memory and disk size.
To create a key, simply input key name and public key into fields and submit. If you don't have a key already, use command ssh-keygen -f /path/to/your_key
to generate one.
You can specify a name with valid network, netmask, gateway, start and end into fields and submit. Make sure no conflict among your fields. Admin can create public or private and specify a vlan number, normal user can only create internal subnet with a random vxlan id. For what is public or private vlan, refer to network section in operation guide
A default security group named username:default is created when user is created. You can modify it, delete it or create new ones. The default security group has icmp and port 22 opened.
With all the above, it is straightforward to create an instance via gui now. if you are admin, you can create instance on public or private subnets directly, otherwise you can only create instance on your own internal subnets. To create the instance to be probisioned, you must create a gateway, and then create a floating ip or portmap to access it.
To create a gateway, you can specify a name or choose what kind of network the gateway wants to route, it can be public, private or both, if you don't know what it is, leave it blank.
After you create a gateway, you can choose a instance from the drop down menu and create a floating ip to it.
You can use portmap to access your VM as well, for example, create a portmap to access an instance' port 22.