All Projects → HewlettPackard → terraform-provider-oneview

HewlettPackard / terraform-provider-oneview

Licence: Apache-2.0 license
Automates the provisioning of physical infrastructure from a private cloud using templates from HPE OneView with Terraform

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to terraform-provider-oneview

rancher-plugin
rancher jenkins plugin deploy or upgrade service
Stars: ✭ 42 (-8.7%)
Mutual labels:  provision
mailad
Software to provision a mail server with users from a Windows or Samba 4 Active Directory
Stars: ✭ 21 (-54.35%)
Mutual labels:  provision
Provisionql
Quick Look plugin for apps and provisioning profile files
Stars: ✭ 2,012 (+4273.91%)
Mutual labels:  provision
testing-4-cloud
Testing for the Cloud
Stars: ✭ 19 (-58.7%)
Mutual labels:  provision
xpeppers-discourse
Provisioning of @discourse
Stars: ✭ 22 (-52.17%)
Mutual labels:  provision
ansible-debian
Buildfiles: Ansible automated leight-weight and sensible Debian provisioning
Stars: ✭ 83 (+80.43%)
Mutual labels:  provision
phpell
[ABANDONED] Vagrant VM with bash(shell) provision for PHP development
Stars: ✭ 26 (-43.48%)
Mutual labels:  provision
terraform-provider-external
Utility provider that exists to provide an interface between Terraform and external programs. Useful for integrating Terraform with a system for which a first-class provider does not exist.
Stars: ✭ 136 (+195.65%)
Mutual labels:  terraform-provider
azure-vdc
Automated VDC on Azure
Stars: ✭ 16 (-65.22%)
Mutual labels:  provision
Deployer
A deployment tool written in PHP with support for popular frameworks out of the box
Stars: ✭ 8,928 (+19308.7%)
Mutual labels:  provision
Jamf-Nation-Roadshow-London-2018
No description or website provided.
Stars: ✭ 16 (-65.22%)
Mutual labels:  provision
terraform-aws-iam-system-user
Terraform Module to Provision a Basic IAM System User Suitable for CI/CD Systems (E.g. TravisCI, CircleCI)
Stars: ✭ 71 (+54.35%)
Mutual labels:  provision
EppLib.NET
EppLib.NET is a .NET library implementing the Extensible Provisioning Protocol (EPP)
Stars: ✭ 47 (+2.17%)
Mutual labels:  provision
macos-playbook
Ansible playbook for OS X. Installs the common apps and libraries for web developers
Stars: ✭ 34 (-26.09%)
Mutual labels:  provision
terraform-provider-tsuru
Terraform provider for tsuru
Stars: ✭ 17 (-63.04%)
Mutual labels:  terraform-provider
hashicorp-labs
Deploy locally on VM an Hashicorp cluster formed by Vault, Consul and Nomad. Ready for deploying and testing your apps.
Stars: ✭ 32 (-30.43%)
Mutual labels:  provision
obsidian
A WordPress starter kit for the modern web.
Stars: ✭ 20 (-56.52%)
Mutual labels:  provision
terraform-provider-hcp
Terraform provider for HashiCorp Cloud Platform.
Stars: ✭ 36 (-21.74%)
Mutual labels:  terraform-provider
terraform-provider-mysql
Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
Stars: ✭ 59 (+28.26%)
Mutual labels:  terraform-provider
appside
Multitenant environment automation.
Stars: ✭ 36 (-21.74%)
Mutual labels:  provision

HPE OneView SDK for Terraform Provider

Build Status

OV Version 8.20 8.10 8.00 7.20 7.10 7.00 6.60 6.50 6.40 6.30 6.20 6.10 6.00
SDK Version/Tag v8.2.0-13 v8.1.0-13 v8.0.0-13 v7.2.0-13 v7.1.0-13 v7.0.0-13 v6.6.0-13 v6.5.0-13 v6.4.0-13 v6.3.1-13 v6.2.0-13 v6.1.0-13 v6.0.0-13
Build Status Build status Build status Build status Build status Build status Build status Build status Build status Build status Build status Build status Build status Build status
Note: v6.6.0-13 onwards supports Terraform version from 0.13.xx to 1.x.x

Introduction

HPE OneView makes it simple to deploy and manage today’s complex hybrid cloud infrastructure. HPE OneView can help you transform your data center to software-defined, and it supports HPE’s broad portfolio of servers, storage, and networking solutions, ensuring the simple and automated management of your hybrid infrastructure. Software-defined intelligence enables a template-driven approach for deploying, provisioning, updating, and integrating compute, storage, and networking infrastructure.

The HPE OneView Terraform SDK enables developers to easily build integrations and scalable solutions with HPE OneView.

You can find the latest supported HPE OneView Terraform Provider SDK here

What's New

HPE OneView Terraform SDK library extends support of the SDK to OneView REST API version 5000 (OneView v8.2)

Please refer to notes for more information on the changes , features supported and issues fixed in this version

Migration to HPE OneView 7.0 from HPE OneView 6.x ( Non-Synergy appliance )

With HPE OneView 7.0 one can migrate his/her server hardware from HPE OneView 6.x using migrate functionality provided in the UI. With server hardware migration , corresponding server profile will also get migrated to HPE OneView 7.0 .

Impact after migration

  1. Idempotency issues post migration. Post migration do run terraform refresh to sync with migrated resources.

    Steps:

    • Point your <TF_VAR_endpoint> to HPE OneView 8.2.
    • Run terraform refresh to sync with migrated resource
  2. Idempotency issue in server profile after migration. In HPE OneView 7.0 the server hardware type field is not compatible with HPE OneView 6.x server hardware type. To resolve that, while creating server profile, make sure terraform configuration file is not having server hardware type field defined .

Getting Started

Installation and Configuration

Installing terraform-provider-oneview with Go

HPE OneView SDK for Terraform can be installed from Source or Docker container installation methods. You can either use a docker container which will have the HPE OneView SDK for terraform installed or perform local installation manually.

Docker Setup

The light weight containerized version of the HPE OneView SDK for Terraform is available in the Docker Store. The Docker Store image tag consist of two sections: <sdk_version-OV_version>

# Download and store a local copy of oneview-sdk-for-terraform and use it as a Docker Image.
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v8.2.0-13-OV8.2
# Run docker commands below given, which  will in turn create a sh session 
# where you can create files, issue commands and execute the examples.
$ docker run -it docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-terraform:v8.2.0-13-OV8.2 /bin/sh

Local Setup

Local installation requires

  • Installing Go
$ apt-get install build-essential git wget
$ wget https://golang.org/dl/go1.15.7.linux-amd64.tar.gz

#unzip and untar the file 
$ tar -zxvf go1.15.7.linux-amd64.tar.gz

# move it to /usr/local/ and create directory for Go.
$ mv go/ /usr/local/ 
$ mkdir ~/go
# Setting Environment Variable 
$ export GOROOT=/usr/local/go
$ export GOPATH=$HOME/go 
$ export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
  • Installing Terraform

    Install Terraform 1.1.x from here and save it into /usr/local/bin/terraform folder (create it if it doesn't exists).

  • Install Oneview Terraform Provider SDK from Terraform Registry

    Terraform 0.13 added support for automatically downloading providers from the terraform registry. Add the following to your terraform project

terraform {
  required_version = ">= 0.13"
  required_providers {
    oneview = {
      source = "HewlettPackard/oneview"
    }
  }

Configuration

Environment Variables

Following environment variables can be set for testing:

# Required
$ export TF_VAR_endpoint=<ov_endpoint>
$ export TF_VAR_username=<ov_username>
$ export TF_VAR_password=<ov_password>
$ export TF_VAR_ssl_enabled=false
$ export TF_VAR_ov_domain=<ov_domain>

OneView Client Configuration

The OneView Client configuration options that can be passed during OneView Client object creation: The variables are defined in variable.tf file.

For OneView authentication, you need to provide the provider information in examples:

# Create terraform OneView client
provider "oneview" {
	ov_username  = "${var.username}"
	ov_password  = "${var.password}"
	ov_endpoint  = "${var.endpoint}"
	ov_sslverify = "${var.ssl_enabled}"
	ov_domain    = "${var.ov_domain}"
	ov_apiversion = <ov_apiversion>
	ov_ifmatch = "*"
}

🔒 Tip: Check the file permissions because the password is stored in clear-text as Environment Variable.

HPE Synergy Image Streamer

From Release 8.1, Image streamer is no longer supported.

Testing the Terraform Resources:

In the home directory of project(terraform-provider-oneview) user needs to create (or) copy the file that is to be executed.

Sample example manifests are available in example directory.

The following terraform commands has to be executed to test the example.

$ terraform init 
$ terraform plan 
$ terraform apply

Note: Only a single terraform file (example file) should exist in the home folder to execute the above mentioned three commands. Once the resource is tested move that file to examples folder.

Note: Currently this SDK supports OneView API 5000 minimally, where we can test OneView API 5000 version with this SDK. If API version used is not supported then error will be thrown. If API version is not provided then appliance's maximum supported API version will be used.

API Implementation

A detailed list of the HPE OneView REST interfaces that have been implemented in this SDK can be found in the endpoints-support.md file.

Getting Help

Are you running into a road block? Have an issue with unexpected behavior? Feel free to open a new issue on the issue tracker

License

This project is licensed under the Apache 2.0 license. Please see LICENSE for more info.

Contributing and feature requests

We welcome your contributions to the HPE OneView for Terraform Provider SDK.

Contributing: You know the drill. Fork it, branch it, change it, commit it, and pull-request it. We are passionate about improving this project, and glad to accept help to make it better. For more information refer CONTRIBUTING.md file.

NOTE: We reserve the right to reject changes that we feel do not fit the scope of this project, so for feature additions, please open an issue to discuss your ideas before doing the work.

Feature Requests: If you have a need that is not met by the current implementation, please let us know opening an new enhancement request/issue. This feedback is important for us to deliver a useful product.

Additional Resources

HPE OneView Documentation

HPE OneView Release Notes

HPE OneView Support Matrix

HPE OneView Installation Guide

HPE OneView User Guide

HPE OneView Online Help

HPE OneView REST API Reference

HPE OneView Firmware Management White Paper

Note: Currently this SDK supports OneView API 5000 minimally where we can test OneView API 5000 version with this SDK. No new fields have been added/deleted to support API5000 version. Complete support will be done in next releases.If API version is not provided then appliance's API version will be used. If API version used is not supported then error will be thrown.

HPE OneView Community

HPE OneView Community Forums

Learn more about HPE OneView at hpe.com/info/oneview

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].