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/openstack: minor fixes #2138

Closed
wants to merge 76 commits into from
Closed

provider/openstack: minor fixes #2138

wants to merge 76 commits into from

Commits on May 29, 2015

  1. provider/openstack: minor fixes

    Convert the openstack compute instance security_group schema from a
    list to set. This eliminates ordering problems and brings it in line
    with the aws instance's security_group schema.
    
    Change openstack router admin_state_up schema from a string to a bool,
    similar to Mitchell's changes to fix #1741
    
    Includes dupuy's changes which fixed a crash caused by these changes.
    CVVS committed May 29, 2015
    Configuration menu
    Copy the full SHA
    d42d765 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2015

  1. Configuration menu
    Copy the full SHA
    61d0745 View commit details
    Browse the repository at this point in the history
  2. Add module outputs

    Kirill Shirinkin authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    a7b28bf View commit details
    Browse the repository at this point in the history
  3. Update docs

    Kirill Shirinkin authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    917ce33 View commit details
    Browse the repository at this point in the history
  4. First few azure resources...

    Only the azure_instance is fully working (for both Linux and Windows
    instances) now, but needs some tests. network and disk and pretty much
    empty, but the idea is clear so will not take too much time…
    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    3c8a356 View commit details
    Browse the repository at this point in the history
  5. Needs more testing and tests, but it's becoming a nice provider

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    9ade8ab View commit details
    Browse the repository at this point in the history
  6. Little refactoring and fixing some issues

    Starting to look pretty nice…
    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    b7eb295 View commit details
    Browse the repository at this point in the history
  7. Small update after changes in the Azure SDK

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    4df9839 View commit details
    Browse the repository at this point in the history
  8. Updated to use forked azure-sdk-for-go package

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    91e7c66 View commit details
    Browse the repository at this point in the history
  9. Adding docs and tweaking the provider

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    06afbea View commit details
    Browse the repository at this point in the history
  10. Extending instance resource to enable using custom VM images

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    21d3fe1 View commit details
    Browse the repository at this point in the history
  11. Seems to be almost ready...

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    1e689c5 View commit details
    Browse the repository at this point in the history
  12. Updated to work with the latest Azure SDK changes

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    0c12651 View commit details
    Browse the repository at this point in the history
  13. Adding acceptance tests together with a few minor tweaks

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    00dc258 View commit details
    Browse the repository at this point in the history
  14. provider/aws: Fix issue with restoring from snapshot ID

    Fixes #1862
    catsby authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    6869ee2 View commit details
    Browse the repository at this point in the history
  15. Adding the last parts of the docs for the new Azure provider

    Next to the remaining docs, I also updated the code so any Virtual
    Network related API calls are now synchronised by using a mutex (thanks
    @aznashwan for pointing that out!).
    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    0a16179 View commit details
    Browse the repository at this point in the history
  16. Very minor change needed to realign with the updated Azure SDK

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    df0dbe9 View commit details
    Browse the repository at this point in the history
  17. Update CHANGELOG.md

    radeksimko authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    442ef4e View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG.md

    radeksimko authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    568f86e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    19b5dc1 View commit details
    Browse the repository at this point in the history
  20. Minor grammar change

    sethvargo authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    351154e View commit details
    Browse the repository at this point in the history
  21. Tweak some of the makefile help messages for clarity

    cbednarski authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    38c9c02 View commit details
    Browse the repository at this point in the history
  22. Change the example to something that actually works

    cbednarski authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    339bb69 View commit details
    Browse the repository at this point in the history
  23. Move TEST to end of line

    cbednarski authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    45a3a92 View commit details
    Browse the repository at this point in the history
  24. Update interpolation.md, doc pattern combining template_file and count

    This example is derived from @phinze's [work seen here](#1893 (comment))
    ketzacoatl authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    980ca9b View commit details
    Browse the repository at this point in the history
  25. missing a closing } in the example

    This is a simple one.. Docs were missing a closing }
    mzupan authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    a3ab83c View commit details
    Browse the repository at this point in the history
  26. examples: add egress rule to aws-two-tier SG

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    2a24ae4 View commit details
    Browse the repository at this point in the history
  27. Switching the healthcheck shouldn't cause a refresh of the resource

    Switching the healthcheck from elb->ec2 or ec2->elb shouldn't cause the ASG to re-create itself
    mzupan authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    97b475e View commit details
    Browse the repository at this point in the history
  28. provider/aws: Add support for ICMP Protocol in Network ACLs

    - added icmp_type attribute
    - added icmp_code attribute
    - fixed an issue hiding the error
    catsby authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    a2dae3d View commit details
    Browse the repository at this point in the history
  29. docs: clarify ssh git module source syntax

    refs #2116
    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    18dcd72 View commit details
    Browse the repository at this point in the history
  30. making the update happen

    mzupan authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    64b0b63 View commit details
    Browse the repository at this point in the history
  31. Update CHANGELOG.md

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    e82912b View commit details
    Browse the repository at this point in the history
  32. Need the id to link back

    mzupan authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    1bd0a58 View commit details
    Browse the repository at this point in the history
  33. Docs: Sort AWS resources alphabetically

    radeksimko authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    45bb184 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3f70833 View commit details
    Browse the repository at this point in the history
  35. Docs: Fix name according to reality (launch-config -> launch-configur…

    …ation)
    radeksimko authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    fc62e92 View commit details
    Browse the repository at this point in the history
  36. Docs: Fix name according to reality (route-table-assoc->route-table-a…

    …ssociation)
    radeksimko authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    1a29729 View commit details
    Browse the repository at this point in the history
  37. Makefile: make go vet break the build

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    17bdaa2 View commit details
    Browse the repository at this point in the history
  38. Increase default timeout for acceptance tests

    radeksimko authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    db5de6b View commit details
    Browse the repository at this point in the history
  39. README enhancement

    Sathiya Shunmugasundaram authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    51ee16e View commit details
    Browse the repository at this point in the history
  40. new line

    Sathiya Shunmugasundaram authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    d23ec7f View commit details
    Browse the repository at this point in the history
  41. Add some additional checks

    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    8666af8 View commit details
    Browse the repository at this point in the history
  42. provider/google: Add support for Google Compute Stogare buckets.

    Configure Google Compute Storage buckets using:
    * name (compulsory attribute)
    * predefined_acl (optional, default: `projectPrivate`)
    * location (optional, default: `US`)
    * force_destroy (optional, default: `false`)
    
    Currently supporting only `predefined_acl`s. Bucket attribute updates happen via re-creation. force_destroy will cause bucket objects to be purged, enabling bucket destruction.
    dhilton authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    28dd124 View commit details
    Browse the repository at this point in the history
  43. Replace AWS Provider sections with link from terraform.io

    Sathiya Shunmugasundaram authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    cfbedc1 View commit details
    Browse the repository at this point in the history
  44. docs: Fix IAM assume_role_policy examples

    Radek Simko authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    f23858b View commit details
    Browse the repository at this point in the history
  45. Fix interpolation in the Chef provisioner

    Turns out to be a pretty obvious bug with a simple fix…
    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    d08072a View commit details
    Browse the repository at this point in the history
  46. Update CHANGELOG.md

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    83a5a29 View commit details
    Browse the repository at this point in the history
  47. provider/aws: Update hash of network acl tests

    catsby authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    b6940e3 View commit details
    Browse the repository at this point in the history
  48. maint: Codify a Vagrant-based release process

     * update Vagrantfile to modern Consul-style version
     * add `make release` for a one-shot command to get from fresh vagrant
       machine to a built release
     * add RELEASING.md to document details about the release process
    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    f4cc5b9 View commit details
    Browse the repository at this point in the history
  49. provider/aws: remove asg test dependence on default SG

    accidentally pushed this with an implicit dependency on the default SG
    and VPC
    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    2cf9425 View commit details
    Browse the repository at this point in the history
  50. CHANGELOG: google_storage_bucket

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    0829e7f View commit details
    Browse the repository at this point in the history
  51. update changelog from clint

    catsby authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    4845a9a View commit details
    Browse the repository at this point in the history
  52. CHANGELOG: one more missing PR from me

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    b543ce8 View commit details
    Browse the repository at this point in the history
  53. v0.5.3

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    9a29d59 View commit details
    Browse the repository at this point in the history
  54. setup next version for dev

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    5b9b925 View commit details
    Browse the repository at this point in the history
  55. docs: aws_sqs_queue - Add newline to fix Markdown

    radeksimko authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    3a4e8c7 View commit details
    Browse the repository at this point in the history
  56. tags lacking from docs

    mzupan authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    7019e03 View commit details
    Browse the repository at this point in the history
  57. Clarify syntax for RDS maintenance window param

    Closes #2069
    ajlanghorn authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    4edbada View commit details
    Browse the repository at this point in the history
  58. Fix typos.

    yyamano authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    909296f View commit details
    Browse the repository at this point in the history
  59. provider/aws: Allow ElastiCache Subnet Group updates

    Adds update method for ElastiCache Subnet Groups, things are not all ForceNew
    anymore.
    
    - can update description
    - can update subnet ids
    catsby authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    23e22e9 View commit details
    Browse the repository at this point in the history
  60. Add cloudstack ssh key resource and attr for instances

    benjvi authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    5458c4e View commit details
    Browse the repository at this point in the history
  61. website: atlas artifact type is amazon.ami no aws.ami

    pearkes authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    b6eeaed View commit details
    Browse the repository at this point in the history
  62. Let people know elbs support tags

    Joel authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    eee1787 View commit details
    Browse the repository at this point in the history
  63. Make sure we expand the homedir

    If a tilde is used in the path, this makes sure we expand it to a full
    path.
    Sander van Harmelen authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    77619cd View commit details
    Browse the repository at this point in the history
  64. Update CHANGELOG.md

    catsby authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    a282861 View commit details
    Browse the repository at this point in the history
  65. Update CHANGELOG.md

    catsby authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    c0c2bfc View commit details
    Browse the repository at this point in the history
  66. Update CHANGELOG.md

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    e53e492 View commit details
    Browse the repository at this point in the history
  67. core: keys() and values() funcs for map variables

    they work on maps with both keys and values that are string types, which
    AFAICT are the only types of maps we have right now.
    
    closes #1915
    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    bf9bdb5 View commit details
    Browse the repository at this point in the history
  68. Update CHANGELOG.md

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    527b3db View commit details
    Browse the repository at this point in the history
  69. Fixup aws_security_group doc example.

    Both to_ and from_ port must be zero to use protocol -1.
    thorduri authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    478ebb3 View commit details
    Browse the repository at this point in the history
  70. Update docs for Cloudstack with SSH keypair and timeout

    benjvi authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    4a211aa View commit details
    Browse the repository at this point in the history
  71. Updates from go generate

    catsby authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    4938756 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    79a76d1 View commit details
    Browse the repository at this point in the history
  73. Update README.md

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    af83d4a View commit details
    Browse the repository at this point in the history
  74. command/output: fix error msg typo

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    e0ffbd1 View commit details
    Browse the repository at this point in the history
  75. Update CHANGELOG.md

    phinze authored and cvvs committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    67626bf View commit details
    Browse the repository at this point in the history