Skip to content

Commit

Permalink
add deployment_network_cidr to example templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Knappek committed Oct 1, 2024
1 parent 8dc576c commit f713fd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ tanzu_opsman_bosh:

tanzu_application_service:
deployment_network: tas-deployment
deployment_network_cidr: "{{ opinionated.tas.routeable_super_net }}"
apps_domain: >-
apps.{{ opinionated.tas.routeable_super_net |
ansible.utils.ipsubnet((opinionated.tas.routeable_super_net.split('/')[1] |int) + 2, 1) |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ tanzu_application_service:
tas_template_file: tas-nsx.yml
# install_nsx_tile: true
deployment_network: tas-deployment
deployment_network_cidr: "{{ opinionated.hosting_network.base.cidr }}"
apps_domain: >-
apps.{{ opinionated.hosting_network.base.starting_addr | ansible.utils.ipmath(19) }}.nip.io
sys_domain: >-
Expand Down

0 comments on commit f713fd6

Please sign in to comment.