From Fedora Project Wiki
Coremodule (talk | contribs) No edit summary |
Coremodule (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
<li>Install 'testcloud' using dnf: <pre>dnf install testcloud</pre></li> | <li>Install 'testcloud' using dnf: <pre>dnf install testcloud</pre></li> | ||
<li>Run 'testcloud' using the following syntax: | <li>Run 'testcloud' using the following syntax where <instance> is what you want to name the virtual cloud and <image> is a link to the image (qcow2 format only): | ||
<pre>testcloud instance create <instance> -u <image></pre> | <pre>testcloud instance create <instance> -u <image></pre> | ||
<li>After the download is complete, the script will provide an IP where the virtual cloud image resides. To access the cloud install, enter: | <li>After the download is complete, the script will provide an IP where the virtual cloud image resides. To access the cloud install, enter the following and use "passw0rd" for the password: | ||
<pre>ssh fedora@aaa.bbb.xxx.yyy</pre> | <pre>ssh fedora@aaa.bbb.xxx.yyy</pre></li> | ||
</ol> | </ol> |
Revision as of 20:38, 10 May 2016
Local Test Cloud Installation Guide | |
---|---|
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.
- Install 'testcloud' using dnf:
dnf install testcloud
- Run 'testcloud' using the following syntax where <instance> is what you want to name the virtual cloud and <image> is a link to the image (qcow2 format only):
testcloud instance create <instance> -u <image>
- After the download is complete, the script will provide an IP where the virtual cloud image resides. To access the cloud install, enter the following and use "passw0rd" for the password:
ssh fedora@aaa.bbb.xxx.yyy