Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get multi instances's ip address #85

Open
junneyang opened this issue Feb 23, 2016 · 0 comments
Open

how to get multi instances's ip address #85

junneyang opened this issue Feb 23, 2016 · 0 comments

Comments

@junneyang
Copy link

django_host:
type: nscloud.nodes.MonitoredServer

###########################################################
# Setting the nodejs_host initial number of instances to 2.
# The default values for instances.deploy is 1.
###########################################################

* instances:
deploy: 2
*

relationships:
  - target: django_security_group
    type: cloudify.openstack.server_connected_to_security_group
  - target: server_keypair
    type: cloudify.openstack.server_connected_to_keypair

/////////////////
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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant