Add key/value pair to configmap
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-09-06 13:39:35 +02:00
parent a67ef0e1bd
commit aa5c45e6e6
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@
data:
- key: VAPP_MOREF
value: "{{ moref_id }}"
- key: VAPP_IPPOOL_FQDN
value: "{{ vapp['metacluster.fqdn'] }}"
- key: VAPP_IPPOOL_NETWORK
value: "{{ (vapp['guestinfo.ipaddress'] + '/' + vapp['guestinfo.prefixlength']) | ansible.utils.ipaddr('network') }}"
- key: VAPP_IPPOOL_NETMASK