FEATURE: Add cluster deploy command#46
Open
f1v3-dev wants to merge 1 commit into
Open
Conversation
f1v3-dev
force-pushed
the
f1v3/cluster-deploy
branch
from
July 13, 2026 09:00
4921ad0 to
4957fdc
Compare
Author
|
Clutser Topology의 Config 구조를 변경했습니다. 초기에 그래서 memcached 구동 인자를 그대로 전달하는
AS-IS servers:
- address: cache3:11211
config:
listen: 192.168.1.3
global_config:
threads: 4
max_connections: 1024
engine:
memory_limit: 64
eviction: trueTO-BE servers:
- address: cache3:11211
config:
options: "-l 192.168.1.3"
global_config:
options: "-t 4 -c 1024 -m 64" |
namsic
reviewed
Jul 14, 2026
f1v3-dev
force-pushed
the
f1v3/cluster-deploy
branch
2 times, most recently
from
July 15, 2026 06:46
203d2f9 to
c5836e7
Compare
namsic
approved these changes
Jul 21, 2026
f1v3-dev
force-pushed
the
f1v3/cluster-deploy
branch
from
July 21, 2026 07:06
c5836e7 to
a67013e
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
⌨️ What I did
cluster deploy명령어를 추가합니다.arcusctl cluster deploy <version> <topology.yml>servers[].group유무로 Community / Enterprise edition을 자동 판별합니다.배포 절차
arcus-memcachedtar.gz 준비wget~/.arcusctl/images/arcus에 넣어둔 tar.gz 사용deps/install.sh로 의존성 설치 →configure,make,make install빌드--enable-replication옵션으로 빌드topology.yml)명령 구조
설치 구조
topology.yaml에서 정의한 path 정보와 버전 정보를 기반으로 아래와 같이 설치합니다.또한, 다음 파일이 이미 존재하면 해당 호스트의 재설치를 생략합니다.