Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

efs - Add support to specify the number of days to transition to inactive storage #522

Merged

Conversation

berenddeboer
Copy link
Contributor

@berenddeboer berenddeboer commented Apr 4, 2021

SUMMARY

Support setting EFS lifecycle policy.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

community.aws.efs

ADDITIONAL INFORMATION

This is now possible:

- name: Set a lifecycle policy
  community.aws.efs:
    state: present
    name: myTestEFS
    transition_to_ia: 7
    targets:
        - subnet_id: subnet-7654fdca
          security_groups: [ "sg-4c5d6f7a" ]

- name: Remove a lifecycle policy
  community.aws.efs:
    state: present
    name: myTestEFS
    transition_to_ia: None
    targets:
        - subnet_id: subnet-7654fdca
          security_groups: [ "sg-4c5d6f7a" ]

@ansibullbot
Copy link

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR needs_triage new_contributor Help guide this first time contributor plugins plugin (any type) labels Apr 4, 2021
Copy link
Contributor

@tremble tremble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking the time to raise this PR.

Change generally looks sound. Some minor formatting issues picked up by the linter.

In addition please add a changelog https://docs.ansible.com/ansible/latest/community/development_process.html#changelogs-how-to

Last time I looked the EFS integration tests were broken so it may take a while before I would be able to fully validate this change as I'm not actively using EFS at this time.

plugins/modules/efs.py Outdated Show resolved Hide resolved
plugins/modules/efs.py Outdated Show resolved Hide resolved
plugins/modules/efs.py Outdated Show resolved Hide resolved
plugins/modules/efs.py Outdated Show resolved Hide resolved
plugins/modules/efs.py Outdated Show resolved Hide resolved
@ansibullbot
Copy link

@ansibullbot ansibullbot added community_review and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR labels Oct 23, 2021
@tremble tremble changed the title Add support to specify the number of days to transition to inactive storage efs - Add support to specify the number of days to transition to inactive storage Oct 24, 2021
@tremble
Copy link
Contributor

tremble commented Oct 24, 2021

Depends on mattclay/aws-terminator#177

@ansibullbot ansibullbot added integration tests/integration tests tests labels Oct 24, 2021
@alinabuzachis
Copy link
Contributor

recheck

@jillr
Copy link
Collaborator

jillr commented Oct 26, 2021

recheck

@tremble tremble added the gate label Oct 27, 2021
Copy link
Contributor

@ansible-zuul ansible-zuul bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ansible-zuul ansible-zuul bot merged commit 1c1fae3 into ansible-collections:main Oct 27, 2021
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this pull request May 25, 2022
Refactor ec2_eni tagging code

SUMMARY
Use the shared ec2 tagging code for tagging ENIs.
Also fixes the test instability (caused by a race condition with VM states)
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
ec2_eni
ADDITIONAL INFORMATION

Reviewed-by: Felix Fontein <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_review feature This issue/PR relates to a feature request integration tests/integration module module new_contributor Help guide this first time contributor plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants