Commit 5a6d8684 authored by lujianqiang's avatar lujianqiang

initialization fe_console project

parents
```
Name:
fe_packet
```
```
Prerequisites:
python3>=python3.6
cachetools==4.2.2
certifi==2021.5.30
certmanager==1.5.1
charset-normalizer==2.0.4
click==8.0.1
dataclasses==0.8
Flask==2.0.1
google-auth==1.34.0
idna==3.2
importlib-metadata==4.6.3
itsdangerous==2.0.1
Jinja2==3.0.1
kubernetes==17.17.0
MarkupSafe==2.0.1
oauthlib==3.1.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-dateutil==2.8.2
PyYAML==5.4.1
rancher==2.6.3
requests==2.26.0
requests-oauthlib==1.3.0
rsa==4.7.2
six==1.16.0
some-package==0.1
typing-extensions==3.10.0.0
urllib3==1.26.6
websocket-client==1.1.0
Werkzeug==2.0.1
zipp==3.5.0
```
```
Setup:
installer host:
python3 setup.py install --scene tc_installer
node host:
python3 setup.py install --scene tc_manager
```
```
Cmds:
installer host:
tc_installer --help
tc_remove Remove all installed package in setup step
node host:
tc_manager --help
tc_remove Remove all installed package in setup step
```
name: haproxy
haproxy_version: 1.5.18-9
rpm_version: 1.5.18-9.el7_9.1.x86_64
deps:
- haproxy
#deploy second phase
install:
cmds:
- cmd: "python3 %(tc_cluster_path)s/kubernetes_apps/haproxy/haproxy_start.py*"
\ No newline at end of file
name: keepalived
keepalived_version: 1.3.5-19
rpm_version: 1.3.5-19.el7.x86_64
deps:
- keepalived
#deploy second phase
install:
cmds:
- cmd: "python3 %(tc_cluster_path)s/kubernetes_apps/keepalived/keepalived_start.py*"
\ No newline at end of file
name: kubevirt
kubevirt_version: v0.45.0
virtvnc_version: v0.1
install:
cmds:
- cmd: "python3 %(tc_cluster_path)s/kubernetes_apps/kubevirt/kubevirt_install.py*"
name: nvidia_gpu
nvidia_device_plugin: v0.10.0
install:
cmds:
- cmd: "python3 %(tc_cluster_path)s/kubernetes_apps/nvidia_gpu/nvidia_gpu_manager.py* install \
--nvidia-driver %(tc_cluster_path)s/kubernetes_apps/nvidia_gpu/*.run"
@reboot /usr/local/bin/start_ha.sh
apiVersion: projectcalico.org/v3
kind: IPPool
metadata:
name: example
spec:
blockSize: 26
cidr: 10.10.10.0/24
ipipMode: Always
natOutgoing: true
nodeSelector: all()
vxlanMode: Never
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment