2.13.6. hammer compute-profile values

コンピュートプロファイルの値を作成、更新、削除します。

Usage:
    hammer compute-profile values [OPTIONS] SUBCOMMAND [ARG] ...

Parameters:
 SUBCOMMAND                    Subcommand
 [ARG] ...                     Subcommand arguments

Subcommands:
 add-interface                 Add interface for Compute Profile
 add-volume                    Add volume for Compute Profile
 create                        Create compute profile set of values
 remove-interface              Remove compute profile interface
 remove-volume                 Remove compute profile volume
 update                        Update compute profile values
 update-interface              Update compute profile interface
 update-volume                 Update compute profile volume

Options:
 -h, --help                    Print help

2.13.6.1. hammer compute-profile values add-interface

コンピュートプロファイルのインターフェイスを追加します。

Usage:
    hammer compute-profile values add-interface [OPTIONS]

Options:
 --compute-profile COMPUTE_PROFILE_NAME    Compute profile name
 --compute-profile-id COMPUTE_PROFILE_ID
 --compute-resource COMPUTE_RESOURCE_NAME  Compute resource name
 --compute-resource-id COMPUTE_RESOURCE_ID
 --interface SET_VALUES                    Interface parameters, should be comma separated list of values
                                           Comma-separated list of key=value.
                                           JSON is acceptable and preferred way for complex parameters
 --location LOCATION_NAME                  Set the current location context for the request
 --location-id LOCATION_ID                 Set the current location context for the request
 --location-title LOCATION_TITLE           Set the current location context for the request
 --organization ORGANIZATION_NAME          Set the current organization context for the request
 --organization-id ORGANIZATION_ID         Set the current organization context for the request
 --organization-title ORGANIZATION_TITLE   Set the current organization context for the request
 -h, --help                                Print help

Provider specific options:
  NOTE: Bold attributes are required.

  EC2:
    --interface:

  GCE:
    --interface:

  Libvirt:
    --interface:
      compute_type                            Possible values: bridge, network
      compute_bridge                          Name of interface according to type
      compute_model                           Possible values: virtio, rtl8139, ne2k_pci, pcnet, e1000
      compute_network
      Libvirt instance network, e.g. default

  OpenStack:
    --interface:

  oVirt:
    --interface:
      compute_name        Compute name, e.g. eth0
      compute_network     Select one of available networks for a cluster, must be an ID or a name
      compute_interface   Interface type

  Rackspace:
    --interface:

  VMware:
    --interface:
      compute_type        Type of the network adapter, for example one of:
                            VirtualVmxnet3
                            VirtualE1000
                          See documentation center for your version of vSphere to find more details about available adapter types:
                            https://www.vmware.com/support/pubs/
      compute_network     Network ID or Network Name from VMware

  AzureRM:
    --interface:
      compute_network     Select one of available Azure Subnets, must be an ID
      compute_public_ip   Public IP (None, Static, Dynamic)
      compute_private_ip  Static Private IP (expressed as true or false)