cray-site-init

command module
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2021 License: MIT Imports: 3 Imported by: 0

README

CRAY Site init (csi)

CSI is a GoLang tool for facilitating the installation of an HPCaaS cluster.

NOTE This deprecates CrayCTL (crayctl) from Shasta V1.4.0 and higher as the primary orchestrator tool.

Usage

CSI can be installed into any local GoLang 1.16 environment.

Note: You will need to add CRAY to the GOPRIVATE lib for a clean run:

export GOPRIVATE=*.us.cray.com go mod tidy`
Build from source
  1. Using the makefile
    $> make
    $> ./bin/csi --help
    
  2. Calling Go
    $> go build -o bin/csi ./main.go
    $> ./bin/csi --help
    

CSI is also built for distributing through Linux package managers.

OS Package Management
OpenSuSE 15.2 / SLES 15SP2 / SLE_HPC 15SP2
# Add repo.
repo=http://car.dev.cray.com/artifactory/csm/MTL/sle15_sp2_ncn/x86_64/dev/master/
zypper addrepo --no-gpgcheck --refresh "$repo" metal_x86-64

# Install.
# FIXME: --no-gpg-checks is not ideal.
zypper --plus-repo=http://car.dev.cray.com/artifactory/csm/MTL/sle15_sp2_ncn/x86_64/dev/master/ --no-gpg-checks -n in -y cray-site-init

Documentation

Overview

Copyright 2021 Hewlett Packard Enterprise Development LP

Directories

Path Synopsis
internal
pkg
csi
ipam
Package ipam provides IP address management functionality.
Package ipam provides IP address management functionality.
pit

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL