SpectroCloud: Difference between revisions

From DER's LLC
Jump to navigation Jump to search
No edit summary
 
(78 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Spectro Cloud Documentation=
[[SpectroCloud/VertexInstall | Vertex Installation Instructions]] <BR>
==Vertex Installation==
[[SpectroCloud/VertexISOInstall | Vertex ISO Installation Instructions]] <BR>
===Pre Requisites===
[[SpectroCloud/VertexHelmInstall | Vertex Helm Installation Instructions]] <BR>
###############################
[[SpectroCloud/VertexUpgrade | Vertex Upgrade Instructions]] <BR>
# SpectroCloud Docs Reference #
[[SpectroCloud/VertexLabConfig | Vertex Lab Configuration]] <BR>
###############################
[[SpectroCloud/MAAS | MAAS Information]] <BR>
# https://docs.spectrocloud.com/vertex/install-palette-vertex/install-on-kubernetes/airgap-install/checklist/
[[SpectroCloud/RaspberryPiEdgePrep | RaspberryPi Edge Prep]] <BR>
################
[[SpectroCloud/RaspberryPiEdge | RaspberryPi Edge]] <BR>
# INSTALL ORAS #
[[SpectroCloud/Packs | Packs]] <BR>
################
[[SpectroCloud/AirGapEdgeISO | Air-Gapped Edge ISO]] <BR>
# GET LATEST VERSION FROM: https://github.com/oras-project/oras/releases
VERSION="1.2.0"
curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
mkdir -p oras-install/
tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
sudo mv oras-install/oras /usr/local/bin/
rm -rf oras_${VERSION}_*.tar.gz oras-install/
##############################
# INSTALL JQ, ZIP, and UNZIP #
##############################
yum -y install jq zip unzip


===Vertex Install===
[[SpectroCloud/PaletteBackup | Palette Backup Script]] <BR>
cd /nfs/Download/
chmod +x airgap-fips-v$VERSION.bin
oras login harbor.dersllc.com --username 'admin' --password '<Password>'
 
 
./airgap-vertex-v4.5.8.bin --nodiskspace --target /nfs/Download/airgap-vertex/

Latest revision as of 13:06, 15 April 2025