Skip to content
Snippets Groups Projects
Commit 1a95fb4f authored by František Řezníček's avatar František Řezníček
Browse files

feat: add docs

parent 887a3693
No related branches found
No related tags found
No related merge requests found
Pipeline #435813 canceled
...@@ -2,17 +2,20 @@ ...@@ -2,17 +2,20 @@
IaaS OpenStack cloud dask example infrastructure. IaaS OpenStack cloud dask example infrastructure.
## LGTM ## LGTM
This repository shows declaative, scalable, reproducible a delegable IaaS OpenStack cloud infrastructure. This repository shows declaative, scalable, reproducible a delegable IaaS OpenStack cloud infrastructure.
[Read related presentation](docs/OpenStack-cloud-efficiently-with-Terraform.pdf).
## Architecture ## Architecture
![](/docs/pictures/two-tier-infra.png) ![](/docs/pictures/two-tier-infra.png)
## How to build infrastructure ## How to build infrastructure
1. Install the minimum workstation requirements 1. [Install the minimum workstation requirements](docs/workstation-tools-install.md)
1. Get OpenStack openrc file (store as project-openrc.sh) 1. Get OpenStack openrc file (store as project-openrc.sh)
1. Clone this repository 1. Clone this repository
1. Tune the desired infrastructure in [/example](/example) dir. 1. Tune the desired infrastructure in [/example](/example) dir.
......
File added
# How to install needed tools to your workstation
The repository relies on Git and any container engine.
## On Windows
Install following packages:
* https://docs.docker.com/desktop/install/windows-install/
* https://git-scm.com/download/win or https://podman.io/docs/installation
## Linux Ubuntu / Debian
```console
apt update
apt install git-core podman
```
## Linux RHEL / Fedora / CentOS / SLES
```console
yum install git-core podman
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment