adding mariadb passwords to qadevel, qadevel-stg inventory
This commit is contained in:
parent
d9ed34066b
commit
d3934aa72d
2 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,9 @@ datacenter: phx2
|
||||||
fas_client_groups: sysadmin-qa,sysadmin-main
|
fas_client_groups: sysadmin-qa,sysadmin-main
|
||||||
|
|
||||||
|
|
||||||
public_hostname: qadevel-stg.qa.fedoraproject.org
|
mariadb_root_password: "{{ qadevel_stg_mariadb_root_password }}"
|
||||||
|
|
||||||
|
public_hostname: qadevel.stg.qa.fedoraproject.org
|
||||||
buildmaster: 10.5.124.230
|
buildmaster: 10.5.124.230
|
||||||
|
|
||||||
buildslaves:
|
buildslaves:
|
||||||
|
|
|
@ -21,6 +21,8 @@ virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ me
|
||||||
hostname={{ inventory_hostname }}"
|
hostname={{ inventory_hostname }}"
|
||||||
--network=bridge=br0 --autostart --noautoconsole
|
--network=bridge=br0 --autostart --noautoconsole
|
||||||
|
|
||||||
|
mariadb_root_password: "{{ qadevel_mariadb_root_password }}"
|
||||||
|
|
||||||
public_hostname: qadevel.qa.fedoraproject.org
|
public_hostname: qadevel.qa.fedoraproject.org
|
||||||
buildmaster: 10.5.124.180
|
buildmaster: 10.5.124.180
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue