aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/onos/templates/cluster.json
diff options
context:
space:
mode:
authorzhanghaoyu7 <zhanghaoyu7@huawei.com>2015-09-22 12:34:56 +0800
committerzhanghaoyu7 <zhanghaoyu7@huawei.com>2015-09-22 12:35:55 +0800
commit33750b090ff8f59c8e346b642aff8cf5cdfd1cc5 (patch)
tree5eed7b223e6d8ba014baba39a3bb33966d203977 /deploy/adapters/ansible/roles/onos/templates/cluster.json
parent9ecbb2e352f22edec687ece5976c1015be643da3 (diff)
update onos ansible scriptes
Change-Id: If8dcabc616674ead32c5a71a9350a1957739ac2f
Diffstat (limited to 'deploy/adapters/ansible/roles/onos/templates/cluster.json')
-rwxr-xr-xdeploy/adapters/ansible/roles/onos/templates/cluster.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/deploy/adapters/ansible/roles/onos/templates/cluster.json b/deploy/adapters/ansible/roles/onos/templates/cluster.json
deleted file mode 100755
index 5982c434..00000000
--- a/deploy/adapters/ansible/roles/onos/templates/cluster.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{ "ipPrefix": "{{ ip_settings[groups['onos'][0]]['mgmt']['cidr'] }}",
- "nodes":[
-{% for host in groups['onos'] %}
- {% if loop.last %}
- { "id": "{{ ip_settings[host]['mgmt']['ip'] }}", "ip": "{{ ip_settings[host]['mgmt']['ip'] }}", "tcpPort": 9876 }
- {% else %}
- { "id": "{{ ip_settings[host]['mgmt']['ip'] }}", "ip": "{{ ip_settings[host]['mgmt']['ip'] }}", "tcpPort": 9876 },
- {% endif %}
-{% endfor %}
-]}