Open
Conversation
Integrate the `hooks/users-from` addon with the Genesis framework to be callable via `genesis do users-from ...`. * Add `users-from` to the list of available addons in `hooks/addon`. * Add a case for `users-from` in the `case $GENESIS_ADDON_SCRIPT` block in `hooks/addon`.
Contributor
Author
|
Open to a different addon name... |
Contributor
Author
|
@dennisjbell I'm happy with this new |
This commit adds support for STACKIT as an IaaS provider to the Jumpbox Genesis Kit, with functionality equivalent to OpenStack. Key changes include: - Update cloud-config.pm to add STACKIT configuration for networks, VM types, and disk types - Create cloud config template for STACKIT deployments - Add test environment files for STACKIT (deployments, results, and vault configs) - Update documentation in MANUAL.md with STACKIT support details STACKIT is handled similarly to OpenStack, with consideration for its 1:1 correspondence of networks to subnets (vs. OpenStack's single overarching network). This implementation allows users to deploy jumpboxes to STACKIT infrastructure with the same familiar Genesis workflow.
…addons This commit enhances the kit documentation with updates: - Add detailed user management documentation covering GitHub/GitLab key fetching - Expand STACKIT IaaS configuration with network, security, and VM requirements - Create structured docs/ directory with modular documentation files - Fix incomplete sentence in README.md and add "What's New" section - Add table of contents to MANUAL.md for improved navigation - Create addon commands documentation with examples - Add troubleshooting guide for common deployment and configuration issues
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The users-from addon hook generates an
ops/users.ymlfile when the addon is run.Can add/remove users from either
github(default) orgitlab.ex:
genesis do users-from add gitlab/wayneeseguin krutten github/dennisjbell