Coder Social home page Coder Social logo

Comments (2)

powerkimhub avatar powerkimhub commented on June 13, 2024

@seokho-son


  • Fixed in v0.8.17
  • Tested Cases
    • Container 기본 실행시 ID_TRANSFORM_MODEON 동작인지 확인: OK
    • -e ID_TRANSFORM_MODE=OFF로 Container 실행 후 주요 자원 생성 시험 (VPC ~ VM 생성까지)
      • 대상 CSP: AWS, GCP, Azure, NHN: OK
        • NHN 시험 특이사항
          • 사전 작업: NHN Console로 VPC 생성 및 IG 맵핑
          • Register VPC ~ VM 생성 후 외부에서 VM 접속 시험: OK

(cc: @innodreamer )

Spider API로 NHN VPC 등록 방법

  • (1) VPC 목록 얻기

     curl -sX GET http://localhost:1024/spider/allvpc   -H 'Content-Type: application/json'   -d '{
            "ConnectionName": "nhncloud-korea-pangyo-config"
          }' | json_pp
    {
       "AllList" : {
          "MappedList" : [],
          "OnlyCSPList" : [
             {
                "NameId" : "vpc-01-cnfb043p70irdbna4pn0",
                "SystemId" : "269344d8-6415-43d4-ae7b-cab86ad84858"
             },
             {
                "NameId" : "Default Network",
                "SystemId" : "5db6949d-fa19-4386-9f6d-611734a75802"
             }
          ],
          "OnlySpiderList" : []
       }
    }
    
  • (2) VPC 등록

    • 위 목록에서 OnlyCSPList에서 Default Network 외의 VPC를 등록 가능
    curl -sX POST http://localhost:1024/spider/regvpc \
      -H 'Content-Type: application/json' \
      -d '{
            "ConnectionName": "nhncloud-korea-pangyo-config",
            "ReqInfo": { 
              "Name": "registered-vpc-01", 
              "CSPId": "269344d8-6415-43d4-ae7b-cab86ad84858"
            }
          }' | json_pp
    

from cb-spider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.