compass-install/install/roles/compass/templates/switch_machines_file.j2
Jerry Zhao 1a109ea8a7 add vagrantfile for compass-install
compass can be installed on libvirt backed vagrant box.
easier to manage to lifecycle.
add test option to inject pxeboot mac to compass db.

Change-Id: I779e3d6860d54dee4bd1687fc473e5c38c30e6ca
2015-03-25 08:14:05 +00:00

5 lines
121 B
Django/Jinja

switch,1.1.1.1,huawei,2c,public,under_monitoring
{% for mac in pxe_boot_macs %}
machine,1.1.1.1,8,{{ mac }}
{% endfor %}