milvus/tests/python_client/scale/constants.py
ThreadDao 55e62cc7ff
[skip ci] Update scale data node test (#12879)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-12-07 15:53:03 +08:00

18 lines
667 B
Python

# scale object
IMAGE_REPOSITORY = "harbor.zilliz.cc/milvus/milvus" # repository of milvus image
IMAGE_TAG = "master-20211207-4cd314d" # tag of milvus image
NAMESPACE = "chaos-testing" # namespace
IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent
ALWAYS = "Always" # image pullPolicy Always
PROXY = "proxy" # key proxy
DATA_NODE = "dataNode" # key dataNode
INDEX_NODE = "indexNode" # key indexNode
QUERY_NODE = "queryNode" # key queryNode
# my values.yaml path
MILVUS_CHART_ENV = 'MILVUS_CHART_ENV' # env of milvus chart path
MILVUS_LOGS_PATH = '/tmp/milvus' # path of milvus pod logs
# default scale config
DEFAULT_RELEASE_PREFIX = "scale"