Update dynamic provisioner 58/1958/2
authorTobik, Balint <balint.tobik@nokia.com>
Tue, 12 Nov 2019 11:59:04 +0000 (12:59 +0100)
committerTobik, Balint <balint.tobik@nokia.com>
Tue, 12 Nov 2019 12:18:15 +0000 (13:18 +0100)
Update dynamic provisioner due to repository transfer.

Change-Id: I3839319e073cba3e877197eb614cacb2f15d14e2

SPECS/dynamic_local_pv_provisioner.spec
docker-build/dynamic_local_pv_provisioner/Dockerfile

index 7ca8b7f..70da7ef 100644 (file)
 %define COMPONENT dynamic_local_pv_provisioner
 %define RPM_NAME caas-%{COMPONENT}
 %define RPM_MAJOR_VERSION 0.1.0
-%define RPM_MINOR_VERSION 1
+%define RPM_MINOR_VERSION 3
 %define go_version 1.12.10
 %define DEPENDENCY_MANAGER_VERSION 0.5.4
-%define DYNAMIC_LOCAL_PV_PROVISIONER_VERSION bad28e8e568a892e7d92050d34bbba4a24671462
+%define DYNAMIC_LOCAL_PV_PROVISIONER_VERSION d19433b1072775791733a27b3c860b0fb2aadb28
 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION}
 %define docker_build_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/docker-build
 %define docker_save_dir %{_builddir}/%{RPM_NAME}-%{RPM_MAJOR_VERSION}/docker-save
index cafbef0..b6afdc0 100644 (file)
@@ -34,9 +34,7 @@ RUN apk update \
 &&  curl -fsSL -o /usr/local/bin/dep https://github.com/golang/dep/releases/download/v${DEPENDENCY_MANAGER_VERSION}/dep-linux-${HOST_ARCH} \
 &&  chmod +x /usr/local/bin/dep \
 &&  mkdir -p $BUILD_DIR \
-# &&  git clone https://github.com/balintTobik/dynamic-local-pv-provisioner.git $BUILD_DIR \ 
-# &&  git clone https://github.com/nokia/dynamic-local-pv-provisioner.git $BUILD_DIR \
-&&  git clone https://github.com/nokia/dynamic-local-pv-provisioner-fork.git $BUILD_DIR \
+&&  git clone https://github.com/nokia/dynamic-local-pv-provisioner.git $BUILD_DIR \
 &&  cd $BUILD_DIR \
 &&  git fetch --tags \
 &&  git checkout ${DYNAMIC_LOCAL_PV_PROVISIONER_VERSION} \