Amulet without Sentries
Registered by
Marco Ceppi
This blueprint is designed to cover how Amulet should internally switch from using Sentry charms to native Juju calls for sentry functions
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Marco Ceppi
- Direction:
- Needs approval
- Assignee:
- Tim Van Steenburgh
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Implemented
- Milestone target:
- None
- Started by
- Marco Ceppi
- Completed by
- Marco Ceppi
Related branches
Related bugs
Sprints
Whiteboard
Functions required to move:
UnitSentry API:
FIleContents => Juju Run
DirectoryContents => Juju Run
Hook => Juju Run
RelationSentry API:
Relation => Juju Run (to get list of relation ids, then Juju Run to get list of units, then Juju Run to relation-get with the relation_id and the unit)
(?)