Tier 0 and Tier 1 routers are now optional for Edge Clusters.
Several other properties that are only required when a Tier 0 router is configured are also being marked as optional.
I'm adding new properties to Edge nodes for configuring a new management network for new nodes.
These are optional. I am not including them in the acceptance tests since they complicate the testing setup.
I'm fixing the VLAN ID for network pools. 0 is now a valid and accepted value.
I'm fixing "skip_tep_routability_check" which is currently being ignored
Type of Pull Request
[X] This is a bug fix.
[X] This is an enhancement or feature.
[ ] This is a code style/formatting update.
[ ] This is a documentation update.
[ ] This is a refactoring update.
[ ] This is a chore update
[ ] This is something else.
Please describe:
Related to Existing Issues
Closes #177
Closes #175
Closes #147
Test and Documentation Coverage
Ran TestAccResourceEdgeCluster and TestAccResourceVcfNetworkPool
Summary of Pull Request
This PR contains 4 changes
Tier 0 and Tier 1 routers are now optional for Edge Clusters. Several other properties that are only required when a Tier 0 router is configured are also being marked as optional.
I'm adding new properties to Edge nodes for configuring a new management network for new nodes. These are optional. I am not including them in the acceptance tests since they complicate the testing setup.
I'm fixing the VLAN ID for network pools. 0 is now a valid and accepted value.
I'm fixing "skip_tep_routability_check" which is currently being ignored
Type of Pull Request
Related to Existing Issues
Closes #177 Closes #175 Closes #147
Test and Documentation Coverage
Ran
TestAccResourceEdgeCluster
andTestAccResourceVcfNetworkPool
For bug fixes or features:
Breaking Changes?