Skip to content

Commit

Permalink
Merge branch 'master' into vmo-markup-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliiiah committed May 28, 2024
2 parents c1a11db + 2c96697 commit 93a5f9c
Showing 1 changed file with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,18 @@ Use the steps below to confirm you have the required files and verify the requir
Follow the steps below from your terminal to set the environment variables and invoke the APIs required to register a
Nutanix cloud to Palette. Alternatively, you can use an API platform such as [Postman](https://www.postman.com/).

:::warning
## Prerequisites

The logo file must not exceed 100KB in size. To ensure image quality ensure at least one dimension in either width or
height is 40 pixels. It is preferable that the image be transparent.
- You have completed the steps in [Customize YAML Configuration Files](#customize-yaml-configuration-files).

:::
- Only an
[Operations Administrator](../../../enterprise-version/system-management/account-management/account-management.md#operations-administrator)
is allowed to register a Nutanix cloud.

- The logo file must not exceed 100KB in size. To ensure image quality ensure at least one dimension in either width or
height is 40 pixels. It is preferable that the image be transparent.

## Enablement

1. Export the URL of your self-hosted Palette or VerteX instance and the cloud type as environment variables.
Additionally, export the path to the YAML templates and logo file.
Expand Down Expand Up @@ -314,9 +320,9 @@ height is 40 pixels. It is preferable that the image be transparent.

```bash
curl --location --request PUT "${ENDPOINT}/v1/clouds/cloudTypes/${CLOUD_TYPE}/content/templates/workerPoolTemplate" \
--header "Content-Type: multipart/form-data" \
--header "Authorization: ${TOKEN}" \
--form "fileName=@${workerPoolTemplate}"
--header "Content-Type: multipart/form-data" \
--header "Authorization: ${TOKEN}" \
--form "fileName=@${workerPoolTemplate}"
```

10. Register the cloud account keys.
Expand Down

0 comments on commit 93a5f9c

Please sign in to comment.