Skip to content

dell/terraform-provider-objectscale

Repository files navigation

Terraform Provider for Dell Technologies ObjectScale

Contributor Covenant License

The Terraform Provider for Dell Technologies (Dell) ObjectScale allows Data Center and IT administrators to use Hashicorp Terraform to automate and orchestrate the provisioning and management of Dell ObjectScale storage systems.

The Terraform Provider can be used to manage account and bucket.

The logged-in user configured in the Terraform provider must possess adequate permissions against the target Dell ObjectScale System

Table of Contents

Support

For any Terraform Provider for Dell ObjectScale issues, questions or feedback, please follow our support process

License

The Terraform Provider for Dell ObjectScale is released and licensed under the MPL-2.0 license. See LICENSE for the full terms.

Prerequisites

Terraform Provider ObjectScale Version OS Terraform Golang
v1.0.0

List of Data Sources in Terraform Provider for Dell ObjectScale

  • Example

List of Resources in Terraform Provider for Dell ObjectScale

  • Example

Installation and execution of Terraform Provider for Dell ObjectScale

Installation from public repository

The provider will be fetched from the public repository and installed by Terraform automatically. Create a file called main.tf in your workspace with the following contents

terraform {
  required_providers {
    objectscale = { 
      version = "1.0.0"
      source = "registry.terraform.io/dell/objectscale"
    }
  }
}

Then, in that workspace, run

terraform init

Installation from source code

  1. Clone this repo
  2. In the root of this repo run
make client-build
make install

Then follow installation from public repo

SSL Certificate Verification

For SSL verifcation on RHEL, these steps can be performed:

  • Copy the CA certificate to the /etc/pki/ca-trust/source/anchors path of the host by any external means.
  • Import the SSL certificate to host by running
update-ca-trust extract

For SSL verification on Ubuntu, these steps can be performed:

  • Copy the CA certificate to the /etc/ssl/certs path of the host by any external means.
  • Import the SSL certificate to host by running:
 update-ca-certificates

Releasing, Maintenance and Deprecation

Terraform Provider for Dell Technologies ObjectScale follows Semantic Versioning.

New versions will be release regularly if significant changes (bug fix or new feature) are made in the provider.

Released code versions are located on tags in the form of "vx.y.z" where x.y.z corresponds to the version number.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •