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 predefined spec, img, connection list #1118

Merged
merged 5 commits into from
May 27, 2022

Conversation

seokho-son
Copy link
Member

  • 기 정의된 정보 중, 동작하지 않는 구성을 확인하고 삭제함
  • 해당 작업 편의를 위해 mcis request config 를 생성하는 스크립트 툴 제공

src/testclient/scripts/misc$ ./gen-mcis-config.sh -f ../testSet.env
을 실행하면,

mcisconfig.json 파일을 생성하며,

mcisconfig.json 은 아래와 같은 형태로,
"system-purpose-common-ns" 에 등록되어 있는 모든 spec으로 구성된,

MCISDynamic 프로비저닝용 명세를 제공함. 해당 파일을 통해 predefined 정보들에 대한 동작 여부 확인이 가능.

{
  "description": "Made in CB-TB",
  "installMonAgent": "no",
  "label": "DynamicVM",
  "name": "mcis01",
  "systemLabel": "",
  "vm": [
  {
    "commonImage": "ubuntu18.04",
    "commonSpec": "alibaba-ap-northeast-1-ecs-n1-tiny"
  },
  {
    "commonImage": "ubuntu18.04",
    "commonSpec": "alibaba-ap-northeast-1-ecs-s6-c1m1-small"
  },
  {
    "commonImage": "ubuntu18.04",
    "commonSpec": "alibaba-ap-northeast-1-ecs-t1-small"
  },
  {
    "commonImage": "ubuntu18.04",
    "commonSpec": "alibaba-ap-northeast-1-ecs-t5-lc1m1-small"
  },
  {
    "commonImage": "ubuntu18.04",
    "commonSpec": "alibaba-ap-northeast-1-ecs-t5-lc1m2-large"
  },
  {
    "commonImage": "ubuntu18.04",
    "commonSpec": "alibaba-ap-northeast-1-ecs-xn4-small"
  },
  {
    "commonImage": "ubuntu18.04",
    "commonSpec": "alibaba-ap-south-1-ecs-n1-tiny"
  },

...

@seokho-son seokho-son requested a review from jihoon-seo as a code owner May 26, 2022 16:06
@seokho-son
Copy link
Member Author

@jihoon-seo 요거 처리 부탁드릴게요~ :)

@jihoon-seo jihoon-seo merged commit f778d51 into cloud-barista:main May 27, 2022
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