diff options
| author | fumingwei <[email protected]> | 2021-06-01 16:35:09 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2021-06-01 16:35:09 +0800 |
| commit | 6bf568fcbe489ad1fb54c3d90a1f76eb7be5aaab (patch) | |
| tree | 5a08523e0c0e602c16db27bb7ee289937e80cd9e | |
| parent | a013eff4abc89a3c31a954bd8d43339bdf734d8a (diff) | |
v21.05:新增gtp_signaling_plug插件
| -rw-r--r-- | roles/firewall/files/gtp_signaling_plug-1.0.1.6e51cc4-2.el7.x86_64.rpm | bin | 0 -> 9344 bytes | |||
| -rw-r--r-- | roles/firewall/tasks/main.yml | 1 | ||||
| -rw-r--r-- | roles/sapp/templates/conflist.inf.j2 | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/roles/firewall/files/gtp_signaling_plug-1.0.1.6e51cc4-2.el7.x86_64.rpm b/roles/firewall/files/gtp_signaling_plug-1.0.1.6e51cc4-2.el7.x86_64.rpm Binary files differnew file mode 100644 index 0000000..64fbd48 --- /dev/null +++ b/roles/firewall/files/gtp_signaling_plug-1.0.1.6e51cc4-2.el7.x86_64.rpm diff --git a/roles/firewall/tasks/main.yml b/roles/firewall/tasks/main.yml index 535bc93..ef0aaef 100644 --- a/roles/firewall/tasks/main.yml +++ b/roles/firewall/tasks/main.yml @@ -31,6 +31,7 @@ - /tmp/ansible_deploy/fw_voip_plug-1.0.6.341fe83-2.el7.x86_64.rpm - /tmp/ansible_deploy/app_proto_identify-2.0.1.dd683eb-2.el7.x86_64.rpm - /tmp/ansible_deploy/gtp-1.0.3.b494fc7-2.el7.x86_64.rpm + - /tmp/ansible_deploy/gtp_signaling_plug-1.0.1.6e51cc4-2.el7.x86_64.rpm - name: "Template the tsgconf/main.conf" template: diff --git a/roles/sapp/templates/conflist.inf.j2 b/roles/sapp/templates/conflist.inf.j2 index d551223..3db2ef1 100644 --- a/roles/sapp/templates/conflist.inf.j2 +++ b/roles/sapp/templates/conflist.inf.j2 @@ -42,3 +42,4 @@ {% if tsg_access_type == 2 %} ./plug/platform/http_healthcheck/http_healthcheck.inf {% endif %} +./plug/business/gtp_signaling_plug/gtp_signaling_plug.inf |
