diff --git a/diskimage_builder/elements/proliant-tools/README.rst b/diskimage_builder/elements/proliant-tools/README.rst index f745afc5d..5fb41a42f 100644 --- a/diskimage_builder/elements/proliant-tools/README.rst +++ b/diskimage_builder/elements/proliant-tools/README.rst @@ -30,5 +30,5 @@ proliant-tools `HPE End User License Agreement – Enterprise Version`_. .. _`proliantutils`: https://pypi.python.org/pypi/proliantutils -.. _`HPE Smart Storage Administrator (HPE SSA) CLI for Linux 64-bit`: http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_3d16386b418a443388c18da82f&swEnvOid=4181 +.. _`HPE Smart Storage Administrator (HPE SSA) CLI for Linux 64-bit`: http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5530b3f5b38b4e0781e6bf9c74 .. _`HPE End User License Agreement – Enterprise Version`: https://downloads.hpe.com/pub/softlib2/software1/doc/p1796552785/v113125/eula-en.html diff --git a/diskimage_builder/elements/proliant-tools/install.d/65-proliant-tools-install b/diskimage_builder/elements/proliant-tools/install.d/65-proliant-tools-install index 2e3de5d8a..161a870f7 100755 --- a/diskimage_builder/elements/proliant-tools/install.d/65-proliant-tools-install +++ b/diskimage_builder/elements/proliant-tools/install.d/65-proliant-tools-install @@ -26,7 +26,7 @@ if [[ -n "${DIB_HPSSACLI_URL:=}" ]]; then echo "The environment variable DIB_HPSSACLI_URL is deprecated; use DIB_SSACLI_URL instead." fi -DIB_SSACLI_URL=${DIB_SSACLI_URL:-${DIB_HPSSACLI_URL:-https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1857046646/v123474/ssacli-2.60-19.0.x86_64.rpm}} +DIB_SSACLI_URL=${DIB_SSACLI_URL:-${DIB_HPSSACLI_URL:-https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1857046646/v122802/ssacli-3.10-3.0.x86_64.rpm}} curl -k -o /tmp/ssacli.rpm $DIB_SSACLI_URL if [[ $DISTRO_NAME = "ubuntu" || $DISTRO_NAME = "debian" ]]; then