diff --git a/inventory/group_vars/copr_dev_aws b/inventory/group_vars/copr_dev_aws index fd3f676fe3..6f03ecc00f 100644 --- a/inventory/group_vars/copr_dev_aws +++ b/inventory/group_vars/copr_dev_aws @@ -181,4 +181,4 @@ aws_cloudfront_distribution: EX55ITR8LVMOH nrpe_client_uid: 500 -pulp_content_url: "https://console.redhat.com/api/pulp-content/copr-stage" +pulp_content_url: "https://console.redhat.com/api/pulp-content/public-copr-stage" diff --git a/roles/copr/backend/templates/pulp-cli.toml b/roles/copr/backend/templates/pulp-cli.toml index d4ec8b4b71..94194d9549 100644 --- a/roles/copr/backend/templates/pulp-cli.toml +++ b/roles/copr/backend/templates/pulp-cli.toml @@ -6,7 +6,7 @@ password = "" {% if env == "production" %} domain = "public-copr" {% else %} -domain = "copr-stage" +domain = "public-copr-stage" {% endif %} cert = "/home/copr/.config/pulp/copr-pulp.crt" key = "/home/copr/.config/pulp/copr-pulp.key"