Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Hold information about platform/orchestrator in datacenters #261

Open
paveldedik opened this issue Dec 10, 2019 · 0 comments
Open

Hold information about platform/orchestrator in datacenters #261

paveldedik opened this issue Dec 10, 2019 · 0 comments

Comments

@paveldedik
Copy link
Contributor

paveldedik commented Dec 10, 2019

Right now, we have the Datacenter model which stores information about the datacenter's provider, currently it can be AWS or GCP. We should also add support for holding information about platform used (e.g. Rancher, GKE/Kubernetes, etc.).

We could either add a simple field Datacenter.platform which would hold this information, but this information doesn't really belong to Datacenter. And also, it's not always THAT simple - in some environments, you can run Rancher+Kubernetes, in others you could run Rancher 1.6 which does not use kubernetes. You can also run your service without any orchestrator.

But still, this kind of matadata should be stored somewhere.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant