Skip to content
Snippets Groups Projects
Commit b1b5d384 authored by Radek Hrabovský's avatar Radek Hrabovský
Browse files

Merge branch 'freznicek-various-docs-update' into 'master'

docs: improve wording, added links, ...

See merge request !44
parents 9f390b31 8214dbd8
No related branches found
No related tags found
1 merge request!44docs: improve wording, added links, ...
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Server-like resource in OpenStack Server-like resource in OpenStack
## Security Group ## Security Group
Firewall-like resource in OpenStack Openstack firewall-like resource
## Project ## Project
Resource ownership unit in OpenStack Resource ownership unit in OpenStack
...@@ -11,16 +11,16 @@ Resource ownership unit in OpenStack ...@@ -11,16 +11,16 @@ Resource ownership unit in OpenStack
Public/external IP resource in OpenStack Public/external IP resource in OpenStack
## Image ## Image
Operating system resource in OpenStack [OpenStack operating system image resource](https://docs.openstack.org/image-guide/introduction.html)
## Volume ## Volume
Storage allocation resource in OpenStack [Storage allocation resource in OpenStack](https://docs.openstack.org/mitaka/user-guide/dashboard_manage_volumes.html)
## SSH ## SSH
Secure Shell [Secure Shell](https://en.wikipedia.org/wiki/SSH_(Secure_Shell))
## SSH Key Pair ## SSH Key Pair
Set of keys for asymmetric cryptography, used for secure remote access [Set of keys for asymmetric cryptography, used for secure remote access](https://en.wikipedia.org/wiki/Public-key_cryptography)
## User Support ## User Support
[cloud@metacentrum.cz](mailto:cloud@metacentrum.cz) [cloud@metacentrum.cz](mailto:cloud@metacentrum.cz)
......
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
* [FAQ](/faq/README.md) * [FAQ](/faq/README.md)
* [Contribute](/contribute/README.md) * [Contribute](/contribute/README.md)
* [About MetaCentrum Cloud](/about/README.md) * [About MetaCentrum Cloud](/about/README.md)
* [Cloud Tools](/tools/README.md) * [Cloud Tools](/tools/README.md)
\ No newline at end of file
# Networking # Networking
For the networking in Cloud2 metacentrum we need to distinguish two different scenarios, the personal project and group project. Due to the fact that a personal projects are meant for getting to know the environment not for production ready services. For the networking in Cloud2 metacentrum we need to distinguish following scenarios
* personal project
* group project.
<div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(255,0,0,0.3);margin:20px 0;padding:10px 20px;font-size:15px;display: -webkit-inline-box;"> <div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(255,0,0,0.3);margin:20px 0;padding:10px 20px;font-size:15px;display: -webkit-inline-box;">
......
...@@ -18,11 +18,10 @@ MetaCentrum Cloud provides the following ways for allocating resources ...@@ -18,11 +18,10 @@ MetaCentrum Cloud provides the following ways for allocating resources
## Personal Project ## Personal Project
Resource allocation quotas on personal projects are severe and will A personal project goal is to gain cloud environment knowledge, resource allocation quotas are severe and could not be extended.
not be extended.
<div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(255,0,0,0.3);margin:20px 0;padding:10px 20px;font-size:15px;"> <div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(255,0,0,0.3);margin:20px 0;padding:10px 20px;font-size:15px;">
<strong>WARNING:</strong><br/><br/> <strong>WARNING:</strong><br/><br/>
Resource allocation quotas on personal projects are severe and will not be extended. A personal project resource allocation quotas are severe and could not be extended.
</div> </div>
......
# Accessing Windows instance # Accessing Windows instance
Windows host system for has RDP allowed for `Administrators` group. By default there are two users in this group: Windows host system allows RDP access allowed for `Administrators` group. By default there are two users in this group:
- Admin - the password for this account is filled with `admin_pass` metadata in OpenStack, if no value is entered for this key, random password is generated. (could be used for orchestartion). - Admin - the password for this account is defined by `admin_pass` OpenStack instance metadata, if no value is entered for this key, random password is generated. (could be used for orchestartion).
- Administrator - the password must be filled after instantiation of the system. - Administrator - the password must be filled after instantiation of the system.
The next step is to create a security group, that will allow access to a port `3389` ([RDP protocol](https://en.wikipedia.org/wiki/Remote_Desktop_Protocol)) for the instance. The next step is to create a security group, that will allow access to a port `3389` ([RDP protocol](https://en.wikipedia.org/wiki/Remote_Desktop_Protocol)) for the instance.
...@@ -13,4 +13,4 @@ We recommend disabling those accounts, creating new ones in order to administer ...@@ -13,4 +13,4 @@ We recommend disabling those accounts, creating new ones in order to administer
# Advanced users # Advanced users
- You may use all features of [cloudbase-init](https://cloudbase.it/cloudbase-init/) for Windows. - You may use all features of [cloudbase-init](https://cloudbase.it/cloudbase-init/) for Windows.
- Windows Server [hardening guidelines](https://security.uconn.edu/server-hardening-standard-windows/). - Windows Server [hardening guidelines](https://security.uconn.edu/server-hardening-standard-windows/).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment