-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requests for new features #13
Comments
Thanks Alessio(@bando483) for feedback and enhancement suggestion. We have recently enhanced tfvars file on how to use these scripts with no PSNs. We are exploring the possibility to support multi region ISE deployment Could you please share on how do you setup multi region environment for ISE deployment manually eg how do you ensure multi region VPC communication (There are different ways, the ask is to understand your use case of multi region ISE deployment.) |
Hi regarding the change to use script without PSN, is it already in place? Regarding your question on multi-region enhancement, our regions are all linked via CloudWAN and into each region a TransitGW regulates the flows; so communication is in place before any deployment. Our Idea of deploying ISE multi-regionally is not yet well defined but we could have, I would say, 3 possible scenarios: 1- 1PAN+1MNT on region 1, 2 PSN on the same region 1, 2 PSN on region 2, 2 PSN on region 3 regards |
Hi, The changes are done to have only 2 nodes without any PSN on single terraform run. Framework do not yet support adding node in incremental order. This enhancement is in backlog and will explore the possibility to have that in place. Thanks for sharing multi region ISE deployment architecture, will keep this in mind while developing scripts. Thanks & Regards, |
So that's all for the moment. thanks for taking into accounts the enhancements we have proposed. is there any chance to keep us posted on future implementation of these features? from my point of view you can close this topic regards |
Is there an existing issue for this?
Description
Hi
I'm working with your code in the current days and I guess it will be used for our production environment, but I'm here writing you to take into account some requests we have in order to enhance the script with minor and major new features:
1- as per the current code there is no chance to change SG definition, unless editing the main.tf of ec2_modules. could it be added in terraform.tfvars the possibility to edit the ISE-Security-Group
2- it would be useful to add some specific tags to EC2s and any created object; it can be done editing your code but it would be interesting to have it directly in terraform.tfvars
3- currently the deploy have two PSNs mandatory to be deployed; a scenario to be taken into account is the following
a- create only PAN and MNT (primary and secondary) without any PSNs
b- create additional PSNs with new Terraform execution; this can be useful for first deployment but even if we would like to increase the environment
c- PSNs and even PAN/MONITOR, in the near future, could be needed to be in different region, in order to have a fully distributed and multi-regional ISE environment. this is the MOST IMPORTANT enhancement we are looking for.
d- èossibility to register PSNs located in different Data Center (either on-prem, or other clouds); as they were input to the script.
Regards
Alessio
New or Affected Resource(s)/Data Source(s)
NEW
Potential ISE Automation Configuration
No response
The text was updated successfully, but these errors were encountered: