Skip to content
Snippets Groups Projects
Commit c6af3dfe authored by Jiří Brázdil's avatar Jiří Brázdil
Browse files

Merge branch 'fix/news' into 'master'

multiple fixes, add readme file

See merge request !81
parents 6d000d9f 00def566
No related branches found
No related tags found
Loading
# Metacentrum Cloud Documentation
## Run development server
```
hugo serve --config config-dev.toml --bind 127.0.0.1 --port 1313
```
\ No newline at end of file
baseURL = "http://localhost:1313/documentation" baseURL = "http://localhost:1313/"
languageCode = "en-us" languageCode = "en-us"
title = "cloud.muni.cz documentation" title = "Metacentrum Cloud Documentation"
theme = "hugo-geekdoc" theme = "hugo-geekdoc"
pygmentsUseClasses = true pygmentsUseClasses = true
......
...@@ -5,7 +5,9 @@ draft: false ...@@ -5,7 +5,9 @@ draft: false
disableToc: true disableToc: true
GeekdocHidden: true GeekdocHidden: true
--- ---
**2021-10-27** Upgrade cloud infrastructure proxy to Traefik 2.5, related issues resolved. (Openstack VM instance console not available)
**2021-09-07** New cloud infrastructure monitoring based on prometheus.io technologies added.
**2021-06-19** Flavors *hpc.xlarge*, *hpc.18core-48ram* and *hpc.16core-128ram* have parameters *IOPS*, *net throughput* and *disk throughput* set as **Unlimited**. **2021-06-19** Flavors *hpc.xlarge*, *hpc.18core-48ram* and *hpc.16core-128ram* have parameters *IOPS*, *net throughput* and *disk throughput* set as **Unlimited**.
...@@ -28,10 +30,6 @@ GeekdocHidden: true ...@@ -28,10 +30,6 @@ GeekdocHidden: true
None of the parameters were decreased but increased. Updated parameters were net throughput, IOPS, and disk throughput. Existing instances will have the previous parameters so if you want to get new parameters, **make a data backup** and rebuild your instance You can checklist of flavors [here](/cloud/flavors). None of the parameters were decreased but increased. Updated parameters were net throughput, IOPS, and disk throughput. Existing instances will have the previous parameters so if you want to get new parameters, **make a data backup** and rebuild your instance You can checklist of flavors [here](/cloud/flavors).
**2021-10-27** Upgrade cloud infrastructure proxy to Traefik 2.5, related issues resolved. (Openstack VM instance console not available)
**2021-09-07** New cloud infrastructure monitoring based on prometheus.io technologies added.
**2021-04-13** OpenStack image `centos-8-1-1911-x86_64_gpu` deprecation in favor of `centos-8-x86_64_gpu`. The deprecated image will be still available for existing VM instances but will be moved from public to community images in about 2 months. **2021-04-13** OpenStack image `centos-8-1-1911-x86_64_gpu` deprecation in favor of `centos-8-x86_64_gpu`. The deprecated image will be still available for existing VM instances but will be moved from public to community images in about 2 months.
**2021-04-05** OpenStack images renamed **2021-04-05** OpenStack images renamed
......
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