diff --git a/docs/guides/How to Launch an Instance.md b/docs/guides/How to Launch an Instance.md index cc16318..6e4b606 100644 --- a/docs/guides/How to Launch an Instance.md +++ b/docs/guides/How to Launch an Instance.md @@ -10,14 +10,14 @@ Launching an instance in OpenStack GUI is a straightforward process that allows ## Step 1: Navigate to the Instance Tab 1. Go to the **Instance** tab in the Horizon dashboard. -![Instance page](../img/Instance page.png) +![Instance page](../img/How-to-Launch-an-Instance/Instance-Page.png) ## Step 2: Instance Details 1. Click on the **Launch Instance** button. 2. Provide a name for your instance. 3. Optionally, add a description for your instance. -![Launch Instance](../img/Launch Instance.png) +![Launch Instance](../img/How-to-Launch-an-Instance/Launch-Instance.png) ## Step 3: Source diff --git a/docs/guides/OpenStack Setup Guide.md b/docs/guides/OpenStack Setup Guide.md index d17f083..10f165f 100644 --- a/docs/guides/OpenStack Setup Guide.md +++ b/docs/guides/OpenStack Setup Guide.md @@ -41,7 +41,7 @@ ## Step 4: Login With Keycloak 0. Navigate to [https://horizon.hackucf.cloud](https://horizon.hackucf.cloud) 1. Select login with Hack@UCF SSO -![alt text](<../img/Login With SSO.png>) +![alt text](<../img/OpenStack-Setup-Guide/Login-with-SSO.png>) 2. (These other steps are just for the first time) 3. Login with credentials emailed or dm by Hack@UCF bot 4. Agree to TOS @@ -55,7 +55,7 @@ 3. Name it something reasonable. 4. Set "Key Type" to "SSH Key". 5. Paste the contents of your id_rsa.pub file here, or use "Load Public Key from a file" to upload it. -![alt text](<../img/Key pairs Page.png>) +![alt text](<../img/OpenStack-Setup-Guide/Key-pairs-Page.png>) # Next Steps diff --git a/docs/guides/Security Groups.md b/docs/guides/Security Groups.md index 9fc8b47..6f326a6 100644 --- a/docs/guides/Security Groups.md +++ b/docs/guides/Security Groups.md @@ -28,10 +28,10 @@ Depending on your security and accessibility needs you'll need to tailor your se 2. Click on Create Security Group ![alt text](../img/Security-Groups/Create-Security-Group.png) -3. Name your new Secuirty Group something like "Allow SSH" or something similar to make it easier to remember in the future. You can also add a description for further clarification. When you're finished naming click Create Security Group. +3. Name your new Security Group something like "Allow SSH" or something similar to make it easier to remember in the future. You can also add a description for further clarification. When you're finished naming click Create Security Group. ![alt text](../img/Security-Groups/Naming-Sec-Group.png) -4. You'll then be taken to the rule management papge. Here you can add the specific rules you want for traffic on your instance. Here's a break down of the terms you'll see: +4. You'll then be taken to the rule management page. Here you can add the specific rules you want for traffic on your instance. Here's a break down of the terms you'll see: ![alt text](../img/Security-Groups/Rules-Explained.png) - Egress: Outgoing network traffic from your vm - Ingress: Inbound network traffic to your vm diff --git a/docs/img/How-to-Launch-an-Instance/Instance-Page.png b/docs/img/How-to-Launch-an-Instance/Instance-Page.png new file mode 100644 index 0000000..19992c9 Binary files /dev/null and b/docs/img/How-to-Launch-an-Instance/Instance-Page.png differ diff --git a/docs/img/How-to-Launch-an-Instance/Launch-Instance.png b/docs/img/How-to-Launch-an-Instance/Launch-Instance.png new file mode 100644 index 0000000..09ce8df Binary files /dev/null and b/docs/img/How-to-Launch-an-Instance/Launch-Instance.png differ diff --git a/docs/img/Instance page.png b/docs/img/Instance page.png deleted file mode 100644 index 0a078f8..0000000 Binary files a/docs/img/Instance page.png and /dev/null differ diff --git a/docs/img/Key pairs Page.png b/docs/img/Key pairs Page.png deleted file mode 100644 index e6c4e48..0000000 Binary files a/docs/img/Key pairs Page.png and /dev/null differ diff --git a/docs/img/Launch Instance.png b/docs/img/Launch Instance.png deleted file mode 100644 index 1478206..0000000 Binary files a/docs/img/Launch Instance.png and /dev/null differ diff --git a/docs/img/Login With SSO.png b/docs/img/Login With SSO.png deleted file mode 100644 index 6bacc9c..0000000 Binary files a/docs/img/Login With SSO.png and /dev/null differ diff --git a/docs/img/OpenStack-Setup-Guide/Key-pairs-Page.png b/docs/img/OpenStack-Setup-Guide/Key-pairs-Page.png new file mode 100644 index 0000000..385d633 Binary files /dev/null and b/docs/img/OpenStack-Setup-Guide/Key-pairs-Page.png differ diff --git a/docs/img/OpenStack-Setup-Guide/Login-with-SSO.png b/docs/img/OpenStack-Setup-Guide/Login-with-SSO.png new file mode 100644 index 0000000..09d4de9 Binary files /dev/null and b/docs/img/OpenStack-Setup-Guide/Login-with-SSO.png differ diff --git a/docs/img/Security-Groups/Add-Rule.png b/docs/img/Security-Groups/Add-Rule.png index ed595aa..79bc101 100644 Binary files a/docs/img/Security-Groups/Add-Rule.png and b/docs/img/Security-Groups/Add-Rule.png differ diff --git a/docs/img/Security-Groups/Adding-ICMP.png b/docs/img/Security-Groups/Adding-ICMP.png index 8228fcb..f816dab 100644 Binary files a/docs/img/Security-Groups/Adding-ICMP.png and b/docs/img/Security-Groups/Adding-ICMP.png differ diff --git a/docs/img/Security-Groups/Create-Security-Group.png b/docs/img/Security-Groups/Create-Security-Group.png index 3fcc841..235cd23 100644 Binary files a/docs/img/Security-Groups/Create-Security-Group.png and b/docs/img/Security-Groups/Create-Security-Group.png differ diff --git a/docs/img/Security-Groups/Modifiying-Rule.png b/docs/img/Security-Groups/Modifiying-Rule.png index 5f81160..1fea89f 100644 Binary files a/docs/img/Security-Groups/Modifiying-Rule.png and b/docs/img/Security-Groups/Modifiying-Rule.png differ diff --git a/docs/img/Security-Groups/Naming-Sec-Group.png b/docs/img/Security-Groups/Naming-Sec-Group.png index c4c9a2e..795c7ad 100644 Binary files a/docs/img/Security-Groups/Naming-Sec-Group.png and b/docs/img/Security-Groups/Naming-Sec-Group.png differ diff --git a/docs/img/Security-Groups/Networks-Tab.png b/docs/img/Security-Groups/Networks-Tab.png index 15c4380..b132177 100644 Binary files a/docs/img/Security-Groups/Networks-Tab.png and b/docs/img/Security-Groups/Networks-Tab.png differ diff --git a/docs/img/Security-Groups/Rules-Explained.png b/docs/img/Security-Groups/Rules-Explained.png index aed8043..efe2002 100644 Binary files a/docs/img/Security-Groups/Rules-Explained.png and b/docs/img/Security-Groups/Rules-Explained.png differ