Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Support Lustre 2.10.3 (#443)
Browse files Browse the repository at this point in the history
* Fix local storage_server.repo override

Make sure the URLs to the Lustre build are the same as what's
in set_defaults().

Also, determine LUSTRE_{CLIENT,SERVER}_REPO_FILE automatically
from $LUSTRE_{CLIENT,SERVER}_URL.

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>

* Compress multiple /s down into one

Since that is what yum-config-manager --add-repo does.

Also eliminate a known double / in the GA Lustre release URL.

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>

* Support Lustre 2.10.3

Fixes #442

Signed-off-by: Joe Grund <joe.grund@intel.com>

* Hardcode arch.

Signed-off-by: Joe Grund <joe.grund@intel.com>

* pin to 2.10.3 GA

Signed-off-by: Joe Grund <joe.grund@intel.com>

* remove extra whitespace

Signed-off-by: Joe Grund <joe.grund@intel.com>

* update other refs to 2.10.3

Signed-off-by: Joe Grund <joe.grund@intel.com>
  • Loading branch information
Joe Grund authored Feb 9, 2018
1 parent e88fd0a commit 31f8afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chroma-manager/storage_server.repo
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ enabled_metadata=1

[lustre]
name=Lustre Server
baseurl=https://downloads.hpdd.intel.com/public/lustre/lustre-2.10.2/el7/server/
baseurl=https://downloads.hpdd.intel.com/public/lustre/lustre-2.10.3/el7/server/
enabled=1
gpgcheck=0

[lustre-client]
name=Lustre Client
baseurl=https://downloads.hpdd.intel.com/public/lustre/lustre-2.10.2/el7/client/
baseurl=https://downloads.hpdd.intel.com/public/lustre/lustre-2.10.3/el7/client/
enabled=1
gpgcheck=0

Expand Down
2 changes: 1 addition & 1 deletion chroma-manager/tests/framework/utils/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ set_defaults() {
export LUSTRE_SERVER_URL="$BASE_URL/server/axis-distro/el7/axis-ib_stack/inkernel/builds/$LUSTRE_REVIEW_BUILD/archive/artifacts/"
export LUSTRE_CLIENT_URL="$BASE_URL/client/axis-distro/el7/axis-ib_stack/inkernel/builds/$LUSTRE_REVIEW_BUILD/archive/artifacts/"
else
BASE_URL="https://downloads.hpdd.intel.com/public/lustre/lustre-2.10.2/el7"
BASE_URL="https://downloads.hpdd.intel.com/public/lustre/lustre-2.10.3/el7/"
export LUSTRE_SERVER_URL="$BASE_URL/server/"
export LUSTRE_CLIENT_URL="$BASE_URL/client/"
fi
Expand Down

0 comments on commit 31f8afd

Please sign in to comment.