apiVersion: "k8s.cni.cncf.io/v1" kind: NetworkAttachmentDefinition metadata: name: ceph-external-net namespace: openshift-storage spec: config: |- { "cniVersion": "0.3.1", "type": "macvlan", "mode": "bridge", "master": "storage", "ipam": { "ipRanges": [ {"range": "10.153.39.0/24", "range_start" : "10.153.39.220", "range_end" : "10.153.39.247"} ], "type": "whereabouts" } }