Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
b17d4a64
Commit
b17d4a64
authored
May 19, 2017
by
daidekun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change ip
parent
641f85af
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
database_replace_ip.sh
sh-utils/center/database_replace_ip.sh
+1
-1
java_start.sh
sh-utils/worker/java_start.sh
+1
-1
ui_replace_ip.sh
sh-utils/worker/ui_replace_ip.sh
+1
-1
No files found.
sh-utils/center/database_replace_ip.sh
View file @
b17d4a64
...
@@ -11,7 +11,7 @@ mysql_host=$2
...
@@ -11,7 +11,7 @@ mysql_host=$2
server_host
=
$2
server_host
=
$2
db_backup
=
$3
db_backup
=
$3
use_public_ip
=
$4
use_public_ip
=
$4
public_ip
=
"
139.198.2.95
"
public_ip
=
"
www.q-gp.com
"
echo
$server_host
echo
$server_host
cd
$db_backup
cd
$db_backup
...
...
sh-utils/worker/java_start.sh
View file @
b17d4a64
...
@@ -4,7 +4,7 @@ module_name=$1
...
@@ -4,7 +4,7 @@ module_name=$1
worker_host
=
$2
worker_host
=
$2
re_load_config
=
$3
re_load_config
=
$3
use_public_ip
=
$4
use_public_ip
=
$4
public_ip
=
"
139.198.2.95
"
public_ip
=
"
www.q-gp.com
"
#basic_no="3"
#basic_no="3"
echo
"java_start parameter: module_name:
${
module_name
}
, worker_host:
${
worker_host
}
, re_load_config:
${
re_load_config
}
, use_public_ip:
${
use_public_ip
}
"
echo
"java_start parameter: module_name:
${
module_name
}
, worker_host:
${
worker_host
}
, re_load_config:
${
re_load_config
}
, use_public_ip:
${
use_public_ip
}
"
...
...
sh-utils/worker/ui_replace_ip.sh
View file @
b17d4a64
...
@@ -5,7 +5,7 @@ module_name=$1
...
@@ -5,7 +5,7 @@ module_name=$1
host
=
$2
host
=
$2
ui_sys_type
=
$3
ui_sys_type
=
$3
use_public_ip
=
$4
use_public_ip
=
$4
public_ip
=
"
139.198.2.95
"
public_ip
=
"
www.q-gp.com
"
if
[[
"
${
host
}
"
=
"192.168.10.2"
]]
if
[[
"
${
host
}
"
=
"192.168.10.2"
]]
then
then
...
...
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