Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "^.secrets.baseline$",
"lines": null
},
"generated_at": "2024-12-16T05:50:45Z",
"generated_at": "2024-12-16T12:18:06Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -102,7 +102,17 @@
"hashed_secret": "b60d121b438a380c343d5ec3c2037564b82ffef3",
"is_secret": false,
"is_verified": false,
"line_number": 22,
"line_number": 46,
"type": "Secret Keyword",
"verified_result": null
}
],
"docs/guides/install.md": [
{
"hashed_secret": "b60d121b438a380c343d5ec3c2037564b82ffef3",
"is_secret": false,
"is_verified": false,
"line_number": 237,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python-cli:
cp python/dist/mas_cli-100.0.0.tar.gz image/cli/install/mas_cli.tar.gz

python-devops:
cd ../python-devops && python -m build
cd ../python-devops && make build
cp ../python-devops/dist/mas_devops-100.0.0.tar.gz image/cli/install/mas_devops.tar.gz

python: python-devops python-cli
Expand Down
2 changes: 1 addition & 1 deletion build/bin/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ find docs -type f -name '*.md' -exec sed -i \
{} \;

python -m pip install -q mkdocs mkdocs-carbon mkdocs-glightbox mkdocs-redirects
mkdocs build --verbose --clean --strict
mkdocs build --clean --strict
2 changes: 1 addition & 1 deletion docs/catalogs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ The packages available in these catalogs are fixed. Multiple installations at di
#### Disconnected Install
> I want to run a disconnected environment using a private mirror registry

The MAS CLI [mirror-images](../commands/mirror-images.md) function is the easiest way to mirror the content from a specific version of the Maximo Operator Catalog. Once the images are mirrored simply run the [configure-airgap](../commands/configure-airgap.md) function to add the IBM Maximo Application Suite **ImageContentSourcePolicy** to your cluster before starting the installation.
The MAS CLI [mirror-images](../guides/image-mirroring.md) function is the easiest way to mirror the content from a specific version of the Maximo Operator Catalog. Once the images are mirrored simply run the [configure-airgap](../commands/configure-airgap.md) function to add the IBM Maximo Application Suite **ImageContentSourcePolicy** to your cluster before starting the installation.


### Dynamic Catalog
Expand Down
659 changes: 0 additions & 659 deletions docs/commands/install.md

This file was deleted.

176 changes: 0 additions & 176 deletions docs/commands/mirror-images.md

This file was deleted.

Loading
Loading