adding mariadb passwords to qadevel, qadevel-stg inventory

This commit is contained in:
Tim Flink 2015-05-13 18:05:46 +00:00
parent d9ed34066b
commit d3934aa72d
2 changed files with 5 additions and 1 deletions

View file

@ -11,7 +11,9 @@ datacenter: phx2
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
buildslaves:

View file

@ -21,6 +21,8 @@ virt_install_command: /usr/bin/virt-install -n {{ inventory_hostname }} -r {{ me
hostname={{ inventory_hostname }}"
--network=bridge=br0 --autostart --noautoconsole
mariadb_root_password: "{{ qadevel_mariadb_root_password }}"
public_hostname: qadevel.qa.fedoraproject.org
buildmaster: 10.5.124.180