Merge "RGW: Fix multinode deploy for ceph rgw"
This commit is contained in:
commit
77772547e2
@ -20,6 +20,8 @@ set -xe
|
|||||||
make ceph-rgw
|
make ceph-rgw
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
|
CEPH_PUBLIC_NETWORK="$(./tools/deployment/multinode/kube-node-subnet.sh)"
|
||||||
|
CEPH_CLUSTER_NETWORK="$(./tools/deployment/multinode/kube-node-subnet.sh)"
|
||||||
tee /tmp/radosgw-osh-infra.yaml <<EOF
|
tee /tmp/radosgw-osh-infra.yaml <<EOF
|
||||||
endpoints:
|
endpoints:
|
||||||
ceph_object_store:
|
ceph_object_store:
|
||||||
@ -27,8 +29,8 @@ endpoints:
|
|||||||
ceph_mon:
|
ceph_mon:
|
||||||
namespace: ceph
|
namespace: ceph
|
||||||
network:
|
network:
|
||||||
public: 172.17.0.1/16
|
public: ${CEPH_PUBLIC_NETWORK}
|
||||||
cluster: 172.17.0.1/16
|
cluster: ${CEPH_CLUSTER_NETWORK}
|
||||||
deployment:
|
deployment:
|
||||||
storage_secrets: false
|
storage_secrets: false
|
||||||
ceph: true
|
ceph: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user