You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if I have ODF available in the demo environment, there's no need to use nfs from OpenShit, for OpenStack control plane services or whatever else I deploy in that OpenShift cluster.
The text was updated successfully, but these errors were encountered:
The demo configures an NFS server on bastion and creates manually provisioned PVs that refer to file shares on that NFS server at
https://github.com/rh-osp-demo/dp-demo/blob/main/demo/create-cp.md#create-a-nfs-share-for-cinder
But later, the demo deploys a control plane which references ODF storage classes:
https://github.com/rh-osp-demo/dp-demo/blob/main/demo/create-cp.md#finally-create-the-openstack-control-plane
See the contents of osp-ng-ctlplane-deploy.yaml :
apiVersion: core.openstack.org/v1beta1
kind: OpenStackControlPlane
metadata:
name: openstack-galera-network-isolation
spec:
secret: osp-secret
storageClass: ocs-storagecluster-ceph-rbd
Indeed, the demo environment now includes both the predefined ODF storage classes and my new nfs storage class
But if I have ODF available in the demo environment, there's no need to use nfs from OpenShit, for OpenStack control plane services or whatever else I deploy in that OpenShift cluster.
The text was updated successfully, but these errors were encountered: