fix builder_openshift_url for osbs in staging
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
3c47bfa3f2
commit
db819ff981
3 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@
|
||||||
builder_use_auth: true,
|
builder_use_auth: true,
|
||||||
distribution_scope: 'private',
|
distribution_scope: 'private',
|
||||||
registry_api_versions: 'v2',
|
registry_api_versions: 'v2',
|
||||||
builder_openshift_url: 'https://172.17.0.1:8443/'
|
builder_openshift_url: 'https://{{osbs_fqdn}}:8443/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
|
|
|
@ -58,7 +58,7 @@
|
||||||
builder_use_auth: true,
|
builder_use_auth: true,
|
||||||
distribution_scope: 'private',
|
distribution_scope: 'private',
|
||||||
registry_api_versions: 'v2',
|
registry_api_versions: 'v2',
|
||||||
builder_openshift_url: 'https://172.17.0.1:8443/'
|
builder_openshift_url: 'https://{{osbs_fqdn}}:8443/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
|
|
|
@ -412,7 +412,7 @@
|
||||||
builder_use_auth: true,
|
builder_use_auth: true,
|
||||||
distribution_scope: 'private',
|
distribution_scope: 'private',
|
||||||
registry_api_versions: 'v2',
|
registry_api_versions: 'v2',
|
||||||
builder_openshift_url: 'https://172.17.0.1:8443/'
|
builder_openshift_url: 'https://{{osbs_url}}:8443/'
|
||||||
},
|
},
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
}
|
}
|
||||||
|
@ -442,7 +442,7 @@
|
||||||
builder_use_auth: true,
|
builder_use_auth: true,
|
||||||
distribution_scope: 'private',
|
distribution_scope: 'private',
|
||||||
registry_api_versions: 'v2',
|
registry_api_versions: 'v2',
|
||||||
builder_openshift_url: 'https://172.17.0.1:8443/'
|
builder_openshift_url: 'https://{{osbs_url}}:8443/'
|
||||||
},
|
},
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue