data/data/openstack: Remove cluster name from servers#1820
data/data/openstack: Remove cluster name from servers#1820openshift-merge-robot merged 1 commit intoopenshift:masterfrom tomassedovic:openstack-hostnames
Conversation
The convention for the fully-qualified names is `master-$index.$cluster_name.$domain_name`, but the hostnames we were setting were in the `$cluster_name-master-$index` format. The master and bootstrap Ignition configs now drop the `$cluster_name` prefix and only set the `master-$index` / `bootstrap` part.
|
|
|
/assign @trown |
|
/test e2e-azure |
1 similar comment
|
/test e2e-azure |
|
/lgtm The e2e-aws-scaleup-rhel7 and e2e-azure failures are unrelated. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mandre, tomassedovic The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@tomassedovic: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
The convention for the fully-qualified names is
master-$index.$cluster_name.$domain_name, but the hostnames we weresetting were in the
$cluster_name-master-$indexformat.The master and bootstrap Ignition configs now drop the
$cluster_nameprefix and only set the
master-$index/bootstrappart.