Giter Site home page Giter Site logo

Comments (5)

jihoon-seo avatar jihoon-seo commented on June 11, 2024 1

Rename field: vmGroup -> targetGroup → Resolved in #1175

from cb-tumblebug.

jihoon-seo avatar jihoon-seo commented on June 11, 2024 1

[As-is]
Create NLB 시, 사용자가 다음을 명시

  • MCIS ID (string)
  • 해당 MCIS에 속하는 VM 중, NLB backend로 추가할 VM들의 ID들 ([]string)

[To-be]
Create NLB 시, 사용자가 다음을 명시

  • MCIS ID (string)
  • 해당 MCIS에 속하는 vmGroup 중, NLB backend로 추가할 VM들을 포함하는 vmGroup의 ID (string)
  • addVMtoNLB(), removeVMfromNLB(): 사용자 API는 삭제하고, 내부에서만 활용하는 함수로 변경
    (MCIS vmGroup에 VM 추가/삭제 시, 위의 두 함수를 내부적으로 호출하여 NLB에서도 VM 추가/삭제)

from cb-tumblebug.

seokho-son avatar seokho-son commented on June 11, 2024 1

// addVMtoNLB(), removeVMfromNLB(): 사용자 API는 삭제하고, 내부에서만 활용하는 함수로 변경
// (MCIS vmGroup에 VM 추가/삭제 시, 위의 두 함수를 내부적으로 호출하여 NLB에서도 VM 추가/삭제)

@jihoon-seo 일단 이미 만들어져있니, 삭제하지 않고 api에서 disable 하거나 deprecate 시켜두는 것이 좋겠죠? :)

from cb-tumblebug.

jihoon-seo avatar jihoon-seo commented on June 11, 2024

Add some APIs (healthCheck, ...)

from cb-tumblebug.

jihoon-seo avatar jihoon-seo commented on June 11, 2024

[Key hierarchy of TB objects]

[As-is]

    "/ns/ns01/mcis/jhseo",
    "/ns/ns01/mcis/jhseo/vm/openstack-region01-0",
    "/ns/ns01/mcis/jhseo/vm/openstack-region01-1",
    "/ns/ns01/mcis/jhseo/vmgroup/openstack-region01",
    "/ns/ns01/nlb/openstack-region01-jhseo",

[To-be]

    "/ns/ns01/mcis/jhseo",
    "/ns/ns01/mcis/jhseo/vm/openstack-region01-0",
    "/ns/ns01/mcis/jhseo/vm/openstack-region01-1",

    "/ns/ns01/mcis/jhseo/nlb/openstack-region01-jhseo",

from cb-tumblebug.

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.