From Fedora Project Wiki
(Created page with "=== Cloud Provider Setup === Expand one of the sections below for instructions on getting set up to run this testcase on a specific provider. More information can be found in...") |
No edit summary |
||
Line 26: | Line 26: | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
# Use your own OpenStack deployment | # Use your own OpenStack deployment | ||
# Provide or create an SSH keypair | # Provide or create an SSH keypair | ||
# Make sure that your security group allows for SSH (default tcp port 22) | # Make sure that your security group allows for SSH (default tcp port 22) |
Revision as of 18:30, 2 December 2014
Cloud Provider Setup
Expand one of the sections below for instructions on getting set up to run this testcase on a specific provider. More information can be found in the Fedora Cloud guide.
Amazon Web Services
- Get an AWS account (the approval process can take hours)
- Make sure that your security group allows for SSH (default tcp port 22)
- Log in to the AWS Management Console
- Obtain the AMI id of the newest Fedora image from http://cloud.fedoraproject.org/.
- Search for and select the desired AMI on the IMAGES/AMIs section of the EC2 console
- Launch an instance with the AMI under test
Openstack
- Use your own OpenStack deployment
- Provide or create an SSH keypair
- Make sure that your security group allows for SSH (default tcp port 22)
- Log in to the Horizon dashboard
- Find the image URL at http://cloud.fedoraproject.org/ or as provided in release candidate documents.
- Add the image to OpenStack, either using the OpenStack web dashboard (see step 4 here) or with glance image-create --name "Fedora version" --disk-format qcow2 --container-format bare --is-public true --copy-from url
- Launch the instance (in the dashboard, under the "Images" heading, click the "Launch" button for the appropriate image