Introduced groups + lxd profiles + diverted control network handling to lxd + misc... 36/6836/2
authorMarcel Enguehard <[email protected]>
Tue, 23 May 2017 08:50:17 +0000 (10:50 +0200)
committerMarcel Enguehard <[email protected]>
Tue, 23 May 2017 08:57:12 +0000 (08:57 +0000)
commitbe0b435d307173598c30fcacc421b17112137099
treeed8aae7eef796eb7381d21937b095a036733789a
parent895a6328d6e64948ed213e8fbbb3ab15aca0df43
Introduced groups + lxd profiles + diverted control network handling to lxd + misc bug fixes

Change-Id: Iae26bc2994ac9704dde7dfa8fbe4be1b74cf9e6f
Signed-off-by: Marcel Enguehard <[email protected]>
31 files changed:
config/logging.conf
examples/tutorial/tutorial01.json
netmodel/model/collection.py [moved from vicn/resource/gui.py with 71% similarity]
netmodel/util/file.py [new file with mode: 0644]
netmodel/util/log.py
vicn/bin/vicn.py
vicn/core/api.py
vicn/core/attribute.py
vicn/core/collection.py [new file with mode: 0644]
vicn/core/exception.py
vicn/core/resource.py
vicn/core/resource_mgr.py
vicn/core/sa_collections.py
vicn/core/state.py
vicn/core/task.py
vicn/resource/central.py
vicn/resource/channel.py
vicn/resource/group.py [new file with mode: 0644]
vicn/resource/icn/ndnpingserver.py
vicn/resource/icn/webserver.py
vicn/resource/ip_assignment.py
vicn/resource/linux/application.py
vicn/resource/linux/bridge.py
vicn/resource/linux/dnsmasq.py
vicn/resource/linux/net_device.py
vicn/resource/linux/package_manager.py
vicn/resource/linux/repository.py
vicn/resource/lxd/lxc_container.py
vicn/resource/lxd/lxd_hypervisor.py
vicn/resource/lxd/lxd_profile.py [new file with mode: 0644]
vicn/resource/node.py