Joe Topjian
986eefcfe2
Merge pull request #5391 from jtopjian/openstack-secgroup-icmp-zero
...
provider/openstack: Allow ICMP Security Groups with values of zero
2016-03-01 12:48:12 -07:00
Paul Hinze
a9d5903dbe
Update CHANGELOG.md
2016-03-01 12:52:02 -06:00
Paul Hinze
3ee2e942d0
Merge pull request #5400 from hashicorp/phinze/update-hcl
...
deps: update hcl to latest
2016-03-01 12:50:05 -06:00
Paul Hinze
361c1a0992
README.md - expand dependency docs a bit
2016-03-01 12:49:17 -06:00
Maxime Bury
ae8627f92a
Report the correct number of shards
2016-03-01 10:46:39 -08:00
Paul Hinze
de97bad050
deps: update hcl to latest
...
refs #5372
2016-03-01 12:39:40 -06:00
Martin Atkins
c9e3b7f51d
Update CHANGELOG.md
2016-03-01 09:29:49 -08:00
Martin Atkins
c1ce8ff31a
Merge pull request #5218 from paybyphone/paybyphone_set_maxitems
...
Add MaxItems attribute to Schema
2016-03-01 09:27:59 -08:00
Radek Simko
6016904f2e
Update CHANGELOG.md
2016-03-01 14:11:23 +00:00
Radek Simko
528bad36ff
Merge pull request #5395 from TimeIncOSS/b-cw-even-target-role
...
provider/aws: Allow recovering from failed CloudWatch Event Target creation
2016-03-01 14:10:10 +00:00
Radek Simko
8ca732528c
docs: CloudWatch Event Target expects role name (not ARN)
2016-03-01 12:38:55 +00:00
Radek Simko
dc45f84a8f
Allow recovering from failed CW Event Target creation in state
2016-03-01 12:37:36 +00:00
Radek Simko
5a786d52d9
Fix: Do not store ID of CW Event Target if creation fails
2016-03-01 12:35:15 +00:00
Joe Topjian
b0b4341b5e
vendor: Update dependency gophercloud to latest
2016-03-01 03:30:42 +00:00
Joe Topjian
9332a1ddac
provider/openstack: Add test for ICMP SecGroup rules with type zero
...
This is to just catch possible breakage in the future. The actual
support was done in Gophercloud.
Previously, values of 0 were not allowed since there's no such port
as 0. However, there are ICMP codes of 0.
2016-03-01 03:29:14 +00:00
Paul Stack
1448b84b37
Update CHANGELOG.md
2016-02-29 21:42:22 +00:00
Paul Stack
ba5cdfea55
Merge pull request #4688 from stack72/aws-asg-metrics
...
provider/aws: Autoscaling Metrics Collection resource
2016-02-29 21:41:07 +00:00
stack72
d3697fa50b
provider/aws: Combine AWS Metrics Collection resource and AWS
...
Autoscaling Group
2016-02-29 20:58:41 +00:00
Radek Simko
8bdd92187c
Merge pull request #4446 from TimeIncOSS/f-schema-new-resource
...
helper/schema: Allow identification of a new resource in update func
2016-02-29 20:07:00 +00:00
stack72
4fc1391303
Scaffold the AWS Autoscaling Group Metrics Collection
2016-02-29 19:24:30 +00:00
Paul Hinze
b991541cce
Merge pull request #5378 from hashicorp/phinze/acctest-readme
...
README: link off to CONTRIBUTING for acctest info
2016-02-29 13:16:11 -06:00
Paul Hinze
cbd02dd3ef
README: link off to CONTRIBUTING for acctest info
...
Acctest info in README was a bit stale since the enhanced contributing
guide landed.
2016-02-29 12:49:41 -06:00
Paul Hinze
c47af4cb00
Merge pull request #5375 from hashicorp/phinze/doc-aws-sg-forcenew
...
provider/aws docs: Mark ForceNew fields, note about description
2016-02-29 12:38:39 -06:00
Paul Hinze
c5709ce913
Merge pull request #5084 from hashicorp/phinze/acctest-nonemptyplan-log
...
acctests: log a line w/ the non-empty plan
2016-02-29 12:35:14 -06:00
Paul Hinze
0d728bee70
provider/aws docs: Mark ForceNew fields, note about description
...
The `description` field is easy to confuse for a nice field to
add an arbitrary comment to - and it's surprising that changes to this
field force a new resource, so we add a big note about it to point users
at tags.
Also marked all the other ForceNew attributes on this resource.
2016-02-29 12:06:33 -06:00
stack72
ffbb59a73e
provider/aws: Fixes the use of Uppercase chars in ELB Listeners
2016-02-29 18:04:47 +00:00
Paul Hinze
bba8a79a52
acctests: log a line w/ the non-empty plan
...
Helpful when iterating on a drift test.
Eventually I think this assertion could be fanned out to something much
more targeted like:
ExpectAttributeDiff(resource, attr, oldval, newval)
But this is a step in the right direction.
2016-02-29 11:50:42 -06:00
Paul Stack
00bbf4a731
Update CHANGELOG.md
2016-02-29 17:39:11 +00:00
Paul Stack
e6f3fafcd6
Merge pull request #5361 from stack72/b-aws-es-tags
...
provider/aws: `aws_elastisearch_domain` tags not being set correctly.
2016-02-29 17:38:06 +00:00
Joe Topjian
304fc424cd
Update CHANGELOG.md
2016-02-29 08:45:12 -07:00
Joe Topjian
b72cb19606
Merge pull request #5366 from jtopjian/openstack-readd-server-access
...
provider/openstack: Re-Add server.AccessIPv4 and server.AccessIPv6
2016-02-29 08:44:16 -07:00
Radek Simko
0ddf8f4dbd
Update CHANGELOG.md
2016-02-29 14:51:21 +00:00
Radek Simko
5aafacc4db
Merge pull request #5370 from TimeIncOSS/mb-lambda-s3-object-version-not-required
...
Lambda S3 object version defaults to '$LATEST' if unspecified
2016-02-29 14:49:35 +00:00
Maxime Bury
0290884fdc
Lambda S3 object version defaults to '$LATEST' if unspecified
2016-02-29 14:31:47 +00:00
Joe Topjian
7d6116d7c2
provider/openstack: Re-Add server.AccessIPv4 and server.AccessIPv6
...
GH-4812 removed reading server.AccessIPv4 and server.AccessIPv6
because, AFAICT, they are not set by Nova. After removal, a user
reported that they were no longer able to read IPs from access_ip_v4
and access_ip_v6 on Rackspace. It's possible that Rackspace sets
the AccessIPv* attributes, and if that's true, other cloud providers
might as well through custom extensions.
The priority of how access_ip_v* is set might require some tweaks in
the future.
2016-02-28 21:39:45 +00:00
Joe Topjian
6c2715dabe
Update CHANGELOG.md
2016-02-28 12:15:55 -07:00
Joe Topjian
ba8033bf74
Merge pull request #5365 from jtopjian/openstack-instance-network-update-guard
...
provider/openstack: Safely typecast network during instance update
2016-02-28 12:13:44 -07:00
Joe Topjian
d82a4c9259
provider/openstack: Safely typecast network during instance update
...
This commit protects against unsafe typecasting when an instance is
updating its network configuration.
2016-02-28 19:02:53 +00:00
stack72
7b61567bf6
provider/aws: `aws_elastisearch_domain` tags not being set correctly.
...
The top level object was used not the tags within
2016-02-28 18:31:58 +00:00
Joe Topjian
9fade4dbf6
Update CHANGELOG.md
2016-02-27 17:06:51 -07:00
Joe Topjian
0a58304f51
Merge pull request #5359 from jtopjian/openstack-volume-detaching-state
...
provider/openstack: Add detaching as valid pending state
2016-02-27 17:05:54 -07:00
Joe Topjian
866e49455f
provider/openstack: Add detaching as valid pending state
...
This commit allows "detaching" to be a valid pending state when
detaching a volume. Despite being obvious pending state, it also
helps in race situations when a volume is implicitly being detached
by Nova.
2016-02-27 23:48:52 +00:00
Martin Atkins
f09a5661cf
tls_self_signed_cert reference subject doc from tls_cert_request
...
tls_self_signed_cert is really just a shorthand over tls_cert_request and
tls_locally_signed_cert, so rather than duplicating all of this
documentation and risking that it will get out of sync (since the
structure is shared in the implementation) we'll just link to the
existing docs.
This fixes #5343 .
2016-02-27 04:37:41 -08:00
Joe Topjian
785deed6a7
Update CHANGELOG.md
2016-02-26 23:21:08 -07:00
Joe Topjian
09c192c753
Merge pull request #5131 from jtopjian/openstack-multi-ephemeral
...
provider/openstack: Multi Ephemeral Disk Support
2016-02-26 23:19:47 -07:00
Joe Topjian
e872c3d8ba
provider/openstack: Instance Block Device cleanup
...
This commit fixes and cleans up instance block_device configuration.
Reverts #5354 in that `volume_size` is only required in certain
block_device configuration combinations. Therefore, the actual
attribute must be set to Optional and later checks done.
Doc upates, too.
2016-02-27 06:05:01 +00:00
Joe Topjian
ed9e7de901
provider/openstack: multi ephemeral support
...
This commit adds the ability to create instances with multiple
ephemeral disks. The ephemeral disks will appear as local block
devices to the instance.
2016-02-27 04:56:27 +00:00
Joe Topjian
4443d8e4a2
Update CHANGELOG.md
2016-02-26 21:42:50 -07:00
Joe Topjian
cb9099e28a
Merge pull request #5355 from jtopjian/openstack-domain-env-vars
...
provider/openstack: Add Support for Domain environment variables
2016-02-26 21:42:05 -07:00
Joe Topjian
8d00ee3836
provider/openstack: Add Support for Domain environment variables
...
This commit adds the ability to specify the Domain ID and Domain Name
by OS_DOMAIN_ID and OS_DOMAIN_NAME respectively.
2016-02-27 04:34:17 +00:00