Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 569 Bytes

XDMOD-README.md

File metadata and controls

26 lines (14 loc) · 569 Bytes

Usage

  1. To build images to spin up a basic OHPC cluster with Open XDMoD and SUPReMM do the following.

    git clone [email protected]:eesaanatluri/ohpc-packer.git

    cd ohpc-packer

    cd CRI_XCBC/

    git checkout dev

    cd ../CRI_Cluster_Monitor/

    git checkout master

    cd ../

    To build a compute image for OHPC cluster do the following

    packer build -var-file=vars.json compute-openstack.json

    To build an OHPC master image do the following

    change the build name in vars.json file to ohpc.

    packer build -var-file=vars.json build.json