-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: created separate file with common module parts (#188)
* refactor: created separate file with common module parts * test: change test order * test: change how we import module in tests * refactor: refactor info module and options * delete compile module * fix: docs_generator and update_descriptions fix * refactor: add info main to module_utils * refactor: include main methods in module_utils * doc: possible fix for galaxy docs * added script to updated DOCUMENTATION and EXAMPLES on modules * changed some new modules, moved _get_request_id to methods * refactored alb modules, changed default module to use a list of clients * refactor: change more info modules * refactor: change more info modules * refactor: change remaining info modules * refactor: changed some regular modules * refactor: changed more modules, fixed case for multiple user agents * refactor: changed remaining modules, updated vm_autoscaling_group as module with replacement posibility * test: updated tests, change user agents attribute type * doc: updated module documentations * fix: fixed sonar bugs * docs: generated docs, fixed some sonar issues * fix: fixed some sonar issues * test: removed old test * fix: user email to check user identity * fix: wrong constant name * test: update dataplatform version * fix workflow * fix workflow auth * test: added dataplatform to cleanup * fix: do_not_replace default value for vm_autoscaling group, error in alb flowlog * fix: recover transfer_object method, uncomment some tests * fix: error in dns_secondary_zone module * fix: error in group module * fix: fix mongo modules * test: increate wait timeout * fix: fix indent in snapshot and missing user agent in alb rule * test: uncomment tests * test: random names for container registries * test: increase timeout * fix: overwrite some methods for mongo user module, regenerate docs * chore: update version, added changelog, using galaxy to build local project
- Loading branch information
1 parent
771e468
commit 1f38fc0
Showing
268 changed files
with
17,784 additions
and
32,371 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/usr/bin/env bash | ||
|
||
# ENV Vars: | ||
# IONOS_USERNAME - username for IONOS Cloud APIs | ||
# IONOS_PASSWORD - password for IONOS Cloud APIs | ||
# IONOS_TOKEN - token for IONOS Cloud APIs | ||
|
||
delete_all_args='--all --force' | ||
|
||
function delete_dataplatform_resources() { | ||
ionosctl dataplatform nodepool delete $delete_all_args | ||
ionosctl dataplatform cluster delete $delete_all_args | ||
|
||
echo_step_completed | ||
} |
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
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
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
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.