From c0935651a1a2d5125494b9e873d5906b72995a21 Mon Sep 17 00:00:00 2001 From: sophiacarlone Date: Tue, 23 Jul 2024 14:45:11 -0400 Subject: [PATCH] last update done --- src/SUMMARY.md | 1 + src/equipment/computers/itl-build.md | 2 ++ src/guides/website_creation.md | 19 +++++++++++++++++++ src/infrastructure/network/topology.md | 7 ++++++- 4 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 src/guides/website_creation.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index f33dc1e..56de074 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -85,6 +85,7 @@ - [Guides]() - [COSI Accounts]() + - [Website Creation](./guides/website_creation.md) # Resources diff --git a/src/equipment/computers/itl-build.md b/src/equipment/computers/itl-build.md index b6c22d6..a708761 100644 --- a/src/equipment/computers/itl-build.md +++ b/src/equipment/computers/itl-build.md @@ -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). \ No newline at end of file diff --git a/src/guides/website_creation.md b/src/guides/website_creation.md new file mode 100644 index 0000000..f6984a0 --- /dev/null +++ b/src/guides/website_creation.md @@ -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 + ``` + 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` \ No newline at end of file diff --git a/src/infrastructure/network/topology.md b/src/infrastructure/network/topology.md index f67bb71..2671a5e 100644 --- a/src/infrastructure/network/topology.md +++ b/src/infrastructure/network/topology.md @@ -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.