F5Networks / f5-google-gdm-templates

Google Deployment Templates for quickly deploying BIG-IP services in Google Cloud Platform
28 stars 45 forks source link

add yaml-smart-update script #22

Closed simonkowallik closed 3 years ago

simonkowallik commented 5 years ago

description:

This script tries to be smart in updating some fields in the GDM YAML file. It tries to:

the following fields must be configured in the yaml template before running this script:

What issues does this address?

It eases template configuration and automatically reserves IP addresses for the BIG-IP in GCP

What's this change do?

add contrib/yaml-smart-update.sh

Where should the reviewer start?

Review wether the functionality described above makes sense to implement in the GDM template (especially reserving IP addresses automatically).

Any background context?

Reservation of IP addresses is highly advised when using the 1nic deployment, as dynamic IP addresses for management also applies to the self IP address, which can lead to stability issues on tmm/mcpd service restart.