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 OVH 'ovh-*' nodepool-ovh.yaml
create Vexxhost 'vexxhost-*' nodepool-vexxhost.yaml create Vexxhost 'vexxhost-*' nodepool-vexxhost.yaml
create Citycloud 'citycloud-*' nodepool-citycloud.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 create Airship-Citycloud 'airship-*' nodepool-airship-citycloud.yaml

View File

@ -3,12 +3,12 @@
# #
dashboard: dashboard:
title: 'Nodepool: FortNebula' title: 'Nodepool: OpenEdge'
templating: templating:
- name: region - name: region
includeAll: true includeAll: true
multi: true multi: true
query: stats.gauges.nodepool.provider.fortnebula-* query: stats.gauges.nodepool.provider.openedge-*
refresh: true refresh: true
type: query type: query
rows: rows:
@ -17,10 +17,10 @@ dashboard:
panels: panels:
- title: Description - title: Description
content: | 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).** **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 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 diskimage: centos-7
key-name: infra-root-keys-2018-06-15 key-name: infra-root-keys-2018-06-15
- name: fortnebula-regionone - name: openedge-us-east
region-name: 'regionOne' region-name: 'us-east'
cloud: fortnebula cloud: openedge
boot-timeout: 120 boot-timeout: 120
launch-timeout: 300 launch-timeout: 300
rate: 0.01 rate: 0.01

View File

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

View File

@ -4,7 +4,7 @@
# new opendev.org based mirrors, but then eventually be removed once # new opendev.org based mirrors, but then eventually be removed once
# all are updated. # all are updated.
zuul_site_mirror_fqdn: >- 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 mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org
{%- else -%} {%- else -%}
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org