-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from fmherschel/angi-ScaleOut-newComparators
Angi scale out new comparators
- Loading branch information
Showing
40 changed files
with
1,227 additions
and
893 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"test": "freeze_prim_master_nfs", | ||
"name": "freeze sap hana nfs on primary master node", | ||
"start": "step10", | ||
"steps": [ | ||
{ | ||
"step": "step10", | ||
"name": "test prerequitsites", | ||
"next": "step20", | ||
"loop": 1, | ||
"wait": 1, | ||
"post": "shell test_freeze_prim_master_nfs", | ||
"pSite": "pSiteUp", | ||
"sSite": "sSiteUp", | ||
"pHost": "pHostUp", | ||
"sHost": "sHostUp" | ||
}, | ||
{ | ||
"step": "step20", | ||
"name": "failure detected", | ||
"next": "step30", | ||
"loop": 120, | ||
"wait": 2, | ||
"pSite": [ | ||
"srr == P", | ||
"lpt >~ 1000000000:(20|10)", | ||
"srHook ~ (PRIM|SWAIT|SREG)", | ||
"srPoll == PRIM" | ||
], | ||
"sSite": [ | ||
"lpt >~ 1000000000:30", | ||
"lss == 4", | ||
"srr ~ (S|P)", | ||
"srHook ~ (PRIM|SOK)", | ||
"srPoll ~ (SOK|SFAIL)" | ||
], | ||
"pHost": [ | ||
], | ||
"sHost": [ | ||
"clone_state ~ (PROMOTED|DEMOTED)", | ||
"roles == master1:master:worker:master", | ||
"score ~ (100|145)" | ||
] | ||
}, | ||
{ | ||
"step": "step30", | ||
"name": "begin recover", | ||
"next": "step40", | ||
"loop": 300, | ||
"wait": 2, | ||
"todo": "pHost+sHost to check site-name", | ||
"pSite": [ | ||
"lss ~ (1|2)", | ||
"srr ~ (P|S)", | ||
"lpt >~ 1000000000:(30|20|10)", | ||
"srHook ~ (PRIM|SWAIT|SREG)", | ||
"srPoll ~ (PRIM|SFAIL)" | ||
], | ||
"sSite": [ | ||
"lpt >~ 1000000000:30", | ||
"lss == 4", | ||
"srr ~ (S|P)", | ||
"srHook == PRIM", | ||
"srPoll ~ (SOK|PRIM)" | ||
], | ||
"pHost": [ | ||
"clone_state ~ (UNDEFINED|DEMOTED|WAITING4NODES)", | ||
"roles == master1::worker:" | ||
], | ||
"sHost": [ | ||
"clone_state ~ (DEMOTED|PROMOTED)", | ||
"roles == master1:master:worker:master", | ||
"score ~ (100|145|150)" | ||
] | ||
}, | ||
{ | ||
"step": "step40", | ||
"name": "end recover", | ||
"next": "END", | ||
"loop": 300, | ||
"wait": 2, | ||
"post": "cleanup", | ||
"remark": "pXXX and sXXX are now exchanged", | ||
"pSite": "sSiteUp", | ||
"sSite": "pSiteUp", | ||
"pHost": "sHostUp", | ||
"sHost": "pHostUp" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
{ | ||
"test": "freeze_prim_site_nfs", | ||
"name": "freeze sap hana nfs on primary site", | ||
"start": "step10", | ||
"steps": [ | ||
{ | ||
"step": "step10", | ||
"name": "test prerequitsites", | ||
"next": "step20", | ||
"loop": 1, | ||
"wait": 1, | ||
"post": "shell test_freeze_prim_site_nfs", | ||
"pSite": "pSiteUp", | ||
"sSite": "sSiteUp", | ||
"pHost": "pHostUp", | ||
"sHost": "sHostUp" | ||
}, | ||
{ | ||
"step": "step20", | ||
"name": "failure detected", | ||
"next": "step30", | ||
"loop": 120, | ||
"wait": 2, | ||
"pSite": [ | ||
"srr == P", | ||
"lpt >~ 1000000000:(20|10)", | ||
"srHook ~ (PRIM|SWAIT|SREG)", | ||
"srPoll == PRIM" | ||
], | ||
"sSite": [ | ||
"lpt >~ 1000000000:30", | ||
"lss == 4", | ||
"srr ~ (S|P)", | ||
"srHook ~ (PRIM|SOK)", | ||
"srPoll ~ (SOK|SFAIL)" | ||
], | ||
"pHost": [ | ||
], | ||
"sHost": [ | ||
"clone_state ~ (PROMOTED|DEMOTED)", | ||
"roles == master1:master:worker:master", | ||
"score ~ (100|145)" | ||
] | ||
}, | ||
{ | ||
"step": "step30", | ||
"name": "begin recover", | ||
"next": "step40", | ||
"loop": 300, | ||
"wait": 2, | ||
"todo": "pHost+sHost to check site-name", | ||
"pSite": [ | ||
"lss ~ (1|2)", | ||
"srr ~ (P|S)", | ||
"lpt >~ 1000000000:(30|20|10)", | ||
"srHook ~ (PRIM|SWAIT|SREG)", | ||
"srPoll ~ (PRIM|SFAIL)" | ||
], | ||
"sSite": [ | ||
"lpt >~ 1000000000:30", | ||
"lss == 4", | ||
"srr ~ (S|P)", | ||
"srHook == PRIM", | ||
"srPoll ~ (SOK|PRIM)" | ||
], | ||
"pHost": [ | ||
"clone_state ~ (UNDEFINED|DEMOTED|WAITING4NODES)", | ||
"roles == master1::worker:" | ||
], | ||
"sHost": [ | ||
"clone_state ~ (DEMOTED|PROMOTED)", | ||
"roles == master1:master:worker:master", | ||
"score ~ (100|145|150)" | ||
] | ||
}, | ||
{ | ||
"step": "step40", | ||
"name": "end recover", | ||
"next": "END", | ||
"loop": 300, | ||
"wait": 2, | ||
"post": "cleanup", | ||
"remark": "pXXX and sXXX are now exchanged", | ||
"pSite": "sSiteUp", | ||
"sSite": "pSiteUp", | ||
"pHost": "sHostUp", | ||
"sHost": "pHostUp" | ||
} | ||
] | ||
} |
Oops, something went wrong.