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 enabled: 1
tfe: tfe:
nr_threads: 16 nr_threads: 16
kni_ip: 192.168.100.1
mc_cache_eth: ens1.100 mc_cache_eth: ens1.100
keykeeper: keykeeper:
mode: "normal" mode: "normal"

View File

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

View File

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

View File

@@ -54,6 +54,7 @@ kni:
enabled: 1 enabled: 1
tfe: tfe:
nr_threads: 32 nr_threads: 32
mc_cache_eth: ens1.100
keykeeper: keykeeper:
mode: "normal" mode: "normal"
no_cache: 0 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/ breakpad_upload_url=http://127.0.0.1:9000/
[kni] [kni]
ip={{ tfe.kni_ip }} ip=192.168.100.1
scm_port=2475 scm_port=2475
watchdog_switch=1 watchdog_switch=1
watchdog_port=2476 watchdog_port=2476

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

Binary file not shown.