-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mongo): install juju-fb from local snap
This feature was supposedly added 5 years ago here: https://github.com/juju/juju/pull/9760/files However, it was only half implemented. Complete this process. Allow users to deploy juju with a local juju-db snap using --db-snap and --db-snap-asserts. This involved fixing the mongo snap service code to look in the correct directory for the .snap file. We also completely neglected the .assert file. Pick that up at the same time. Our snap service code, as well, also needed some serious refactoring to support: - installing local snaps from .snap files - acknowledging the assert file of local snaps Fixes: https://bugs.launchpad.net/juju/+bug/2075182
- Loading branch information
1 parent
020c376
commit 3195627
Showing
10 changed files
with
394 additions
and
108 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.