Releases: influxdata/ansible-collection-molecule
v1.4.2
Include a 'Name' tag when creating AWS security groups, as this can be used
in IAM policy filtering.
Add potato_platform
role that will create InfluxDB Enterprise clusters for use in Molecule
test scenarios, using the "Potato" orchestration application.
init
role default and templating fixes
Retry ec2_instance
SSH connectivity check on connection reset
v1.4.1
v1.4.0
Refactor molecule.docker_platform
role to handle specifically docker testing containers and not molecule inventory files
Add molecule.ec2_platform
role, which allows creation and use of ephemeral ec2 instances for test environments.
Update molecule.init
role to support deployment of both docker
and ec2
platforms. Note that only one platform type is supported per scenario! Also note that there are differences between the Molecule configuration for each platform, so this init
role should be used to deploy the appropriate templates!
Breaking Change
Molecule inventory files are now managed by the new molecule.platform
role. References to docker_platform
in molecule create.yml
or destroy.yml
files should be updated to use this role in order to work with this version
v1.3.1
The init
role now supports playbooks - use by following the mkdir -p molecule/pb-<playbook_name>
etc. commands in the role README.
The init
role now supports monolithic repositories - IE creating your molecule
folder in the root of the monolith repo
The docker_platform
role now supports adding Ansible inventory vars to the created test hosts
Also adds more complete tests for this role itself, specifically tests for the init
role.
Make sure to read the doc on using this collection!
v1.3.1-devel
What's Changed
The init role now supports playbooks - use by following the mkdir -p molecule/pb-<playbook_name> etc. commands in the role README.
The init role now supports monolithic repositories - IE creating your molecule folder in the root of the monolith repo
The docker_platform role now supports adding Ansible inventory vars to the created test hosts
Also adds more complete tests for this role itself, specifically tests for the init role.
Make sure to read the doc on using this collection!
Full Changelog: v1.2.1...v1.3.1-devel