Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adrián Rošinec
documentation
Compare revisions
master to 8d79c54cd9a393447d89f912e8098b47c8ef4861
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
469240/documentation
Select target project
No results found
8d79c54cd9a393447d89f912e8098b47c8ef4861
Select Git revision
Branches
identities
master
windows-in-cloud
Swap
Target
cloud/documentation
Select target project
cloud/documentation
242618/documentation
469240/documentation
LukasD/documentation
35475/documentation
323969/documentation
6 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
FAQ.md
+11
-0
11 additions, 0 deletions
FAQ.md
GLOSSARY.md
+10
-0
10 additions, 0 deletions
GLOSSARY.md
README.md
+20
-0
20 additions, 0 deletions
README.md
SUMMARY.md
+8
-0
8 additions, 0 deletions
SUMMARY.md
book.json
+28
-0
28 additions, 0 deletions
book.json
package-lock.json
+11
-0
11 additions, 0 deletions
package-lock.json
with
88 additions
and
0 deletions
FAQ.md
0 → 100644
View file @
8d79c54c
# 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
[
cloud@metacentrum.cz
](
mailto:cloud@metacentrum.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 message if available.
This diff is collapsed.
Click to expand it.
GLOSSARY.md
0 → 100644
View file @
8d79c54c
# Glossary
## Virtual Machine Instance
> TODO
## Security Group
> TODO
## Project
> TODO
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
View file @
8d79c54c
# MetaCentrum Cloud - User Guide
This guide aims to provide a basic walk-through for setting up your virtual infrastructure.
The left sidebar can be used for navigation throughout the documentation. Individual
pages of this guide can also be downloaded as PDFs for printing or later use.
If you are a beginner, we recommend starting in the
[
Graphical User Interface
](
0-gui/README.md
)
section which will walk you through all the steps for starting your first virtual machine
instance.
Advanced users should start in the
[
Command Line Interface
](
1-cli/README.md
)
section, as it is
more suitable for complex use cases and exploration of available features.
Frequently asked questions and corresponding answers can be found in the
[
FAQ
](
FAQ.md
)
section.
Please, consult this section BEFORE contacting user support and/or HelpDesk.
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/
)
.
This diff is collapsed.
Click to expand it.
SUMMARY.md
0 → 100644
View file @
8d79c54c
# Summary
*
[
Introduction
](
README.md
)
*
[
Graphical User Interface
](
0-gui/README.md
)
*
[
Command Line Interface
](
1-cli/README.md
)
*
[
FAQ
](
FAQ.md
)
*
[
Contribute
](
CONTRIBUTE.md
)
*
[
Glossary
](
GLOSSARY.md
)
This diff is collapsed.
Click to expand it.
book.json
0 → 100644
View file @
8d79c54c
{
"title"
:
"MetaCentrum Cloud User Documentation"
,
"description"
:
"This book aims to provide basic user manual for MetaCentrum Cloud users."
,
"author"
:
"Cloud Commando @ CESNET MetaCentrum/ICS MU"
,
"language"
:
"en"
,
"plugins"
:
[
"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/mcc-user-guide.pdf"
,
"label"
:
"Download as PDF"
},
"hints"
:
{
"info"
:
"fa fa-info-circle"
,
"success"
:
"fa fa-check-circle"
,
"danger"
:
"fa fa-exclamation-triangle"
,
"warning"
:
"fa fa-exclamation-circle"
}
}
}
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
View file @
8d79c54c
{
"requires"
:
true
,
"lockfileVersion"
:
1
,
"dependencies"
:
{
"gitbook-plugin-insert-logo-link-style"
:
{
"version"
:
"1.0.2"
,
"resolved"
:
"https://registry.npmjs.org/gitbook-plugin-insert-logo-link-style/-/gitbook-plugin-insert-logo-link-style-1.0.2.tgz"
,
"integrity"
:
"sha512-NUl/UmnpS9vWGM+86WwZkgUqRH90kJDMkv5h474eILHxaSyu8S1FMeOqvNn3vIJWKabgYj6HsG4xlmTKlWdhgw=="
}
}
}
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next