Content-Length: 193839 | pFad | http://github.com/netscaler/citrix-adc-gdm-templates/issues/1

09 Enable the use of Reserved Internal IP's · Issue #1 · netscaler/citrix-adc-gdm-templates · GitHub
Skip to content
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

Enable the use of Reserved Internal IP's #1

Open
ralphpi opened this issue May 9, 2022 · 0 comments
Open

Enable the use of Reserved Internal IP's #1

ralphpi opened this issue May 9, 2022 · 0 comments

Comments

@ralphpi
Copy link

ralphpi commented May 9, 2022

Looking through the config yml it doesn't there is any ability to utilize an already reserved internal IP or External IP for this deployment.

Perhaps something like

imports:
- path: template.py
resources:
- name: citrix-adc-2nic-deployment
  type: template.py
  properties:
   #The Google Region where the Citrix ADC would be deployed. Example: us-east1
   region: "<region>"
   #The availability zone in the region where the Citrix ADC would be deployed.
   #Example: us-east1-b
   google_zone: "<google_zone>"
   #The network to deploy the Citrix ADC
   mgmt_network: "<management_network>"
   #Subnet for the management interface
   mgmt_subnet: "<management_subnet>"


   #Reserved Internal IP
   reserved_internal_ip: "<reserved_internal_ip_name>"
   #Reserved External IP
   reserved_external_ip: "<reserved_external_ip_name>"

   #Ports to open to process management traffic
   mgmt_ports:
       - "22"
       - "80"
       - "443"
   #Network for the nic used to handle client/server side traffic
   traffic_network: "<traffic_network>"
   #Subnet in the specified network to handle client/server side traffic
   traffic_subnet: "<traffic_subnet>"
   #Ports to open to process client/server traffic
   traffic_ports:
       - "80"
       - "22"
   #The Citrix ADC image name
   image_name: "<image_name>"
   #The project name where the image is hosted
   image_project_id: "<image_project_id>"
   #The instance type to deploy the Citrix ADC instance Example: n1-standard-4
   instance_type: "<instance_type>"
   #The public key used for authenticating into the Citrix ADC.
   #Specify values separated by \n to specify more than one user.
   #Set it to "" if you wish to specify no key
   ssh_public_key: "[USERNAME_1]:ssh-rsa [EXISTING_KEY] [USERNAME_1]"
   #Specify a service account. If not, leave the field blank.
   service_account: "<service_account>"
   #Enter "yes" if you would like a public ip to be associated to the NIC.
   assign_public_ip: "<yes/no>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/netscaler/citrix-adc-gdm-templates/issues/1

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy