diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-08-10 11:25:11 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-08-18 09:13:08 +0000 |
commit | 5041eb2f128eb2c9bb3c1715a4442fa5605eee6e (patch) | |
tree | 4b14df02bc2cd4164c222685fb699e9d4a9c99ce /examples/storage-zte-pod4/results/opnfv-pod-20170810-1120/192.0.2.10/sysinfo-192.0.2.10 | |
parent | 17209935c79e52f763aa41fd5da8a3c0f847e994 (diff) |
Add example storage benchmarking project running on zte-pod4
TODO: add project generator for storage benchmarking
Change-Id: Ibed1e1ce2fc3948b08564f19b6bc680c88bf039a
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'examples/storage-zte-pod4/results/opnfv-pod-20170810-1120/192.0.2.10/sysinfo-192.0.2.10')
-rw-r--r-- | examples/storage-zte-pod4/results/opnfv-pod-20170810-1120/192.0.2.10/sysinfo-192.0.2.10/ceph.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/storage-zte-pod4/results/opnfv-pod-20170810-1120/192.0.2.10/sysinfo-192.0.2.10/ceph.conf b/examples/storage-zte-pod4/results/opnfv-pod-20170810-1120/192.0.2.10/sysinfo-192.0.2.10/ceph.conf new file mode 100644 index 00000000..c751d5be --- /dev/null +++ b/examples/storage-zte-pod4/results/opnfv-pod-20170810-1120/192.0.2.10/sysinfo-192.0.2.10/ceph.conf @@ -0,0 +1,12 @@ + +[global] +fsid = a0b59050-4af7-4608-8a95-eeeb113b56d2 +osd_pool_default_min_size = 1 +mon_initial_members = overcloud-controller-0 +mon_host = 12.0.0.29 +cluster_network = 12.0.0.21/24 +public_network = 12.0.0.21/24 +auth_cluster_required = cephx +auth_service_required = cephx +auth_client_required = cephx +auth_supported = cephx |