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

Initial support for AWS Batch Job Definitions #26700

Closed
wants to merge 7 commits into from
Closed

Initial support for AWS Batch Job Definitions #26700

wants to merge 7 commits into from

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    58ed7f3 View commit details
    Browse the repository at this point in the history
  2. Changes include:

    	1. Renamed file from batch_job_definition.py to aws_batch_job_definition.py
    	2. Fixed ANSIBLE_METADATA version
    	3. Updated the RETURN documentation
    	4. Used Try Except ImportError block while importing non standard python libraries
    	5. Updated the remove_job_definition() method to use deregister_job_definition()
    	6. Updated set_api_params() method
    	7. Removed the response getting embedded in ansible_facts.
    	8. Updated main() to convert the final result to snake_dict using camel_dict_to_snake_dict() to maintain consistency.
    	9. Added region and job_definition_arn in argument_spec
    supreethSonos authored and s-hertel committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    dd8bd26 View commit details
    Browse the repository at this point in the history
  3. Fixed Botocore error

    supreethSonos authored and s-hertel committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    131b71e View commit details
    Browse the repository at this point in the history
  4. Revert "Fixed Botocore error"

    This reverts commit 0db6ddef5ba00d4cd063eb3f13243189c0ae9ad2.
    supreethSonos authored and s-hertel committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    7ec6cfe View commit details
    Browse the repository at this point in the history
  5. Update copyright

    Add traceback to exceptions
    
    Remove exception handling around the connection since boto3_conn handles it
    
    Add ec2 documentation fragment
    
    Region is not required because it may be provided as an environment variable
    
    Remove default=None from the arg spec since it is the default and cannot be used with required=true
    
    Add aliases for region
    
    Document job_definition_arn
    s-hertel committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    b4c1206 View commit details
    Browse the repository at this point in the history
  6. Import shared code

    s-hertel committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    0ee7eb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a879a42 View commit details
    Browse the repository at this point in the history