Moving FortNebula to OpenEdge

Change-Id: Ia5caff34d3fafaffc459e7572a4eef6bd94422ea
This commit is contained in:
Donny Davis 2020-03-06 15:15:56 -05:00
parent f1acd97b9d
commit 7d08c277d7
5 changed files with 12 additions and 12 deletions

View File

@ -26,5 +26,5 @@ create Linaro 'linaro-*' nodepool-linaro.yaml
create OVH 'ovh-*' nodepool-ovh.yaml
create Vexxhost 'vexxhost-*' nodepool-vexxhost.yaml
create Citycloud 'citycloud-*' nodepool-citycloud.yaml
create FortNebula 'fortnebula-*' nodepool-fortnebula.yaml
create OpenEdge 'openedge-*' nodepool-openedge.yaml
create Airship-Citycloud 'airship-*' nodepool-airship-citycloud.yaml

View File

@ -3,12 +3,12 @@
#
dashboard:
title: 'Nodepool: FortNebula'
title: 'Nodepool: OpenEdge'
templating:
- name: region
includeAll: true
multi: true
query: stats.gauges.nodepool.provider.fortnebula-*
query: stats.gauges.nodepool.provider.openedge-*
refresh: true
type: query
rows:
@ -17,10 +17,10 @@ dashboard:
panels:
- title: Description
content: |
FortNebula Nodepool Status
OpenEdge Nodepool Status
==========================
This dashboard monitors the status of the nodepool environment for FortNebula.
This dashboard monitors the status of the nodepool environment for OpenEdge.
**This dashboard is managed by [Grafyaml](http://docs.openstack.org/infra/system-config/grafyaml.html).**
If you would like to make changes to this dashboard, please see the template in the `grafana` directory in

View File

@ -255,9 +255,9 @@ providers:
diskimage: centos-7
key-name: infra-root-keys-2018-06-15
- name: fortnebula-regionone
region-name: 'regionOne'
cloud: fortnebula
- name: openedge-us-east
region-name: 'us-east'
cloud: openedge
boot-timeout: 120
launch-timeout: 300
rate: 0.01

View File

@ -106,9 +106,9 @@ providers:
rate: 0.001
diskimages: *provider_diskimages
- name: fortnebula-regionone
region-name: 'regionOne'
cloud: fortnebula
- name: openedge-us-east
region-name: 'us-east'
cloud: openedge
rate: 0.001
diskimages: *provider_diskimages

View File

@ -4,7 +4,7 @@
# new opendev.org based mirrors, but then eventually be removed once
# all are updated.
zuul_site_mirror_fqdn: >-
{%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax", "ORD.rax", "regionOne.fortnebula", "mtl01.inap", "RegionOne.linaro-us", "Kna1.airship-citycloud" ] -%}
{%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax", "ORD.rax", "us-east.openedge", "mtl01.inap", "RegionOne.linaro-us", "Kna1.airship-citycloud" ] -%}
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org
{%- else -%}
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org