Skip to content

eminalemdar/harvester-hci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harvester HCI

This repository consists example Terraform codes for maintaining Harvester resources.

Harvester is an open source HCI solution built on enterprise-grade cloud native solutions like Kubernetes, Longhorn and KubeVirt.

Folder Structure

├── README.md
├── assets
│   └── Harvester-Symbol.png
├── clusternetwork.tf
├── images.tf
├── networks.tf
├── provider.tf
└── vm.tf

In the repository there are example Terraform codes for creating an Image, Network and Virtual Machine. You can change the configurations and add resources according to your needs. You can follow the official Terraform Documentation for creating additinal resources.

Usage

  • You need to have a running Harvester Cluster for creating these resources.
  • You need to add the Kubeconfig of the Harvester Cluster to the Provider configuration.
  • You can run Terraform commands for resource creation.
terraform init
terraform plan
terraform apply

Cleanup

  • You can delete the resources with
terraform destroy

About

This repository consists example Terraform codes for maintaining Harvester resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages