appuio / cloud-portal

APPUiO Cloud Portal (Web Frontend)
Apache License 2.0
5 stars 0 forks source link

Feature: Zones #6

Closed gerbermichi closed 2 years ago

gerbermichi commented 2 years ago

Feature: Zones

As a User I want to see a list of all available zones So that I know the zone details

Scenarios

https://kb.vshn.ch/appuio-cloud/references/functional-requirements/portal.html#_feature_zones https://kb.vshn.ch/appuio-cloud/references/architecture/control-api-zone.html

gerbermichi commented 2 years ago

Are the keys in the urls property dynamic or hard coded?

 "console": "https://console.cloudscale-lpg-0.appuio.cloud/",
 "kubernetesAPI": "https://api.cloudscale-lpg-0.appuio.cloud:6443/",
 "logging": "https://logging.cloudscale-lpg-0.appuio.cloud/",
 "registry": "https://registry.cloudscale-lpg-0.appuio.cloud"
gerbermichi commented 2 years ago

Are the keys in the features property dynamic or hard coded?

"features": {
    "kubernetesVersion": "1.21",
    "openshiftVersion": "4.8",
    "sdnPlugin": "OVN-Kubernetes"
  },
tobru commented 2 years ago

Are the keys in the urls property dynamic or hard coded? Are the keys in the features property dynamic or hard coded?

Right now they are hard-coded.