-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Commits on May 29, 2015
-
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 committedMay 29, 2015 Configuration menu - View commit details
-
Copy full SHA for d42d765 - Browse repository at this point
Copy the full SHA d42d765View commit details
Commits on Jun 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 61d0745 - Browse repository at this point
Copy the full SHA 61d0745View commit details -
Kirill Shirinkin authored and cvvs committed
Jun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for a7b28bf - Browse repository at this point
Copy the full SHA a7b28bfView commit details -
Kirill Shirinkin authored and cvvs committed
Jun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 917ce33 - Browse repository at this point
Copy the full SHA 917ce33View commit details -
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 committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 3c8a356 - Browse repository at this point
Copy the full SHA 3c8a356View commit details -
Needs more testing and tests, but it's becoming a nice provider
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 9ade8ab - Browse repository at this point
Copy the full SHA 9ade8abView commit details -
Little refactoring and fixing some issues
Starting to look pretty nice…
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for b7eb295 - Browse repository at this point
Copy the full SHA b7eb295View commit details -
Small update after changes in the Azure SDK
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 4df9839 - Browse repository at this point
Copy the full SHA 4df9839View commit details -
Updated to use forked azure-sdk-for-go package
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 91e7c66 - Browse repository at this point
Copy the full SHA 91e7c66View commit details -
Adding docs and tweaking the provider
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 06afbea - Browse repository at this point
Copy the full SHA 06afbeaView commit details -
Extending instance resource to enable using custom VM images
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 21d3fe1 - Browse repository at this point
Copy the full SHA 21d3fe1View commit details -
Sander van Harmelen authored and cvvs committed
Jun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 1e689c5 - Browse repository at this point
Copy the full SHA 1e689c5View commit details -
Updated to work with the latest Azure SDK changes
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 0c12651 - Browse repository at this point
Copy the full SHA 0c12651View commit details -
Adding acceptance tests together with a few minor tweaks
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 00dc258 - Browse repository at this point
Copy the full SHA 00dc258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6869ee2 - Browse repository at this point
Copy the full SHA 6869ee2View commit details -
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 committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 0a16179 - Browse repository at this point
Copy the full SHA 0a16179View commit details -
Very minor change needed to realign with the updated Azure SDK
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for df0dbe9 - Browse repository at this point
Copy the full SHA df0dbe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 442ef4e - Browse repository at this point
Copy the full SHA 442ef4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 568f86e - Browse repository at this point
Copy the full SHA 568f86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b5dc1 - Browse repository at this point
Copy the full SHA 19b5dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351154e - Browse repository at this point
Copy the full SHA 351154eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c9c02 - Browse repository at this point
Copy the full SHA 38c9c02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 339bb69 - Browse repository at this point
Copy the full SHA 339bb69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a3a92 - Browse repository at this point
Copy the full SHA 45a3a92View commit details -
Update interpolation.md, doc pattern combining template_file and count
This example is derived from @phinze's [work seen here](#1893 (comment))
Configuration menu - View commit details
-
Copy full SHA for 980ca9b - Browse repository at this point
Copy the full SHA 980ca9bView commit details -
missing a closing } in the example
This is a simple one.. Docs were missing a closing }
Configuration menu - View commit details
-
Copy full SHA for a3ab83c - Browse repository at this point
Copy the full SHA a3ab83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a24ae4 - Browse repository at this point
Copy the full SHA 2a24ae4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 97b475e - Browse repository at this point
Copy the full SHA 97b475eView commit details -
provider/aws: Add support for ICMP Protocol in Network ACLs
- added icmp_type attribute - added icmp_code attribute - fixed an issue hiding the error
Configuration menu - View commit details
-
Copy full SHA for a2dae3d - Browse repository at this point
Copy the full SHA a2dae3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18dcd72 - Browse repository at this point
Copy the full SHA 18dcd72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b0b63 - Browse repository at this point
Copy the full SHA 64b0b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for e82912b - Browse repository at this point
Copy the full SHA e82912bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bd0a58 - Browse repository at this point
Copy the full SHA 1bd0a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45bb184 - Browse repository at this point
Copy the full SHA 45bb184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f70833 - Browse repository at this point
Copy the full SHA 3f70833View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc62e92 - Browse repository at this point
Copy the full SHA fc62e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a29729 - Browse repository at this point
Copy the full SHA 1a29729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17bdaa2 - Browse repository at this point
Copy the full SHA 17bdaa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for db5de6b - Browse repository at this point
Copy the full SHA db5de6bView commit details -
Sathiya Shunmugasundaram authored and cvvs committed
Jun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 51ee16e - Browse repository at this point
Copy the full SHA 51ee16eView commit details -
Sathiya Shunmugasundaram authored and cvvs committed
Jun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for d23ec7f - Browse repository at this point
Copy the full SHA d23ec7fView commit details -
Sander van Harmelen authored and cvvs committed
Jun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 8666af8 - Browse repository at this point
Copy the full SHA 8666af8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 28dd124 - Browse repository at this point
Copy the full SHA 28dd124View commit details -
Replace AWS Provider sections with link from terraform.io
Sathiya Shunmugasundaram authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for cfbedc1 - Browse repository at this point
Copy the full SHA cfbedc1View commit details -
docs: Fix IAM assume_role_policy examples
Radek Simko authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for f23858b - Browse repository at this point
Copy the full SHA f23858bView commit details -
Fix interpolation in the Chef provisioner
Turns out to be a pretty obvious bug with a simple fix…
Sander van Harmelen authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for d08072a - Browse repository at this point
Copy the full SHA d08072aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83a5a29 - Browse repository at this point
Copy the full SHA 83a5a29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6940e3 - Browse repository at this point
Copy the full SHA b6940e3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f4cc5b9 - Browse repository at this point
Copy the full SHA f4cc5b9View commit details -
provider/aws: remove asg test dependence on default SG
accidentally pushed this with an implicit dependency on the default SG and VPC
Configuration menu - View commit details
-
Copy full SHA for 2cf9425 - Browse repository at this point
Copy the full SHA 2cf9425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0829e7f - Browse repository at this point
Copy the full SHA 0829e7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4845a9a - Browse repository at this point
Copy the full SHA 4845a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b543ce8 - Browse repository at this point
Copy the full SHA b543ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a29d59 - Browse repository at this point
Copy the full SHA 9a29d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b9b925 - Browse repository at this point
Copy the full SHA 5b9b925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4e8c7 - Browse repository at this point
Copy the full SHA 3a4e8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7019e03 - Browse repository at this point
Copy the full SHA 7019e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4edbada - Browse repository at this point
Copy the full SHA 4edbadaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 909296f - Browse repository at this point
Copy the full SHA 909296fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 23e22e9 - Browse repository at this point
Copy the full SHA 23e22e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5458c4e - Browse repository at this point
Copy the full SHA 5458c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6eeaed - Browse repository at this point
Copy the full SHA b6eeaedView commit details -
Let people know elbs support tags
Joel authored and cvvs committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for eee1787 - Browse repository at this point
Copy the full SHA eee1787View commit details -
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 committedJun 3, 2015 Configuration menu - View commit details
-
Copy full SHA for 77619cd - Browse repository at this point
Copy the full SHA 77619cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a282861 - Browse repository at this point
Copy the full SHA a282861View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c2bfc - Browse repository at this point
Copy the full SHA c0c2bfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e53e492 - Browse repository at this point
Copy the full SHA e53e492View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bf9bdb5 - Browse repository at this point
Copy the full SHA bf9bdb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 527b3db - Browse repository at this point
Copy the full SHA 527b3dbView commit details -
Fixup aws_security_group doc example.
Both to_ and from_ port must be zero to use protocol -1.
Configuration menu - View commit details
-
Copy full SHA for 478ebb3 - Browse repository at this point
Copy the full SHA 478ebb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a211aa - Browse repository at this point
Copy the full SHA 4a211aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4938756 - Browse repository at this point
Copy the full SHA 4938756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a76d1 - Browse repository at this point
Copy the full SHA 79a76d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for af83d4a - Browse repository at this point
Copy the full SHA af83d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ffbd1 - Browse repository at this point
Copy the full SHA e0ffbd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67626bf - Browse repository at this point
Copy the full SHA 67626bfView commit details