-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-9673) Write LDAP plugin and 389-DS integration test (#65)
- Added - LDAP plugin - LDAP plugin acceptance test that demonstrates its use and integration with a 389-DS instance configured with the SIMP data schema - Initial LDAP plugin documentation, including a copy of the design documentation from Confluence. - Additional user documentation - Additional plugin developer documentation - Fixed - Few documentation typos in the plugin template and the file plugin - Maintenance updates - Added multiple plugin test that simultaneously uses the LDAP plugin and the file plugin - Reworked file plugin validator so it could be used in the test for multiple plugins - Fixed the OEL nodesets in the default suite (needed to be swapped) SIMP-9673 #close SIMP-9674 #close
- Loading branch information
1 parent
4708811
commit 07fdab7
Showing
77 changed files
with
5,334 additions
and
894 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
* Mon Jun 21 2021 Liz Nemsick <[email protected]> - 0.8.0 | ||
* Tue Sep 28 2021 Liz Nemsick <[email protected]> - 0.8.0 | ||
- BREAKING CHANGES: | ||
- Added 'globals' and 'environments' root directories for global and | ||
Puppet-environment keys, respectively, in the normalized key paths | ||
|
@@ -27,11 +27,17 @@ | |
- Plugin type is now determined from its filename. | ||
- Previous mechanism did not work when when multiple plugins were used. | ||
- Added | ||
- LDAP plugin | ||
- Acceptance test that demonstrates its use and integration with | ||
a 389-DS instance configured with the SIMP data schema | ||
- More detailed plugin exception reporting in order to pinpoint plugin | ||
logic problems. | ||
- Now prints out the useful portion of the backtrace when an exception | ||
is raised. | ||
- Especially useful during plugin development. | ||
- More background information for users | ||
- More background information for plugin developers, which has now | ||
been split out into its own document. | ||
|
||
* Wed Jun 16 2021 Chris Tessmer <[email protected]> - 0.8.0 | ||
- Removed support for Puppet 5 | ||
|
Oops, something went wrong.