Skip to content

Commit

Permalink
Increase ceph pod resources for tempest
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Pantano <[email protected]>
  • Loading branch information
fmount committed Feb 28, 2024
1 parent 6781c16 commit 4b0d696
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OPENSTACK_OPERATOR="openstack-operator"
BASE_DIR=${HOME:-"/alabama"}
NS_SERVICES=${NS_SERVICES:-"openstack"}
export CEPH_HOSTNETWORK=${CEPH_HOSTNETWORK:-"true"}
export CEPH_DATASIZE=${CEPH_DATASIZE:="2Gi"}
export CEPH_DATASIZE=${CEPH_DATASIZE:="8Gi"}
export CEPH_TIMEOUT=${CEPH_TIMEOUT:="90"}

# We don't want to use OpenShift-CI build cluster namespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ref:
default: "true"
documentation: When enabled, allow to bind the pod to the hostnetwork of the worker node.
- name: CEPH_DATASIZE
default: "2Gi"
default: "8Gi"
documentation: Ceph volumes data size.
- name: CEPH_TIMEOUT
default: "90"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ META_OPERATOR="openstack-operator"
ORG="openstack-k8s-operators"
# Export Ceph options for tests that call 'make ceph'
export CEPH_HOSTNETWORK=${CEPH_HOSTNETWORK:-"true"}
export CEPH_DATASIZE=${CEPH_DATASIZE:="2Gi"}
export CEPH_DATASIZE=${CEPH_DATASIZE:="8Gi"}
export CEPH_TIMEOUT=${CEPH_TIMEOUT:="90"}

# We don't want to use OpenShift-CI build cluster namespace
Expand Down

0 comments on commit 4b0d696

Please sign in to comment.