Skip to content

Commit

Permalink
remove obagent in oceanbase-ce (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sun-star authored Aug 5, 2024
1 parent 00be59e commit 47e4813
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 72 deletions.
2 changes: 1 addition & 1 deletion oceanbase-ce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yum install -y yum-utils && \
yum clean all

# download and clone all the required packages
RUN yum install -y --downloadonly --downloaddir=/root/pkgs oceanbase-ce-${VERSION}.el7 oceanbase-ce-libs-${VERSION}.el7 obagent ob-configserver
RUN yum install -y --downloadonly --downloaddir=/root/pkgs oceanbase-ce-${VERSION}.el7 oceanbase-ce-libs-${VERSION}.el7 ob-configserver
RUN obd mirror clone /root/pkgs/*.rpm
RUN obd env set IO_DEFAULT_CONFIRM 1
RUN obd mirror disable remote
Expand Down
1 change: 0 additions & 1 deletion oceanbase-ce/boot/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ function fastboot() {
function boot() {
# generate config based on variables
envsubst <templates/observer-template.yaml >/tmp/config.yaml
envsubst <templates/obagent-template.yaml >>/tmp/config.yaml
envsubst <templates/ob-configserver-template.yaml >>/tmp/config.yaml
obd cluster deploy obcluster -c /tmp/config.yaml
if [ $? -ne 0 ]; then
Expand Down
7 changes: 0 additions & 7 deletions oceanbase-ce/build/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ oceanbase-ce:
- 127.0.0.1
global:
home_path: /root/ob
obagent:
servers:
- 127.0.0.1
depends:
- oceanbase-ce
global:
home_path: /root/obagent
ob-configserver:
servers:
- 127.0.0.1
Expand Down
63 changes: 0 additions & 63 deletions oceanbase-ce/templates/obagent-template.yaml

This file was deleted.

0 comments on commit 47e4813

Please sign in to comment.