-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 1.5.0 with support for OnCommand Cloud Manager 3.3.0 (#3)
** aws_standalone ADD: Berksfile for cookbook resolution UPDATE: Files::occm-role-policy to include updated IAM requirements for OCCM 3.3.0 UPDATE: Script::bootstrap.sh to install the ChefDK client and use the Berksfile to package the cookbooks and dependencies. UPDATE: Templates::create_ontap.json.tpl to include variable to set the ontap_write_speed UPDATE: Main.tf to streamline resource idempotence and deployment UPDATE: Output.tf variable outputs UPDATE: templates.tf to include changes in setting the write_speed UPDATE: variables.tf formatting and defaults. ** aws_standalone_full ADD: Berksfile for cookbook resolution UPDATE: Files::occm-role-policy to include updated IAM requirements for OCCM 3.3.0 UPDATE: Script::bootstrap.sh to install the ChefDK client and use the Berksfile to package the cookbooks and dependencies. UPDATE: Templates::create_ontap.json.tpl to include variable to set the ontap_write_speed UPDATE: Main.tf to streamline resource idempotence and deployment UPDATE: Output.tf variable outputs UPDATE: templates.tf to include changes in setting the write_speed UPDATE: variables.tf formatting and defaults.
- Loading branch information
Showing
20 changed files
with
939 additions
and
538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
*/*.tfvars | ||
*/*.tfstate* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# aws_standalone Terraform CHANGELOG | ||
|
||
This file is used to list changes made in each version of the aws_standalone Terraform. | ||
|
||
|
||
## v1.5.0 | ||
|
||
- aws_standalone | ||
- ADD: Berksfile for cookbook resolution | ||
- UPDATE: Files::occm-role-policy to include updated IAM requirements for OCCM 3.3.0 | ||
- UPDATE: Script::bootstrap.sh to install the ChefDK client and use the Berksfile to package the cookbooks and dependencies. | ||
- UPDATE: Templates::create_ontap.json.tpl to include variable to set the ontap_write_speed | ||
- UPDATE: Main.tf to streamline resource idempotence and deployment | ||
- UPDATE: Output.tf variable outputs | ||
- UPDATE: templates.tf to include changes in setting the write_speed | ||
- UPDATE: variables.tf formatting and defaults. | ||
|
||
- aws_standalone_full | ||
ADD: Berksfile for cookbook resolution | ||
UPDATE: Files::occm-role-policy to include updated IAM requirements for OCCM 3.3.0 | ||
UPDATE: Script::bootstrap.sh to install the ChefDK client and use the Berksfile to package the cookbooks and dependencies. | ||
UPDATE: Templates::create_ontap.json.tpl to include variable to set the ontap_write_speed | ||
UPDATE: Main.tf to streamline resource idempotence and deployment | ||
UPDATE: Output.tf variable outputs | ||
UPDATE: templates.tf to include changes in setting the write_speed | ||
UPDATE: variables.tf formatting and defaults. | ||
|
||
## v1.0.0 | ||
|
||
- Initial release with support for deployment and setup of OnCommand Cloud Manager and the creation and deletion of ONTAP Cloud for AWS systems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Berksfile | ||
# | ||
# maintainer:: Exosphere Data, LLC | ||
# maintainer_email:: [email protected] | ||
# | ||
# Copyright:: 2017, Exosphere Data, LLC, All Rights Reserved. | ||
# | ||
|
||
source 'https://supermarket.chef.io' | ||
|
||
cookbook 'netapp_ontap_cloud', git: 'https://github.com/exospheredata/netapp_ontap_cloud.git' |
Oops, something went wrong.