Skip to content
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

STOR-1726: auto-generate assets for CIFS/Samba driver #217

Conversation

mpatlasov
Copy link
Contributor

The patch ensures that all assets in overlays/samba/generated/standalone are generated by generator. Resulting assets survive simple dynamic-provisioning test with test/e2e/samba/samba-server.yaml

@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 19, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 19, 2024

@mpatlasov: This pull request references STOR-1726 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 the "4.16.0" version, but no target version was set.

In response to this:

The patch ensures that all assets in overlays/samba/generated/standalone are generated by generator. Resulting assets survive simple dynamic-provisioning test with test/e2e/samba/samba-server.yaml

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.

Copy link
Contributor

openshift-ci bot commented Apr 19, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mpatlasov

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 /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 Apr 19, 2024
@jsafrane
Copy link
Contributor

I can see smb-operator-e2e did not pass, probably a typo somewhere around livenessprobe.

@mpatlasov
Copy link
Contributor Author

/test smb-operator-e2e

@mpatlasov mpatlasov force-pushed the STOR-1726-generate-assets-using-generator branch 2 times, most recently from 1fde1f2 to 8906c4f Compare April 19, 2024 20:45
@mpatlasov
Copy link
Contributor Author

Last force-push rebased local branch to the head of origin/master (commit 097858b)

@mpatlasov mpatlasov force-pushed the STOR-1726-generate-assets-using-generator branch from 8906c4f to 93ab3a3 Compare April 19, 2024 21:14
@mpatlasov
Copy link
Contributor Author

Last force-push fixed a typo in node_add_driver.yaml patch.

@mpatlasov mpatlasov force-pushed the STOR-1726-generate-assets-using-generator branch from 93ab3a3 to 909b6fa Compare April 19, 2024 21:36
@mpatlasov
Copy link
Contributor Author

Last force-push fixed a typo in controller_add_driver.yaml patch.

@mpatlasov mpatlasov force-pushed the STOR-1726-generate-assets-using-generator branch from 909b6fa to 5e3a672 Compare April 19, 2024 21:54
@mpatlasov mpatlasov force-pushed the STOR-1726-generate-assets-using-generator branch from 5e3a672 to 9860463 Compare April 22, 2024 22:08
The patch ensures that all assets in `overlays/samba/generated/standalone` are generated by `generator`. Resulting assets survive simple dynamic-provisioning test with `test/e2e/samba/samba-server.yaml`
If we have 9212 in service.yaml:
```
  ports:
  - name: provisioner-m
    port: 9212
```
the same port 9212 must be used in corresponding part of controller.yaml:
```
      - args:
        - --secure-listen-address=0.0.0.0:9212
        - --upstream=http://127.0.0.1:8212/
        - --tls-cert-file=/etc/tls/private/tls.crt
        - --tls-private-key-file=/etc/tls/private/tls.key
        - --tls-cipher-suites=${TLS_CIPHER_SUITES}
        - --tls-min-version=${TLS_MIN_VERSION}
        - --logtostderr=true
        image: ${KUBE_RBAC_PROXY_IMAGE}
        imagePullPolicy: IfNotPresent
        name: provisioner-kube-rbac-proxy
        ports:
        - containerPort: 9212
          name: provisioner-m
```
@mpatlasov mpatlasov force-pushed the STOR-1726-generate-assets-using-generator branch from 9860463 to ad038fd Compare April 23, 2024 03:23
@mpatlasov
Copy link
Contributor Author

/test e2e-azure-ovn-upgrade

@mpatlasov
Copy link
Contributor Author

Last force-push:

  • fixed cmd/generator/main.go: s/flavour_range/flavours`
  • fixed mismatch between port number in service.yaml and controller.yaml: new commit

@mpatlasov
Copy link
Contributor Author

/test e2e-azure-ovn-upgrade

@jsafrane
Copy link
Contributor

/lgtm
/retest-required

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 24, 2024
@mpatlasov
Copy link
Contributor Author

/test e2e-azure-ovn-upgrade

2 similar comments
@mpatlasov
Copy link
Contributor Author

/test e2e-azure-ovn-upgrade

@mpatlasov
Copy link
Contributor Author

/test e2e-azure-ovn-upgrade

Copy link
Contributor

openshift-ci bot commented Apr 25, 2024

@mpatlasov: The following tests 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/e2e-azurestack-csi ad038fd link false /test e2e-azurestack-csi
ci/prow/e2e-azure-csi-extended ad038fd link false /test e2e-azure-csi-extended

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/test-infra repository. I understand the commands that are listed here.

@mpatlasov
Copy link
Contributor Author

/test e2e-azure-ovn-upgrade

@jsafrane
Copy link
Contributor

/label docs-approved
/label px-approved
/label qe-approved

We do post-merge tests, when it gets to OLM index image.

@openshift-ci openshift-ci bot added docs-approved Signifies that Docs has signed off on this PR px-approved Signifies that Product Support has signed off on this PR qe-approved Signifies that QE has signed off on this PR labels Apr 25, 2024
@openshift-ci-robot
Copy link

openshift-ci-robot commented Apr 25, 2024

@mpatlasov: This pull request references STOR-1726 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 the "4.16.0" version, but no target version was set.

In response to this:

The patch ensures that all assets in overlays/samba/generated/standalone are generated by generator. Resulting assets survive simple dynamic-provisioning test with test/e2e/samba/samba-server.yaml

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-merge-bot openshift-merge-bot bot merged commit 0a77e59 into openshift:master Apr 25, 2024
18 of 20 checks passed
@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

This PR has been included in build ose-azure-file-csi-driver-operator-container-v4.17.0-202404251439.p0.g0a77e59.assembly.stream.el9 for distgit azure-file-csi-driver-operator.
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.

None yet

4 participants