using a valid public ip for testdays
This commit is contained in:
parent
6369dcbb96
commit
243b33c507
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ tcp_ports: [22, 80, 443]
|
|||
inventory_tenant: persistent
|
||||
inventory_instance_name: testdays
|
||||
hostbase: testdays
|
||||
public_ip: 209.132.184.134
|
||||
public_ip: 209.132.182.107
|
||||
root_auth_users: tflink jskladan
|
||||
description: fedora testdays instance
|
||||
|
||||
|
@ -17,13 +17,13 @@ cloud_networks:
|
|||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
||||
|
||||
resultsdb_db_host: 209.132.184.134
|
||||
resultsdb_db_host: "{{ public_ip }}"
|
||||
resultsdb_db_port: 5432
|
||||
resultsdb_endpoint: 'resultsdb_api'
|
||||
resultsdb_fe_endpoint: 'resultsdb'
|
||||
resultsdb_db_name: resultsdb_testdays
|
||||
|
||||
testdays_db_host: 209.132.184.134
|
||||
testdays_db_host: "{{ public_ip }}"
|
||||
testdays_db_port: 5432
|
||||
testdays_endpoint: 'testdays'
|
||||
testdays_db_name: testdays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue