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

Change method to input parameters for script #677

Merged
merged 6 commits into from
Aug 19, 2021

Conversation

seokho-son
Copy link
Member

ref: #650

  1. testscript 커맨드의 파라미터 입력 방식을 named parameter 형태로 변경

    named parameter의 key
    -f: testset 설정 파일
    -n: mcis명칭 postfix (중복된 명칭 방지)
    -x: 커맨드별 옵션 1 (ex: 복제 vm 수, vm_id 등 커맨드가 필요하는 값에 매핑)
    -y: 커맨드별 옵션 2
    -z: 커맨드별 옵션 3
    -h: 도움말

    기존 예시: ./create-all.sh all 1 developername ../testset.env
    변경 예시: ./create-all.sh -n developername -f ../testset.env

  2. 각 스크립트의 환경설정 코드 간소화

  • init.sh 로 모두 처리하도록 변경
  • named parameter 적용
  • mcis create scripts, mcis clean scripts, mcis wv deploy script, cmd scripts, change-mcis-hostname.sh 등에 대해 처리

Todo

  • 모든 script 파일에 적용 필요
  • 기존 사용 방식 deprecated 처리 필요 (readme 등 문서 개선)

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