-
Notifications
You must be signed in to change notification settings - Fork 48
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
General guidelines, SSH setup options, tips, and examples for setting up the OpenStack environment. #544
Conversation
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
…H is provided in this page. General guidelines, SSH setup options, tips, and examples for setting up the OpenStack environment.
An introduction of connecting a local computer to a cloud host via SSH is provided in this page. General guidelines, SSH setup options, tips, and examples for setting up the OpenStack environment.
b68e91d
to
6fb24b3
Compare
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, I've pushed mainly cosmetics changes (using code blocks with language selector, having meaningful titles to URLs, using shorter lines...).
I think this is quite useful information, but it would be good to also link it more with other resources available: we have documentation on using ansible, terraform, a page about using the Infrastructure Manager...
It also relates a bit to #547, but maybe the security-related aspects will better be in a dedicated page.
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @giannidallatorre! Some comments added
Sure, feel free to do what you like with the page and thanks for having reviewed and improved it. |
Yes, if you are using vim/neovim, a proper vim configuration is really helping a lot, mine (beware there are many plugins and it's also customised for my own env/desires) is managed using vim-plug and automatically running prettier on files I'm editing, so it's very convenient to get all the basic formatting done when saving a file. It's relying on ALE, cf https://prettier.io/docs/en/vim.html#alehttpsgithubcomdense-analysisale. |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
The last broken link to be fixed seems to be https://www.egi.eu/federation/data-centres/, and we should have a new URL soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's mixing some fixes in URLs (move to https) with actual content, which it's not my favourite thing to do
The ssh part is ok, @thebe14 where are you with the reorg? I wouldn't like to have merges that complicate even more that work
Co-authored-by: Enol Fernández <[email protected]>
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
1 similar comment
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Let's have this merged
@glarocca @sebastian-luna-valero can you check this one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
LGTM, but suggested a few changes.
Co-authored-by: Sebastian Luna-Valero <[email protected]>
Co-authored-by: Sebastian Luna-Valero <[email protected]>
Co-authored-by: Sebastian Luna-Valero <[email protected]>
Co-authored-by: Sebastian Luna-Valero <[email protected]>
Co-authored-by: Sebastian Luna-Valero <[email protected]>
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Sebastian Luna-Valero <[email protected]>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Documentation preview deployed!Available at https://docs.egi.eu/documentation/544 |
Summary
New users are often not familiar with the networking & configuration requirements to set up an ssh connection with a VM hosted in OpenStack.
Added a specific page in the Tutorial section to address the most important concepts and provide some general information.
Related issue :#543