1.update kn 20.11.01, fix get src/dst mac
	2.update cerstore log level
	3.update packet_dump 1.0.8
This commit is contained in:
fumingwei
2020-11-11 15:03:38 +06:00
parent 6228a80f01
commit 8537488980
5 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ tfe_http_log_level: FATAL
pangu_log_level: FATAL
doh_log_level: FATAL
certstore_log_level: 30
certstore_log_level: FATAL
packet_dump_log_level: 10
#######################################

Binary file not shown.

View File

@@ -7,7 +7,7 @@
- name: "install kni rpms from localhost"
yum:
name:
- /tmp/ansible_deploy/kni-20.10.20201024.a43de2a-2.el7.x86_64.rpm
- /tmp/ansible_deploy/kni-20.11.01.308813f-2.el7.x86_64.rpm
state: present
# skip_broken: yes

View File

@@ -1,6 +1,6 @@
- name: "copy packet_dump rpm to destination server"
copy:
src: "{{ role_path }}/files/packet_dump-1.0.7.0c9be9e-2.el7.x86_64.rpm"
src: "{{ role_path }}/files/packet_dump-1.0.8.2e723ab-2.el7.x86_64.rpm"
dest: /tmp/ansible_deploy/
- name: "copy packet_dump.service to destination server"
@@ -12,7 +12,7 @@
- name: "install packet_dump rpm from localhost"
yum:
name:
- /tmp/ansible_deploy/packet_dump-1.0.7.0c9be9e-2.el7.x86_64.rpm
- /tmp/ansible_deploy/packet_dump-1.0.8.2e723ab-2.el7.x86_64.rpm
state: present
- name: "Template the packet_dump.conf"