Skip to content
Snippets Groups Projects
Commit 8214dbd8 authored by František Řezníček's avatar František Řezníček
Browse files

docs: improve wording, added links, ...

parent 9f390b31
No related branches found
No related tags found
1 merge request!44docs: improve wording, added links, ...
......@@ -2,7 +2,7 @@
Server-like resource in OpenStack
## Security Group
Firewall-like resource in OpenStack
Openstack firewall-like resource
## Project
Resource ownership unit in OpenStack
......@@ -11,16 +11,16 @@ Resource ownership unit in OpenStack
Public/external IP resource in OpenStack
## Image
Operating system resource in OpenStack
[OpenStack operating system image resource](https://docs.openstack.org/image-guide/introduction.html)
## Volume
Storage allocation resource in OpenStack
[Storage allocation resource in OpenStack](https://docs.openstack.org/mitaka/user-guide/dashboard_manage_volumes.html)
## SSH
Secure Shell
[Secure Shell](https://en.wikipedia.org/wiki/SSH_(Secure_Shell))
## 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
[cloud@metacentrum.cz](mailto:cloud@metacentrum.cz)
......
......@@ -9,4 +9,4 @@
* [FAQ](/faq/README.md)
* [Contribute](/contribute/README.md)
* [About MetaCentrum Cloud](/about/README.md)
* [Cloud Tools](/tools/README.md)
\ No newline at end of file
* [Cloud Tools](/tools/README.md)
# 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;">
......
......@@ -18,11 +18,10 @@ MetaCentrum Cloud provides the following ways for allocating resources
## Personal Project
Resource allocation quotas on personal projects are severe and will
not be extended.
A personal project goal is to gain cloud environment knowledge, resource allocation quotas are severe and could 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;">
<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>
......
# Accessing Windows instance
Windows host system for has RDP 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).
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 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.
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
# Advanced users
- 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/).
\ No newline at end of file
- Windows Server [hardening guidelines](https://security.uconn.edu/server-hardening-standard-windows/).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment