forked from rook/rook
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #758 from red-hat-storage/sync_us--master
Syncing latest changes from upstream master for rook
- Loading branch information
Showing
36 changed files
with
262 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
##################################################################### | ||
# Create an two object stores with the same set of pre-created pools | ||
# kubectl create -f two-object-one-zone-test.yaml | ||
##################################################################### | ||
--- | ||
apiVersion: ceph.rook.io/v1 | ||
kind: CephObjectRealm | ||
metadata: | ||
name: two-object-one-zone | ||
namespace: rook-ceph # namespace:cluster | ||
--- | ||
apiVersion: ceph.rook.io/v1 | ||
kind: CephObjectZoneGroup | ||
metadata: | ||
name: two-object-one-zone | ||
namespace: rook-ceph # namespace:cluster | ||
spec: | ||
realm: two-object-one-zone | ||
--- | ||
apiVersion: ceph.rook.io/v1 | ||
kind: CephObjectZone | ||
metadata: | ||
name: object-separate-pools | ||
namespace: rook-ceph # namespace:cluster | ||
spec: | ||
zoneGroup: two-object-one-zone | ||
--- | ||
apiVersion: ceph.rook.io/v1 | ||
kind: CephObjectStore | ||
metadata: | ||
name: two-object-one-zone-alpha | ||
namespace: rook-ceph # namespace:cluster | ||
spec: | ||
gateway: | ||
port: 80 | ||
instances: 1 | ||
zone: | ||
name: object-separate-pools | ||
--- | ||
apiVersion: ceph.rook.io/v1 | ||
kind: CephObjectStore | ||
metadata: | ||
name: two-object-one-zone-beta | ||
namespace: rook-ceph # namespace:cluster | ||
spec: | ||
gateway: | ||
port: 80 | ||
instances: 1 | ||
zone: | ||
name: object-separate-pools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.