Skip to content

Commit

Permalink
last update done
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiacarlone committed Jul 23, 2024
1 parent 97c4595 commit c093565
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@

- [Guides]()
- [COSI Accounts]()
- [Website Creation](./guides/website_creation.md)

# Resources

Expand Down
2 changes: 2 additions & 0 deletions src/equipment/computers/itl-build.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# ITL Build

Since the ITL has been used as a lab and a classroom, it will need to have any software professors teaching in there require. Rebuilds are common to happen (usually once or twice a year).
19 changes: 19 additions & 0 deletions src/guides/website_creation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Creating a website

_updated: Jul 23rd, 2024_

COSI websites are stored in docker containers on Tiamat.

1. Get permission

2. Create a DNS entry for your website on [zones](https://github.com/COSI-Lab/zones).
- Websites are hosted on [Tiamat](../infrastructure/servers/tiamat.md)
- in both db.cosi and db.cslabs files create a new entry
```
<website name> IN CNAME tiamat
```
- follow the directions in the zones' readme
3. Place your repo on tiamat in the `/docker` folder with a `docker-compose.yaml`, a `Dockerfile`, and a `nginx.conf` and anything else you need.
4. Run the containers using `./run.sh`
7 changes: 6 additions & 1 deletion src/infrastructure/network/topology.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Topology

_updated: Apr 9th, 2024_
_updated: Jul 23rd, 2024_

Note: Topology graphs have been temporarily removed due to dependency issues with `mdbook-graphviz`.

# Current Topology

![Current Topology](../../media/images/FinalTopo_SC.png)

## Notes
Servers like mirror and kasper that should ideally be up around the clock were placed in COLO because COLO is backed by a generator. There were a couple of incidents where the power went out on the hill campus that made COSI re-evaluate placement. If you want to know more about why the network changed you can take a look [here](https://carlone-capstone.cosi.clarkson.edu/).

There is room to add more [VLANs](vlans.md) to the network. Any new VLAN that needs internet connection can use the same port as the private VLAN that connects the two primary fiber switches.

0 comments on commit c093565

Please sign in to comment.