diff --git a/roles/firewall/files/app_control_plug-1.0.6.fc7be94-2.el7.x86_64.rpm b/roles/firewall/files/app_control_plug-1.0.6.fc7be94-2.el7.x86_64.rpm new file mode 100644 index 0000000..fafb605 Binary files /dev/null and b/roles/firewall/files/app_control_plug-1.0.6.fc7be94-2.el7.x86_64.rpm differ diff --git a/roles/firewall/files/capture_packet_plug-3.0.5.ce75d52-2.el7.x86_64.rpm b/roles/firewall/files/capture_packet_plug-3.0.5.ce75d52-2.el7.x86_64.rpm new file mode 100644 index 0000000..6ac2e62 Binary files /dev/null and b/roles/firewall/files/capture_packet_plug-3.0.5.ce75d52-2.el7.x86_64.rpm differ diff --git a/roles/firewall/tasks/main.yml b/roles/firewall/tasks/main.yml index 70c5690..ee97f6a 100644 --- a/roles/firewall/tasks/main.yml +++ b/roles/firewall/tasks/main.yml @@ -11,7 +11,7 @@ skip_broken: yes vars: fw_packages: - - /tmp/ansible_deploy/capture_packet_plug-3.0.4.42574b7-2.el7.x86_64.rpm + - /tmp/ansible_deploy/capture_packet_plug-3.0.5.ce75d52-2.el7.x86_64.rpm - /tmp/ansible_deploy/conn_telemetry-1.0.2.8d6da43-2.el7.x86_64.rpm - /tmp/ansible_deploy/dns-2.0.9.b639626-2.el7.x86_64.rpm - /tmp/ansible_deploy/ftp-1.0.8.13d5fda-2.el7.x86_64.rpm @@ -26,6 +26,7 @@ - /tmp/ansible_deploy/quic-1.1.12.409501c-2.el7.x86_64.rpm - /tmp/ansible_deploy/ssl-1.0.9.69f3742-2.el7.x86_64.rpm - /tmp/ansible_deploy/tsg_conn_sketch-2.0.9.bc6f00e-2.el7.x86_64.rpm + - /tmp/ansible_deploy/app_control_plug-1.0.6.fc7be94-2.el7.x86_64.rpm - name: "Template the tsgconf/main.conf" template: diff --git a/roles/firewall/templates/main.conf.j2 b/roles/firewall/templates/main.conf.j2 index e5e5742..a808068 100644 --- a/roles/firewall/templates/main.conf.j2 +++ b/roles/firewall/templates/main.conf.j2 @@ -20,6 +20,10 @@ LOG_LEVEL={{ fw_dns_log_level }} LOG_PATH="./tsglog/fw_quic_plug/fw_quic_plug" LOG_LEVEL={{ fw_quic_log_level }} +[CONTROL_PLUG] +LOG_PATH="./tsglog/app_control_plug/app_control_plug" +LOG_LEVEL={{ app_control_log_level }} + [MAAT] PROFILE="./tsgconf/maat.conf" SUBSCRIBER_ID_TABLE="TSG_OBJ_SUBSCRIBER_ID" diff --git a/roles/kni/files/kni-20.11.03.8b13689-2.el7.x86_64.rpm b/roles/kni/files/kni-20.11.03.8b13689-2.el7.x86_64.rpm new file mode 100644 index 0000000..dc9ea30 Binary files /dev/null and b/roles/kni/files/kni-20.11.03.8b13689-2.el7.x86_64.rpm differ diff --git a/roles/kni/tasks/main.yml b/roles/kni/tasks/main.yml index 4ca9f4d..795bdd6 100644 --- a/roles/kni/tasks/main.yml +++ b/roles/kni/tasks/main.yml @@ -7,7 +7,7 @@ - name: "install kni rpms from localhost" yum: name: - - /tmp/ansible_deploy/kni-20.11.02.f6d1080-2.el7.x86_64.rpm + - /tmp/ansible_deploy/kni-20.11.03.8b13689-2.el7.x86_64.rpm state: present # skip_broken: yes diff --git a/roles/sapp/files/sapp-4.2.7.5f789f6-2.el7.x86_64.rpm b/roles/sapp/files/sapp-4.2.7.5f789f6-2.el7.x86_64.rpm new file mode 100644 index 0000000..b39b7c8 Binary files /dev/null and b/roles/sapp/files/sapp-4.2.7.5f789f6-2.el7.x86_64.rpm differ diff --git a/roles/sapp/tasks/main.yml b/roles/sapp/tasks/main.yml index 10c7594..ad196dd 100644 --- a/roles/sapp/tasks/main.yml +++ b/roles/sapp/tasks/main.yml @@ -13,7 +13,7 @@ - name: "install sapp rpms from localhost" yum: name: - - /tmp/ansible_deploy/sapp-4.2.6.cd822b1-2.el7.x86_64.rpm + - /tmp/ansible_deploy/sapp-4.2.7.5f789f6-2.el7.x86_64.rpm state: present skip_broken: yes diff --git a/roles/tsg_master/files/tsg_master-3.3.11.e24de3c-2.el7.x86_64.rpm b/roles/tsg_master/files/tsg_master-3.3.11.e24de3c-2.el7.x86_64.rpm new file mode 100644 index 0000000..346b3bc Binary files /dev/null and b/roles/tsg_master/files/tsg_master-3.3.11.e24de3c-2.el7.x86_64.rpm differ diff --git a/roles/tsg_master/tasks/main.yml b/roles/tsg_master/tasks/main.yml index dbb90fb..971054e 100644 --- a/roles/tsg_master/tasks/main.yml +++ b/roles/tsg_master/tasks/main.yml @@ -6,6 +6,6 @@ - name: "install tsg_master from localhost" yum: name: - - /tmp/ansible_deploy/tsg_master-3.3.8.7a5aea4-2.el7.x86_64.rpm + - /tmp/ansible_deploy/tsg_master-3.3.11.e24de3c-2.el7.x86_64.rpm state: present skip_broken: yes