Skip to content

Commit

Permalink
Minor clarifications and fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Brown authored Aug 24, 2020
1 parent d4751af commit b562a4f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,25 @@

### Breaking Changes
* When using `paving` for creating a foundation,
there are instances of provisioned that may not be used.
there are instances provisioned that may not be used.
For example, only deploying Ops Manager and PAS tile,
but still have networking resources created for PKS.
but still having networking resources created for PKS.

This update allows control over that.
The terraform resource have been organized into namespaced files.
The terraform resources have been organized into namespaced files.
The namespacing identifies the resources and what they are for.
For example, `pas-iam.tf` creates IAM resources for PAS tile.
There are corresponding namespaces for `ops-manager-*.tf` and `pks-*.tf`.

If you don't require PAS, to `rm pas-*.tf`.
If you don't require PKS, to `rm pks-*.tf`.
If you don't require PAS, run `rm pas-*.tf`.
If you don't require PKS, run `rm pks-*.tf`.

OpsManager resources cannot be removed as Ops Manager is required.

This change also affects the `stable_config` pattern of outputs.
Because of a limitation of `terraform`, no way to test the existence of a resource,
`stable_config` has to be separated by Ops Manager `stable_config_opsmanager`, PAS `stable_config_pas`, and PKS `stable_config_pks`.
Because there is no way to test the existence of a resource in `terraform`,
`stable_config` has to be separated by Ops Manager `stable_config_opsmanager`,
PAS `stable_config_pas`, and PKS `stable_config_pks`.

These changes are on all IAASes.
NOTE: `nsxt` does not have paving resources for PKS, which is why prefixed files are not there.
Expand Down

0 comments on commit b562a4f

Please sign in to comment.