Skip to content

CFE-877: Add resourceTags in Infrastructure to driver args list#92

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
bharath-b-rh:cfe-877
Aug 8, 2024
Merged

CFE-877: Add resourceTags in Infrastructure to driver args list#92
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
bharath-b-rh:cfe-877

Conversation

@bharath-b-rh
Copy link
Copy Markdown
Contributor

PR has the changes for openshift/enhancements#1217 proposed to support GCP tags in OCP, which requires gcp-filestore-csi-driver-operator to add gcp resourceTags available in the status sub-resource of infrastructure CR, to the gcp resources created by the driver.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 30, 2024
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Apr 30, 2024

@bharath-b-rh: This pull request references CFE-877 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target either version "4.16." or "openshift-4.16.", but it targets "openshift-4.17" instead.

Details

In response to this:

PR has the changes for openshift/enhancements#1217 proposed to support GCP tags in OCP, which requires gcp-filestore-csi-driver-operator to add gcp resourceTags available in the status sub-resource of infrastructure CR, to the gcp resources created by the driver.

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.

@openshift-ci openshift-ci Bot requested review from RomanBednar and gnufied April 30, 2024 05:49
@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

bharath-b-rh commented Apr 30, 2024

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 30, 2024
@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

/test operator-e2e

@chao007
Copy link
Copy Markdown
Contributor

chao007 commented Aug 7, 2024

/label qe-approved

@openshift-ci openshift-ci Bot added the qe-approved Signifies that QE has signed off on this PR label Aug 7, 2024
@openshift-ci-robot
Copy link
Copy Markdown

openshift-ci-robot commented Aug 7, 2024

@bharath-b-rh: This pull request references CFE-877 which is a valid jira issue.

Details

In response to this:

PR has the changes for openshift/enhancements#1217 proposed to support GCP tags in OCP, which requires gcp-filestore-csi-driver-operator to add gcp resourceTags available in the status sub-resource of infrastructure CR, to the gcp resources created by the driver.

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.

@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

/remove-hold

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 7, 2024
@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

@gnufied ^^

@gnufied
Copy link
Copy Markdown
Member

gnufied commented Aug 7, 2024

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 7, 2024
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Aug 7, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bharath-b-rh, gnufied

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 7, 2024
@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

/label px-approved
/label docs-approved
no user facing changes

@openshift-ci openshift-ci Bot added px-approved Signifies that Product Support has signed off on this PR docs-approved Signifies that Docs has signed off on this PR labels Aug 7, 2024
@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

/test operator-e2e

@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

/test ci-index-gcp-filestore-csi-driver-operator-bundle

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 0200007 and 2 for PR HEAD 151da2d in total

@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

/retest-required

1 similar comment
@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

/retest-required

@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

/test operator-e2e

@jsafrane
Copy link
Copy Markdown
Contributor

jsafrane commented Aug 8, 2024

/retest-required

@jsafrane jsafrane mentioned this pull request Aug 8, 2024
Comment thread assets/credentials.yaml
# If set to true, don't check whether the requested
# roles have the necessary services enabled
skipServiceCheck: false
skipServiceCheck: true
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skipServiceCheck is enabled, since roles/resourcemanager.tagUser requires certain services to be enabled, which are not necessarily required for creating OpenShift cluster required resources.

time="2024-08-08T08:06:07Z" level=warning msg="Detected required APIs that are disabled: [alloydb.googleapis.com clouddeploy.googleapis.com cloudsql.googleapis.com datafusion.googleapis.com datastream.googleapis.com domains.googleapis.com managedidentities.googleapis.com]" actuator=gcp cr=openshift-cloud-credential-operator/openshift-gcp-filestore-csi-driver-operator
time="2024-08-08T08:06:07Z" level=error msg="not all required service APIs are enabled" actuator=gcp cr=openshift-cloud-credential-operator/openshift-gcp-filestore-csi-driver-operator
time="2024-08-08T08:06:07Z" level=error msg="error syncing credentials: not all required service APIs are enabled" controller=credreq cr=openshift-cloud-credential-operator/openshift-gcp-filestore-csi-driver-operator secret=openshift-cluster-csi-drivers/gcp-filestore-cloud-credentials
time="2024-08-08T08:06:07Z" level=error msg="errored with condition: CredentialsProvisionFailure" controller=credreq cr=openshift-cloud-credential-operator/openshift-gcp-filestore-csi-driver-operator secret=openshift-cluster-csi-drivers/gcp-filestore-cloud-credentials

@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Aug 8, 2024
@jsafrane
Copy link
Copy Markdown
Contributor

jsafrane commented Aug 8, 2024

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 8, 2024
@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 0200007 and 2 for PR HEAD e7fd7e5 in total

@bharath-b-rh
Copy link
Copy Markdown
Contributor Author

/test security

@jsafrane
Copy link
Copy Markdown
Contributor

jsafrane commented Aug 8, 2024

don't bother with security, it's not a mandatory one

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Aug 8, 2024

@bharath-b-rh: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/operator-e2e-extended e7fd7e5 link false /test operator-e2e-extended

Full PR test history. Your PR dashboard.

Details

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.

@openshift-merge-bot openshift-merge-bot Bot merged commit 83fef83 into openshift:main Aug 8, 2024
@openshift-bot
Copy link
Copy Markdown

[ART PR BUILD NOTIFIER]

Distgit: ose-gcp-filestore-csi-driver-operator
This PR has been included in build ose-gcp-filestore-csi-driver-operator-container-v4.18.0-202408081451.p0.g83fef83.assembly.stream.el9.
All builds following this will include this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. docs-approved Signifies that Docs has signed off on this PR jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants