Commit Graph

7163 Commits

Author SHA1 Message Date
Joe Topjian
c4c480bb92 provider/openstack: Safe SecGroup Delete
This commit enables security groups to be deleted in a safe way by
checking their state over a period of time.

This fixes occurrences when the API says the instance is deleted but
it is still in the process of being deleted by OpenStack and thus the
security group returns an error saying that there are still instances
attached to the group.
2015-10-30 13:03:26 +00:00
Paul Hinze
bb84751911 Update CHANGELOG.md 2015-10-30 07:52:15 -05:00
Paul Hinze
ee4033edbd Merge pull request #3695 from aznashwan/b-azure-fixes
provider/Azure: various bugfixes
2015-10-30 07:51:41 -05:00
Nashwan Azhari
bf09edc642 provider/Azure: fixes:
added wait on instance deletion for associated blob deletion.
added guarding Mutex for secgroup-rule-related concurrent operations.
added usage warning on secgroup rules.
2015-10-30 02:57:47 +02:00
Joe Topjian
fd8dba4827 provider/openstack: add state 'creating' to blockstorage_volume_v1
This commit adds the "creating" status to the Pending phases of creating a
block storage device.

Closes #3224
2015-10-29 19:01:24 -05:00
Paul Hinze
7ea1138b53 Update CHANGELOG.md 2015-10-29 18:58:05 -05:00
Paul Hinze
fe2bf2d473 Merge pull request #3440 from ggiamarchi/openstack/idempotency
Fix OpenStack provider idempotency bugs
2015-10-29 18:57:02 -05:00
Paul Hinze
cadbbbae08 aws: fix build after upstream breaking change
see
1a69d06935
2015-10-29 18:52:10 -05:00
Paul Hinze
9428e9f1d1 command: fix failing TestPlan_noState test
Turns out that isolating statefiles in the Apply tests is an important
step to prevent leaking .tfstate in a common dir, which can affect other
tests.
2015-10-29 18:07:44 -05:00
clint shryock
ec2d22cf29 update with go fmt 2015-10-29 17:10:44 -05:00
Clint
d2e4b662d3 Update CHANGELOG.md 2015-10-29 17:08:18 -05:00
Clint
5c3c1e2327 Merge pull request #3548 from MDL/aws_route
provider/aws: add aws_route resource (finish)
2015-10-29 17:06:56 -05:00
Michael Austin
a0322f9b8c go fmt 2015-10-29 17:55:23 -04:00
Michael Austin
5448e01269 removed extraneous debug code and clarified INFO logging 2015-10-29 17:53:40 -04:00
Paul Hinze
8f5f34fa88 Update CHANGELOG.md 2015-10-29 15:45:40 -05:00
Paul Hinze
845e1726dd Merge pull request #3633 from aybabtme/provider/digitalocean-fix-issue-3628
provider/digitalocean: fix issue #3628 by accepting SSH fingerprints
2015-10-29 15:44:51 -05:00
Paul Hinze
76c488dc24 Merge pull request #3693 from hashicorp/b-flaky-parallelism-tests
command: fix flaky parallelism tests
2015-10-29 15:28:55 -05:00
Seth Vargo
0b28cceaf7 Trailing slash 2015-10-29 16:22:34 -04:00
Paul Hinze
715437537d command: fix flaky parallelism tests
Thanks to @mitchellh for helping sort out concurrency stuff here.
2015-10-29 15:16:34 -05:00
Paul Hinze
c56245ce34 Merge pull request #2973 from bobtfish/length_empty_split_zero
Split of "" should be empty. Length of empty array should be 0
2015-10-29 14:58:36 -05:00
Paul Hinze
42898857b9 Update CHANGELOG.md 2015-10-29 14:56:34 -05:00
Paul Hinze
73569dc83c Merge pull request #3616 from Vlatombe/GH-3615
provider/aws: ignore association not exist on route table destroy [GH-3615]
2015-10-29 14:56:16 -05:00
Paul Hinze
79e6f2fc9d Merge pull request #3683 from hashicorp/phinze/doc-vsphere-acctests
website: document vsphere acctest instructions
2015-10-29 14:53:47 -05:00
Paul Hinze
b1cf7f4841 Merge pull request #3682 from f440/update-logging-option
docs: Correct logging option example
2015-10-29 14:53:31 -05:00
Paul Hinze
0628c33973 Merge pull request #3669 from hashicorp/phinze/travis-go-1.5
travis: build with go 1.5 now
2015-10-29 14:53:19 -05:00
Paul Hinze
5550ab5192 Update CHANGELOG.md
/cc @apparentlymart :)
2015-10-29 14:52:52 -05:00
Paul Hinze
32ae193e94 Merge pull request #2778 from apparentlymart/tls
TLS utility provider
2015-10-29 14:51:06 -05:00
Clint
371686f7e6 Update CHANGELOG.md 2015-10-29 11:10:31 -05:00
Clint
cc0b941ba2 Merge pull request #3685 from stack72/f-aws-s3bucket-arn
Adding a computed ARN for the S3 Bucket as per #3666
2015-10-29 11:09:54 -05:00
stack72
8eec0c896f Adding a computed ARN for the S3 Bucket as per #3666 2015-10-29 13:33:35 +00:00
Clint
0961f5c159 Update CHANGELOG.md 2015-10-29 08:25:00 -05:00
Clint
cb2ecf5733 Merge pull request #3255 from Runscope/local-kinesis
provider/aws: allow local kinesis
2015-10-29 08:24:07 -05:00
Paul Hinze
be3dd42c9d website: document vsphere acctest instructions
closes #3524
2015-10-29 07:48:11 -05:00
Paul Hinze
80631683d1 Update CHANGELOG.md 2015-10-29 07:33:03 -05:00
Paul Hinze
38c20a58c7 Merge pull request #3636 from rakutentech/fix-connection-info
provider/vsphere: Fix d.SetConnInfo error in case of a missing IP address
2015-10-29 07:28:16 -05:00
f440
983e07cc17 docs: Correct logging option example
ref. 0090c063e8
2015-10-29 18:56:40 +09:00
Radek Simko
485dbcc510 Update CHANGELOG.md 2015-10-29 07:04:24 +00:00
Radek Simko
678c7e905a Merge pull request #3094 from TimeIncOSS/f-aws-cloudtrail
provider/aws: Add support for CloudTrail
2015-10-29 07:03:17 +00:00
Clint
d19a4ddf2b Update CHANGELOG.md 2015-10-28 14:15:19 -05:00
Clint
191b6c826f Merge pull request #3674 from hashicorp/pr-2836
provider/aws: Add notification topic ARN for ElastiCache clusters (continuation from #2836)
2015-10-28 14:14:53 -05:00
clint shryock
2cd47ec195 add test for elasticache cluster and topic arn 2015-10-28 14:09:45 -05:00
clint shryock
9aeb04909c Merge branch 'master' into pr-2836
* master: (335 commits)
  Update CHANGELOG.md
  config: return to the go1.5 generated lang/y.go
  Update CHANGELOG.md
  Allow cluster name, not only ARN for aws_ecs_service
  Update CHANGELOG.md
  Add check errors on reading CORS rules
  Update CHANGELOG.md
  website: docs for null_resource
  dag: use hashcodes to as map key to edge sets
  Update CHANGELOG.md
  Update CHANGELOG.md
  Update CHANGELOG.md
  Use hc-releases
  provider/google: Added scheduling block to compute_instance
  Use vendored fastly logo
  Use releases for releases
  Update CHANGELOG.md
  Update CHANGELOG.md
  Update vpn.tf
  Update CHANGELOG.md
  ...
2015-10-28 13:20:10 -05:00
Radek Simko
7c4849541a aws: Add docs for aws_cloudtrail 2015-10-28 17:14:24 +00:00
Radek Simko
7265bdaaf0 aws: Add acceptance test for aws_cloudtrail 2015-10-28 17:13:14 +00:00
Radek Simko
a618b048cf aws: Add support for aws_cloudtrail 2015-10-28 17:13:14 +00:00
Radek Simko
22ec52396a Update CHANGELOG.md 2015-10-28 16:30:03 +00:00
Radek Simko
91f4be2261 Merge pull request #3668 from TimeIncOSS/b-aws-ecs-cluster-arn
provider/aws: Allow cluster name, not only ARN for aws_ecs_service
2015-10-28 16:28:47 +00:00
Paul Hinze
89cc98934b travis: build with go 1.5 now 2015-10-28 12:21:49 -04:00
Paul Hinze
af04321723 config: return to the go1.5 generated lang/y.go
It has improvements to error messaging that we want.

We'll use this occasion begin developing / building with Go 1.5 from
here on out. Build times will be slower, but we have core development
plans that will help mitigate that.

/cc @hashicorp/terraform-committers
2015-10-28 12:20:18 -04:00
Radek Simko
192111074a Update CHANGELOG.md 2015-10-28 16:17:20 +00:00