升级wangw版本为1.2.1
This commit is contained in:
Binary file not shown.
BIN
roles/wangw/files/rpm/libwangw-1.2.1.cb66dda-2.el7.x86_64.rpm
Normal file
BIN
roles/wangw/files/rpm/libwangw-1.2.1.cb66dda-2.el7.x86_64.rpm
Normal file
Binary file not shown.
@@ -20,7 +20,7 @@
|
|||||||
- name: "Template the wire_graft.inf"
|
- name: "Template the wire_graft.inf"
|
||||||
template:
|
template:
|
||||||
src: "{{ role_path }}/templates/wire_graft.inf.j2"
|
src: "{{ role_path }}/templates/wire_graft.inf.j2"
|
||||||
dest: /home/mesasoft/sapp_wannat/plug/platform/wire_graft/wire_graft.inf
|
dest: /home/mesasoft/sapp_run/plug/platform/wire_graft/wire_graft.inf
|
||||||
tags: template
|
tags: template
|
||||||
|
|
||||||
- name: "Template the wire_graft.conf"
|
- name: "Template the wire_graft.conf"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ wangw_global:
|
|||||||
toroad_server_ip: "192.168.40.134"
|
toroad_server_ip: "192.168.40.134"
|
||||||
|
|
||||||
rpm_files:
|
rpm_files:
|
||||||
wangw_rpm_file: "libwangw-1.2.0.7322d17-2.el7.x86_64.rpm"
|
wangw_rpm_file: "libwangw-1.2.1.cb66dda-2.el7.x86_64.rpm"
|
||||||
wire_graft_rpm_file: "libwire_graft-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
wire_graft_rpm_file: "libwire_graft-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
||||||
wire_graft_devel_rpm_file: "libwire_graft-devel-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
wire_graft_devel_rpm_file: "libwire_graft-devel-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
||||||
toroad_rpm_file: "toroad-1.1.11.b0562a5-2.el7.x86_64.rpm"
|
toroad_rpm_file: "toroad-1.1.11.b0562a5-2.el7.x86_64.rpm"
|
||||||
|
|||||||
26
xxg_module_test_env/group_vars/all.yml
Normal file
26
xxg_module_test_env/group_vars/all.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
wangw_global:
|
||||||
|
wangw:
|
||||||
|
NAT_GW_tunnel_device: "enp8s0"
|
||||||
|
NAT_GW_tunnel_ip: "192.168.40.133"
|
||||||
|
NAT_GW_tunnel_listen_port: 3544
|
||||||
|
NAT_GW_tunnel_remote_port: 3544
|
||||||
|
redis_server_ip: "192.168.44.3"
|
||||||
|
redis_server_port: 7002
|
||||||
|
redis_index: 0
|
||||||
|
|
||||||
|
toroad:
|
||||||
|
redis_server_ip: "192.168.44.3"
|
||||||
|
redis_server_port: 7002
|
||||||
|
redis_index: 0
|
||||||
|
|
||||||
|
wiregraft:
|
||||||
|
identification_by_which_device: "enp8s0"
|
||||||
|
toroad_server_ip: "192.168.40.133"
|
||||||
|
toroad_server_port: "8888"
|
||||||
|
|
||||||
|
rpm_files:
|
||||||
|
wangw_rpm_file: "libwangw-1.2.1.cb66dda-2.el7.x86_64.rpm"
|
||||||
|
wire_graft_rpm_file: "libwire_graft-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
||||||
|
wire_graft_devel_rpm_file: "libwire_graft-devel-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
||||||
|
toroad_rpm_file: "toroad-1.1.11.b0562a5-2.el7.x86_64.rpm"
|
||||||
|
|
||||||
12
xxg_module_test_env/hosts.xxg
Normal file
12
xxg_module_test_env/hosts.xxg
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[all:vars]
|
||||||
|
ansible_user=root
|
||||||
|
install_sapp=false
|
||||||
|
install_device_sn=false
|
||||||
|
install_device_tag=false
|
||||||
|
|
||||||
|
[wangw]
|
||||||
|
192.168.40.21
|
||||||
|
|
||||||
|
[toroad]
|
||||||
|
192.168.40.133
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ wangw_global:
|
|||||||
toroad_server_port: "8888"
|
toroad_server_port: "8888"
|
||||||
|
|
||||||
rpm_files:
|
rpm_files:
|
||||||
wangw_rpm_file: "libwangw-1.2.0.7322d17-2.el7.x86_64.rpm"
|
wangw_rpm_file: "libwangw-1.2.1.cb66dda-2.el7.x86_64.rpm"
|
||||||
wire_graft_rpm_file: "libwire_graft-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
wire_graft_rpm_file: "libwire_graft-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
||||||
wire_graft_devel_rpm_file: "libwire_graft-devel-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
wire_graft_devel_rpm_file: "libwire_graft-devel-1.2.0.7fdacbc-2.el7.x86_64.rpm"
|
||||||
toroad_rpm_file: "toroad-1.1.11.b0562a5-2.el7.x86_64.rpm"
|
toroad_rpm_file: "toroad-1.1.11.b0562a5-2.el7.x86_64.rpm"
|
||||||
|
|||||||
Reference in New Issue
Block a user