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

クラウド側リソースの設定の検証機能 #255

Open
yamamoto-febc opened this issue Jan 11, 2022 · 1 comment
Open

クラウド側リソースの設定の検証機能 #255

yamamoto-febc opened this issue Jan 11, 2022 · 1 comment

Comments

@yamamoto-febc
Copy link
Member

クラウド上のリソースの設定を検証する機能を実装できないか?

例えば以下のような場合、

resources:
  - type: ELB
    name: "elb"
    selector:
      names: ["example"]
    resources:
      - type: ServerGroup
        name: "servers"
        zone: "is1a"

        min_size: 5   # 最小インスタンス数
        max_size: 20  # 最大インスタンス数

        template: # 各サーバのテンプレート
          plan:
            core: 2
            memory: 4

          # NICs
          network_interfaces:
            - upstream: "shared"
              expose:
                ports: [ 80 ]

ELBに待ち受けポートとして80番が登録されていることなどが必要になる。
これをCoreの起動時やvalidate実行時に検証し必要に応じてアクションを促すメッセージを表示したい。

@yamamoto-febc
Copy link
Member Author

0.5のリリースを優先したいため、一旦マイルストーンから外す

@yamamoto-febc yamamoto-febc removed this from the v0.4.0 milestone Feb 9, 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

No branches or pull requests

1 participant