Uploading assets to the Assets VM
Note: This procedure applies to the air-gapped environment, and is executed in the
air-gapped tools-system.
-
In the edaadm repository that you cloned or downloaded, go
to the bundles folder.
cd path/to/edaadm-repository/bundles
-
Upload the assets.
Make sure your kubeconfig environment variable points to the kubeconfig of the Assets VM as you got it from the Obtaining the Kubernetes the config file for kubectl section.
Replace the setting for
ASSET_HOST
with the IP address of your Asset VM.make load-all-bundles \ ASSET_HOST=192.0.2.228 \ ASSET_HOST_GIT_USERNAME="ZWRh" \ ASSET_HOST_GIT_PASSWORD="ZWRh" \ ASSET_HOST_ARTIFACTS_USERNAME="ZWRh" \ ASSET_HOST_ARTIFACTS_PASSWORD="ZWRh"
Note: The username and passwords are currently not configurable.