Skip to content

Commit

Permalink
Merge pull request #14 from GokuWorks/main
Browse files Browse the repository at this point in the history
Updating Guide Structure
  • Loading branch information
jontyms authored Sep 18, 2024
2 parents 9980dad + 4e0ccde commit 765e8c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/guides/OpenStack Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- On the bottom right of your screen, open the overflow icon menu.
- Right-click on the OpenVPN icon and select "Import Profile".
![alt text](<../img/Import profile.png>)
- Click on the "FILE" tab.
- Click on the "UPLOAD FILE" tab.
- Press "Browse" and navigate to where you downloaded the HackUCF OpenVPN profile.
- Select the profile and press "Open".
- Press "Connect".
Expand Down Expand Up @@ -51,11 +51,12 @@
## Step 5: Horizon.hackucf.cloud Configuration

1. In OpenStack, navigate to "Compute" -> "Key Pairs".
2. Click "Import Key Pair".
2. Click "Import Public Key".
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>)

# Next Steps

- Go to [Security Groups](./Security Groups.md)
4 changes: 4 additions & 0 deletions docs/guides/Overview of OpenStack GUI.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ Used for redundant, scalable data storage using clusters of standardized servers
- **Projects**: Lists available projects.
- **Users**: Lists all users in the project.
- **Application Credentials**: Temporary credentials allowing applications to authenticate to OpenStack.

# Next Steps

- Go to [OpenStack Setup Guide](./OpenStack Setup Guide.md)
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to Hack@UCF Private Cloud Wiki

If you are here for the first time go to [HERE](./guides/OpenStack Setup Guide.md)
If you are here for the first time go to [HERE](./guides/Overview of OpenStack GUI.md)

This is a work in progress feel free to contribute at our [github](https://github.com/HackUCF/PCV2-Wiki)!

4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ theme:
nav:
- Home: index.md
- "User Guides":
- "How to Launch an Instance": "guides/How to Launch an Instance.md"
- "Overview of OpenStack": "guides/Overview of OpenStack GUI.md"
- "OpenStack Setup Guide": "guides/OpenStack Setup Guide.md"
- "Migration Guide": "guides/Migrate Instance.md"
- "Security Groups Guide": "guides/Security Groups.md"
- "How to Launch an Instance": "guides/How to Launch an Instance.md"
- "Migration Guide": "guides/Migrate Instance.md"
#extra_css:
# - stylesheets/extra.css

0 comments on commit 765e8c2

Please sign in to comment.