-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial copy of velocloud module * updates for velocloud * Continuous Integration - terraform fmt and terraform-docs * updated readme with link * renaming cato to velo * Continuous Integration - terraform fmt and terraform-docs * added new variables to ssh and snmp security groups * Continuous Integration - terraform fmt and terraform-docs * removed searching for the AMI in favor of data source * Continuous Integration - terraform fmt and terraform-docs * added new user_data script and license variables * terraform fmt * Continuous Integration - terraform fmt and terraform-docs * updated readme with proper example * added comment and tfsec exclusion * renaming the subnet id to subnet ids * Continuous Integration - terraform fmt and terraform-docs * changed the default to not include IP addresses * Continuous Integration - terraform fmt and terraform-docs * changing key_name to optional * changed description for key_name to include default * Continuous Integration - terraform fmt and terraform-docs * expanded validation to 19 characters * corrected the activation key validation * fixed cato named sg * fixing ami lookup * changing the ami filter * Continuous Integration - terraform fmt and terraform-docs * adding the owner filter * Continuous Integration - terraform fmt and terraform-docs * removed an unused argument in the data ami source * reordering the nics * reordering the nic order for velocloud * switching the mgmt subnet to the public subnet * moving mgmt nic * going down to a single nic * added a second EIP for the mgmt nic * Continuous Integration - terraform fmt and terraform-docs * removed unused variable and testing without private nic * Continuous Integration - terraform fmt and terraform-docs * commented out private output * Continuous Integration - terraform fmt and terraform-docs * updated outputs with correct order and new mgmt * Continuous Integration - terraform fmt and terraform-docs * fixes to user_data script * testing base64 encoding * matching with the AWS Marketplace * Continuous Integration - terraform fmt and terraform-docs * updated pr request template * tweaks to improve and match the cloudformation template * Continuous Integration - terraform fmt and terraform-docs * modified to no longer encode user_data * fixed user_data argument * added hibernation argument * Continuous Integration - terraform fmt and terraform-docs * added source_dest_check argument to the instance * removed source_dest_check from the instance * transitioning to attachment of the nic * cleanup * added name to the eip * Continuous Integration - terraform fmt and terraform-docs * reconfiguring the nic order to match mettel * Continuous Integration - terraform fmt and terraform-docs * corrected the missing mgmt output * Continuous Integration - terraform fmt and terraform-docs * going back to the network_interface block * expanding splat * reverting back to the original cloudformation template * Continuous Integration - terraform fmt and terraform-docs * removed unused comment * removed incorrect device attachment on mgmt * removing mgmt ip address * Continuous Integration - terraform fmt and terraform-docs * removed outputs for mgmt EIPs * Continuous Integration - terraform fmt and terraform-docs * matching the network_interface attachment - Cloudformation has the network interfaces added at the time of the instance creation * Continuous Integration - terraform fmt and terraform-docs * updated user_data.sh and main.tf for velocloud module * removed extra space * changing the user_data file extension to .tftpl * added echo for validating whether the configuration worked * added echo command to both user_data_manual.tftpl and user_data.tftpl * removed user_data_manual.tftpl added var.user_data * Continuous Integration - terraform fmt and terraform-docs * converting user_data to base64 for velocloud module * back to utf-8 --------- Co-authored-by: zachreborn <[email protected]>
- Loading branch information
1 parent
acc8a2d
commit 52fe0ca
Showing
47 changed files
with
861 additions
and
88 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 |
---|---|---|
@@ -1,12 +1,20 @@ | ||
# Description | ||
<!-- Description of the changes introduced by this Pull Request (PR). Link to an issue or ticket where possible for more context.--> | ||
A brief description of the changes introduced by this Pull Request. | ||
|
||
<!-- Description of the changes introduced by this PR. --> | ||
<!-- Example: | ||
Fixes #123 | ||
This module improves route53 scalability. --> | ||
## Issue or Ticket | ||
<!-- Link to the issue or ticket this PR addresses.--> | ||
Fixes #000 | ||
|
||
# TODOs | ||
## Type of change | ||
<!-- What type of change does your code introduce? --> | ||
- [ ] Bugfix | ||
- [ ] New feature | ||
- [ ] Version update | ||
|
||
## TODOs | ||
<!-- Complete these tasks prior to requesting a review.--> | ||
- [ ] Validate your code matches the style of the project. | ||
- [ ] Update the docs. | ||
- [ ] All tests run successfull, including pre-commit checks. | ||
- [ ] Include release notes and description. | ||
- [ ] Validate all tests run successfull, including pre-commit checks. | ||
- [ ] Include release notes and description. This should include both a summary of the changes and any necessary context. |
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
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
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
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
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
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
Oops, something went wrong.