JSPM

  • Created
  • Published
  • Downloads 189
  • Score
    100M100P100Q77150F
  • License Apache-2.0

A Pulumi package for creating and managing Xen Orchestra cloud resources.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@vates/pulumi-xenorchestra) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Xen Orchestra Provider

    The Xen Orchestra Provider lets you manage Xen Orchestra resources.

    XO logo

    Installing

    This package is available for several languages/platforms:

    Node.js (JavaScript/TypeScript)

    To use from JavaScript or TypeScript in Node.js, install using either npm:

    npm install @vates/pulumi-xenorchestra

    or yarn:

    yarn add @vates/pulumi-xenorchestra

    Python

    To use from Python, install using pip:

    pip install pulumi-xenorchestra

    Go

    To use from Go, use go get to grab the latest version of the library:

    go get github.com/vatesfr/pulumi-xenorchestra/sdk

    Configuration

    Use pulumi config set xenorchestra:<option> or pass options to the constructor of new xenorchestra.Provider.

    The following configuration points are available for the xenorchestra provider:

    • xenorchestra:url (environment: XOA_URL) - the URL for the Xen Orchestra websockets endpoint. Starts with wss:// Set either:

    • xenorchestra:username (environment: XOA_USERNAME) - the username for Xen Orchestra

    • xenorchestra:password (environment: XOA_PASSWORD) - the password for Xen Orchestra Or:

    • xenorchestra:token (environment: XOA_TOKEN) - API token for Xen Orchestra

    • xenorchestra:insecure (environment: XOA_INSECURE) - set to any value to disable SSL verification, false by default. Only use if you are using a self-signed certificate and know what you are doing.

    Usage

    See examples.md for examples.

    Building

    See contributing for details on how to build and contribute to this provider.

    Reference

    TBD