Skip to content

Commit

Permalink
docs: DOC-1517 updated oop diagram (#5033) (#5054)
Browse files Browse the repository at this point in the history
* docs: DOC-1517 updated oop diagram

* docs: updates related to both install

* docs: minor updates

* docs: feedback

* Optimised images with calibre/image-actions

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 2122423 commit 9fd8c94
Show file tree
Hide file tree
Showing 11 changed files with 211 additions and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ keywords: ["self-hosted", "enterprise"]
---

Use the following checklist to ensure you have completed all the required steps before deploying the airgap Palette
installation.
installation. Review this checklist with your Palette support team to ensure you have all the required assets.

- [ ] Create a vSphere VM and Template folder named `spectro-templates`.
- [ ] Create a vSphere VM and Template folder named `spectro-templates`. You may choose a different name for the folder
if you prefer.

- [ ] Import the Operating System and Kubernetes distribution OVA required for the installation and place the OVA in the
`spectro-templates` folder.
Expand All @@ -25,3 +26,11 @@ installation.

- [ ] Review the list of [pack binaries](../../airgap/supplemental-packs.md) to download and upload to your OCI
registry.

- [ ] Download the required third-party binary that contains the core packs and images required for the installation.

- [ ] If you have custom SSL certificates you want to include, copy the custom SSL certificates, in base64 PEM format,
to the support VM. The custom certificates must be placed in the **/opt/spectro/ssl** folder. Include the
following files:
- **server.crt**
- **server.key**
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,18 @@ Use the following steps to install Palette.
use the provided VMware credentials to retrieve information from your VMware vSphere environment and present options
for you to select from.

| **Parameter** | **Description** |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Datacenter** | The installer retrieves the Datacenter automatically. |
| **Folder** | Select the folder that contains the VM instance. |
| **Cluster** | Select the cluster where you want to deploy Palette. |
| **Network** | Select the network where you want to deploy Palette. |
| **Resource Pool** | Select the resource pool where you want to deploy Palette. |
| **Datastore** | Select the datastore where you want to deploy Palette. |
| **Fault Domains** | Configure one or more fault domains by selecting values for these properties: Cluster, Network (with network connectivity), Resource Pool, and Storage Type (Datastore or VM Storage Policy). Note that when configuring the Network, if you are using a distributed switch, choose the network that contains the switch. |
| **NTP Servers** | You can provide a list of Network Time Protocol (NTP) servers. |
| **SSH Public Keys** | Provide any public SSH keys to access your Palette VMs. This option opens up your system's default text editor. Vi is the default text editor for most Linux distributions. To review basic vi commands, check out the [vi Commands](https://www.cs.colostate.edu/helpdocs/vi.html) reference. |
| **Parameter** | **Description** |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Datacenter** | The installer retrieves the Datacenter automatically. |
| **Folder** | Select the folder that contains the VM instance. |
| **Image Template Folder** | Select the folder that contains the CAPI image templates. |
| **Cluster** | Select the cluster where you want to deploy Palette. |
| **Network** | Select the network where you want to deploy Palette. |
| **Resource Pool** | Select the resource pool where you want to deploy Palette. |
| **Datastore** | Select the datastore where you want to deploy Palette. |
| **Fault Domains** | Configure one or more fault domains by selecting values for these properties: Cluster, Network (with network connectivity), Resource Pool, and Storage Type (Datastore or VM Storage Policy). Note that when configuring the Network, if you are using a distributed switch, choose the network that contains the switch. |
| **NTP Servers** | You can provide a list of Network Time Protocol (NTP) servers. |
| **SSH Public Keys** | Provide any public SSH keys to access your Palette VMs. This option opens up your system's default text editor. Vi is the default text editor for most Linux distributions. To review basic vi commands, check out the [vi Commands](https://www.cs.colostate.edu/helpdocs/vi.html) reference. |
12. Specify the IP pool configuration. The placement type can be Static or Dynamic Host Configuration Protocol (DHCP).
Choosing static placement creates an IP pool from which VMs are assigned IP addresses. Choosing DHCP assigns IP
Expand Down
Loading

0 comments on commit 9fd8c94

Please sign in to comment.