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

Boto3 elasticsearch #53745

Closed

Commits on Jul 8, 2019

  1. Added files for boto3_elasticsearch:

    utils/boto3_elasticsearch.py: Contains custom waiter definitions that we will need to use until they get implemented in botocore (not present in 1.12.183).
    modules/boto3_elasticsearch.py: Contains all functions from boto3 that interact with AWS. Added a few helper functions.
    states/boto3_elasticsearch.py: Added states for the AWS ES service.
    github-abcde committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    7a9cab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded098f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f96f2ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bf3098 View commit details
    Browse the repository at this point in the history
  5. Removed ESUpgradeFinished waiter definition as this was not accurate …

    …enough.
    
    Renamed ESUpgradeFinished2 to ESUpgradeFinished instead.
    Renamed references to ESUpgradeFInished2 in the execution module.
    github-abcde committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    ec205ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da1054f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38df099 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db6aecd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e26c6df View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. salt/modules/boto3_elasticsearch.py: Removed trivial CLI examples. Ad…

    …ded nontrivial CLI examples. Fixed broken CLI example.
    github-abcde committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    1641e5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6bb7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0830e66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bc0dc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. Configuration menu
    Copy the full SHA
    e4ff20e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    f550ab9 View commit details
    Browse the repository at this point in the history