From e518bbdbaa61c88d2eeaacd54eb44bcdf99ef411 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Wed, 16 Aug 2023 10:26:48 +0200
Subject: [PATCH] Update einfracz-cloud.md

---
 docs.it4i/cloud/einfracz-cloud.md | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/docs.it4i/cloud/einfracz-cloud.md b/docs.it4i/cloud/einfracz-cloud.md
index fd91cdf84..d6f5a12b7 100644
--- a/docs.it4i/cloud/einfracz-cloud.md
+++ b/docs.it4i/cloud/einfracz-cloud.md
@@ -19,6 +19,29 @@ To create your first VM instance, follow the [e-INFRA CZ guide][4].
 Note that the guide is similar for clouds in Brno and Ostrava,
 so make sure that you follow steps for Ostrava cloud where applicable.
 
+### Prerequsities
+
+To run your instance, you need:
+
+* Terraform
+  * Linux/Mac/WSL terminal BASH shell
+  * installed Terraform and sshuttle
+  * [downloaded application credentials][7] from OpenStack Horizon dashboard and saved as a `project_openrc.sh.inc` text file
+  * follow the guide [https://gitlab.ics.muni.cz/cloud/g2/openstack-infrastructure-as-code-automation/-/tree/master/clouds/g2/ostrava/general/terraform][8]
+* OpenStack
+  * Linux/Mac/WSL terminal BASH shell
+  * installed [OpenStack client][9]
+
+Run commands:
+
+```console
+source project_openrc.sh.inc
+```
+
+```console
+./cmdline-demo.sh basic-infrastructure-1
+```
+
 ## Technical Reference
 
 For the list of deployed OpenStack services, see the [list of components][1].
@@ -33,6 +56,8 @@ More information can be found on the [e-INFRA CZ website][2].
 [4]: https://docs.e-infra.cz/compute/openstack/getting-started/creating-first-infrastructure/
 [5]: https://docs.e-infra.cz/compute/openstack/technical-reference/ostrava-site/quota-limits/
 [6]: https://ostrava.openstack.cloud.e-infra.cz/
+[7]: https://docs.fuga.cloud/how-to-use-the-openstack-cli-tools-on-linux
+[8]: https://gitlab.ics.muni.cz/cloud/g2/openstack-infrastructure-as-code-automation/-/tree/master/clouds/g2/ostrava/general/terraform
 
 [a]: ../karolina/introduction.md
 [b]: ../general/access/project-access.md
-- 
GitLab