configure stage koji to point to osbs.stg instead of osbs-dev
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
0c9c36ff86
commit
b540680d27
3 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ csi_relationship: |
|
||||||
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
||||||
|
|
||||||
# These variables are for koji-containerbuild/osbs
|
# These variables are for koji-containerbuild/osbs
|
||||||
osbs_fqdn: "osbs-dev.fedorainfracloud.org"
|
osbs_fqdn: "osbs.stg.fedoraproject.org"
|
||||||
docker_registry: "osbs-dev.fedorainfracloud.org"
|
docker_registry: "registry.stg.fedoraproject.org"
|
||||||
koji_root: "koji.stg.fedoraproject.org/koji"
|
koji_root: "koji.stg.fedoraproject.org/koji"
|
||||||
koji_hub: "koji.stg.fedoraproject.org/kojihub"
|
koji_hub: "koji.stg.fedoraproject.org/kojihub"
|
||||||
|
|
|
@ -42,8 +42,8 @@ koji_server_url: "http://koji.stg.fedoraproject.org/kojihub"
|
||||||
koji_weburl: "http://koji.stg.fedoraproject.org/koji"
|
koji_weburl: "http://koji.stg.fedoraproject.org/koji"
|
||||||
koji_topurl: "http://kojipkgs.fedoraproject.org/"
|
koji_topurl: "http://kojipkgs.fedoraproject.org/"
|
||||||
|
|
||||||
osbs_fqdn: "osbs-dev.fedorainfracloud.org"
|
osbs_fqdn: "osbs.stg.fedoraproject.org"
|
||||||
docker_registry: "osbs-dev.fedorainfracloud.org"
|
docker_registry: "osbs.stg.fedoraproject.org"
|
||||||
koji_root: "koji.stg.fedoraproject.org/koji"
|
koji_root: "koji.stg.fedoraproject.org/koji"
|
||||||
koji_hub: "koji.stg.fedoraproject.org/kojihub"
|
koji_hub: "koji.stg.fedoraproject.org/kojihub"
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
- name: put the osbs certs in place
|
- name: put the osbs certs in place
|
||||||
copy:
|
copy:
|
||||||
src: "{{private}}/files/osbs/osbs-dev.certs/osbs-dev.fedorainfracloud.org.crt"
|
src: "{{private}}/files/osbs/{{env}}/osbs-internal.pem"
|
||||||
dest: "/etc/pki/ca-trust/source/anchors/osbs-dev.fedorainfracloud.org.crt"
|
dest: "/etc/pki/ca-trust/source/anchors/osbs-internal.pem"
|
||||||
owner: root
|
owner: root
|
||||||
mode: 0400
|
mode: 0400
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue