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

Hold information about platform/orchestrator in datacenters #261

@paveldedik

Description

@paveldedik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions