Commit Graph

6639 Commits

Author SHA1 Message Date
Hany Fahim 1e90f986f2 Update conditional to set UnlimitedResourceID for Zonename as well as Zoneid 2015-09-30 14:03:14 -04:00
carinadigital 1d6a5c5401 Update docs to show correct launching of atlas artifact in AWS. 2015-09-30 00:36:20 -07:00
Kevin Nuckolls bf9c5c46d0 Tests for apply parallelism=1 and parallelism=2 2015-09-29 22:41:26 -07:00
Kevin Nuckolls fc60b2858c Added -parallelism to refresh and plan cli UI 2015-09-29 22:41:26 -07:00
Kevin Nuckolls f59c71b35a works for apply, no tests yet 2015-09-29 22:41:26 -07:00
Hany Fahim a9b86636c8 Check for proper empty response instead of UnlimitedResourceID 2015-09-28 13:31:08 -04:00
Sander van Harmelen 0c3f2a915c Merge pull request #3338 from svanharmelen/f-cloudstack-nwdomain
provider/cloudstack: fix styling (tab vs spaces in raw string)
2015-09-27 20:01:14 -07:00
Sander van Harmelen 979c86ec26 Fix styling... 2015-09-27 19:56:44 -07:00
Sander van Harmelen 99aeec07de Merge pull request #3337 from svanharmelen/f-cloudstack-nwdomain
provider/cloudstack: add support for network domains
2015-09-27 19:55:36 -07:00
Sander van Harmelen 1bf708d5e7 Merge pull request #3329 from joelmoss/provisioner_chef_policyfile_support
Added Policyfile support to the Chef provisioner
2015-09-27 19:52:34 -07:00
Sander van Harmelen ccf683b6ea Add support for network domains
Fixes #3248
2015-09-27 19:49:58 -07:00
Sander van Harmelen 2ba8dc38fa Switch to go-multierror
It seems there are 4 locations left that use the `helper/multierror`
package, where the rest is TF settled on the `hashicorp/go-multierror`
package.

Functionally this doesn’t change anything, so I suggest to delete the
builtin version as it can only cause confusion (both packages have the
same name, but are still different types according to Go’s type system.
2015-09-27 18:58:48 -07:00
Joel Moss 20362e7506 Added Policyfile support to the Chef provisioner
This Adds three new arguments `use_policyfile`, `policy_group` and `policy_name` to the Chef
provisioner. If `use_policyfile` == true, then the other arguments are required.
2015-09-26 00:56:24 +01:00
Dave Cunningham 6bd40a7bf4 Update CHANGELOG.md 2015-09-25 16:42:31 -04:00
Dave Cunningham 2619b66e21 Merge pull request #3242 from lwander/b-gce-network-interface-name
provider/gce: Instance Template Network Interface Should be URL
2015-09-25 16:40:16 -04:00
Dave Cunningham 442d64d7c2 Merge pull request #3323 from lwander/r-gce-refactor-operations
provider/gce: Refactored Operation Wait Code
2015-09-25 16:32:31 -04:00
Radek Simko 4e29025820 docs: rundeck: Remove extra backslashes
- it may not feel right, but that's currently how the builtin functions work -> double quotes are not escaped
 - cc @apparentlymart
2015-09-25 10:51:55 +01:00
Radek Simko 0d5a0bb45d Merge pull request #3314 from apparentlymart/rundeck-doc-fix
Corrected example on rundeck provider index page
2015-09-25 10:47:03 +01:00
Radek Simko 84b9a6e001 Merge pull request #3318 from roboll/master
correct policy_document to policy in vpc_endpoint docs
2015-09-25 10:44:57 +01:00
Gorka Lerchundi Osa 70522fb770 implements base64{enc,dec} interpolation funcs
fixes #3320

Signed-off-by: Gorka Lerchundi Osa <glertxundi@gmail.com>
2015-09-25 09:23:36 +02:00
Hany Fahim 7852248f0e Moved project block down 2015-09-24 17:04:45 -04:00
Hany Fahim fc89f576ca Change IS_GLOBAL_RESOURCE to UnlimitedResourceID to keep terminology in sync with CloudStack 2015-09-24 16:49:21 -04:00
Paul Hinze 140b3377f4 Update CHANGELOG.md 2015-09-24 15:37:02 -05:00
Lars Wander 158af9d0d4 Refactored wait code to delete duplicated code & share functionality 2015-09-24 16:30:12 -04:00
Hany Fahim 7b4bb968d6 Add project parameter to cloudstack_template resource 2015-09-24 16:28:40 -04:00
Hany Fahim aa950be63b Use constant for global resources 2015-09-24 16:16:12 -04:00
Paul Hinze c39fdd2917 Merge pull request #2988 from hashicorp/b-input-var-partially-computed
core: don't error on computed value during input walk
2015-09-24 15:07:49 -05:00
Hany Fahim 03d7c1fa7d Allow for -1 for Zone ID, which is valid in CloudStack 2015-09-24 15:57:25 -04:00
Paul Hinze 4502c32840 Merge pull request #3321 from hashicorp/edit-this-page
Add "Edit this page" link everywhere except /
2015-09-24 14:17:17 -05:00
Paul Hinze 1aff3f4a44 Update CHANGELOG.md 2015-09-24 14:15:27 -05:00
Paul Hinze 50b8161da1 Merge pull request #2008 from dupuy/secgrp-delta-remove-then-add
remove security groups (by name) before adding security groups (by id)
2015-09-24 14:14:48 -05:00
Sam Handler 2e89ac1da0 fix Makefile 2015-09-24 11:48:52 -07:00
Sam Handler 462167521e Single tab in makefile 2015-09-24 11:31:17 -07:00
Sam Handler b593502dcb _footer spacing fix 2015-09-24 11:29:04 -07:00
Sam Handler 0bda98899e Make wants tabs 2015-09-24 10:59:16 -07:00
Sam Handler 22c2d6cf21 Fix up spacing 2015-09-24 10:29:03 -07:00
Sam Handler f1800a4841 `bundle update middleman-hashicorp` 2015-09-24 10:07:48 -07:00
Sam Handler ec43972b7b Update README to point to Makefile 2015-09-24 09:57:38 -07:00
rob boll 325f95839a correct policy_document to policy in vpc_endpoint docs 2015-09-24 10:58:58 -04:00
Sam Handler 8895ab751d Add Makefile 2015-09-23 18:51:42 -07:00
Sam Handler f85fc866fe Put "Edit this page" link in footer 2015-09-23 18:51:34 -07:00
Martin Atkins 7884fb805e Corrected example on rundeck provider index page.
An earlier version of the provider implementation accepted
key_material_file instead of key_material. This was updated in the
resource-specific docs but not in this provider-wide example.
2015-09-23 17:31:38 -07:00
Sargurunathan Mohan 6b2d6f5ae4 go fmt code 2015-09-23 16:41:48 -07:00
Sargurunathan Mohan 803b33bcae return nil and exit out of the function for IAM instance profiles 2015-09-23 16:40:46 -07:00
stack72 04722c88c5 Renaming the unit tests for the ELB Name validation to be TestResource to keep inline with existing conventions 2015-09-21 22:08:33 +01:00
stack72 91274c9a90 Test spike to extract the function that does the validation for ELB Name. This will allow me to test this in isolation to make sure that the validation rules work as expected 2015-09-21 22:00:51 +01:00
Paul Hinze e7f33bf523 Merge pull request #3291 from hashicorp/sethvargo/faster_deploy
Use a faster middleman deploy
2015-09-21 08:39:29 -05:00
Seth Vargo 3e7e3232a6 Use a faster middleman deploy 2015-09-20 14:08:28 -04:00
Chavez ac42432690 docs: AWS launch configuration
* Spot instance documentation
2015-09-19 12:44:12 -07:00
stack72 679563951c Added the validation for the app-cookie-stickiness-policy after the AWS API returned an error 2015-09-19 20:01:49 +01:00