FORGE: Added including script
authorLoic Baron <loic.baron@lip6.fr>
Thu, 18 Dec 2014 14:24:22 +0000 (15:24 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Thu, 18 Dec 2014 14:24:22 +0000 (15:24 +0100)
commit2c011fe6120aa3224ae597c22a9bc0e3afbda945
treee95d7ccca735616a964b97babaa861f8257c86ef
parentfcbf96d0fd7ee178e58385a5db6a6d3a73252924
FORGE: Added including script
66 files changed:
forge/__init__.py [new file with mode: 0644]
forge/forms.py [new file with mode: 0644]
forge/models.py [new file with mode: 0644]
forge/script/Auth.py [new file with mode: 0644]
forge/script/PlcApi/Auth.py [new file with mode: 0644]
forge/script/PlcApi/cleanKeys.py [new file with mode: 0755]
forge/script/PlcApi/deleteSlice.py [new file with mode: 0755]
forge/script/PlcApi/getLXCSites.py [new file with mode: 0755]
forge/script/PlcApi/getNodes.py [new file with mode: 0755]
forge/script/PlcApi/getSites.py [new file with mode: 0755]
forge/script/PlcApi/getSitesNNodes.py [new file with mode: 0755]
forge/script/PlcApi/getSlices.py [new file with mode: 0755]
forge/script/PlcApi/showKeys.py [new file with mode: 0755]
forge/script/PlcApi/testRequest.py [new file with mode: 0755]
forge/script/Test [new file with mode: 0644]
forge/script/__init__.py [new file with mode: 0644]
forge/script/classDefinition.py [new file with mode: 0644]
forge/script/configService/fedora-updates-testing.repo [new file with mode: 0644]
forge/script/configService/fedora-updates.repo [new file with mode: 0644]
forge/script/configService/fedora.repo [new file with mode: 0644]
forge/script/configService/httpd.conf [new file with mode: 0644]
forge/script/configService/id_rsa.pub [new file with mode: 0644]
forge/script/configService/index.html [new file with mode: 0644]
forge/script/configService/sshd_config [new file with mode: 0644]
forge/script/exceptionDefinition.py [new file with mode: 0644]
forge/script/openvswitch.py [new file with mode: 0755]
forge/script/request.py [new file with mode: 0755]
forge/script/scp.py [new file with mode: 0644]
forge/script/serviceScript.py [new file with mode: 0644]
forge/script/xmlFile/Conf.xml [new file with mode: 0644]
forge/script/xmlFile/Link.xml [new file with mode: 0644]
forge/script/xmlFile/MiMConf.xml [new file with mode: 0644]
forge/script/xmlFile/MiMLink.xml [new file with mode: 0644]
forge/script/xmlFile/TP1Conf.xml [new file with mode: 0644]
forge/script/xmlFile/TP1Link.xml [new file with mode: 0644]
forge/script/xmlFile/TestConf.xml [new file with mode: 0644]
forge/script/xmlFile/TestLink.xml [new file with mode: 0644]
forge/script/xmlFileRaw/AResT1v62_fr.pdf [new file with mode: 0644]
forge/script/xmlFileRaw/AResT5v62_fr.pdf [new file with mode: 0644]
forge/script/xmlFileRaw/MiMConf.xml [new file with mode: 0644]
forge/script/xmlFileRaw/MiMLink.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP1Conf.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP1Link.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP1NoServConf.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP1NoServLink.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP1PrivConf.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP1PrivLink.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP5Conf.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP5ConfForge.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP5ConfNoAustralia.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP5ConfNoLink.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP5ConfNoX.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP5Link.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TP5LinkNo.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TestConf.xml [new file with mode: 0644]
forge/script/xmlFileRaw/TestLink.xml [new file with mode: 0644]
forge/tasks.py [new file with mode: 0644]
forge/templates/create-course.html [new file with mode: 0644]
forge/templates/createCourse.html [new file with mode: 0644]
forge/templates/createLab.html [new file with mode: 0644]
forge/templates/labDetails.html [new file with mode: 0644]
forge/templates/list.html [new file with mode: 0644]
forge/templates/listCourse.html [new file with mode: 0644]
forge/templates/mainView.html [new file with mode: 0644]
forge/tests.py [new file with mode: 0644]
forge/views.py [new file with mode: 0644]