-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from uavorg/master
update
- Loading branch information
Showing
40 changed files
with
3,511 additions
and
1,428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 3 additions & 4 deletions
7
com.creditease.uav.agent.buildComponent/bin/start_ma_pro_docker.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#!/bin/sh | ||
UAVPATH=/opt | ||
JAVA_HOME=/usr/java/jdk1.7.0_71 | ||
cd $UAVPATH/uav/uavagent/bin/ | ||
nohup /bin/sh $UAVPATH/uav/uavagent/bin/run4docker.sh ma_pro MonitorAgent 0 $JAVA_HOME | ||
UAVBASE=/app | ||
cd $UAVBASE/uav/uavagent/bin/ | ||
nohup run4docker.sh ma_pro MonitorAgent $1 $2 |
7 changes: 4 additions & 3 deletions
7
com.creditease.uav.agent.buildComponent/bin/start_ma_pro_k8s.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/sh | ||
UAVPATH=/opt | ||
cd $UAVPATH/uav/uavagent/bin/ | ||
nohup /bin/sh $UAVPATH/uav/uavagent/bin/run4k8s.sh ma_pro MonitorAgent 0 $JAVA_HOME & | ||
chmod +x * | ||
UAVBASE=/app | ||
cd $UAVBASE/uav/uavagent/bin/ | ||
/bin/sh run4k8s.sh ma_pro MonitorAgent $1 $2 |
8 changes: 4 additions & 4 deletions
8
com.creditease.uav.agent.buildComponent/bin/start_ma_test_docker.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
UAVPATH=/opt | ||
JAVA_HOME=/usr/java/jdk1.7.0_71 | ||
cd $UAVPATH/uav/uavagent/bin/ | ||
nohup /bin/sh $UAVPATH/uav/uavagent/bin/run4docker.sh ma_test MonitorAgent 0 $JAVA_HOME | ||
chmod +x * | ||
UAVBASE=/app | ||
cd $UAVBASE/uav/uavagent/bin/ | ||
/bin/sh run4docker.sh ma_test MonitorAgent $1 $2 |
7 changes: 4 additions & 3 deletions
7
com.creditease.uav.agent.buildComponent/bin/start_ma_test_k8s.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#!/bin/sh | ||
UAVPATH=/opt | ||
cd $UAVPATH/uav/uavagent/bin/ | ||
nohup /bin/sh $UAVPATH/uav/uavagent/bin/run4k8s.sh ma_test MonitorAgent 0 $JAVA_HOME & | ||
chmod +x * | ||
UAVBASE=/app | ||
cd $UAVBASE/uav/uavagent/bin/ | ||
/bin/sh run4k8s.sh ma_test MonitorAgent $1 $2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.