diff --git a/docs/turnkey-solution/hardware-landscape.md b/docs/turnkey-solution/hardware-landscape.md index 7e19133ecc..5fcd557108 100644 --- a/docs/turnkey-solution/hardware-landscape.md +++ b/docs/turnkey-solution/hardware-landscape.md @@ -5,13 +5,13 @@ sidebar_position: 99 # The SCS Hardware-Landscape -![An image of the SCS hardware landscape rack](images/combined_rack_visual.jpg "The SCS hardware landscape rack"){width=500px} +![An image of the SCS hardware landscape rack](images/combined_rack_visual.jpg) ## General information The general aim of this environment is to install and operate the SCS reference implementation on hardware. In addition to the classic tasks in the area of quality assurance, the environment is also used to evaluate -new concepts in the underlay(overlay network area, as a test environment for hardware-related developments, +new concepts in the underlay/overlay network area, as a test environment for hardware-related developments, as a demonstration environment for interested parties and as a publicly accessible blueprint for users. The environment is designed for long-term use which a varying circle of users. @@ -69,7 +69,7 @@ The relevant **References** section refers here to the individual documentation adjustments and further developments are managed via GIT merge requests * Almost all installation steps are [documented and automated](https://github.com/SovereignCloudStack/hardware-landscape/blob/main/documentation/System_Deployment.md) based on a pure rack installation (The setup is extensively documented, in particular the few manual steps) - * The entire customized setup of the nodes is [implemented by OSISM/Ansible] + * The entire customized setup of the nodes is [implemented by OSISM/Ansible](https://github.com/SovereignCloudStack/hardware-landscape/tree/main/environments/custom) * All secrets (e.g. passwords) of the environment are stored and versioned in the encrypted Ansible Vault in i the repository (when access is transferred, rekeying can be used to change the access or the rights to it). * A far-reaching or in-depth automation has been created that allows the environment to be re-set up or parts of it to diff --git a/package-lock.json b/package-lock.json index be9b59d1bd..3947b24aa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6202,9 +6202,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0",