Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove cosmos from deployments #437

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions architecture/system-arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@
with Cluster("Northwestern External Services"):
mira = Custom("MIRA", "./resources/northeastern.png")

with Cluster("UWisc External Services"):
cosmos = Server("xDD Cosmos")
xdd = Server("xDD")

with Cluster("Web Tier"):
hmi_client = Client("HMI Client")
docs = Client("Terarium Docs")
Expand All @@ -145,7 +141,6 @@
hmi_server >> Edge() << ingress_app
hmi_server >> Edge() >> beaker
hmi_server >> Edge() >> climate_data_api
hmi_server >> Edge() >> cosmos
hmi_server >> Edge() >> dkg
hmi_server >> Edge() >> equation_extraction_taskrunner
hmi_server >> Edge() >> es
Expand Down
43 changes: 0 additions & 43 deletions kubernetes/base/services/cosmos/cosmos-deployment.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions kubernetes/base/services/cosmos/cosmos-service.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions kubernetes/base/services/cosmos/kustomization.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
value: 'http://pyciemss-api:3040'
- name: CLIMATE-DATA-SERVICE_URL
value: "http://climate-data:8000"
- name: COSMOS-SERVICE_URL
value: "http://cosmos:4048"
- name: GOOGLE-ANALYTICS-ID
valueFrom:
secretKeyRef:
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/overlays/prod/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ resources:
- ../../../base/hmi/server
- ../../../base/services/beaker
- ../../../base/services/climate-data
- ../../../base/services/cosmos
- ../../../base/services/data-service
- ../../../base/services/equation-extraction-taskrunner
- ../../../base/services/funman-taskrunner
Expand All @@ -33,7 +32,6 @@ patches:
- path: services/beaker/beaker-deployment.yaml
- path: services/climate-data/climate-data-deployment.yaml
- path: services/climate-data/climate-data-worker-deployment.yaml
- path: services/cosmos/cosmos-deployment.yaml
- path: services/data-service/data-service-graphdb-deployment.yaml
- path: services/equation-extraction-taskrunner/equation-extraction-taskrunner-deployment.yaml
- path: services/funman-taskrunner/funman-taskrunner-deployment.yaml
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -133,23 +133,11 @@ spec:
port:
number: 8000

- host: 'cosmos.dev.terarium.ai'
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: cosmos
port:
number: 4048

tls:
- hosts:
- 'app.dev.terarium.ai'
- 'beaker.dev.terarium.ai'
- 'climate-data.dev.terarium.ai'
- 'cosmos.dev.terarium.ai'
- 'documentation.dev.terarium.ai'
- 'funman.dev.terarium.ai'
- 'graphdb.dev.terarium.ai'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ patches:
- path: services/climate-data/climate-data-deployment.yaml
- path: services/climate-data/climate-data-service.yaml
- path: services/climate-data/climate-data-worker-deployment.yaml
- path: services/cosmos/cosmos-service.yaml
- path: services/data-service/data-service-graphdb-service.yaml
- path: services/mit/mit-tr-service.yaml
- path: services/pyciemss-service/pyciemss-api-deployment.yaml
Expand Down Expand Up @@ -133,11 +132,6 @@ images:
newName: ghcr.io/darpa-askem/mira-taskrunner
newTag: 'latest'

# cosmos (xdd)
- name: cosmos-image
newName: ghcr.io/darpa-askem/cosmos-service
newTag: 'cpu-2024_04_19'

# funman taskrunner
- name: funman-taskrunner-image
newName: ghcr.io/darpa-askem/funman-taskrunner
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,6 @@ images:
newName: ghcr.io/darpa-askem/mira-taskrunner
newTag: '2.22.0'

# cosmos (xdd)
- name: cosmos-image
newName: ghcr.io/darpa-askem/cosmos-service
newTag: 'cpu-2024_04_19'

# funman taskrunner
- name: funman-taskrunner-image
newName: ghcr.io/darpa-askem/funman-taskrunner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,29 +174,10 @@ spec:
port:
number: 3050

- host: 'cosmos.staging.terarium.ai'
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ssl-redirect
port:
name: use-annotation
- path: /
pathType: Prefix
backend:
service:
name: cosmos
port:
number: 4048

tls:
- hosts:
- 'beaker.staging.terarium.ai'
- 'climate-data.staging.terarium.ai'
- 'cosmos.staging.terarium.ai'
- 'funman.staging.terarium.ai'
- 'graphdb.staging.terarium.ai'
- 'mit-proxy.staging.terarium.ai'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ patches:
- path: services/climate-data/climate-data-deployment.yaml
- path: services/climate-data/climate-data-service.yaml
- path: services/climate-data/climate-data-worker-deployment.yaml
- path: services/cosmos/cosmos-service.yaml
- path: services/data-service/data-service-graphdb-service.yaml
- path: services/gollm-taskrunner/gollm-taskrunner-deployment.yaml
- path: services/mit/mit-tr-service.yaml
Expand Down Expand Up @@ -118,11 +117,6 @@ images:
newName: ghcr.io/darpa-askem/mira-taskrunner
newTag: 'latest'

# cosmos (xdd)
- name: cosmos-image
newName: ghcr.io/darpa-askem/cosmos-service
newTag: 'cpu-2024_04_19'

# funman taskrunner
- name: funman-taskrunner-image
newName: ghcr.io/darpa-askem/funman-taskrunner
Expand Down

This file was deleted.

Loading