Skip to content
Snippets Groups Projects
Commit 89dc55bc authored by Attila Farkas's avatar Attila Farkas
Browse files

temporarily disable generation of device_configuration.yml

parent 610de7a6
No related branches found
No related tags found
2 merge requests!6Resolve "Convert BigBroker sandbox from KYPO-Creator to sandbox-creator",!5Resolve "Convert BigBroker sandbox from KYPO-Creator to sandbox-creator"
......@@ -195,7 +195,8 @@ def generate_ansible_files(device_definitions):
""" Generates files for ansible. """
_generate_playbook(device_definitions)
_generate_device_configuration(device_definitions)
# uncomment after the new version of ansible can be used
# _generate_device_configuration(device_definitions)
_generate_hosts_role(device_definitions)
_generate_separate_hosts_role(device_definitions)
_generate_routers_role(device_definitions)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment