diff options
author | hu xinhui <xinhui_hu@foxmail.com> | 2018-05-04 13:00:33 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2018-05-09 01:01:58 +0000 |
commit | 42d32610567f301ea5a3074aa0f3bbae185f601f (patch) | |
tree | 146b0251e719498def1b9e4c55172d550c90dd34 /deploy.sh | |
parent | 68a15541846c851b3309c014b0e28fa8502908c4 (diff) |
using compass to deploy harbor for private docker registry
Change-Id: Ice2ee902632a390938c8f5facf3010e712d9c9c3
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ # export TAR_URL=file:///home/compass/compass4nfv.iso #export TAR_URL= +#export DEPLOY_HARBOR="true" +#export HABOR_VERSION="1.5.0" + +# Set url for download the tar file of harbor +#export HABOR_DOWNLOAD_URL=https://storage.googleapis.com/harbor-releases/release-$HABOR_VERSION/harbor-offline-installer-v$HABOR_VERSION.tgz # Set hardware deploy jumpserver PXE NIC # You need to comment out it when virtual deploy. #export INSTALL_NIC=eth1 |