On early upgrades mr5.5->mr6.5 GTID was not reconfigured on the very first upgraded node... It is a test to ensure we have covered all the upgrade scenarios. Change-Id: I40433f536402c52b582911fc18bd4021ed050bbf (cherry picked from commitchanges/75/32775/11f7ebd90d0) (cherry picked from commit0cebec3d5e) (cherry picked from commit93d8009a8a)
parent
44eb225b50
commit
db84cecb60
@ -0,0 +1,23 @@
|
||||
[%
|
||||
hostname = ngcp.get_hostname();
|
||||
|
||||
is_proxy = ngcp.has_role(hostname, 'proxy');
|
||||
-%]
|
||||
command:
|
||||
|
||||
grep using_gtid=2 /ngcp-data/mysql/master.info:
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- "/using_gtid=2/"
|
||||
stderr: []
|
||||
timeout: 10000
|
||||
|
||||
[% IF general.ngcp_type == 'carrier' && is_proxy -%]
|
||||
grep using_gtid=2 /ngcp-data/mysql2/master-db01*.info:
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- "/using_gtid=2/"
|
||||
stderr: []
|
||||
timeout: 10000
|
||||
|
||||
[% END -%]
|
||||
Loading…
Reference in new issue