Commit 756a5912 by tingweiwang

Update kpl.yml

1 parent 80e01cdd
......@@ -6,33 +6,41 @@ redis_password: "seetatech"
mongo_user: "admin"
mongo_password: "admin"
mongo_host: "mongodb://{{ mongo_user }}:{{ mongo_password }}@mongodb.middleware.svc.cluster.local:27017/seetaas?authSource=admin"
harbor_host: "10.0.0.239:5000" #必须修改
kpl_service_id : "seetaas3"
kpl_realy_path: "seetaas"
kpl_db_name: "seetaas"
quota_db_name: "quota"
hb_host: 'hub.kce.ksyun.com'
iot_boolean: "false"
grafana_boolean: "false"
harbor_host: "10.0.0.239:5000" #内网harbor镜像仓库地址
kpl_service_id : "seetaas3" #金山云环境为kpl3
kpl_realy_path: "seetaas" #金山云环境为kpl
kpl_db_name: "seetaas" #金山云环境为kpl
quota_db_name: "quota"
hb_host: 'hub.kce.ksyun.com' #预处理器镜像拉取的公有仓库地址,如果是无网环境则配置与harbor_host对应的值
iot_boolean: "false"
grafana_boolean: "false"
kpl_stream: '10.0.0.239:30205' #必须修改
kpl_backend: '10.0.0.239:30180' #必须修改,用于deploy_host所需要的后端api地址
kpl_cache_path: '/data'
kpl_language: 'cn' #默认是中文,日本环境需要修改为ja。
kpl_init_token: '' #默认为空,用于初始化超级管理员等功能的token
kpl_language: 'cn' #cn是中文,日本环境需要修改为ja。
kpl_init_token: '' #默认需要配置为空,用于初始化超级管理员等功能的token
###################################################
mqtt_client_host: 'mqtt_client_host'
mqtt_host: 'mqtt_host'
mqtt_host: 'mqtt_host' #内部mqtt地址,如果不开启iot功能则不需要配置
node_grafana_url_string: 'node_grafana_url_string'
notebook_grafana_url_string: 'notebook_grafana_url_string'
disable_i18n_boolean: 'false'
use_fake_metric_string: 'use_fake_metric_string'
temp_oidc_create_boolean: 'temp_oidc_create_boolean'
disable_i18n_boolean: 'false' #默认为false 开启国际化功能,如果不需要则为true
use_fake_metric_string: 'use_fake_metric_string' #CPU,GPU,MEM 代表随机生成 cpu, gpu, mem的使用率, 可以只开启需要的类型, 以逗号分割
temp_oidc_create_boolean: 'temp_oidc_create_boolean' #默认false,如果需要开启则为true
create_from_string: 'create_from_string' #金山云自己环境是kplsso
token_endpoint_string: ' token_endpoint_string'
create_endpoint_string: 'create_endpoint_string'
client_id_string: 'client_id_string'
admin_user_string: 'admin_user_string'
admin_password_string: 'admin_password_string'
mode_type_string: 'mode_type_string'
specific_block_string: 'specific_block_string'
specific_block_weight_string: 'specific_block_weight_string'
\ No newline at end of file
token_endpoint_string: ' token_endpoint_string' #获取token的端点 "http://120.92.92.150:31306/auth/realms/master/protocol/openid-connect/token"
create_endpoint_string: 'create_endpoint_string' #创建用户的端点 "http://120.92.92.150:31306/auth/admin/realms/kpl/users"
client_id_string: 'client_id_string' #客户端id admin-cli
admin_user_string: 'admin_user_string' #管理员用户名 admin
admin_password_string: 'admin_password_string' #管理员密码 Kpl123456
mode_type_string: 'mode_type_string' # 存储块分布模式, 默认Random, Random (完全随机分配到所有存储块中), AutoDetectByBlockCapacity(根据存储块可用容量按比例分配), RandomOnSpecificBlock (手动分配), RandomOnSpecificBlockByWeight (手动分配, 根据权重随机)
# mode_type 为 RandomOnSpecificBlock时, 需要指定specific_block
specific_block_string: 'specific_block_string' # mode_type 为 RandomOnSpecificBlockByWeight时, 需要指定specific_block_weight
# 根据给定pvc_name和weight 进行分配, 格式为 pvc_name1:weight1, pvc_name2:weight2 逗号为分隔符
# 没有出现的pvc_name会被忽略, 如果没有指定任何pvc_name, 系统会初始化错误, 服务无法正确运行
# weight值最大不可以超过10000, 超过10000, 系统会初始化错误, 服务无法正确运行
# 分配规则, 当配置为pvc_name1:30, pvc_name2:100时, 规则为 pvc_name1的几率为 30/130, pvc_name2的几率为 100/130
# kpl-pvc4:100 代表所有新建存储都位于kpl-pvc4上
specific_block_weight_string: 'specific_block_weight_string'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!