Test procedure for CB-Dragonfly monitoring in CB-Tumblebug #972
Replies: 1 comment
-
cb-operator/docker-compose-mode-files/conf/cb-dragonfly/config.yaml 에 로컬 IP 주소를 외부에서 접속 가능한 주소로 변경해줘야 함. cb-tumblebug/scripts/setcbdf.sh Line 42 in ec62982 기존 CB-TB의 CB-DF 자동 배포 스크립트에 관련 코드가 있었으나, DB-DF 0.4.3에서 outdated 되어 있었음. (@jihoon-seo WIP 에 배포시에도 CB-DF 설정에 유의할 필요가 있겠습니다..^^) 현재 수정하여 테스트 완료. 푸시 모니터링 확인크로노그래프 접속 및 CPU. MEM, DISK, NET GUI 확인 => 문제 없음 온디멘드 모니터링 확인병렬로 10회 수행 => 오류 없음. (기존 발생하던 이슈도 EXTERNAL IP에 의한 것으로 보임) ../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu & ../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu &../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu &../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu &../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu &../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu &../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu &../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu &../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu &../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu &
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1) CB-DF용 MCIS(VM) 생성
CB-MapUI 를 통해서 생성하는 경우
CB-TB 스크립트로 생성
명령어
./create-all.sh -n tb-df -f ../testSet-df.env
구성 상세 정보
2) CB-DF용 VM에 CB-DF 서비스 설치 및 실행 (DockerCompose를 이용: https://github.com/cloud-barista/cb-operator/blob/master/docker-compose-mode-files/docker-compose-df-only.yaml)
./deploy-dragonfly-docker.sh -n
tb-df
-f../testSet-df.env
CB-MapUI로 생성한 MCIS (id:
tb-df
) 인 경우,-f ../testSet-df.env
는 필요 없음.3) 모니터링 자동 설치되는 MCIS 생성
명령어
./create-all.sh -n mcis01 -f ../testSet01.env
설정 상세 (4종 클라우드)
온드멘드 모니터링 요청 시도 1 (gcp-asia-east1-0 실패)
../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu
온드멘드 모니터링 요청 시도 2 (azure-westus-0 실패)
son@son:~/go/src/github.com/cloud-barista/cb-tumblebug/src/testclient/scripts/sequentialFullTest$ ../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu
온드멘드 모니터링 요청 시도 3 (azure-westus-0 실패)
son@son:~/go/src/github.com/cloud-barista/cb-tumblebug/src/testclient/scripts/sequentialFullTest$ ../9.monitoring/get-monitoring-data.sh -n mcis01 -f ../testSet01.env -x cpu
크로노그래프 접속 (푸시 모니터링 조회되지 않음. DockerCompose 상의 구성 오류일 수 있음)
Beta Was this translation helpful? Give feedback.
All reactions