#97 Add Exoscale Cloud Provider to download page
Merged 4 years ago by dustymabe. Opened 4 years ago by pierro777.
fedora-web/ pierro777/websites master  into  master

@@ -6,7 +6,7 @@ 

  //const baseUrl = 'https://s3.amazonaws.com/fcos-builds/streams'

  const baseUrl = 'https://builds.coreos.fedoraproject.org/streams'

  // list of cloud image artifacts

- const cloudImages = ['aws', 'azure', 'aliyun', 'digitalocean', 'gcp', 'openstack', 'packet']

+ const cloudImages = ['aws', 'azure', 'aliyun', 'digitalocean', 'exoscale', 'gcp', 'openstack', 'packet']

  // list of virtualized image artifacts

  const virtualizedImages = ['openstack', 'qemu', 'virtualbox', 'vmware']

  // dict of pretty names for platforms, indexed by platform.extension
@@ -15,6 +15,7 @@ 

    "azure": "Azure",

    "gcp": "GCP",

    "digitalocean": "DigitalOcean",

+   "exoscale": "Exoscale",

    "packet": "Packet",

    "aliyun": "Alibaba Cloud",

    "metal": {