Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.52 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.52 KB

Vagrantfiles check

epinio-toolbox

The purpose of this repo is to have several fast way for testing Epinio on top of different platforms.

Vagrant is the base of the tests. For now, the Vagrantfiles are written for being used with the libvirt provider only.

Before deploying, you must install Vagrant as well as the vagrant libvirt provider.

Each folders has its own README file:

aks-box

A basic ready openSUSE TW box for deploying epinio on AKS with all the needed dependencies included.
Make sure to follow the README because some variables have to be configured.

eks-box

A basic ready openSUSE TW box for deploying epinio on EKS with all the needed dependencies included.
Make sure to follow the README because some variables have to be configured.

gke-box

A basic ready openSUSE TW box for deploying epinio on GKE with all the needed dependencies included.
Make sure to follow the README because some variables have to be configured.

k3s-Epinio-1-node

Another openSUSE TW box for installing epinio on top of k3s with all the needed dependencies included.
Once again, refer to the README to configure few mandatory variables before.