update obshell to 12024031122
This commit is contained in:
parent
51578241d8
commit
b9a0a58801
2
deps/init/oceanbase.el7.aarch64.deps
vendored
2
deps/init/oceanbase.el7.aarch64.deps
vendored
@ -43,7 +43,7 @@ obdevtools-llvm-11.0.1-312022092921.el7.aarch64.rpm
|
||||
[tools-deps]
|
||||
devdeps-oblogmsg-1.0-182024030421.el7.aarch64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el7.aarch64.rpm
|
||||
obshell-4.2.2.0-122024022614.el7.aarch64.rpm target=community
|
||||
obshell-4.2.3.0-52024031220.el7.aarch64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-2.6.2-2.el7.aarch64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el7.x86_64.deps
vendored
2
deps/init/oceanbase.el7.x86_64.deps
vendored
@ -46,7 +46,7 @@ obdevtools-llvm-11.0.1-312022092921.el7.x86_64.rpm
|
||||
[tools-deps]
|
||||
devdeps-oblogmsg-1.0-182024030421.el7.x86_64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el7.x86_64.rpm
|
||||
obshell-4.2.2.0-122024022614.el7.x86_64.rpm target=community
|
||||
obshell-4.2.3.0-52024031220.el7.x86_64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-2.6.2-2.el7.x86_64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el8.aarch64.deps
vendored
2
deps/init/oceanbase.el8.aarch64.deps
vendored
@ -43,7 +43,7 @@ obdevtools-llvm-11.0.1-312022092921.el8.aarch64.rpm
|
||||
[tools-deps]
|
||||
devdeps-oblogmsg-1.0-182024030421.el8.aarch64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el8.aarch64.rpm
|
||||
obshell-4.2.2.0-122024022614.el8.aarch64.rpm target=community
|
||||
obshell-4.2.3.0-52024031220.el8.aarch64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-2.6.2-2.el8.aarch64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el8.x86_64.deps
vendored
2
deps/init/oceanbase.el8.x86_64.deps
vendored
@ -45,7 +45,7 @@ obdevtools-llvm-11.0.1-312022092921.el8.x86_64.rpm
|
||||
[tools-deps]
|
||||
devdeps-oblogmsg-1.0-182024030421.el8.x86_64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el8.x86_64.rpm
|
||||
obshell-4.2.2.0-122024022614.el8.x86_64.rpm target=community
|
||||
obshell-4.2.3.0-52024031220.el8.x86_64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-2.6.2-2.el8.x86_64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el9.aarch64.deps
vendored
2
deps/init/oceanbase.el9.aarch64.deps
vendored
@ -50,7 +50,7 @@ obdevtools-llvm-11.0.1-312022092921.el8.aarch64.rpm
|
||||
[tools-deps]
|
||||
devdeps-oblogmsg-1.0-182024030421.el8.aarch64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el8.aarch64.rpm
|
||||
obshell-4.2.2.0-122024022614.el8.aarch64.rpm target=community
|
||||
obshell-4.2.3.0-52024031220.el8.aarch64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-1.6.0-41.el8.aarch64.rpm target=community
|
||||
|
2
deps/init/oceanbase.el9.x86_64.deps
vendored
2
deps/init/oceanbase.el9.x86_64.deps
vendored
@ -53,7 +53,7 @@ obdevtools-llvm-11.0.1-312022092921.el8.x86_64.rpm
|
||||
[tools-deps]
|
||||
devdeps-oblogmsg-1.0-182024030421.el8.x86_64.rpm
|
||||
devdeps-rocksdb-6.22.1.1-52022100420.el8.x86_64.rpm
|
||||
obshell-4.2.2.0-122024022614.el8.x86_64.rpm target=community
|
||||
obshell-4.2.3.0-52024031220.el8.x86_64.rpm target=community
|
||||
|
||||
[test-utils]
|
||||
ob-deploy-1.6.0-41.el8.x86_64.rpm target=community
|
||||
|
@ -28,9 +28,10 @@ function prepare_config_json {
|
||||
if [[ -n "$key" && ! "$key" =~ ^\; ]]; then
|
||||
if [[ $key == *"ip"* ]]; then
|
||||
ip=$value
|
||||
elif [[ $key == *"obshellPort"* ]]; then
|
||||
elif [[ $key == *"obshell_port"* ]]; then
|
||||
port=$value
|
||||
elif [[ $key == *"rootPwd"* ]]; then
|
||||
elif [[ $key == *"root_pwd"* ]]; then
|
||||
key="rootPwd"
|
||||
jq --arg parent "oceanbase_ce" --arg child "cluster" --arg key "$key" --arg value "$value" '.[$parent][$child][$key] = $value' "$json_file" > "$temp_file"
|
||||
mv "$temp_file" "$json_file"
|
||||
else
|
||||
|
@ -4,12 +4,12 @@
|
||||
# Afterward, you can reinstall and launch OceanBase with the new IP address.
|
||||
# For instance, to set the observer IP to 127.0.0.1, you would use the line:
|
||||
# ip=127.0.0.1
|
||||
mysqlPort=2881
|
||||
rpcPort=2882
|
||||
obshellPort=2886
|
||||
rootPwd=""
|
||||
redoDir=/var/lib/oceanbase/redo
|
||||
dataDir=/var/lib/oceanbase/data
|
||||
mysql_port=2881
|
||||
rpc_port=2882
|
||||
obshell_port=2886
|
||||
root_pwd=""
|
||||
redo_dir=/var/lib/oceanbase/redo
|
||||
data_dir=/var/lib/oceanbase/data
|
||||
datafile_size=2G
|
||||
datafile_next=2G
|
||||
datafile_maxsize=20G
|
||||
|
Loading…
x
Reference in New Issue
Block a user