Add key/value pair to configmap
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a67ef0e1bd
commit
aa5c45e6e6
@ -34,6 +34,8 @@
|
|||||||
data:
|
data:
|
||||||
- key: VAPP_MOREF
|
- key: VAPP_MOREF
|
||||||
value: "{{ moref_id }}"
|
value: "{{ moref_id }}"
|
||||||
|
- key: VAPP_IPPOOL_FQDN
|
||||||
|
value: "{{ vapp['metacluster.fqdn'] }}"
|
||||||
- key: VAPP_IPPOOL_NETWORK
|
- key: VAPP_IPPOOL_NETWORK
|
||||||
value: "{{ (vapp['guestinfo.ipaddress'] + '/' + vapp['guestinfo.prefixlength']) | ansible.utils.ipaddr('network') }}"
|
value: "{{ (vapp['guestinfo.ipaddress'] + '/' + vapp['guestinfo.prefixlength']) | ansible.utils.ipaddr('network') }}"
|
||||||
- key: VAPP_IPPOOL_NETMASK
|
- key: VAPP_IPPOOL_NETMASK
|
||||||
|
Loading…
Reference in New Issue
Block a user