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

provider/aws: export elasticache nodes #1965

Merged
merged 7 commits into from
May 14, 2015
Merged

Commits on May 14, 2015

  1. WIP export cache nodes

    Needs to wait for len(cluster.CacheNodes) == cluster.NumCacheNodes, since
    apparently that takes a bit of time and the initial response always has
    an empty collection of nodes
    phinze committed May 14, 2015
    Configuration menu
    Copy the full SHA
    6f3ce6b View commit details
    Browse the repository at this point in the history
  2. provider/aws: ElastiCache enhancements

    - request cache node info
    - read after create, to populate nodes
    catsby committed May 14, 2015
    Configuration menu
    Copy the full SHA
    a552db0 View commit details
    Browse the repository at this point in the history
  3. make parameter group optional

    catsby committed May 14, 2015
    Configuration menu
    Copy the full SHA
    aad0808 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8f3783 View commit details
    Browse the repository at this point in the history
  5. cleanup

    catsby committed May 14, 2015
    Configuration menu
    Copy the full SHA
    2809280 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10fc184 View commit details
    Browse the repository at this point in the history
  7. provider/aws: ElastiCache test updates

    - rename test to have _basic suffix, so we can run it individually
    - use us-east-1 for basic test, since that's probably the only region that has
      Classic
    - update the indexing of nodes; cache nodes are 4 digits
    catsby committed May 14, 2015
    Configuration menu
    Copy the full SHA
    d81e63c View commit details
    Browse the repository at this point in the history