Bringup mirror01.dfw.rax.opendev.org
This is an initial host for testing opendev.org mirrors Change-Id: I26b9ed1e21e2111f48bc7ecc384880c274eed213 Depends-On: https://review.opendev.org/660235
This commit is contained in:
parent
670107045a
commit
73bbc6787f
@ -516,6 +516,13 @@ all:
|
|||||||
region_name: ca-ymq-1
|
region_name: ca-ymq-1
|
||||||
public_v4: 199.204.45.49
|
public_v4: 199.204.45.49
|
||||||
public_v6: 2604:e100:1:0:f816:3eff:fef6:cc49
|
public_v6: 2604:e100:1:0:f816:3eff:fef6:cc49
|
||||||
|
mirror01.dfw.rax.opendev.org:
|
||||||
|
ansible_host: 2001:4800:7819:105:be76:4eff:fe04:9b8a
|
||||||
|
location:
|
||||||
|
cloud: openstackci-rax
|
||||||
|
region_name: DFW
|
||||||
|
public_v4: 104.239.150.37
|
||||||
|
public_v6: 2001:4800:7819:105:be76:4eff:fe04:9b8a
|
||||||
mirror02.dfw.rax.openstack.org:
|
mirror02.dfw.rax.openstack.org:
|
||||||
ansible_host: 2001:4800:7817:103:be76:4eff:fe04:652a
|
ansible_host: 2001:4800:7817:103:be76:4eff:fe04:652a
|
||||||
location:
|
location:
|
||||||
|
4
playbooks/host_vars/mirror01.dfw.rax.opendev.org.yaml
Normal file
4
playbooks/host_vars/mirror01.dfw.rax.opendev.org.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
letsencrypt_certs:
|
||||||
|
mirror01-dfw-rax-main:
|
||||||
|
- mirror01.dfw.rax.opendev.org
|
||||||
|
- mirror.dfw.rax.opendev.org
|
@ -15,6 +15,9 @@
|
|||||||
vars:
|
vars:
|
||||||
touch_file: '/tmp/letsencrypt-graphite01-main.stamp'
|
touch_file: '/tmp/letsencrypt-graphite01-main.stamp'
|
||||||
|
|
||||||
|
- name: letsencrypt updated mirror01-dfw-rax-main
|
||||||
|
import_tasks: restart_apache.yaml
|
||||||
|
|
||||||
# Gate testing hosts:
|
# Gate testing hosts:
|
||||||
- name: letsencrypt updated letsencrypt01-main-service
|
- name: letsencrypt updated letsencrypt01-main-service
|
||||||
import_tasks: touch_file.yaml
|
import_tasks: touch_file.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user