Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create VM tutorial is not clear enough #379

Open
enolfc opened this issue Jan 10, 2022 · 1 comment
Open

Create VM tutorial is not clear enough #379

enolfc opened this issue Jan 10, 2022 · 1 comment
Assignees

Comments

@enolfc
Copy link
Contributor

enolfc commented Jan 10, 2022

Short Description of the issue

The tutorial for creating a VM is not informative enough to get started. We need like a real working example on how to create a VM with some sample command line:

$ fedcloud openstack server create ... 

Summary of proposed changes

@sebastian-luna-valero
Copy link
Member

Hi,

The aim of the tutorial was to put all the pieces together with pointers to the relevant documentation and avoid duplication:

https://docs.egi.eu/users/tutorials/create-your-first-virtual-machine/

Step 3 in the tutorial points to different ways to create a VM with IM Dashboard, VMOps Dashboard and fedcloudclient.

I think the following:

fedcloud endpoint vos -a # take "site" and "VO"
fedcloud openstack flavor list --site <SITE> --vo <VO> # take "name": "Computing.EGI.Ceos.1C.5G"
fedcloud openstack image list --site <SITE> --vo <VO> # take "name": "Image for EGI Ubuntu 20.04 [Ubuntu/20.04/VirtualBox]"
fedcloud openstack network list --site <SITE> --vo <VO> # take "name": "vo-access-egi-eu-network"
fedcloud openstack server create --flavor <FLAVOR> --image <IMAGE> --network <NETWORK> testvm --site <SITE> --vo <VO>
fedcloud openstack server list --site <SITE> --vo <VO>

For more details look at the fedcloudclient in https://fedcloudclient.fedcloud.eu/usage.html# and OpenStack docs in https://docs.openstack.org/python-openstackclient/

Should be included in https://docs.egi.eu/users/getting-started/cli/ instead.

If you agree, I am happy to submit a PR.

Best regards,
Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants