Hide Forgot
Description of problem: Currently openshift_master_default_subdomain is hardcode with "cloudapps.{{domainname}}". This is not reasonable for users as the variable is not related with any others parameters, should be configurable with any subdomain by users. Addressed in https://github.com/redhat-openstack/openshift-on-openstack/issues/258 Version-Release number of selected component (if applicable): v0.9.4 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: openshift_master_default_subdomain can be configurable with what the users need. Additional info:
Fixed in PR: https://github.com/redhat-openstack/openshift-on-openstack/pull/293
Fixed in 0.9.5
When specifying app_subdomain: "test.qe.rhcloud.com" in env file, the subdomain was written to inventory hosts. openshift_master_default_subdomain: test.qe.rhcloud.com Verified in v0.9.5