diff --git a/inventory/group_vars/odcs-backend-stg b/inventory/group_vars/odcs-backend-stg index 849e4b604d..2d3fc75d72 100644 --- a/inventory/group_vars/odcs-backend-stg +++ b/inventory/group_vars/odcs-backend-stg @@ -41,9 +41,9 @@ fedmsg_certs: odcs_allowed_source_types: ["tag", "repo", "raw_config"] odcs_pungi_runroot_enabled: True -odcs_pungi_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"] -odcs_pungi_runroot_tag: f26-build -odcs_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs +odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"] +odcs_pungi_parent_runroot_tag: f26-build +odcs_pungi_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes diff --git a/roles/odcs/base/templates/etc/odcs/config.py.j2 b/roles/odcs/base/templates/etc/odcs/config.py.j2 index 788d06cb13..e4b5ed321f 100644 --- a/roles/odcs/base/templates/etc/odcs/config.py.j2 +++ b/roles/odcs/base/templates/etc/odcs/config.py.j2 @@ -121,6 +121,6 @@ class ProdConfiguration(BaseConfiguration): PUNGI_PARENT_RUNROOT_WEIGHT = {{ odcs_pungi_parent_runroot_weight }} PUNGI_PARENT_RUNROOT_TAG = "{{ odcs_pungi_parent_tag }}" PUNGI_PARENT_RUNROOT_ARCH = "{{ odcs_pungi_parent_runroot_arch }}" - PUNGI_RUNROOT_TARGET_DIR = "{{ odcs_runroot_target_dir }}" - PUNGI_RUNROOT_TARGET_DIR_URL = "{{ odcs_runroot_target_dir_url }}" + PUNGI_RUNROOT_TARGET_DIR = "{{ odcs_pungi_runroot_target_dir }}" + PUNGI_RUNROOT_TARGET_DIR_URL = "{{ odcs_pungi_runroot_target_dir_url }}"