You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
we would like to set variables in preup state and use them in topology file.
In this example bellow, we try to retrieve openstack network id dynamically and then use the id in topology file without hardcoding it.
We tried something like this.
PinFile:
cinch:
topology: jslave_topology.yml
hooks:
preup:
- type: ansible
name: Get Openstack network ID with most usable IPs
actions:
- playbook: get_network_id.yml
Hello,
we would like to set variables in preup state and use them in topology file.
In this example bellow, we try to retrieve openstack network id dynamically and then use the id in topology file without hardcoding it.
We tried something like this.
PinFile:
jslave_topology file:
get_network_id.yml
We use older linchpin and ansible versions:
The text was updated successfully, but these errors were encountered: