first commit 63/6063/1
authorlombardof <flombardo@cnit.it>
Thu, 3 May 2018 14:20:04 +0000 (16:20 +0200)
committerlombardof <flombardo@cnit.it>
Thu, 3 May 2018 14:20:04 +0000 (16:20 +0200)
commitfb37bca4b7e8178c65df2f1496afe372c1d55e78
treee3bb091ec2ff0ef2ba10282b24f88e920934eb45
parent199337977b1a7cd6ec26de3272d6cca2c1260e2f
first commit

Change-Id: I8a65ee5527dd16d81e87c8ac5d4bdb471e5e759d
Signed-off-by: lombardof <flombardo@cnit.it>
165 files changed:
.bowerrc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
README.md [new file with mode: 0644]
bower.json [new file with mode: 0644]
instancehandler/__init__.py [new file with mode: 0644]
instancehandler/admin.py [new file with mode: 0644]
instancehandler/apps.py [new file with mode: 0644]
instancehandler/models.py [new file with mode: 0644]
instancehandler/template/instance_list.html [new file with mode: 0644]
instancehandler/template/modal/instance_create.html [new file with mode: 0644]
instancehandler/template/modal/instance_new_action.html [new file with mode: 0644]
instancehandler/template/modal/instance_show.html [new file with mode: 0644]
instancehandler/tests.py [new file with mode: 0644]
instancehandler/urls.py [new file with mode: 0644]
instancehandler/views.py [new file with mode: 0644]
lib/TopologyModels/example/example.yaml [new file with mode: 0644]
lib/TopologyModels/osm/osm.yaml [new file with mode: 0644]
lib/__init__.py [new file with mode: 0644]
lib/osm/__init__.py [new file with mode: 0644]
lib/osm/osm_parser.py [new file with mode: 0644]
lib/osm/osm_rdcl_graph.py [new file with mode: 0644]
lib/osm/osmclient/__init__.py [new file with mode: 0644]
lib/osm/osmclient/client.py [new file with mode: 0644]
lib/parser.py [new file with mode: 0644]
lib/rdcl_graph.py [new file with mode: 0644]
lib/util.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
projecthandler/__init__.py [new file with mode: 0644]
projecthandler/admin.py [new file with mode: 0644]
projecthandler/apps.py [new file with mode: 0644]
projecthandler/management/__init__.py [new file with mode: 0644]
projecthandler/management/commands/__init__.py [new file with mode: 0644]
projecthandler/management/commands/delete_project_type.py [new file with mode: 0644]
projecthandler/management/commands/new_project_type.py [new file with mode: 0644]
projecthandler/models.py [new file with mode: 0644]
projecthandler/osm_model.py [new file with mode: 0644]
projecthandler/template/project/descriptor/descriptor_view_base.html [new file with mode: 0644]
projecthandler/template/project/descriptor/modal/choose_node_id.html [new file with mode: 0644]
projecthandler/template/project/modal/modal_keyboard_info_base.html [new file with mode: 0644]
projecthandler/template/project/new_project.html [new file with mode: 0644]
projecthandler/template/project/osm/descriptor/descriptor_new.html [new file with mode: 0644]
projecthandler/template/project/osm/descriptor/descriptor_view.html [new file with mode: 0644]
projecthandler/template/project/osm/descriptor/descriptorlist.html [new file with mode: 0644]
projecthandler/template/project/osm/descriptor/modal/choose_node_id.html [new file with mode: 0644]
projecthandler/template/project/osm/descriptor/modal/create_link_chooser.html [new file with mode: 0644]
projecthandler/template/project/osm/modal/files_list.html [new file with mode: 0644]
projecthandler/template/project/osm/modal/modal_keyboard_info.html [new file with mode: 0644]
projecthandler/template/project/osm/osm_new_project.html [new file with mode: 0644]
projecthandler/template/project/osm/osm_project_delete.html [new file with mode: 0644]
projecthandler/template/project/osm/osm_project_descriptors.html [new file with mode: 0644]
projecthandler/template/project/osm/osm_project_details.html [new file with mode: 0644]
projecthandler/template/project/osm/osm_project_left_sidebar.html [new file with mode: 0644]
projecthandler/template/project/osm/project_graph.html [new file with mode: 0644]
projecthandler/template/project/osm/topology_toolbar.html [new file with mode: 0644]
projecthandler/template/project/project_delete.html [new file with mode: 0644]
projecthandler/template/project/project_descriptors.html [new file with mode: 0644]
projecthandler/template/project/project_details.html [new file with mode: 0644]
projecthandler/template/project/project_graph_base.html [new file with mode: 0644]
projecthandler/template/project/projectlist.html [new file with mode: 0644]
projecthandler/template/project/repository/repo_base_left_sidebar.html [new file with mode: 0644]
projecthandler/template/project/repository/repo_create_modal.html [new file with mode: 0644]
projecthandler/template/project/repository/repo_list.html [new file with mode: 0644]
projecthandler/tests.py [new file with mode: 0644]
projecthandler/urls/__init__.py [new file with mode: 0644]
projecthandler/urls/project.py [new file with mode: 0644]
projecthandler/views.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
sf_t3d/__init__.py [new file with mode: 0644]
sf_t3d/context_processor.py [new file with mode: 0644]
sf_t3d/settings.py [new file with mode: 0644]
sf_t3d/templatetags/__init__.py [new file with mode: 0644]
sf_t3d/templatetags/get.py [new file with mode: 0644]
sf_t3d/urls.py [new file with mode: 0644]
sf_t3d/views.py [new file with mode: 0644]
sf_t3d/wsgi.py [new file with mode: 0644]
sf_user/__init__.py [new file with mode: 0644]
sf_user/admin.py [new file with mode: 0644]
sf_user/apps.py [new file with mode: 0644]
sf_user/management/__init__.py [new file with mode: 0644]
sf_user/management/commands/__init__.py [new file with mode: 0644]
sf_user/management/commands/clean_guest_data.py [new file with mode: 0644]
sf_user/management/commands/clearsessions.py [new file with mode: 0644]
sf_user/models.py [new file with mode: 0644]
sf_user/sessions.py [new file with mode: 0644]
sf_user/tests.py [new file with mode: 0644]
sf_user/views.py [new file with mode: 0644]
static/assets/img/OSM-logo.png [new file with mode: 0644]
static/assets/img/account_circle.png [new file with mode: 0644]
static/assets/img/ce.png [new file with mode: 0755]
static/assets/img/cloudnode.png [new file with mode: 0755]
static/assets/img/controller-256.png [new file with mode: 0755]
static/assets/img/cp-80.png [new file with mode: 0755]
static/assets/img/docker.png [new file with mode: 0644]
static/assets/img/employer.jpg [new file with mode: 0755]
static/assets/img/employer.png [new file with mode: 0644]
static/assets/img/euh.png [new file with mode: 0755]
static/assets/img/favicon.ico [new file with mode: 0644]
static/assets/img/host-256.png [new file with mode: 0755]
static/assets/img/host.png [new file with mode: 0755]
static/assets/img/k8s.png [new file with mode: 0644]
static/assets/img/l2sw.png [new file with mode: 0755]
static/assets/img/ofcontroller.png [new file with mode: 0755]
static/assets/img/ofl2sw.png [new file with mode: 0755]
static/assets/img/osm_logo.png [new file with mode: 0644]
static/assets/img/osm_logo.svg [new file with mode: 0644]
static/assets/img/osm_small_logo.png [new file with mode: 0644]
static/assets/img/punto.png [new file with mode: 0755]
static/assets/img/rdcl3dlogo0.png [new file with mode: 0644]
static/assets/img/rdcl3dlogo0.svg [new file with mode: 0644]
static/assets/img/router.png [new file with mode: 0755]
static/assets/img/server.png [new file with mode: 0644]
static/assets/img/sf_logo.png [new file with mode: 0644]
static/assets/img/sf_logo_big.png [new file with mode: 0644]
static/assets/img/sf_small_logo.png [new file with mode: 0644]
static/assets/img/switch.png [new file with mode: 0755]
static/assets/img/vl-80.png [new file with mode: 0755]
static/assets/img/vnf-100.png [new file with mode: 0755]
static/assets/img/vs.png [new file with mode: 0755]
static/css/rdcl.css [new file with mode: 0644]
static/src/adminlte_session_storage.js [new file with mode: 0644]
static/src/instancehandler/instance_list.js [new file with mode: 0644]
static/src/projecthandler/descriptorslist.js [new file with mode: 0644]
static/src/projecthandler/new_project.js [new file with mode: 0644]
static/src/projecthandler/osm/controller.js [new file with mode: 0644]
static/src/projecthandler/osm/gui_properties.js [new file with mode: 0644]
static/src/projecthandler/osm/project_graph.js [new file with mode: 0644]
static/src/utils.js [new file with mode: 0644]
static/topology3D/css/d3-context-menu.css [new file with mode: 0644]
static/topology3D/css/graph_editor_d3js.css [new file with mode: 0755]
static/topology3D/js/d3-context-menu.js [new file with mode: 0644]
static/topology3D/js/event.js [new file with mode: 0755]
static/topology3D/js/graph_editor.js [new file with mode: 0755]
static/topology3D/js/graph_request.js [new file with mode: 0644]
static/topology3D/js/model_graph_editor.js [new file with mode: 0644]
template/base.html [new file with mode: 0644]
template/error.html [new file with mode: 0644]
template/footer.html [new file with mode: 0644]
template/forbidden.html [new file with mode: 0644]
template/head.html [new file with mode: 0644]
template/home.html [new file with mode: 0644]
template/left_sidebar_base.html [new file with mode: 0644]
template/login.html [new file with mode: 0644]
template/logo_sidebar.html [new file with mode: 0644]
template/modals/error_alert.html [new file with mode: 0644]
template/topology_toolbar.html [new file with mode: 0644]
vimhandler/__init__.py [new file with mode: 0644]
vimhandler/admin.py [new file with mode: 0644]
vimhandler/apps.py [new file with mode: 0644]
vimhandler/models.py [new file with mode: 0644]
vimhandler/template/config/aws.html [new file with mode: 0644]
vimhandler/template/config/aws_show.html [new file with mode: 0644]
vimhandler/template/config/openstack.html [new file with mode: 0644]
vimhandler/template/config/openstack_show.html [new file with mode: 0644]
vimhandler/template/config/openvim.html [new file with mode: 0644]
vimhandler/template/config/openvim_show.html [new file with mode: 0644]
vimhandler/template/config/vmware.html [new file with mode: 0644]
vimhandler/template/config/vmware_show.html [new file with mode: 0644]
vimhandler/template/modal/vim_details.html [new file with mode: 0644]
vimhandler/template/vim_create.html [new file with mode: 0644]
vimhandler/template/vim_list.html [new file with mode: 0644]
vimhandler/template/vim_show.html [new file with mode: 0644]
vimhandler/tests.py [new file with mode: 0644]
vimhandler/urls.py [new file with mode: 0644]
vimhandler/views.py [new file with mode: 0644]