IBM / CAST

CAST can enhance the system management of cluster-wide resources. It consists of the open source tools: cluster system management (CSM) and burst buffer.
Eclipse Public License 1.0
27 stars 34 forks source link

CSM FVT updates from xcat node definitions to variables in the csm_te… #1015

Closed williammorrison2 closed 2 years ago

williammorrison2 commented 2 years ago

…st.cfg file

Purpose

To keep the CSM FVT configuration process in one location and also have the ability to utilize more nodes in the cluster for additional testing.

These variables are set in the /CAST/csmtest/csm_test.cfg file. The values will have to be added to the /CAST/csmtest/config.template file. Below is the example template.

#! /bin/bash

# This file contains global configuration options for the regression test suite

# Paths
export FVT_PATH=
export CAST_PATH=
export LOG_PATH=
export CSM_PATH=
export INSTALL_DIR=
export OLD_RPMS=
export RPM_DIR=
export BIG_DATA_DIR=
export SQL_DIR=
export SSL_KEY=
export CAST_ELASTIC=

# Node Types
export XCATMN=
export MASTER=
export AGGREGATOR_A=
export AGGREGATOR_B=
export COMPUTE_NODES=
export SINGLE_COMPUTE=
export UFM_ADDR=
export XCATMN_IP=
export LOGSTASH=

# Node Types
export SERVICE=
export COMPUTE_B=
export COMPUTE_A=
export UTILITY=

# Users
export USER=
export SECOND_USER=

# Source xCAT commands
source /etc/profile.d/xcat.sh

Open Questions and Pre-Merge TODOs