4025497ce7 | ||
---|---|---|
hostfactory/host_provider | ||
specs | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
project.ini |
README.md
IBM Spectrum Symphony
This project installs and configures IBM Spectrum Symphony.
Use of IBM Spectrum Symphony requires a license agreement and Symphony binaries obtained directly from IBM Spectrum Analytics.
NOTE: Currently, this project only supports Linux-only Symphony clusters. Windows workers are not yet supported.
Table of Contents
Pre-Requisites
This project requires running Azure CycleCloud version 7.7.1 and Symphony 7.2.0 or later.
This project requires the following:
-
A license to use IBM Spectrum Symphony from IBM Spectrum Analytics.
-
The IBM Spectrum Symphony installation binaries.
a. Download the binaries from IBM and place them in the
./blobs/symphony/
directory.b. If the version is not 7.3.0.0 (the project default), then update the version number in the Files list in
./project.ini
and in the cluster template:./templates/symphony.txt
-
CycleCloud must be installed and running.
a. If this is not the case, see the CycleCloud QuickStart Guide for assistance.
-
The CycleCloud CLI must be installed and configured for use.
a. If this is not the case, see the CycleCloud CLI Install Guide for assistance.
Configuring the Project
The first step is to configure the project for use with your storage locker:
-
Open a terminal or Azure Cloud Shell session with the CycleCloud CLI enabled.
-
Clone this repo into a new directory and change to the new directory:
$ git clone https://github.com/Azure/cyclecloud-symphony.git
$ cd ./cyclecloud-symphony
-
Download the IBM Spectrum Symphony installation binaries and license entitlement file from IBM and place them in the
./blobs/symphony
directory. * ./blobs/symphony/sym-7.3.0.0.exe * ./blobs/symphony/sym-7.3.0.0_x86_64.bin * ./blobs/symphony/sym_adv_entitlement.datOr, if using an eval edition:
* ./blobs/symphony/sym_adv_ev_entitlement.dat
* ./blobs/symphony/symeval-7.3.0.0_x86_64.bin
* ./blobs/symphony/symeval-7.3.0.0.exe
- If the version number is not 7.3.0.0, update the version numbers in
project.ini
andtemplates/symphony.txt
Deploying the Project
To upload the project (including any local changes) to your target locker, run the
cyclecloud project upload
command from the project directory. The expected output looks like
this:
$ cyclecloud project upload my_locker
Sync completed!
IMPORTANT
For the upload to succeed, you must have a valid Pogo configuration for your target Locker.
Importing the Cluster Template
To import the cluster:
-
Open a terminal session with the CycleCloud CLI enabled.
-
Switch to the Symphony directory.
-
Run
cyclecloud import_template symphony -f templates/symphony.txt
. The expected output looks like this:$ cyclecloud import_template symphony -f templates/symphony.txt Importing template symphony.... ---------------- symphony : *template* ---------------- Keypair: $Keypair Cluster nodes: master: off Total nodes: 1
Host Factory Provider for Azure CycleCloud
This project extends the Symphony Host Factory with an Azure CycleCloud resource provider: azurecc.
The Host Factory will be configured as the default autoscaler for the cluster.
Installing the azurecc HostFactory
It is also possible to configure an existing Symphony installation to use the azurecc
HostFactory to
burst into Azure.
Please contact azure support for help with this configuration.
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.