-
Notifications
You must be signed in to change notification settings - Fork 64
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
support cinder netapp nfs backend adoption #768
base: main
Are you sure you want to change the base?
support cinder netapp nfs backend adoption #768
Conversation
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a067ad53012a42dc92d88fc994c777d9 ✔️ noop SUCCESS in 0s |
6e54476
to
2bb7ac4
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/791ca427139f48fa816f7e8dbbf370e7 ✔️ noop SUCCESS in 0s |
This PR is stale because it has been for over 15 days with no activity. |
349c60d
to
36422f5
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
36422f5
to
13135c6
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/39873e8556b7429697f742dee7ccd10a ✔️ noop SUCCESS in 0s |
13135c6
to
83f2164
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1a08af4c12f842a5993e5366616c90e6 ✔️ noop SUCCESS in 0s |
name: cinder-volume-ontap-secrets | ||
type: Opaque | ||
stringData: | ||
ontap-cinder-secrets: | |
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.
instead of defining the secret here, it may make sense to extract the required information from the OSP deployment. Barbican did this for example:
oc set data secret/osp-secret "BarbicanSimpleCryptoKEK=$($CONTROLLER1_SSH "sudo python3 -c \"import configparser; c = configparser.ConfigParser(); c.read('/var/lib/config-data/puppet-generated/barbican/etc/barbican/barbican.conf'); print(c['simple_crypto_plugin']['kek'])\"")" |
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.
@tosky yeah, i think it can be extracted from OSP deployment , first we need to look at how the secrets section is populated in /var/lib/config-data/puppet-generated/cinder/etc/cinder/cinder.conf.
when: cinder_volume_backend == 'ceph' | ||
ansible.builtin.shell: | | ||
{{ shell_header }} | ||
{{ oc_header }} | ||
oc patch openstackcontrolplane openstack --type=merge --patch '{{ cinder_volume_backend_patch }}' | ||
|
||
- name: deploy podified Cinder volume with netapp NFS | ||
when: cinder_volume_backend == 'ontap' |
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.
ontap or ontap-nfs ? ontap could provide other protocols too
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.
agreed, changed it as ontap-nfs.
8cea41f
to
3a8c071
Compare
Add support cinder netapp nfs backend adoption
3a8c071
to
71df8bb
Compare
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9e9eb1cfeb49437e94d68602fdeedb36 ✔️ noop SUCCESS in 0s |
This PR is stale because it has been for over 15 days with no activity. |
Add support cinder netapp nfs backend adoption