diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 2060d413ce..ea4f95484b 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -25,6 +25,7 @@ - python-alembic - python-scandir - python2-productmd + - ostree tags: - packages - bodhi diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index fb6bb81082..edb5023536 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -87,9 +87,9 @@ class ProdConfiguration(BaseConfiguration): {% endif %} {% if env == 'staging' %} - KRB_PRINCIPAL = 'modularity@STG.FEDORAPROJECT.ORG' + KRB_PRINCIPAL = 'mbs/mbs.stg.fedoraproject.org@STG.FEDORAPROJECT.ORG' {% else %} - KRB_PRINCIPAL = 'modularity@FEDORAPROJECT.ORG' + KRB_PRINCIPAL = 'mbs/mbs.fedoraproject.org@FEDORAPROJECT.ORG' {% endif %} KRB_KEYTAB = '/etc/krb5.mbs_mbs{{env_suffix}}.fedoraproject.org.keytab' diff --git a/roles/web-data-analysis/files/summary.html b/roles/web-data-analysis/files/summary.html index 009b65f9c7..f09221603e 100644 --- a/roles/web-data-analysis/files/summary.html +++ b/roles/web-data-analysis/files/summary.html @@ -6,6 +6,7 @@