|
|
Line 1: |
Line 1: |
| {{Infobox_group
| |
| | name = Local Test Cloud Installation Guide
| |
| | image = [[]]
| |
| | caption = [[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 [https://fedoraproject.org/w/index.php?title=Changes/Local_Test_Cloud home page] for more information.
| |
|
| |
| ==Installation==
| |
|
| |
| '''NOTE: This guide applies to Fedora 23 and later.'''
| |
| <ol>
| |
| <li>Install 'testcloud' using dnf: <pre>dnf install testcloud</pre></li>
| |
|
| |
| <li>Run 'testcloud' using the following syntax:
| |
| <pre>testcloud instance create <instance> -u <image></pre>
| |
| where <instance> is what you want to name the virtual cloud and <image> is a link to the image (qcow2 format only)</ul>
| |
|
| |
| <li>After the download is complete, the script will provide an IP where the virtual cloud image resides. To access the cloud install, enter:
| |
| <pre>ssh fedora@aaa.bbb.xxx.yyy</pre> and enter "passw0rd" for the password. </li>
| |
|
| |
|
| |
|
| |
| </ol>
| |