parallels/Parallels Desktop DevOps Actions
GitHub Action to run Parallels Desktop VMs in your CI/CD pipeline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | The operation to perform | yes | pull |
| username | The username to use to connect to the devops api service | no | — |
| password | The password to use to connect to the devops api service | no | — |
| api-key | The api key to use to connect to the devops api service | no | — |
| api-secret | The api secret to use to connect to the devops api service | no | — |
| orchestrator_url | The orchestrator url where we are connecting to | no | — |
| host_url | The host url where we are connecting to | no | — |
| insecure | Whether to use ssl or not | no | false |
| base_vm | The name of the base virtual machine to use on clone operations | no | — |
| machine_name | The name of the virtual machine to use on clone, start, stop, delete operations | no | — |
| base_image | The name of the base image to use when creating a new virtual machine from the catalog | no | — |
| machine_cpu_count | The number of cpus to use when creating a new virtual machine from the catalog | no | — |
| machine_memory_size | The amount of memory to use when creating a new virtual machine from the catalog | no | — |
| run | The run command to execute on the virtual machine | no | — |
| start_after_op | Whether to start the virtual machine after the operation | no | — |
| max_attempts | The maximum number of attempts to make when waiting for the operation to complete | no | 1 |
| timeout_seconds | The number of seconds to wait between attempts | no | 1 |
Outputs
| name | description |
|---|---|
| vm_id | The id of the virtual machine |
| vm_name | The name of the virtual machine |
| host | The host of the virtual machine |