Skip to content

Commit

Permalink
Merge pull request #42 from GO-EUC/develop
Browse files Browse the repository at this point in the history
Update Readme for NetScaler Terraform
  • Loading branch information
RyanBijkerk authored Feb 24, 2024
2 parents 7bc6697 + d5e14fe commit c8b4c92
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions terraform/citrix-adc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,5 @@

![feature-image](/.assets/images/feature_image.png)

## This part of the repo is designed to get a standalone Citrix ADC up and running. The ADC does (for now) serve the following purpose

- Gateway for an OnPremises Citrix VAAD Environment

## Please note: this repository is a work in progress. The following tasks are considered ToDo

- Upgrade to ADC 13.1 usage
- implement AAA

## HowTo Configure

You need to edit the following information to make this work in your environment

- ADC License: A valid ADC license needs to be put into the "./sources/license" folder
- ADC OVF: your ADC image sources need to be put into "./sources/image"
- provider.tf: review the required versions
- provider.tf: select either ACME [staging or production](https://letsencrypt.org/docs/staging-environment/) certificates
- variables.tf: adjust all variables to represent your environment. Required ones are marked with a "# Comment".

## HowTo Deploy

- apply.sh: Due to runtime restrictions, for now, the submodules of the terraform repo are addressed individually. The file "apply.sh" executes all modules and adds the required timeouts. The process will subsequently be altered to automatically match all runtime requirements.

## HowTo Delete

- destroy.sh:
# Guide
<a href="https://www.go-euc.com/terraform-netscaler-deployment/" target="_blank">You can find the complete, detailed guide, here!</a>

0 comments on commit c8b4c92

Please sign in to comment.