Commit Graph

8570 Commits

Author SHA1 Message Date
Mitchell Hashimoto
55a9b1ba4c helper/diff: replace ocnfig/lang 2016-02-03 13:24:04 -05:00
Mitchell Hashimoto
aaf1302ce8 providers/template: don't use config/lang 2016-02-03 13:24:04 -05:00
Mitchell Hashimoto
8be4afacf8 terraform: replace config/lang usage 2016-02-03 13:24:04 -05:00
Mitchell Hashimoto
09409a1a2b vendor hashicorp/hil 2016-02-03 13:24:04 -05:00
Mitchell Hashimoto
5f3de02fa9 remove config/lang, use hashicorp/hil 2016-02-03 13:24:04 -05:00
James Nugent
a51e84cafb Merge pull request #4976 from moofish32/b_update_launch_config_doc
provider/aws: Placement Tenancy Missing from Launch Config Docs
2016-02-03 13:21:38 -05:00
James Nugent
c1eceb82ee Merge pull request #4980 from hashicorp/b-asm-acceptance-test-randomization
provider/azure: Randomize name in acceptance tests
2016-02-03 13:19:05 -05:00
James Nugent
ef350af219 provider/azure: Randomize name in acceptance tests
This should address the failures seen in Travis Build Run #8774. It is
likely there are others which also need addressing - they will be
addressed on a case-by-case basis as they come up.
2016-02-03 13:11:47 -05:00
Mike Cowgill
c7118eff24 updating launch_configuration aws documentation to include the placement_tenancy argument 2016-02-03 09:00:16 -08:00
Joe Topjian
8c8b39d15d Update CHANGELOG.md 2016-02-02 16:22:42 -07:00
Joe Topjian
44970d4490 Merge pull request #4966 from jtopjian/openstack-fix-access-network
provider/openstack: Fix crash when access_network was not defined
2016-02-02 16:21:41 -07:00
James Nugent
6baf622418 Update CHANGELOG.md 2016-02-02 18:21:12 -05:00
James Nugent
5748487af9 Merge pull request #4965 from dharrisio/fix-diffs-didnt-match-during-apply
core: "diffs didn't match during apply" error message.
2016-02-02 18:19:25 -05:00
Joe Topjian
7ccaaa12be provider/openstack: Fix crash when access_network was not defined 2016-02-02 22:59:16 +00:00
David Harris
d95ab75565 Added EvalIgnoreChanges on diffApply. 2016-02-02 15:23:25 -07:00
Paul Hinze
bb4c58a683 Merge pull request #4957 from hashicorp/phinze/update-deps-using-recent-godep
deps: Capture deps w/ latest version of godep
2016-02-02 15:03:13 -06:00
Paul Hinze
872371d21d deps: Capture deps w/ latest version of godep
Previous deps merge had been captured by an older version of godep,
updating godep and rerunning...

    godep save $(go list ./... | grep -v /vendor/)

...yielded this diff.

New `godep` also produced a warning to pin to the major Go version
instead of the minor one, which we do here as well.
2016-02-02 12:32:03 -06:00
Paul Hinze
3b51ccf711 Merge pull request #4956 from hashicorp/phinze/better-acctest-check-error
providers: Mention check number when acctest fails
2016-02-02 11:08:39 -06:00
Paul Hinze
24048b4dca providers: Mention check number when acctest fails 2016-02-02 10:57:28 -06:00
clint
dce2994151 release: clean up after v0.6.11 2016-02-01 20:17:08 +00:00
clint
3590cfadb0
v0.6.11 2016-02-01 19:16:01 +00:00
James Nugent
c23fe545f7 build: Add miissing vendor package 2016-02-01 13:50:49 -05:00
Paul Hinze
55235a8db2 Merge pull request #4937 from hashicorp/b-build-sh-no-deps
build.sh: don't dive into vendored deps when building
2016-02-01 11:34:15 -06:00
Paul Hinze
6791172e21 build.sh: don't dive into vendored deps when building
Doing a straight `./...`  build results in errors from unvendored
package references being picked up in some vendored libraries'
`examples/` subdirs.

So we'll switch to the recommended `go list | grep -v /vendor/` strategy
to determine what to build.
2016-02-01 11:28:41 -06:00
Clint
8d0b289451 Update CHANGELOG.md 2016-02-01 09:37:54 -06:00
Clint
398fa179df Merge pull request #4933 from hashicorp/b-aws-computed-classiclink
provider/aws: Change VPC ClassicLink to be computed
2016-02-01 09:37:29 -06:00
clint shryock
772ac8522a provider/aws: Change VPC ClassicLink to be computed 2016-02-01 09:30:09 -06:00
Joe Topjian
e94aa1dc0a Merge pull request #4929 from jtopjian/openstack-fix-lb-member
provider/openstack Fix LB Member Errors
2016-01-31 15:57:56 -07:00
Joe Topjian
aefd22ed9b provider/openstack Fix LB Member Errors
Fixing Load Balancer Member errors caused by not rebasing with master
before committing.
2016-01-31 22:51:26 +00:00
Joe Topjian
d78a473dbb Update CHANGELOG.md 2016-01-31 15:42:06 -07:00
Joe Topjian
baeaee0103 Merge pull request #4359 from jtopjian/jtopjian-openstack-lb-member
provider/openstack: Load Balancing Member Resource
2016-01-31 15:40:15 -07:00
Joe Topjian
b144362d3b Update CHANGELOG.md 2016-01-31 15:26:17 -07:00
Joe Topjian
1ccd0491ff Merge pull request #4812 from jtopjian/openstack-per-network-floating-ip
provider/openstack: Per-network Floating IPs
2016-01-31 15:24:59 -07:00
Joe Topjian
df660a26a1 provider/openstack: Per-network Floating IPs
This commit adds the ability to associate a Floating IP to a specific
network. Previously, there only existed a top-level floating IP
attribute which was automatically associated with either the first
defined network or the default network (when no network block was
used).

Now floating IPs can be associated with networks beyond the first
defined network as well as each network being able to have their own
floating IP.

Specifying the floating IP by using the top-level floating_ip
attribute and the per-network floating IP attribute is not possible.

Additionally, an `access_network` attribute has been added in order
to easily specify which network should be used for provisioning.
2016-01-31 22:17:51 +00:00
Joe Topjian
7e30b5d877 Merge pull request #4928 from jtopjian/openstack-port-ip-acc-test
provider/openstack Add Acceptance Test for No Port IP
2016-01-31 15:11:33 -07:00
Joe Topjian
b488541ee9 provider/openstack Add Acceptance Test for No Port IP 2016-01-31 22:04:06 +00:00
Joe Topjian
2e2ea033c5 Merge pull request #4851 from Sheile/b-openstack-convert-fixedips
provider/openstack Convert FixedIPS from struct to map for ResourceData
2016-01-31 14:59:41 -07:00
James Nugent
d404008657 Merge pull request #4927 from stack72/f-aws-redshift-docs
provider/aws: Redshift Cluster Documentation for `skip_final_snapshot` should be true
2016-01-31 16:57:57 -05:00
stack72
9407f538cf Changing the default for ship_final_snapshot on redshift_cluster to be true so as to match the code 2016-01-31 21:48:05 +00:00
Radek Simko
7c9d309d6f Update CHANGELOG.md 2016-01-31 10:05:30 +01:00
James Nugent
8e4f976193 Merge pull request #4917 from ColinHebert/docker_documentation
provider/docker: Update documentation
2016-01-30 17:18:07 -05:00
James Nugent
e490b44daa Merge pull request #4918 from ColinHebert/docker_network_error
provider/docker: Catch potential custom network errors in docker
2016-01-30 17:17:29 -05:00
Colin Hebert
d89c365838 remove extra parenthesis 2016-01-31 08:49:35 +11:00
Colin Hebert
fd3ae2d607 Catch potential custom network errors in docker 2016-01-31 08:31:30 +11:00
Colin Hebert
5ef7e42834 provider/docker: Update documentation
- Use a consistent format
- Remove typos
- Specify the expected parameter type for each entry
- Change importance of block documentation
2016-01-31 08:23:35 +11:00
Radek Simko
8ca660daf7 Update CHANGELOG.md 2016-01-30 15:09:03 +01:00
Radek Simko
9db941a5c5 Merge pull request #4899 from TimeIncOSS/f-base64-sha256
config: Add base64sha256() function
2016-01-30 14:06:54 +01:00
Radek Simko
1018af5662 config: Add docs for new base64sha256 func 2016-01-30 13:19:10 +01:00
Radek Simko
ecedcd0032 config: Add base64sha256() function 2016-01-30 13:19:10 +01:00
Radek Simko
150c588e17 Update CHANGELOG.md 2016-01-30 13:09:33 +01:00