Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
ksy-project-docking
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d6aefa0c
authored
Jan 20, 2021
by
tingweiwang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete all.yml
1 parent
9228b942
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
51 deletions
kpl_replace_cfg/environments/ksy/group_vars/all.yml
kpl_replace_cfg/environments/ksy/group_vars/all.yml
deleted
100644 → 0
View file @
9228b94
ENV
:
ksy
#必须修改
TMP_RESOURCE
:
/root
DEBS_SRC_FILES
:
"
{{
TMP_RESOURCE
}}/debs-apt-1804.tar.gz"
#如果系统是1604,无网环境下则修改为debs-apt-1604.tar.gz
BASE_K8S_DIR
:
/opt/kubernetes
KPL_WORKSPACE
:
/workspace/seetaas
DEBS_TMP_PATH
:
/tmp
DEBS_DST_FILES
:
"
{{
DEBS_TMP_PATH}}/data/apt-1804/debs"
HARBOR_HOST
:
10.0.0.239:5000
#必须修改
BOOTSTRAP_TOKEN
:
92c068405aa491239b56140ea6b3b44b
ANSIBLE_WORKSPACE
:
/root/seetaas-deploy
NEW_HARBOR_IP
:
10.0.0.239
#必须修改
HARBOR_PASSWD
:
admin
HARBOR_USER
:
admin
HARBOR_AUTH_TOKEN
:
YWRtaW46YWRtaW4=
NFS_SERVER
:
10.0.0.239
#必须修改
NFS_PATH
:
/data/storage/
#必须修改
NFS_2_SERVER
:
10.0.0.239
#必须修改
NFS_2_PATH
:
/data/storage/
#必须修改
NFS_3_SERVER
:
10.0.0.239
#必须修改
NFS_3_PATH
:
/data/storage/
#必须修改
TMP_NODES
:
"
{%
for
h
in
groups['etcd']
%}{{
hostvars[h]['NODE_NAME']
}}=https://{{
h
}}:2380,{%
endfor
%}"
ETCD_NODES
:
"
{{
TMP_NODES.rstrip(',')
}}"
TMP_FLANNEL_EP
:
"
{%
for
h
in
groups['etcd']
%}https://{{
h
}}:2379,{%
endfor
%}"
FLANNEL_ETCD_EP
:
"
{{
TMP_FLANNEL_EP.rstrip(',')
}}"
MASTER_IP
:
"
{%
for
h
in
groups['master']
%}{{
h
}}{%
endfor
%}"
#用于kubelet roles中生成.kube/config文件需要的master节点ip地址。
IMAGE_PATH
:
/root/images
HARBOR_PROJECT
:
[
"
k8s"
,
"
kpl_k8s"
,
"
core"
,
"
seetaas"
,
"
autodl"
,
"
autodl_workspace"
]
IMAGE_LIST
:
[
"
hub.kce.ksyun.com/aivc/volcanosh/vc-scheduler:latest"
,
"
hub.kce.ksyun.com/aivc/volcanosh/vc-webhook-manager:latest"
,
"
hub.kce.ksyun.com/aivc/volcanosh/vc-controller-manager:latest"
,
"
hub.kce.ksyun.com/kpl_k8s/ubuntu-basic:16.04"
,
"
hub.kce.ksyun.com/kpl_k8s/cuda:10.0-base-ubuntu16.04"
,
"
hub.kce.ksyun.com/kpl_k8s/busybox:1.28.3"
,
"
hub.kce.ksyun.com/kpl_k8s/coredns:1.5.0"
,
"
hub.kce.ksyun.com/kpl_k8s/k8s-device-plugin:1.0.0-beta4"
,
"
hub.kce.ksyun.com/kpl_k8s/nginx:latest"
,
"
hub.kce.ksyun.com/kpl_k8s/pause-amd64:3.0"
,
"
hub.kce.ksyun.com/kpl_k8s/core_gpu_base:cuda-10.0-base-neuware-mlu270-1.3.0-ubuntu18.04"
,
"
hub.kce.ksyun.com/kpl_k8s/eclipse-mosquitto:latest"
,
"
hub.kce.ksyun.com/kpl_k8s/mongo:4.0.10"
,
"
hub.kce.ksyun.com/kpl_k8s/redis:5.0.6"
,
"
hub.kce.ksyun.com/kpl_k8s/mysql:5.7.28"
]
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment