From 42d32610567f301ea5a3074aa0f3bbae185f601f Mon Sep 17 00:00:00 2001 From: hu xinhui Date: Fri, 4 May 2018 13:00:33 +0800 Subject: using compass to deploy harbor for private docker registry Change-Id: Ice2ee902632a390938c8f5facf3010e712d9c9c3 Signed-off-by: hu xinhui --- deploy.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 9c72a5c4..fb51a3e6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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 -- cgit 1.2.3-korg