github.com/SUSE/skuba@v1.4.17/ci/infra/README.md (about)

     1  # infrastructure
     2  
     3  Infrastructure deployment scripts.
     4  
     5  ## Supported platforms
     6  
     7  This project currently supports three different platforms to deploy on top of:
     8  
     9  * [OpenStack](openstack/README.md)
    10  * [VMware](vmware/README.md)
    11  * [Amazon Web Services](aws/README.md)
    12  * [libvirt](libvirt/README.md)
    13  
    14  For all of them it is important to have your public ssh key within the `authorized_keys`,
    15  this is done by `cloud-init` through a terraform variable called `authorized_keys`.
    16  
    17  Please, refer to the specific README.md files inside each directory for further
    18  information.