update deploy.yml

This commit is contained in:
zhangzh
2020-01-17 01:18:04 +08:00
parent 19317a1e47
commit ab27775a69
10 changed files with 7 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -60,7 +60,6 @@ kni:
enabled: 1
tfe:
nr_threads: 16
kni_ip: 192.168.100.1
mc_cache_eth: ens1.100
keykeeper:
mode: "normal"

View File

@@ -60,6 +60,7 @@ kni:
enabled: 1
tfe:
nr_threads: 16
mc_cache_eth: ens1.100
keykeeper:
mode: "normal"
no_cache: 0

View File

@@ -7,7 +7,9 @@
roles:
- tsg-env-mcn0
- mrzcpd
- sapp
- kni
- firewall
- certstore
- hosts: blade-01
@@ -36,6 +38,8 @@
roles:
- mrzcpd
- framework
- sapp
- kni
- firewall
- certstore
- tfe

View File

@@ -54,6 +54,7 @@ kni:
enabled: 1
tfe:
nr_threads: 32
mc_cache_eth: ens1.100
keykeeper:
mode: "normal"
no_cache: 0

BIN
roles/.DS_Store vendored Normal file

Binary file not shown.

BIN
roles/sapp/.DS_Store vendored Normal file

Binary file not shown.

BIN
roles/tfe/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -6,7 +6,7 @@ breakpad_minidump_dir=/run/tfe/crashreport/
breakpad_upload_url=http://127.0.0.1:9000/
[kni]
ip={{ tfe.kni_ip }}
ip=192.168.100.1
scm_port=2475
watchdog_switch=1
watchdog_port=2476

BIN
roles/tsg-env-mcn0/.DS_Store vendored Normal file

Binary file not shown.