Skip to content

ImmoweltGroup/terraform-provider-opennebula

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-provider-opennebula

Table of Contents

About

This is the official Immowelt Group OpenNebula Terraform provider forked from Runtastic

It leverages the OpenNebula's XML/RPC API and is tested for versions 5.x

Examples

See the example folder for a quick overview

Currently implemented

Resources

Data Sources

  • template_id - Get the first template id by a template name

ToDo

Notes

To update some vm resources the VM has to be in state poweroff.

Current flow:

  • resize disk: disk will be resized but vm won't be restarted
  • resize cpu/vcpu/memory: requires new resource
  • change ip address: requires new resource

Maintainer

Collaborators

Contributing

Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Packages

No packages published

Languages

  • Go 96.3%
  • HCL 3.7%