diff --git a/2-networking/README.md b/2-networking/README.md index 33a498fbf5431bea8b0d254ece2ceb85284fe56f..8ba7b3da15d3798e6f70069e11fbf2255b974bd7 100644 --- a/2-networking/README.md +++ b/2-networking/README.md @@ -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. diff --git a/GLOSSARY.md b/GLOSSARY.md index a36eaa5ce22a1d06ed4d7ce0496ddf5db0197f95..e4fab436c2379e13d8d41609b47297c2262700b7 100644 --- a/GLOSSARY.md +++ b/GLOSSARY.md @@ -1,5 +1,9 @@ # 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. diff --git a/README.md b/README.md index 2d7a5051c9ea0f12661e62a1d85c61f8b278fb28..6066ed536fdcbcfffc48c4ec328a1d972924468c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -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. + + diff --git a/book.json b/book.json index e1f0ae118be2316dbbeb294f3a3ae67679b8e42d..4d0ea8370f425141bd795010228830872736bd86 100644 --- a/book.json +++ b/book.json @@ -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" + } } } diff --git a/cesnet-logo.png b/cesnet-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..93a12753d54c2222b7612e18f05432f7dcaceacc Binary files /dev/null and b/cesnet-logo.png differ diff --git a/logos.png b/logos.png new file mode 100644 index 0000000000000000000000000000000000000000..635c22b36b20ca8d4a69454fb09653d099be7d67 Binary files /dev/null and b/logos.png differ diff --git a/metacentrum-logo.png b/metacentrum-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf988f24a7ca162f90aa64220b412e844f25ba3 Binary files /dev/null and b/metacentrum-logo.png differ diff --git a/muni-logo.jpg b/muni-logo.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8549ec8cf8070298757cac9f89e17952f486cfcc Binary files /dev/null and b/muni-logo.jpg differ diff --git a/uvt-logo.jpeg b/uvt-logo.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..b41aa3e2a975ef1ad9cddb0259ee0523081b5899 Binary files /dev/null and b/uvt-logo.jpeg differ