Skip to content

Commit

Permalink
Merge pull request #15135 from samvarankashyap/CVP-1588
Browse files Browse the repository at this point in the history
[CVP-1588] Set default baseDomain variable inside for ipi stage in step-registry
  • Loading branch information
openshift-merge-robot committed Jan 21, 2021
2 parents afaf4ef + b5d5eb1 commit 0385584
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ZONES_STR+=" ]"
echo "AWS region: ${REGION} (zones: ${ZONES_STR})"

cat >> "${CONFIG}" << EOF
baseDomain: origin-ci-int-aws.dev.rhcloud.com
baseDomain: ${BASE_DOMAIN}
controlPlane:
name: master
platform:
Expand Down
4 changes: 4 additions & 0 deletions ci-operator/step-registry/ipi/conf/aws/ipi-conf-aws-ref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ ref:
default: "2"
documentation: |-
The number of AZs to present in the cluster. Accepted values are 1 and 2.
- name: BASE_DOMAIN
default: "origin-ci-int-aws.dev.rhcloud.com"
documentation: |-
A fully-qualified domain or subdomain name. The base domain of the cloud provider is used for setting baseDomain variable of the install configuration of the cluster.
documentation: |-
The IPI AWS configure step generates the AWS-specific install-config.yaml contents based on the cluster profile and optional input files.

0 comments on commit 0385584

Please sign in to comment.