We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
クラウド上のリソースの設定を検証する機能を実装できないか?
例えば以下のような場合、
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実行時に検証し必要に応じてアクションを促すメッセージを表示したい。
validate
The text was updated successfully, but these errors were encountered:
0.5のリリースを優先したいため、一旦マイルストーンから外す
Sorry, something went wrong.
No branches or pull requests
クラウド上のリソースの設定を検証する機能を実装できないか?
例えば以下のような場合、
ELBに待ち受けポートとして80番が登録されていることなどが必要になる。
これをCoreの起動時や
validate
実行時に検証し必要に応じてアクションを促すメッセージを表示したい。The text was updated successfully, but these errors were encountered: