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

Need a functionality for partial CB frameworks deployment #36

Closed
seokho-son opened this issue Jul 9, 2020 · 3 comments
Closed

Need a functionality for partial CB frameworks deployment #36

seokho-son opened this issue Jul 9, 2020 · 3 comments

Comments

@seokho-son
Copy link
Member

seokho-son commented Jul 9, 2020

[Problem]

  • with operator, we can deploy whole CB frameworks. However, it is hard to deploy CB frameworks selectively.
  • For CB framework contributors, a functionality for partial CB frameworks deployment would help having Cloud-barista development environment quickly.
    • For instance, CB-Tumblebug contributors would needs deployed servers for CB-Spider and CB-Dragonfly.

[Suggestion]

  • provide a functionality for partial CB frameworks deployment.
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.76. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@seokho-son
Copy link
Member Author

PTAL, @jihoon-seo

@jihoon-seo
Copy link
Member

PR #40 might enable this feature (for K8s-cluster version).

https://github.com/cloud-barista/cb-operator/pull/40/files#diff-afdf1ca5fa7cfb8294f1aff34da90e54R2

cb-dragonfly:
  enabled : true
  service:
    nodePort: 30090
    type: NodePort

cb-restapigw:
  enabled : true
  service:
    nodePort: 30080
    type: NodePort

cb-spider:
  enabled : true
  service:
    nodePort: 31024
    type: NodePort

cb-tumblebug:
  enabled : true
  service:
    nodePort: 31323
    type: NodePort

cb-webtool:
  enabled : true
  service:
    nodePort: 31234
    type: NodePort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants