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

adding uptime parameter to community.aws.ec2_instance_info #316

Closed
wants to merge 17 commits into from
Closed

Commits on Dec 2, 2020

  1. Update ec2_instance_info.py

    IPvSean committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    7534422 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Update ec2_instance_info.py

    adding uptime parameter to ec2_instance_info.py based on older Ansible 2.3 module written by James Laska ec2_instance_find.py that does not appear to be in the upstream anywhere, so this feature was lost in time.
    IPvSean committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    195b273 View commit details
    Browse the repository at this point in the history
  2. Update ec2_instance_info.py

    adding additional information to the task desciption int he exampel
    IPvSean committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    6b839c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Update ec2_instance_info.py

    minor mistake, I had minutes instead of hours, the int is in hours
    IPvSean committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    a8759fe View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Sanity test / doc-default-does-not-match-spec fixups (#320)

    * Sanity test / doc-default-does-not-match-spec fixups
    * General docs cleanup
    tremble committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    b22f280 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Cleanup IGW modules (#318)

    * import order
    
    * Add retry decorators
    
    * Switch tests to using module_defaults
    
    * module_defaults
    
    * Add initial _info tests
    
    * Handle Boto Errors with fail_json_aws
    
    * Test state=absent when IGW missing
    
    * Support not purging tags
    
    * Support converting Tags from boto to dict
    
    * Add tagging tests
    
    * Use random CIDR for VPC
    
    * Add check_mode tests
    
    * changelog
    tremble committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d6ff623 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Add jittered_backoff to the iam_policy & iam_policy_info modules to h…

    …andle AWS rate limiting (#324)
    
    * Add jittered_backoff to handle AWS rate limiting
    * Fix for failing test
    * Add changelog fragment
    marknet15 committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    be0042c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Fixup ec2_eip tests - work around ec2_instance flakes (#333)

    * Explicitly pass the subnet the instance should live on - try to avoid https://github.com/ansible-collections/community.aws/issues/329
    
    * Make sure we delete the Instance (and free the EIP) before we try to drop the IGW
    
    * Use IDs when cleaning up EC2 instances
    tremble committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    6c0273b View commit details
    Browse the repository at this point in the history
  2. Update ec2_instance_info.py

    as per @gravesm suggestion (hopefully) trying a different approach here
    IPvSean committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    84690f6 View commit details
    Browse the repository at this point in the history
  3. Update ec2_instance_info.py

    IPvSean committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    fe27148 View commit details
    Browse the repository at this point in the history
  4. Update ec2_instance_info.py

    adding uptime parameter to ec2_instance_info.py based on older Ansible 2.3 module written by James Laska ec2_instance_find.py that does not appear to be in the upstream anywhere, so this feature was lost in time.
    IPvSean committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f7f04ff View commit details
    Browse the repository at this point in the history
  5. Update ec2_instance_info.py

    adding additional information to the task desciption int he exampel
    IPvSean committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    5a06889 View commit details
    Browse the repository at this point in the history
  6. Update ec2_instance_info.py

    minor mistake, I had minutes instead of hours, the int is in hours
    IPvSean committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    e113282 View commit details
    Browse the repository at this point in the history
  7. Update ec2_instance_info.py

    as per @gravesm suggestion (hopefully) trying a different approach here
    IPvSean committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f2b9e0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38040b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Update ec2_instance_info.py

    changing to minutes per @gravesm 's suggestion
    Sean Cavanaugh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    4b915ad View commit details
    Browse the repository at this point in the history
  2. Create uptime.yml

    adding integration test per @jillr suggestion
    Sean Cavanaugh committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    d22084d View commit details
    Browse the repository at this point in the history