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
###########################################################
# Setting the nodejs_host initial number of instances to 2.
# The default values for instances.deploy is 1.
###########################################################
django_host:
type: nscloud.nodes.MonitoredServer
* instances:
deploy: 2*
/////////////////
apptest:
value:
apptest_ip0: { get_attribute: [django_host, ip, 0] }
apptest_ip1: { get_attribute: [django_host, ip, 1] }
then how to get multi instances's ip address in outputs?
thanks very much!
The text was updated successfully, but these errors were encountered: