inspursoft / board-installer

2 stars 2 forks source link

calico was not installed #15

Open tmon546596046 opened 3 years ago

tmon546596046 commented 3 years ago

the all.yml is:

# port
port: 8080
# virtual IP
virtualIP: 10.110.25.100
#virtual ID
virtualID: 233

# board release installat package
board_package: /root/board-offline-installer-1.0-575-g8a881af.tgz

registry_port: 5000

#The IP address, port number and SSH service port number to access an external Gogit server
#
##The IP address, port number and trigger job's token to access an external Jenkins server
jenkins_node_ip: 10.110.25.226
jenkins_node_ssh_port: 22
jenkins_node_username: root
jenkins_node_password: 123456a?
jenkins_node_volume: /data/jenkins_node
#
#
#sh file dir
shfile_dir: /var/lib/sh
docker_image_dir: /var/lib/dockerimages
registry_sh: registry.sh
tmp: /

#docker install directory
docker_dir: /data/docker

# nfs export directroy
nfs_dir: /data/nfs

#heapster_nodeport from 30000 to 32767
heapster_influxip: 10.254.0.100
heapster_nodeport: 31888

install_package: /tmp/ansible

credential_private_key:

arch: pause-arm64

kubeedge_version: v1.3.1
#kubernetesVersion: v1.18.3
kubernetesVersion: v1.20.5
coredns: 1.7.0
etcd_version: 3.4.13-0
flannel_version: v0.11.0-amd64

virt_ip: 192.168.122.200

# select k8s network: flannel or calico
#k8s_network: flannel
k8s_network: calico

flag: Ready

gitlab_root_passwd: 123456a?
tmon546596046 commented 3 years ago

hosts file is

[masters]
b28r488cs03-in-f2
[etcd]
b28r488cs03-in-f2
[nodes]
b28r488cs01-in-f2
b28r488cs02-in-f2
[board]
b28r488cs03-in-f2
[nfs-server]
b28r488cs03-in-f2
[registry]
b28r488cs03-in-f2

[jenkins_node]

[edges]

[gitlab]