IaaS Heat テンプレート解説書 Version 2.12

目次
検索結果
ロード中。お待ちください...

Loading

  • まえがき
  • 変更履歴
  • はじめに
    • 本書の目的と適用範囲
  • Heatとは
    • Heatの概要
    • Heatテンプレートとは
    • Heatテンプレートによるスタックの作成
      • スタックの作成
      • スタックの確認
      • スタックの更新
  • Heat テンプレート書式
    • Template Structure
    • Parameters Section
      • Parameter Constraints
        • length
        • range
        • allowed_values
        • allowed_pattern
        • constraint指定例
      • Pseudo parameters
    • Resources Section
      • resourcesの定義例
      • Resource Dependencies
      • 情報の参照
    • Outputs Section
    • Intrinsic Functions
      • get_param
      • get_attr
      • get_resource
      • str_replace
      • get_file
      • resource_facade
  • 対応リソースタイプ一覧
    • 対応リソースタイプ一覧
  • リソースタイプ詳細
    • リソースタイプ詳細
      • Auto Scaling
        • FCX::AutoScaling::AutoScalingGroup
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • FCX::AutoScaling::LaunchConfiguration
          • HOT Syntax
          • 作成するインスタンス
          • 注意事項
          • Properties
        • FCX::AutoScaling::ScalingPolicy
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
      • Telemetry
        • OS::Ceilometer::Alarm
          • HOT Syntax
          • 注意事項
          • Properties
      • Block Storage
        • OS::Cinder::Volume
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Cinder::VolumeAttachment
          • HOT Syntax
          • 注意事項
          • Properties
      • Compute
        • OS::Nova::Server
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Nova::ServerGroup
          • HOT Syntax
          • 注意事項
          • Properties
        • OS::Nova::KeyPair
          • HOT Syntax
          • 注意事項
          • Properties
      • Network
        • OS::Neutron::Firewall
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::FirewallPolicy
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::FirewallRule
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::FloatingIP
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::FloatingIPAssociation
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::Net
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::Port
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::Router
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::RouterInterface
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::SecurityGroup
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • OS::Neutron::Subnet
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • FCX::Neutron::NetworkConnector
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • FCX::Neutron::NetworkConnectorEndpoint
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
        • FCX::Neutron::NetworkConnectorEndpointConnection
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
      • Expandable Load Balancing
        • HOT Syntax
        • 注意事項
        • FJ::ExpandableLoadBalancer::LoadBalancer
          • 基本パラメータ
          • Subnetsのパラメータ
          • Listenersのパラメータ
          • HealthCheckのパラメータ
          • Instancesのパラメータ
          • InstancesPortsのパラメータ
          • LBCookieStickinessPoliciesのパラメータ
          • SorryServerRedirectionPoliciesのパラメータ
          • OtherPoliciesのパラメータ
          • ListenersPoliciesのパラメータ
          • SecurityGroupsのパラメータ
          • LoadBalancerAttributesのパラメータ
        • Attributesのパラメータの説明
      • Database
        • HOT Syntax
        • FCX::Database::DBInstance
          • Propertiesのパラメータの説明
            • 基本パラメータ
          • Attributesのパラメータの説明
        • FCX::Database::DBSubnetGroup
          • Propertiesのパラメータの説明
            • 基本パラメータ
        • FCX::Database::DBParameterGroup
          • Propertiesのパラメータの説明
            • 基本パラメータ
      • Object Storage
        • OS::Swift::Container
          • HOT Syntax
          • 注意事項
          • Properties
          • Attributes
  • テンプレート例
    • サンプルシステム構成 Heatテンプレート例
    • 仮想サーバ作成 Heatテンプレート例
      • 仮想サーバ作成 Heatテンプレート例
      • スタックの更新による仮想サーバのフレーバ変更 Heatテンプレート例
    • 仮想サーバ作成(WindowsOS) コンピュータ名指定 Heatテンプレート例
    • AutoScale Heatテンプレート例
    • AutoScale Heatテンプレート例(Windows)
    • ヘルスチェック Heatテンプレート例(Windows)
    • Network作成 Heatテンプレート例
    • セキュリティグループ作成 Heatテンプレート例
    • グローバルIPが付与された仮想サーバ作成 Heatテンプレート例
    • データベース仮想サーバ作成 Heatテンプレート例
  • リソースタイプのプロパティ一覧
    • はじめに
    • Auto scaling
    • Telemetry
    • Block Storage
    • Compute
    • Network
    • Expandable Load Balancing
    • Database
    • Object Storage
  • APIによるスタック作成
    • はじめに
    • 作成リクエスト手順
    • 確認リクエスト手順
  • エラー時の対応
    • エラー時の対応
  • outputsの参照
    • outputsの参照
  • PDF版について