Conversation
Rename role potato_platform --> influxdb_1x_platform Support creation and destruction of InfluxDB 1.x Enterprise clusters via cluster orchestrator Add CI permissions config, enable workflow_dispatch
Fix security group removal region var Fix timeout logic on cluster creation
Fix ssh port number defaults/validation Fix tag hostvar mappings to handle state where tag does not exist Fix AWS creds defaults
This timeout is more useful here, as additional 'service' instances take time to create
Specify 'influxdb1x_platform_skip_wait: true' to ignore configured timeout values
- introduce influxdb1x_platform_check_ssh_connectivity variable (default: true) - only run SSH checks if influxdb1x_platform_check_ssh_connectivity is true - update cluster creation tasks to improve wait condition handling
* fix: Ansible 2.19+ compatibility - Use ansible_facts namespace instead of deprecated top-level vars - Replace regex_search filter with 'is search' test for boolean conditionals - Use 'is truthy' test instead of implicit string truthiness - Bump ansible-core to 2.20.1, molecule to 25.12.0 * feat: Support full collection paths for collection types Allow inclusion of 3rd party collections * feat: remove influxdb_1x_platform role, fix FQ platform type handling - Remove influxdb_1x_platform role (moved to influxdata.utils collection) - Remove influxdb1x_platform molecule scenario - Fix platform provision/deprovision to properly parse FQ type names - Bump version to 2.1.0
Co-authored-by: GLaDOS Facility Management System <noreply@teamcloud1>
Co-authored-by: GLaDOS Facility Management System <noreply@teamcloud1>
…efully Co-authored-by: GLaDOS Facility Management System <noreply@teamcloud1>
Co-authored-by: GLaDOS Facility Management System <noreply@teamcloud1>
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.
Summary
potato_platformrole (moved to separate collection)requirements.txtfor Python dependenciesChanges
namespace.collection.type) to load platform roles from other collectionsregex_searchwithsearchfilter, useansible_facts.*namespace