Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • cloud/documentation
  • 242618/documentation
  • 469240/documentation
  • LukasD/documentation
  • 35475/documentation
  • 323969/documentation
6 results
Show changes
1-gui/router3.png

28.5 KiB

1-gui/router4.png

38.6 KiB

1-gui/router5.png

30.1 KiB

1-gui/router6.png

55.9 KiB

1-gui/sign_in1.png

16.2 KiB

1-gui/sign_in2.png

17 KiB

1-gui/sign_in3.png

7.55 KiB

# Command Line Interface
## Getting Credentials
> TODO
## Setting Up
> TODO
## Full Reference
See [OpenStack CLI Documentation](https://docs.openstack.org/python-openstackclient/rocky/).
# Frequently Asked Questions
## I want to use OpenStack. How do I register?
Follow instructions for registering in [MetaCentrum](https://metavo.metacentrum.cz/en/application/index.html).
## I have an issue with OpenStack. Where do I report it?
First, try to search the documentation for an answer to your problem. If all else fails, open a ticket with [helpdesk@ics.muni.cz](mailto:helpdesk@ics.muni.cz). When contacting Helpdesk, always include your *username* (upper right corner of the web interface) and *domain* with active *project* (upper left corner of the web interface) as well as a description of your problem and/or an error messsage if available.
# How To Contribute
Working with our documentation requires the following tools:
* *git* for version control
* *nodejs* and *gitbook* for content management
This documentation is written in the *Markdown* markup language.
```bash
# Debian
apt-get install nodejs git
```
```bash
# CentOS
yum install nodejs git
```
```bash
# Fedora
dnf install nodejs git
```
Or see [NodeJS Documentation](https://nodejs.org/en/download/package-manager/) for distro-specific instructions.
## Work-flow Overview
1. Fork & clone repository
2. Create a branch
3. Commit your changes
4. Push to the branch
5. Create a Merge Request with the content of your branch
## Fork Repository
See [GitLab @ ICS MU](https://gitlab.ics.muni.cz/cloud/documentation/forks/new) for details. This will create your own clone of our repository where you will be able to make changes. Once you are happy with your changes, use GitLab to submit them to our original repository.
## Clone Repository
```bash
# after creating your own copy of the repository on GitLab
git clone git@gitlab.ics.muni.cz:${GITLAB_USER}/documentation.git
```
## Create New Branch
```bash
# in `documentation`
git checkout -b my_change
```
## Install GitBook
```bash
npm install gitbook-cli -g
# in `documentation`
gitbook install
```
This step MAY require `sudo` depending on your system and NodeJS installation method.
## Edit GitBook
```bash
# in `documentation`
gitbook serve
```
> Edits will be show live in your browser window, no need to refresh.
## Commit and Push Changes
```bash
git commit -am "My updates"
git push origin my_change
```
## Submit Changes
Create a *Merge Request* via [GitLab @ ICS MU](https://gitlab.ics.muni.cz/cloud/documentation/merge_requests/new).
# Glossary
## Virtual Machine Instance
> TODO
## Security Group
> TODO
## Project
> TODO
# MetaCentrum Cloud Documentation
The MetaCentrum Cloud 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 *arbitrary* services, containerized application environments, unusual operating systems or complex computing infrastructures.
This service is owned and operated as a joint venture of CESNET, the national e-infrastructure for science, development and education in Czech Republic and Institute of Computer Science of Masaryk University.
![](/logos-cesnet.png)
![](/logos-muni.png)
## How-to
This guide aims to provide a basic walk-through for setting up your virtual environment. Several topics are covered. If you are a complete beginner we recommend starting in the [Quickstart](0-quickstart/README.md) section 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 printing 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 use of our infrastructure. If you need more information, please turn to the official [OpenStack Documentation](https://docs.openstack.org/rocky/user/).
## Terms and Conditions
The service is accessible to all users of the CESNET e-infrastructure for science, development and education. The service includes creation of virtual servers on the OpenStack platform. The service does NOT include installation and management of an operating system or server applications. You may contact the service desk which may help you find a qualified administrator for your endeavor.
The following already established terms and conditions apply:
* [Terms and Conditions for Access to the CESNET e-infrastructure](https://www.cesnet.cz/conditions/?lang=en)
* [MetaCentrum End User Statement and Usage Rules](https://www.metacentrum.cz/en/about/rules/index.html)
* [Appreciation Formula / Acknowlegement in Publications](https://wiki.metacentrum.cz/wiki/Usage_rules/Acknowledgement)
* [Account Validity](https://wiki.metacentrum.cz/wiki/Usage_rules/Account)
* [Annual Report](https://wiki.metacentrum.cz/wiki/MetaCentrum_Annual_Report_%E2%88%92_Author_Instructions)
At the end of each year, the system will ask you to extend your account. You will be asked to fill out your usage description, description of achieved results and provide a list of publications for the last year.
# Summary
* [Introduction](README.md)
* [Quickstart](0-quickstart/README.md)
* [Graphical User Interface](1-gui/README.md)
* [Command Line Interface](2-cli/README.md)
* [FAQ](3-faq/README.md)
* [Contribute](CONTRIBUTE.md)
* [Glossary](GLOSSARY.md)
{
"title": "MetaCentrum Cloud User Documentation",
"description": "This book aims to provide basic user manual for MetaCentrum Cloud users.",
"author": "Cloud Commando @ CESNET/ICS MU",
"language": "en",
"plugins": [
"click-reveal",
"insert-logo-link-style",
"get-book",
"hints-istex"
],
"pluginsConfig": {
"insert-logo-link-style": {
"src": "https://it.muni.cz/media/2107236/openstack-logo-2016.png?width=130&height=35",
"style": "background: none;",
"link": "https://cloud.gitlab-pages.ics.muni.cz/documentation"
},
"get-book": {
"url": "https://cloud.gitlab-pages.ics.muni.cz/documentation/.pdf",
"label": "Download to PDF"
},
"hints": {
"info": "fa fa-info-circle",
"success": "fa fa-check-circle",
"danger": "fa fa-exclamation-triangle",
"warning": "fa fa-exclamation-circle"
}
}
}
cesnet-logo.png

3.7 KiB

ics-logo.png

8.18 KiB

logos-cesnet.png

245 KiB

logos-muni.png

128 KiB

metacentrum-logo.png

67.2 KiB

muni-logo.jpg

151 KiB