Manage SABR
Manage SABR allows the devops engineers to create,deploy, updated and destroy SABRs in the system.
Actors
Detail Scenarios
Scenario Build SAB
Build the sentient agent bundle including the security vault, streams, transforms, etc..
Steps
Actors
Scenario Create SABR
Create SABR in the system.
Steps
- bundle create –name mySABR1 –file ./templates/bundle1.js
- bundle create –name mySABR2 –file ./templates/bundle2.js
- bundle create –name mySABR3 –file ./templates/bundle3.js
- bundle create –name mySABR4 –file ./templates/bundle4.js
Actors
Scenario Deploy SABR
Deploy SABR in the system.
Steps
- bundle create –name mySABR1 –file ./templates/bundle1.js
- streampolicy create –name historical –file ./templates/policy1.js
- streampolicy create –name summary –file ./templates/policy2.js
- streampolicy create –name realtime –file ./templates/policy3.js
- diml sabm/bundle deploy –sabr mySABR1 –policies realtime
Actors
Scenario Deploy SABR two
Deploy SABR with policies.
Steps
- bundle create –name mySABR2 –file ./templates/bundle2.js
- streampolicy create –name historical –file ./templates/policy1.js
- streampolicy create –name summary –file ./templates/policy2.js
- streampolicy create –name realtime –file ./templates/policy3.js
- diml sabm/bundle deploy –sabr mySABR2 –policies realtime
Actors
Scenario Deploy SABR three
Deploy SABR with multiple policies and complex SABR.
Steps
- bundle create –name mySABR3 –file ./templates/bundle3.js
- streampolicy create –name historical –file ./templates/policy1.js
- streampolicy create –name summary –file ./templates/policy2.js
- streampolicy create –name realtime –file ./templates/policy3.js
- diml sabm/bundle deploy –sabr mySABR3 –policies realtime
Actors
Scenario Deploy SABR four
Deploy SABR with three policies and complex transformations.
Steps
- bundle create –name mySABR3 –file ./templates/bundle3.js
- streampolicy create –name historical –file ./templates/policy1.js
- streampolicy create –name summary –file ./templates/policy2.js
- streampolicy create –name realtime –file ./templates/policy3.js
- diml sabm/bundle deploy –sabr mySABR3 –policies realtime