Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
varanus
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
navigators
varanus
Commits
154ac874
Commit
154ac874
authored
Nov 08, 2017
by
Ricardo Fonseca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplified run script file names
parent
014c1019
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
+3
-3
run-collector.sh
collector/run-collector.sh
+0
-0
launch_visualiser.sh
demo/launch_visualiser.sh
+1
-1
lib.py
network-manager/varanuspy/lib.py
+2
-2
run-sdncontroller.sh
sdncontroller/run-sdncontroller.sh
+0
-0
run-xmlproxy.sh
xml-proxy/run-xmlproxy.sh
+0
-0
No files found.
collector/run-
varanus-
collector.sh
→
collector/run-collector.sh
View file @
154ac874
File moved
demo/launch_visualiser.sh
View file @
154ac874
...
...
@@ -19,7 +19,7 @@ if ! [ -d "$LOCAL_DIR/../xml-proxy/target" ]; then
fi
DAEMONIZER
=
"
$LOCAL_DIR
/../utils/bin/daemonizer.sh"
XMLPROXY_RUN
=
"
$LOCAL_DIR
/../xml-proxy/run-
varanus-xml-
proxy.sh"
XMLPROXY_RUN
=
"
$LOCAL_DIR
/../xml-proxy/run-
xml
proxy.sh"
VISUALISER_START
=
"
$LOCAL_DIR
/../network-visualiser/start.sh"
VISUALISER_STOP
=
"
$LOCAL_DIR
/../network-visualiser/stop.sh"
...
...
network-manager/varanuspy/lib.py
View file @
154ac874
...
...
@@ -237,7 +237,7 @@ class SDNControllerUtils( object ):
def
_get_sdncontroller_script
(
varanus_home
):
return
os
.
path
.
join
(
varanus_home
,
\
'sdncontroller'
,
\
'run-
varanus-
sdncontroller.sh'
)
'run-sdncontroller.sh'
)
...
...
@@ -426,7 +426,7 @@ class CollectorUtils( object ):
def
_get_collector_script
(
varanus_home
):
return
os
.
path
.
join
(
varanus_home
,
\
'collector'
,
\
'run-
varanus-
collector.sh'
)
'run-collector.sh'
)
...
...
sdncontroller/run-
varanus-
sdncontroller.sh
→
sdncontroller/run-sdncontroller.sh
View file @
154ac874
File moved
xml-proxy/run-
varanus-xml-
proxy.sh
→
xml-proxy/run-
xml
proxy.sh
View file @
154ac874
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment