Skip to content

Commit

Permalink
docs: add import and deploy OVA guide DOC-829 (#3909)
Browse files Browse the repository at this point in the history
* docs: add import and deploy OVA guide DOC-829

* docs: add link to VMO DOC-829

* docs: fix vale

* ci: auto-formatting prettier issues

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* docs: add link on advanced page DOC-829

* docs: review comments DOC-829

* ci: auto-formatting prettier issues

* docs: fix vale DOC-829

* ci: auto-formatting prettier issues

* docs: changes from review DOC-829

---------

Co-authored-by: addetz <addetz@users.noreply.github.com>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 18, 2024
1 parent 144cc8d commit 8f0d3e8
Show file tree
Hide file tree
Showing 8 changed files with 347 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/docs-content/automation/palette-cli/commands/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The following list contains all the supported Palette CLI subcommands. Click on

- [`project`](project.md) - Manage Palette Projects.

- [`vmo`](vmo.md) - Migrate, import and deploy VMs to Palette VMO.

## Global Flags

Palette CLI supports the following global flags.
Expand All @@ -49,3 +51,5 @@ Palette CLI supports the following global flags.
- [PDE](pde.md)

- [Project](project.md)

- [VMO](vmo.md)
8 changes: 6 additions & 2 deletions docs/docs-content/automation/palette-cli/commands/vmo.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ The VMs can then be used with the Virtual Machine Orchestrator (VMO).
## Deploy OVA

Use the `deploy-ova` subcommand to deploy an imported vSphere OVA to Palette VMO. The following flags are supported by
the `deploy-ova` subcommand.
the `deploy-ova` subcommand. Refer to the
[Import and Deploy OVAs to Palette VMO](../../../vm-management/create-manage-vm/advanced-topics/deploy-import-ova.md)
guide for further details on importing and deploying vSphere OVAs.

| **Short Flag** | **Long Flag** | **Description** | **Type** |
| -------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------ | -------- |
Expand Down Expand Up @@ -68,7 +70,9 @@ palette vmo deploy-ova --config-file ~/.palette/vmo/vms/my-ova-name/my-ova-name.
Use the `import-ova` subcommand to import a vSphere OVA to Palette VMO. The following flags are supported by the
`import-ova` subcommand. The OVA will be converted to the QCOW2 virtual disk storage format. This subcommand generates
an OVA deployment configuration file. You can then either directly upload the imported image to a `DataVolume` or upload
it a Docker image registry.
it a Docker image registry. Refer to the
[Import and Deploy OVAs to Palette VMO](../../../vm-management/create-manage-vm/advanced-topics/deploy-import-ova.md)
guide for further details on importing and deploying vSphere OVAs

| **Short Flag** | **Long Flag** | **Description** | **Type** |
| -------------- | ---------------- | ----------------------------------------------------------------------------- | -------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ by over-committing CPU and memory.
- [Create DISK Templates](./create-disk-templates.md)
- [Over-commit Resources to Enhance VM Performance](./vm-oversubscription.md)
- [Migrate a VM to a VMO cluster](./migrate-vm-kubevirt.md)
- [Import and Deploy OVAs to Palette VMO](./deploy-import-ova.md)

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/docs-content/vm-management/vm-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ and permissions for your VMs.

- [Migrate a VM to a VMO cluster](./create-manage-vm/advanced-topics/migrate-vm-kubevirt.md)

- [Import and Deploy OVAs to Palette VMO](./create-manage-vm/advanced-topics/deploy-import-ova.md)

- [RBAC](./rbac/rbac.md)
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 8f0d3e8

Please sign in to comment.