Skip to content
Snippets Groups Projects
Unverified Commit eb505b44 authored by Adam Merka's avatar Adam Merka
Browse files

Updated main page with mandatory institution logos.

parent ff07e60d
No related branches found
No related tags found
No related merge requests found
......@@ -4,19 +4,19 @@ Instances in OpenStack make use of user-defined internal networks, through which
By logging in, you are automatically provided with a default internal network **"internal-net"** and a default virtual router that connects to the public network **"public-float-21"** with a subnet of **192.168.0.0/24.** In order to make your instance publicly accessible, you only need to assign a public IP to it.
## 1. Internal network creation {#Internal network creation}
## 1. Internal network creation
1. In the left menu navigate to **Project > Network > Networks** and hit "Create network".
2. Give your network a name and set a subnet.
3. In details add also DNS server addresses. They need to be set explicitly to **147.251.4.33** and **147.251.6.10**.
## 2. Security groups{#Security Groups}
## 2. Security groups
All network traffic is blocked in OpenStack by default. You need to explicitly grant access to individual services by utilising Security Groups. This is similar to setting up firewall rules on your router or server. If setup correctly, you can access your virtual machine via SSH connection from your terminal.
## 3. Floating IPs {#Floating IPs}
## 3. Floating IPs
## 4. Router settings {#Router settings}
## 4. Router settings
1. You can connetct the previously created internal network to the external net by creating a virtual router. To do so, navigate to **Project** > **Network** > **Routers** and hit **"Create router"**.
2. Here you can give your router a name and choose the "public-float-21" network and add it.
......
# Glossary
##
An OpenStack service, such as Compute (nova), Object Storage (swift), or Image service (glance), that provides one or more endpoints through which users can access resources and perform operations.
## Instance
OpenStack virtual machines are called instances, mostly because they are instances of an image that is created upon request and that is configured when launched. ... In the persistent model, the instance is launched from a persistent volume on a compute node, or from a block storage volume, and not from the Image service.
......
MetaCloud Documentation
awdawd
# Welcome to MetaCloud Documentation
Cloud infrastructure provides an environment for running your own virtual servers or whole virtual environments as a service. This infrastructure is available to anyone wishing to run an arbitrary \*service*\, containerized application environments, virtualized client operation systems or running complex computing infrastructure. The service runs on OpenStack (version Rocky).
## How to use this guide
This guide aims to provide basic walkthrough to how to set up your virtual environment. Several topics are covered. If you are a complete beginner we recommend starting with the Quickstart which will walk you through all the necessary activities step by step. Use the left sidebar for navigation throughout the documentation. You can also download individual pages to PDF for print or later use.
Bear in mind that this is not the complete documentation to OpenStack but rather a quick guide that is supposed to help you with elementary setup. If you need more information, please turn to the official OpenStack [documentation](
https://docs.openstack.org/rocky/)
## Terms and Conditions
The service is provided for free to Masaryk University employees and workgroups. The service includes creation of a virtual server on the OpenStack platform. The service does NOT include installation and management of an operation system or server applications. You may contact the service desk which will help you find a qualified administrator for your endeavour, if your skills are limited.
## Credits
The service is owned and operated by a joint venture of the Institute of Computer Science of Masaryk University and Cesnet, the national e-infrastructure operator.
![](/logos.png)
......@@ -7,8 +7,8 @@
"click-reveal",
"insert-logo-link-style",
"get-book",
"page-treeview",
"hints-istex"
"hints-istex",
"footer"
],
"pluginsConfig": {
"insert-logo-link-style": {
......@@ -17,7 +17,7 @@
"link": "https://cloud.gitlab-pages.ics.muni.cz/documentation"
},
"get-book": {
"url": "URL_TO_BOOK.PDF",
"url": "https://cloud.gitlab-pages.ics.muni.cz/documentation/.pdf",
"label": "Download to PDF"
},
"hints": {
......@@ -25,6 +25,9 @@
"success": "fa fa-check-circle",
"danger": "fa fa-exclamation-triangle",
"warning": "fa fa-exclamation-circle"
}
},
"layout": {
"footerPath" : "layouts/footer.html"
}
}
}
cesnet-logo.png

3.7 KiB

logos.png 0 → 100644
logos.png

572 KiB

metacentrum-logo.png

67.2 KiB

muni-logo.jpg

151 KiB

uvt-logo.jpeg

3.74 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment