Onos Intergrates with compass
Change-Id: Ia96f17754c3aef0a0b2f2013d430cb288d2d237d
Signed-off-by: CNlucius <lukai1@huawei.com>
- name: delete default gateway
shell: >
- route delete dufault;
- when: inventory_hostname in groups['onos']
+ route delete default;
+ when: inventory_hostname not in groups['onos']
ignore_errors: True
cat <<EOT>> /etc/neutron/plugins/ml2/ml2_conf.ini
-[ml2_onos]
+[onos]
password = admin
username = admin
url_path = http://{{ ip_settings[groups['onos'][0]]['mgmt']['ip'] }}:8181/onos/vtn