-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSASINFRA-3685: openstack: tag CAPI resources with InfraID #5262
Conversation
@EmilienM: This pull request references OSASINFRA-3685 which is a valid jira issue. In response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one nit, otherwise lgtm
hypershift-operator/controllers/hostedcluster/internal/platform/openstack/openstack.go
Outdated
Show resolved
Hide resolved
By default, OpenStack resources created by CAPI will be tagged (in the OpenStack way) with `openshiftClusterID=<infraID>`. `openshiftClusterID` is a well-known tag prefix in ShiftOnStack IPI. Additional tags can be added via the `HostedCluster.Spec.Platform.OpenStack.Tags` field when creating the HostedCluster with a given YAML file.
85eb914
to
bba8234
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: csrwng, EmilienM The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm Users will appreciate this. |
/test hypershift-operator-main-on-pull-request |
@EmilienM: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions 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-sigs/prow repository. |
/retest |
1 similar comment
/retest |
/hold Revision bba8234 was retested 3 times: holding |
/retest |
/hold cancel |
/retest |
@EmilienM: The following test failed, say
Full PR test history. Your PR dashboard. Instructions 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-sigs/prow repository. I understand the commands that are listed here. |
ba6cf38
into
openshift:main
[ART PR BUILD NOTIFIER] Distgit: hypershift |
What this PR does / why we need it:
By default, OpenStack resources created by CAPI will be tagged (in the
OpenStack way) with
openshiftClusterID=<infraID>
.openshiftClusterID
is a well-known tag prefix in ShiftOnStack IPI.Additional tags can be added via the
HostedCluster.Spec.Platform.OpenStack.Tags
fieldwhen creating the HostedCluster with a given YAML file.