Skip to content

Commit

Permalink
rook -> rook-ceph
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Henriksen <[email protected]>
  • Loading branch information
mhenriks committed Jun 5, 2020
1 parent 81f23a7 commit 3b2d725
Show file tree
Hide file tree
Showing 7 changed files with 9,330 additions and 9,989 deletions.
19,302 changes: 9,317 additions & 9,985 deletions api/openapi-spec/swagger.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions hack/cluster-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ EOF

if [[ $KUBEVIRT_PROVIDER =~ k8s-1\.17.* ]]; then
_kubectl apply -f ${KUBEVIRT_DIR}/manifests/testing/external-snapshotter
_kubectl apply -f ${KUBEVIRT_DIR}/manifests/testing/rook/common.yaml
_kubectl apply -f ${KUBEVIRT_DIR}/manifests/testing/rook/operator.yaml
_kubectl apply -f ${KUBEVIRT_DIR}/manifests/testing/rook/cluster.yaml
_kubectl apply -f ${KUBEVIRT_DIR}/manifests/testing/rook/pool.yaml
_kubectl apply -f ${KUBEVIRT_DIR}/manifests/testing/rook-ceph/common.yaml
_kubectl apply -f ${KUBEVIRT_DIR}/manifests/testing/rook-ceph/operator.yaml
_kubectl apply -f ${KUBEVIRT_DIR}/manifests/testing/rook-ceph/cluster.yaml
_kubectl apply -f ${KUBEVIRT_DIR}/manifests/testing/rook-ceph/pool.yaml

# wait for ceph
until _kubectl get cephblockpools -n rook-ceph replicapool -o jsonpath='{.status.phase}' | grep Ready; do
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b2d725

Please sign in to comment.