resalloc-ibm-cloud-powervs-vm - Man Page
Synopsis
resalloc-ibm-cloud-powervs-vm [-h] --token-file TOKEN_FILE [--log-level LOG_LEVEL] --crn CRN {create,delete} ...
Positional Arguments
- resalloc-ibm-cloud-powervs-vm create
Create a PowerVS instance in IBM Cloud
- resalloc-ibm-cloud-powervs-vm delete
Delete PowerVS instance by its name from IBM Cloud
COMMAND 'resalloc-ibm-cloud-powervs-vm create'
usage: resalloc-ibm-cloud-powervs-vm create [-h] --playbook PLAYBOOK
--image-uuid IMAGE_UUID
--ssh-key-name SSH_KEY_NAME
--processors PROCESSORS
[--processor-type {dedicated,shared,capped}]
--ram RAM
[--network-id NETWORK_ID [NETWORK_ID ...]]
[--storage-type {tier1,tier3}]
[--volumes VOLUMES [VOLUMES ...]]
[--tags TAGS [TAGS ...]]
[--system-type {s922,e980}]
[--no-rmc]
[--storage-pool STORAGE_POOL]
name
name
OPTIONS 'resalloc-ibm-cloud-powervs-vm create'
- --playbook PLAYBOOK
Path to playbook
- --image-uuid IMAGE_UUID
UUID of the image to use
- --ssh-key-name SSH_KEY_NAME
Name of the SSH key to use for the instance
- --processors PROCESSORS
Number of processors (CPU cores)
- --processor-type {dedicated,shared,capped}
Processor type (dedicated, shared, or capped)
- --ram RAM
RAM memory in GB
- --network-id NETWORK_ID [NETWORK_ID ...]
ID of the network to attach to the instance
- --storage-type {tier1,tier3}
Storage tier type (tier1 for SSD, tier3 for HDD)
- --volumes VOLUMES [VOLUMES ...]
Additional volumes to attach in format 'name:size_gb:type'
- --tags TAGS [TAGS ...]
Space separated list of key:value tags, e.g. app:copr
- --system-type {s922,e980}
Machine type (s922, e980)
- --no-rmc
Do not wait for Resource Monitoring and Control to be ready
- --storage-pool STORAGE_POOL
Storage pool to create the volumes and VMs in (if not specified, default is used)
COMMAND 'resalloc-ibm-cloud-powervs-vm delete'
usage: resalloc-ibm-cloud-powervs-vm delete [-h] name
name
Options
- --token-file TOKEN_FILE
Path to IBM cloud token file
- --log-level LOG_LEVEL
- --crn CRN
CRN of the PowerVS instance, used to get credentials
Author
Copr team <copr-team@redhat.com>