Sander van Harmelen
73f9d2b5e5
Merge pull request #2487 from svanharmelen/f-provisioner-chef-hints
...
provisioner/chef: add an `ohai_hints` option to upload hint files
2015-06-25 17:10:47 +02:00
Sander van Harmelen
087f93604e
Merge pull request #2488 from svanharmelen/d-changeme
...
Update CHANGELOG
2015-06-25 17:03:15 +02:00
Sander van Harmelen
8e955b5c97
Updated again 😃
...
The `connection` concept is something people know right? So maybe this
would be a better description?
2015-06-25 16:58:00 +02:00
Sander van Harmelen
2c98c0c33c
Update CHANGELOG
...
The SSH agent thing applies to all provisioners using the `ssh`
connection type, so it would be misleading to specifically write it
related to the `remote-exec` provisioner.
2015-06-25 16:47:35 +02:00
Sander van Harmelen
50be642a08
Merge pull request #2486 from svanharmelen/f-stream-ids
...
core: reverting a few lines from PR #2406
2015-06-25 16:39:40 +02:00
Radek Simko
8c866a4510
Merge pull request #2458 from TimeIncOSS/f-plan-resource-counts
...
Add resource sums to terraform plan
2015-06-25 15:35:34 +01:00
Sander van Harmelen
61517f68b1
Add an `ohai_hints` option to upload hint files
...
This option takes a list of hints that will be uploaded to the new node
before starting the initial Chef run.
2015-06-25 16:32:36 +02:00
Sander van Harmelen
a79c987538
Reverting a few lines from PR #2406
...
As discussed with @mitchellh and @phinze we don’t need to randomize in
order to get infinite ID’s. When we hit the highest possible number and
add `1` it will just wrap back to `0`, which is just fine with regards
to how Terraform works and uses these ID’s.
Tested this by setting the initial value of `m.nextId` to `4294967293`
where the maximum is `4294967295 `. So with some additional logging it
clearly showed it wrapped and continued without any issues.
2015-06-25 16:28:04 +02:00
Sander van Harmelen
4c66df0dbf
Merge pull request #2483 from svanharmelen/f-provisioner-chef-ostype
...
provisioner/chef: add an option to specifically specify the target OS
2015-06-25 16:14:23 +02:00
Paul Hinze
d38fcb0026
Merge pull request #2485 from robzienert/add-app-stickiness-policy
...
Add missing docs to aws provider sidebar
2015-06-25 09:10:50 -05:00
Rob Zienert
1b30d6a9dc
Add missing docs to aws provider sidebar
2015-06-25 09:09:08 -05:00
Clint
319486fbe8
Update CHANGELOG.md
2015-06-25 08:57:02 -05:00
Clint
7a15090208
Merge pull request #2472 from hashicorp/f-aws-asg-update-elbs
...
provider/aws: Update ASGs to support in-place updates for Load Balancers
2015-06-25 08:55:46 -05:00
Sander van Harmelen
2423d104e6
Update CHANGELOG.md
2015-06-25 14:48:53 +02:00
Sander van Harmelen
ba21448b1f
Update CHANGELOG.md
2015-06-25 14:44:49 +02:00
Sander van Harmelen
5dbb1c0924
Update CHANGELOG.md
2015-06-25 14:33:27 +02:00
Sander van Harmelen
2690d87d39
Add an option to specifically specify the target OS
...
Before this option (`os_type`) the provisioner would use the connection
type to determine the targeted OS. When not supplying a value for
`os_type`, it will fall back to the old behaviour, so this is full BC.
2015-06-25 14:29:48 +02:00
Radek Simko
b505d15e1e
Add resource sums to terraform plan
...
- closes #2355
2015-06-25 10:25:16 +01:00
Sander van Harmelen
134cf1ce82
Merge pull request #2482 from jimmycuadra/patch-1
...
Fix wording in multi-provider resource docs
2015-06-25 10:21:39 +02:00
Jimmy Cuadra
94b11ed690
Fix wording in multi-provider resource docs
...
The sentence says that resources target a resource, but it should say that resources target providers.
2015-06-25 01:01:12 -07:00
Sander van Harmelen
6083329192
Merge pull request #2481 from svanharmelen/b-provider-cloudstack-userdata
...
provider/cloudstack: update userdata size check
2015-06-25 09:52:04 +02:00
Sander van Harmelen
b7b770d0da
Update user date size check
...
This makes sure we check the right thing.
2015-06-25 09:45:39 +02:00
Sander van Harmelen
0d36c24c54
Merge pull request #2391 from chiradeep/master
...
increase allowed size of userdata for cloudstack provider
2015-06-25 09:39:04 +02:00
Mitchell Hashimoto
f6b56a46ba
Merge pull request #2480 from dtan4/fix-elasticache-websites
...
website: Fix page titles and descriptions of ElastiCache websites
2015-06-24 23:18:02 -07:00
Mitchell Hashimoto
ebc33d874a
providers/openstack: fix vet issue
2015-06-24 23:16:06 -07:00
Mitchell Hashimoto
ede6af8763
Merge pull request #1921 from jtopjian/openstack-servergroup-schedulerhints
...
provider/openstack: scheduler_hints and servergroups
2015-06-24 23:13:25 -07:00
Daisuke Fujita
75be0a1529
Fix page description of elasticache_cluster
2015-06-25 15:11:49 +09:00
Daisuke Fujita
0850838dfc
Fix page description of elasticache_subnet_group
2015-06-25 15:11:23 +09:00
Daisuke Fujita
19b6e2816b
Fix page title of elasticache_subnet_group
2015-06-25 15:10:49 +09:00
Mitchell Hashimoto
d1d2a90158
Revert "provider/openstack: change security groups to set"
...
This reverts commit 646fd76e07
.
2015-06-24 23:10:30 -07:00
Radek Simko
767cdca550
Update CHANGELOG.md
2015-06-25 07:09:53 +01:00
Daisuke Fujita
30bc6afeed
Fix page description of elasticache_security_group
2015-06-25 15:09:47 +09:00
Mitchell Hashimoto
38151229b1
Merge pull request #2285 from cvvs/b_provider_openstack_router_adminbool
...
provider/openstack: change router resource admin_state_up from string to bool
2015-06-24 23:09:14 -07:00
Mitchell Hashimoto
c223518085
Merge pull request #2332 from TimeIncOSS/docs-cache-nodes
...
provider/aws: Add docs for elasticache_cluster - cache_nodes
2015-06-24 23:08:09 -07:00
Daisuke Fujita
5da9dd52e8
Fix page title of elasticache_security_group
2015-06-25 15:07:28 +09:00
Mitchell Hashimoto
d96a263a9e
Merge pull request #2358 from sathiyas/examples-add-aws-rds
...
Terraform example for RDS
2015-06-24 23:06:12 -07:00
Mitchell Hashimoto
3181a045a7
Merge pull request #2382 from sathiyas/examples-add-aws-asg
...
Examples add aws asg
2015-06-24 23:05:34 -07:00
Mitchell Hashimoto
4828ae12e7
Merge pull request #2396 from sathiyas/ex-add-aws-eip
...
AWS Terraform Example for eip
2015-06-24 23:04:31 -07:00
Mitchell Hashimoto
fdae8d059e
Merge pull request #2397 from sathiyas/ex-add-aws-elb
...
Example of AWS ELB
2015-06-24 23:04:15 -07:00
Radek Simko
dc26f06b5f
Merge pull request #2410 from TimeIncOSS/f-aws-lc-monitoring
...
provider/aws: Add aws_launch_configuration.enable_monitoring
2015-06-25 07:02:56 +01:00
Mitchell Hashimoto
7ae512842f
update CHANGELOG
2015-06-24 23:00:48 -07:00
Mitchell Hashimoto
a4070a1972
Merge pull request #2452 from zollie/f-aws-launch-configuration-profile-propagation-wait
...
provider/aws: Add retry to aws_launch_configuration Create to wait for IAM instance profile propagation
2015-06-24 22:59:42 -07:00
Paul Hinze
38efe4cb80
dot: only draw provider close on `terraform greph -verbose`
2015-06-24 17:36:45 -05:00
Clint Shryock
6e818785af
provider/aws: Update ASGs to support in-place updates for Load Balancers
2015-06-24 16:37:23 -05:00
zollie
579b33b8a2
Retry aws_launch_configuration Create on 'Invalid IamInstanceProfile' error only
2015-06-24 17:11:46 -04:00
Radek Simko
6fdbca8e58
Merge pull request #2466 from TimeIncOSS/f-schema-field-name-validate
...
schema: Add field name to ValidateFunc
2015-06-24 18:52:53 +01:00
Mitchell Hashimoto
4bf0d5e243
update CHANGELOG
2015-06-24 10:40:14 -07:00
Paul Hinze
6175874cbd
Update CHANGELOG.md
2015-06-24 12:38:54 -05:00
Mitchell Hashimoto
9fc78d4ea1
Merge pull request #2448 from hashicorp/b-openstack-networks
...
providers/openstack: fix crash case if network is nil [GH-2323]
2015-06-24 10:38:27 -07:00
Paul Hinze
4627c12550
Update CHANGELOG.md
2015-06-24 12:38:07 -05:00