Skip to content

Commit

Permalink
WIP: chore(RHIDP-3671): Run passive user groups scalability (RBAC pol…
Browse files Browse the repository at this point in the history
…icy size)

Signed-off-by: Pavel Macík <[email protected]>
  • Loading branch information
pmacik committed Oct 2, 2024
1 parent 1f0a4ea commit 1e8bb3f
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions test.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
# To override system environment variables, uncomment the variables down bellow. It will be sourced by the ci-scripts.

## Scenario
# export SCENARIO=baseline-test
export SCENARIO=mvp
# export HOST=http://localhost
# export USERS=100
# export WORKERS=5
# export DURATION=1m
export DURATION=10m
# export SPAWN_RATE=20
# export WAIT_FOR_SEARCH_INDEX=false
export WAIT_FOR_SEARCH_INDEX=false

## RHDH database population
# export PRE_LOAD_DB=true
export PRE_LOAD_DB=true
# export BACKSTAGE_USER_COUNT=1
# export GROUP_COUNT=1
# export API_COUNT=1
# export COMPONENT_COUNT=1
# export KEYCLOAK_USER_PASS=changeme
# export AUTH_PROVIDER=keycloak
# export POPULATION_CONCURRENCY=10
export KEYCLOAK_USER_PASS=V1RKb2FHSnRaR3hpVjFWTENnPT0K
export AUTH_PROVIDER=keycloak
export POPULATION_CONCURRENCY=10
# export COMPONENT_SHARD_SIZE=500

## RHDH installed via Helm
Expand Down Expand Up @@ -49,10 +49,19 @@
# export RHDH_RESOURCES_CPU_LIMITS=
# export RHDH_RESOURCES_MEMORY_REQUESTS=
# export RHDH_RESOURCES_MEMORY_LIMITS=
# export RHDH_KEYCLOAK_REPLICAS=1
export RHDH_KEYCLOAK_REPLICAS=2

## Extras
# export LOCUST_EXTRA_CMD=--debug=true
# export ARTIFACT_DIR=.artifacts
# export ENABLE_RBAC=false
export ENABLE_RBAC=true
# export ENABLE_PROFILING=false

export SCALE_WORKERS=1
export SCALE_ACTIVE_USERS_SPAWN_RATES="1:1"
export SCALE_BS_USERS_GROUPS="1:1 1:10 1:100 1:1000 1:5000 1:10000 1:15000 1:20000"
export SCALE_CATALOG_SIZES="2500:2500"
export SCALE_REPLICAS="1"
export SCALE_DB_STORAGES="10Gi"
export SCALE_CPU_REQUESTS_LIMITS=":"
export SCALE_MEMORY_REQUESTS_LIMITS=":"

0 comments on commit 1e8bb3f

Please sign in to comment.