Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update register-cloud-interactive.sh to support $NumCSP and $NumRegion #1410

Conversation

sykim-etri
Copy link
Member

$TestSetFile에 지정된 $NumCSP, $NumRegion만큼 Cloud Driver와 Cloud Credential, Cloud Region와 Cloud Connection Config를 등록할 수 있도록 수정

Copy link
Member

@seokho-son seokho-son left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sykim-etri 기여 감사합니다!
아래 사항만 처리해주시면 승인하도록 하겠습니다. :)
혹시 다른 필요성이 있다면 말씀해주시고요.

Comment on lines +158 to +162
INDEXX=${NumCSP}
echo -e "${BOLD}2) Enabled Clouds and Regions${NC}"

for ((cspi = 1; cspi <= INDEXX; cspi++)); do
INDEXY=${TotalNumRegion[$cspi]}
INDEXY=${NumRegion[$cspi]}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

register-cloud-interactive.shhttps://github.com/cloud-barista/cb-tumblebug/blob/main/scripts/initMultiCloudEnv.sh 를 통해서, 알려진 모든 CSP 및 리전을 등록하는 취지가 있으므로, 기존 값으로 유지하는 것이 좋을 것 같습니다.

  • 알려진 모든 CSP 및 리전을 등록해도 다른 스크립트 구동에 영향을 주지 않으며, 알려진 모든 CSP 및 리전을 등록하면 따로 테스트환경 파일을 명시할 필요가 없다는 장점이 있음.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seokho-son
상기 PR은 register-cloud-interactive.sh의 용도를 잘못 파악하여 진행한 것으로 판단됩니다.
(register-cloud.sh를 사용하면 될 것으로 보입니다.--;)

@sykim-etri sykim-etri closed this Jan 11, 2024
@sykim-etri sykim-etri deleted the update-register-cloud-interactive branch June 26, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants