2020-03-13 lijia update:
1-更新oam, tsg-cli模块的rpm包; 2-修改roles/oam_cli/tasks/main.yml, Templates application.properties的路径错误; 3-修改roles/oam_core/task目录名称错误,改为tasks.
This commit is contained in:
13
host_40.170/group_vars/all.yml
Normal file
13
host_40.170/group_vars/all.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
influxdb:
|
||||||
|
cluster_ip: "192.168.40.210"
|
||||||
|
|
||||||
|
consul:
|
||||||
|
datacenter: consul-xxg
|
||||||
|
dckey: "XwXLAbVN1C44dLUVJ6UL5A=="
|
||||||
|
cluster_ip: "192.168.40.210"
|
||||||
|
cluster_ethname: ens33
|
||||||
|
external_ethname: ens33
|
||||||
|
internal_ethname: ens33
|
||||||
|
|
||||||
|
mariadb:
|
||||||
|
password: 111111
|
||||||
10
host_40.170/group_vars/blade-00.yml
Normal file
10
host_40.170/group_vars/blade-00.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
influxdb:
|
||||||
|
cluster_agent: "no"
|
||||||
|
cluster_ip: "192.168.40.210"
|
||||||
|
mcn0_agent: "yes"
|
||||||
|
meta_dir: /var/lib/influxdb/meta
|
||||||
|
data_dir: /var/lib/influxdb/data
|
||||||
|
wal_dir: /var/lib/influxdb/wal-dir
|
||||||
|
|
||||||
|
grafana:
|
||||||
|
http_port: 53000
|
||||||
7
host_40.170/group_vars/cluster_server.yml
Normal file
7
host_40.170/group_vars/cluster_server.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
influxdb:
|
||||||
|
cluster_agent: "yes"
|
||||||
|
mcn0_agent: "no"
|
||||||
|
meta_dir: /var/lib/influxdb/meta
|
||||||
|
data_dir: /var/lib/influxdb/data
|
||||||
|
wal_dir: /var/lib/influxdb/wal-dir
|
||||||
|
|
||||||
48
host_40.170/hosts
Normal file
48
host_40.170/hosts
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
[all:vars]
|
||||||
|
ansible_user=root
|
||||||
|
use_chassis_hardware_sn=false
|
||||||
|
rpm_file_name=tsg-cli-1.0.14.eccfd07-1.el7.x86_64.rpm
|
||||||
|
|
||||||
|
|
||||||
|
[blade-mxn]
|
||||||
|
192.168.40.170
|
||||||
|
|
||||||
|
[blade-00]
|
||||||
|
192.168.40.166 server_ip=172.16.124.133
|
||||||
|
|
||||||
|
[blade-01]
|
||||||
|
192.168.40.167 server_ip=172.16.124.133
|
||||||
|
|
||||||
|
[blade-02]
|
||||||
|
192.168.40.168 server_ip=172.16.124.133
|
||||||
|
|
||||||
|
[blade-03]
|
||||||
|
192.168.40.169 server_ip=172.16.124.133
|
||||||
|
|
||||||
|
[sled-mxn]
|
||||||
|
192.168.40.170 SN=CBT2201925000003 mcn0_ip=192.168.40.166
|
||||||
|
|
||||||
|
[sled-mcn0]
|
||||||
|
192.168.40.166 SN=CBT2201925000003
|
||||||
|
|
||||||
|
[sled-mcn1]
|
||||||
|
192.168.40.167 SN=CBT2201925000003
|
||||||
|
|
||||||
|
[sled-mcn2]
|
||||||
|
192.168.40.168 SN=CBT2201925000003
|
||||||
|
|
||||||
|
[sled-mcn3]
|
||||||
|
192.168.40.169 SN=CBT2201925000003
|
||||||
|
|
||||||
|
[Functional_Host:children]
|
||||||
|
sled-mcn0
|
||||||
|
sled-mcn1
|
||||||
|
sled-mcn2
|
||||||
|
sled-mcn3
|
||||||
|
|
||||||
|
[tsg-all:children]
|
||||||
|
sled-mxn
|
||||||
|
sled-mcn0
|
||||||
|
sled-mcn1
|
||||||
|
sled-mcn2
|
||||||
|
sled-mcn3
|
||||||
32
install_oam_for_40.170.yml
Normal file
32
install_oam_for_40.170.yml
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
- hosts: sled-mxn
|
||||||
|
roles:
|
||||||
|
- tsg-cli-mxn
|
||||||
|
- oam_cli_agent_mxn
|
||||||
|
- oam_cli
|
||||||
|
- oam_core
|
||||||
|
- oam_snmp
|
||||||
|
|
||||||
|
- hosts: sled-mcn0
|
||||||
|
roles:
|
||||||
|
- tsg-cli-mcn0
|
||||||
|
- oam_cli_agent
|
||||||
|
|
||||||
|
- hosts: sled-mcn1
|
||||||
|
roles:
|
||||||
|
- tsg-cli-mcn1
|
||||||
|
- oam_cli_agent
|
||||||
|
|
||||||
|
- hosts: sled-mcn2
|
||||||
|
roles:
|
||||||
|
- tsg-cli-mcn2
|
||||||
|
- oam_cli_agent
|
||||||
|
|
||||||
|
- hosts: sled-mcn3
|
||||||
|
roles:
|
||||||
|
- tsg-cli-mcn3
|
||||||
|
- oam_cli_agent
|
||||||
|
|
||||||
|
- hosts: sled-mxn
|
||||||
|
roles:
|
||||||
|
- oam_core_start
|
||||||
4
lijia_update_note.txt
Normal file
4
lijia_update_note.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
2020-03-13 lijia update
|
||||||
|
1-<2D><><EFBFBD><EFBFBD>oam, tsg-cliģ<69><C4A3><EFBFBD><EFBFBD>rpm<70><6D>
|
||||||
|
2-<2D><EFBFBD>roles/oam_cli/tasks/main.yml, Templates application.properties<65><73>·<EFBFBD><C2B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
|
||||||
|
3-<2D><EFBFBD>roles/oam_core/taskĿ¼<C4BF><C2BC><EFBFBD>ƴ<EFBFBD><C6B4><EFBFBD>Ϊtasks.
|
||||||
Binary file not shown.
@@ -12,5 +12,5 @@
|
|||||||
- name: "Templates application.properties"
|
- name: "Templates application.properties"
|
||||||
template:
|
template:
|
||||||
src: "{{role_path}}/templates/application.properties.j2"
|
src: "{{role_path}}/templates/application.properties.j2"
|
||||||
dest: /opt/tsg/oam_cli/application.properties
|
dest: /opt/tsg/cli/application.properties
|
||||||
tags: template
|
tags: template
|
||||||
|
|||||||
Binary file not shown.
@@ -11,7 +11,8 @@
|
|||||||
|
|
||||||
- name: "bak snmpd.conf"
|
- name: "bak snmpd.conf"
|
||||||
shell: cp -rf /usr/share/snmp/snmpd.conf /usr/share/snmp/snmpd.conf_origin
|
shell: cp -rf /usr/share/snmp/snmpd.conf /usr/share/snmp/snmpd.conf_origin
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
- name: "Templates snmpd.conf"
|
- name: "Templates snmpd.conf"
|
||||||
template:
|
template:
|
||||||
src: "{{role_path}}/templates/snmpd.conf"
|
src: "{{role_path}}/templates/snmpd.conf"
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,8 @@
|
|||||||
|
---
|
||||||
- name: "copy oam_core.rpm to destination server"
|
- name: "copy oam_core.rpm to destination server"
|
||||||
copy:
|
synchronize:
|
||||||
src: "{{ role_path }}/files/"
|
src: "{{ role_path }}/files/oam_core-1.0-1.0.x86_64.rpm"
|
||||||
dest: /tmp
|
dest: "/tmp/"
|
||||||
|
|
||||||
- name: "install oam_core"
|
- name: "install oam_core"
|
||||||
yum:
|
yum:
|
||||||
Binary file not shown.
@@ -9,10 +9,10 @@
|
|||||||
- /tmp/oam_snmp-1.0-1.0.x86_64.rpm
|
- /tmp/oam_snmp-1.0-1.0.x86_64.rpm
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: "Templates application-centos2.properties"
|
- name: "Templates application.properties"
|
||||||
template:
|
template:
|
||||||
src: "{{role_path}}/templates/application.properties.j2"
|
src: "{{role_path}}/templates/application.properties.j2"
|
||||||
dest: /opt/tsg/oam_snmp/application.properties
|
dest: /opt/tsg/snmp/application.properties
|
||||||
tags: template
|
tags: template
|
||||||
|
|
||||||
- name: "Start oam_snmp"
|
- name: "Start oam_snmp"
|
||||||
@@ -30,8 +30,9 @@
|
|||||||
dest: /etc/snmp/snmpd.conf
|
dest: /etc/snmp/snmpd.conf
|
||||||
tags: template
|
tags: template
|
||||||
|
|
||||||
- name: "Start snmpd"
|
#- name: "Start snmpd"
|
||||||
systemd:
|
# systemd:
|
||||||
name: snmpd
|
# name: snmpd
|
||||||
state: restarted
|
# state: restarted
|
||||||
enabled: yes
|
# enabled: yes
|
||||||
|
# ignore_errors: yes
|
||||||
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
[all:vars]
|
[all:vars]
|
||||||
ansible_user=root
|
ansible_user=root
|
||||||
use_chassis_hardware_sn=true
|
use_chassis_hardware_sn=true
|
||||||
rpm_file_name=tsg-cli-1.0.13.c6d5037-1.el7.x86_64.rpm
|
rpm_file_name=tsg-cli-1.0.14.eccfd07-1.el7.x86_64.rpm
|
||||||
|
|
||||||
[cluster_server]
|
[cluster_server]
|
||||||
172.16.124.134
|
172.16.124.134
|
||||||
|
|||||||
62
uninstall_oam_for_40.170.yml
Normal file
62
uninstall_oam_for_40.170.yml
Normal file
@@ -0,0 +1,62 @@
|
|||||||
|
---
|
||||||
|
- hosts: tsg-all
|
||||||
|
tasks:
|
||||||
|
- name: "stop tsg-monitor service"
|
||||||
|
service:
|
||||||
|
name: tsg-monitor
|
||||||
|
state: stopped
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
|
- name: "stop oam_core service"
|
||||||
|
service:
|
||||||
|
name: oam_core
|
||||||
|
state: stopped
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
|
- name: "stop oam_snmp service"
|
||||||
|
service:
|
||||||
|
name: oam_snmp
|
||||||
|
state: stopped
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
|
- name: "stop oam_cli_agent_mxn service"
|
||||||
|
service:
|
||||||
|
name: oam_cli_agent_mxn
|
||||||
|
state: stopped
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
|
- name: "stop oam_cli_agent service"
|
||||||
|
service:
|
||||||
|
name: oam_cli_agent
|
||||||
|
state: stopped
|
||||||
|
ignore_errors: yes
|
||||||
|
|
||||||
|
- name: "uninstall tsg-cli"
|
||||||
|
yum:
|
||||||
|
name: "tsg-cli"
|
||||||
|
state: absent
|
||||||
|
|
||||||
|
- name: "uninstall oam_cli_agent"
|
||||||
|
yum:
|
||||||
|
name: "oam_cli_agent"
|
||||||
|
state: absent
|
||||||
|
|
||||||
|
- name: "uninstall oam_core"
|
||||||
|
yum:
|
||||||
|
name: "oam_core"
|
||||||
|
state: absent
|
||||||
|
|
||||||
|
- name: "uninstall oam_snmp"
|
||||||
|
yum:
|
||||||
|
name: "oam_snmp"
|
||||||
|
state: absent
|
||||||
|
|
||||||
|
- name: "uninstall oam_cli"
|
||||||
|
yum:
|
||||||
|
name: "oam_cli"
|
||||||
|
state: absent
|
||||||
|
|
||||||
|
- name: "uninstall oam_cli_agent_mxn"
|
||||||
|
yum:
|
||||||
|
name: "oam_cli_agent_mxn"
|
||||||
|
state: absent
|
||||||
Reference in New Issue
Block a user