Add nb03.opendev.org
This server is going to be our new arm64 nodepool-builder running on the new arm64 docker images for nodepool. Depends-On: https://review.opendev.org/750037 Change-Id: I3b46ff901eb92c7f09b79c22441c3f80bc6f9d15
This commit is contained in:
parent
cd4d940f64
commit
ebd9c4c59e
@ -571,6 +571,13 @@ all:
|
||||
region_name: RegionOne
|
||||
public_v4: 139.178.85.141
|
||||
public_v6: ''
|
||||
nb03.opendev.org:
|
||||
ansible_host: 139.178.85.151
|
||||
location:
|
||||
cloud: openstackci-linaro-us
|
||||
region_name: RegionOne
|
||||
public_v4: 139.178.85.151
|
||||
public_v6: 2604:1380:4111:3e54:f816:3eff:fecf:7903
|
||||
nb04.opendev.org:
|
||||
ansible_host: 104.239.240.75
|
||||
location:
|
||||
|
4
inventory/service/host_vars/nb03.opendev.org.yaml
Normal file
4
inventory/service/host_vars/nb03.opendev.org.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
letsencrypt_certs:
|
||||
nb03-opendev-org-main:
|
||||
- nb03.opendev.org
|
||||
|
@ -131,6 +131,9 @@
|
||||
- name: letsencrypt updated nb02-opendev-org-main
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
- name: letsencrypt updated nb03-opendev-org-main
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
- name: letsencrypt updated nb04-opendev-org-main
|
||||
include_tasks: roles/letsencrypt-create-certs/handlers/restart_apache.yaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user