Add https:// where we use osbs_url variable

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna
2018-06-13 18:20:00 +02:00
parent 06aea957f2
commit f7d6347481
2 changed files with 4 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ docker_cert_dir: "/etc/docker/certs.d/candidate-registry.stg.fedoraproject.org"
source_registry: "registry.stg.fedoraproject.org"
docker_registry: "candidate-registry.stg.fedoraproject.org"
osbs_url: "http://osbs.stg.fedoraproject.org"
osbs_url: "osbs.stg.fedoraproject.org"
koji_url: "http://koji.stg.fedoraproject.org"
koji_url: "koji.stg.fedoraproject.org"
osbs_client_conf_path: /etc/osbs.conf
@@ -90,7 +90,7 @@ _osbs_reactor_config_map:
image_equal_labels:
- ['description', 'io.k8s.description']
openshift:
url: "{{ osbs_url }}"
url: "https://{{ osbs_url }}"
build_json_dir: /usr/share/osbs
auth:
enable: True

View File

@@ -218,7 +218,7 @@
openshift_cluster_nodes_group: "osbs-nodes-stg",
openshift_cluster_infra_group: "osbs-masters-stg",
openshift_auth_profile: "osbs",
openshift_cluster_url: "{{osbs_url}}",
openshift_cluster_url: "https://{{osbs_url}}",
openshift_master_ha: false,
openshift_debug_level: 2,
openshift_shared_infra: true,