From Fedora Project Wiki

Revision as of 20:35, 10 May 2016 by Coremodule (talk | contribs)

Local Test Cloud Installation Guide
Test cloud logo thumb.jpg
How-To Guide


About

Local Test Cloud is used to make Fedora Cloud images easier to test by automating installation on the local machine. See the home page for more information.

Installation

NOTE: This guide applies to Fedora 23 and later.

  1. Install 'testcloud' using dnf:
    dnf install testcloud
  2. Run 'testcloud' using the following syntax:
    testcloud instance create <instance> -u <image>
    where <instance> is what you want to name the virtual cloud and <image> is a link to the image (qcow2 format only)
  3. After the download is complete, the script will provide an IP where the virtual cloud image resides. To access the cloud install, enter:
    ssh fedora@aaa.bbb.xxx.yyy
    and enter "passw0rd" for the password.