Code Monkey home page Code Monkey logo

terraform-provider-opennebula's Introduction

terraform-provider-opennebula

Build Status

Description

OpenNebula provider for Terraform.

Development

Bug reports and pull requests are welcome on GitHub at https://github.com/OpenNebula/terraform-provider-opennebula/issues.

Please follow How to Contribute rules for any pull request.

Authors

  • Leaders:

Compatibility

This provider has been initiated to use official Goca from OpenNebula

For Older OpenNebula and Terraform releases, you can use non official provider from Runtastic and enhanced by BlackBerry.

Features

Data sources

Current definition of these data sources are supported:

  • Groups
  • Image
  • Security Groups
  • Template
  • User
  • Virtual Data Center
  • Virtual Network

Resources

Current definition of these resources are supported:

Limitations

Following OpenNebula Objects are not currently supported:

Requirements

Terraform

Because this Add-On is the OpenNebula Terraform Provider, it requires to have Terraform installed on your machine. Instructions to install terraform are accessible here

Please note that this version is indended to be used with Terraform version 0.12+

Golang

The only way to use this add-on is to compile it from source code. OpenNebula Terraform provider is written in Golang, you must have a Golang environment to compile the provider.

A Golang dependency management tool is also required. This README is based on goland/dep

Installation

From Source

Compilation

  1. Get the code of the OpenNebula provider.
  2. Get provider dependencies (if you use go dep)
repopath$ dep init
  1. Compile
repopath$ go build -o terraform-provider-opennebula

Warning: this provider is a "Third party" provider. It must follow these rules for the binary name.

Integration with Terraform

Create a terraform file to use OpenNebula provider (follow instructions on Wiki page of the project) and run terraform init. This will initialize terraform to use OpenNebula Provider.

With Terraform

Work In Progress

Configuration

Opennebula provider has the following supports parameters:

Parameter Description
endpoint URL to the OpenNebula XML-RPC API
username OpenNebula username
password OpenNebula password OR token
version Version of the provider (optional)

Usage

Lots of Examples and details of data sources and resources parameters are available on the Wiki.

References

Other Projects about Terraform provider exists. This project has been inspired by Runtastic and BlackBerry projects

License

This project is under MPL v2.0 License. For more details about the License, please read LICENCE file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.