Metadata-Version: 2.4
Name: cm-cluster-on-demand-oci
Version: 11.0.3.1
Summary: NVIDIA Base Command Manager Cluster on Demand OCI
Home-page: https://docs.nvidia.com/base-command-manager/
Author: Base Command Manager Cloud Team
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools_scm>=4.1.2
Requires-Dist: oci>=2.118.2
Requires-Dist: cm-cluster-on-demand-config==11.0.3.1
Requires-Dist: cm-cluster-on-demand==11.0.3.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

With Cluster on Demand for OCI you can spin up a cluster running NVIDIA Base
Command Manager Cluster inside of OCI.

# Installation

```
pip install cm-cluster-on-demand-oci
```

# Usage

To get started, execute the following command:

```
cm-cod-oci --help
```

Example, To start a NVIDIA Base Command Manager Cluster with 5 nodes and
1 headnode in OCI:

```
cm-cod-oci cluster create --on-error 'cleanup' --oci-region 'eu-amsterdam-1' --wlm 'slurm' --nodes '5' --oci-tenancy '...' --oci-user '...' --oci-fingerprint '...' --oci-key-file '...' --cluster-password '...'  --license-product-key '...' --name mycluster
```

Don't forget to fill in the '...' blanks, and change the other parameters to
the values that match your use-case and organization. All documentation for
setting up and running a NVIDIA Base Command Manager cluster using Cluster
On Demand on OCI can be found in the
[Cloudbursting Manual](https://docs.nvidia.com/base-command-manager/#product-manuals).
