From Fedora Project Wiki

(add notes about images)
(Update)
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= Background =
= Background =


Fedora Infrastructure is looking to setup a private cloud instance in 2012. This cloud instance will be used in a number of ways to benefit Fedora. We are continuing to evaluate a number of cloud technologies for the software side of this cloud.
Fedora Infrastructure is running a private cloud infrastructure for various infrastructure and community projects. This infrastructure is currently running on the Icehouse release, but is in the progress of being upgraded.


= Two Cloudlets =
= Two Cloudlets =


Our original setup was going to be a single eucalyptus cloud instance. However, when testing deployment, we determined it would be better to split our resources into 2 clouds. This will allow us to do things like upgrade or re-install one cloud while the other is running. Resources could be redirected/rebooted into the other cloud to allow one to be in downtime.  
We have things setup in 2 cloudlets to allow us to serve existing cloud needs, while still having the ability to test new software and tech. From time to time we may migrate uses from one to the other as a newer version or kind of setup is determined to meet our production needs more closely.  


= Software =  
= Current setup =


When we evaluated software early in 2012, eucalyptus was the clear leader. However, later in 2012 things are not as clear, so we are investigating other cloud software to determine which we wish to go with. We may well decide on one for one cloudlet and another for the other one, depending on ongoing setup and maint costs.
* fed-cloud09 is the main controller node
 
* fed-cloud03,04,05,06,07,08,10,11,12,13,14,15 are compute nodes.  
= Use cases =
 
== Doesn't need persistent storage ==
 
* Fedora QA may use instances with it's AutoQA setup. Instances would be created, tests run and destroyed. It's unknown how many instances we would need here.
 
* Chainbuilding / Kopers may use this cloud to build chains of packages that are not yet in Fedora and thus cannot be build via scratch builds in the existing buildsystem. These may also be used for spinning test live or install images by QA. This may be open to Fedora contributors or restricted to a subset such as packagers.
 
* Mass rebuilds of Fedora packages. This could be done for testing a new global rpm/package change, or to discover FTBFS (Fails to build from source) packages. This would use as many builders as we could easily spin up to reduce time for building all 10,000+ Fedora packages. Could use the chainbuilding setup as above as a scaffolding. Additionally, extra builder instances could be potentially used by the official build system during mass rebuilds to reduce rebuild time.
 
* Docs folks need to generate i18n versions of docs. This would require an instance, tools and a script running. Then data is synced off and the instance could be destroyed.
 
== Needs persistent storage, but possibly can use a /mnt ed volume ==
 
* Test instances may be used for testing new tech or applications as a proof of concept before persuing a RFR. We currently have several publictest instances.
 
== Needs persistent storage and snapshots ==
 
* Infrastructure Development hosts may be moved to this cloud. These instances could possibly be 'on demand' when development needs to take place. Currently we have about 8 development instances.
 
* Infrastructure Staging hosted may be moved to this cloud. Some of these may be 'always on' and some may be on demand. Currently we have about 13 of these instances.
 
* We may want to move some of our one-off instances that are outside phx2 into the cloud for easier management. Things like keyservers, unbound instances, listservers or hosted resources.
 
Further down the road:
 
* Instances for qa/packagers to test new packages or track down bugs.
 
* Instances for demos or events to show off Fedora.
 
For initial deployment, we would need to be able to run ~30 or so instances at a time with ability to grow rapidly above that for qa and building needs. 
 
= Dependencies =
 
* Need a way to easily provision new instances with limited admin intervention. Looking at ansible for this task.
 
* Would like to be able to create images via kickstart and normal install/deployment methods if needed.
 
* Hardware needs to be ordered and installed.
 
* Public IP addresses need to be made available.
 
* Would be nice to get full EPEL packages to deploy with.  


= Setup / deployment =
= Setup / deployment =


This hardware will be on the 'edge' of the network and not connected to the rest of Fedora Infrastructure except via external networks. This will allow us to us external ip's and make sure the cloud instance doesn't have access to anything in the regular Fedora Infrastructure. Storage will be on the local servers for caching with additional netapp space for images and data.
This hardware is setup on the 'edge' of the network and not connected to the rest of Fedora Infrastructure except via external networks. This allows us to us external ip's and make sure the cloud instance doesn't have access to anything in the regular Fedora Infrastructure. Storage will be on the local servers.  
 
We have 8 physical servers for this deployment. 4 will be in each 'cloudlet'. One node will be a controller node with access to external IP's and the other 3 will be compute nodes.  


= Implementation overview / timelines =
We have 15 physical servers total. Currently 13 of them are in production, and 2 are being used for testing purposes by the infrastructure team.
 
<strike>2012-04 - Hardware is being determined and finalized. </strike>
 
<strike>2012-07 - Initial hardware setup and install</strike>
 
<strike>2012-08 - Initial use cases gathered</strike>
 
2012-09 - Finish software evaluations, setup 'production' instances.
 
2012-10 - Announce availability and collect more use cases.
 
2012-11 - Evaluate load and expansion needs.


= Policies =  
= Policies =  


This section is currently under discussion. We need to setup clear policies on usage and access to the private cloud. In general we plan to open things to a small group of trusted contributors, take their feedback and usage and expand access out to larger groups as capacity and desire allows.
Users or groups that need rare one off images can simply request one via a infrastructure ticket.  


(This section is a DRAFT)
Users or groups that often need instances may be granted accounts to spin up and down their own images.  
 
Users or groups that need rare one off images can simply request one via a ticket. Users or groups that often need instances will be granted accounts to spin up and down their own images.  


Instances may be rebooted at any time. Save your data off often.  
Instances may be rebooted at any time. Save your data off often.  


Persistent storage may be available as seperate volumes. Data retention and Quotas may be imposed on this data.  
Persistent storage may be available as seperate volumes. Data retention and Quotas may be imposed on this data.  
Default instance time to live would be a week.
Default network policy will allow only ports 80, 443, and 22 tcp.


Instances are assist in furthering the work related to the Fedora Project. Please don't use them for unrelated activities.  
Instances are assist in furthering the work related to the Fedora Project. Please don't use them for unrelated activities.  
Line 95: Line 32:
We reserve the right to shutdown, delete or revoke access to any instances at any time for any reason.
We reserve the right to shutdown, delete or revoke access to any instances at any time for any reason.


= Eucalyptus Cloud Information =
= Images =
 
The Eucalyptus cloudlet is up and under limited testing now. If you are given an account this section will show some basic workflow and setup and example commands to help you getting started.
 
== Obtaining an account ==
 
Currently we are under limited testing. Please ask in #fedora-admin on IRC if you are willing to help us test. Note that we are going to be pretty limited on testers for a while until we have more bugs worked out and policies in place. See above section.
 
== First steps ==
 
Once you have an account issued to you, you will go to the web interface at: https://ec2.cloud.fedoraproject.org:8443/ and enter the account, user and password you were given. The interface will ask you to change your password, please do so and pick a nice long passphrase. After logging in, select your username at the top and from the pull down list, choose: "Download New credentials". This will download a .zip file to your local computer. Unpack this zip file and 'source eucarc' to setup your env.
 
== Simple euca commands ==
 
Install the command line euca tools: 'yum install euca2ools'
 
Check what kinds of images are available: 'euca-describe-images'
 
Check what instances are running: 'euca-describe-instances'
 
Create a ssh keypair for use with instances: 'euca-add-keypair keyname > keyname.pub'
 
Create an instance with that key setup: 'euca-run-instances -k kevins ami-00000006' (the ami is the image ami from the describe images above)
 
Login to your instance: "ssh ec2-user@externalIP"
 
Terminate your instance: 'euca-terminate-instances i-NNNNN' (where this is from 'euca-describe-instances')
 
Many more commands at: http://cheat.errtheblog.com/s/euca2ools/1
 
== Images ==
 
Currently we have available: Fedora 16, Fedora 17 and RHEL6.3
 
We should customize available images for the above use cases:


=== All images ===
We will provide fedora, centos and rhel images.


Standardize on root or ec2user access.  
If you need to add images, please name them the same as their filename. Ie, "Fedora 22 Beta TC 2" is fine, please don't use 'test image' as we have no idea what it might be.  


Set hostname to ami name or something uniq and descriptive. Perhaps "fedoracloud-AMI" or something?
= Major users =


Sudo configured for the ec2user
* The copr buildsystem is housed entirely in the Fedora Infrastructure Private cloud.


git-core installed.  
* jenkins. Fedora infrastructure provides a jenkins instance to run tests on some open source projects.  


=== Infrastructure Dev Instances ===
* Many Infrastructure dev instances are housed in the Fedora Infrastructure private cloud.


Based on rhel6 image.  
* The twisted project runs some buildbot tests.  


Should contain:
= hardware access =


mod_wsgi, httpd, git-core, puppet, persistent volume mounted on /srv
ssh access to the bare nodes will be for sysadmin-cloud and possibly fi-apprentice (with no sudo).


=== QA images ===
= maint windows =


TBD
We are reserving the right to update and reboot the cloud when and as needed. We will schedule these outages as we do for any outage and will spin back up any persistent cloud instances we have in our ansible inventory after the outage is over. It's up to owners of any other instances to spin up new versions of them after the outage and make sure all updates are applied.


=== Builder Images ===
= Contact / more info =


For mockchain/kopers use. Should be limited to 24 hours.
Please contact the #fedora-admin channel or the fedora infrastructure list for any issues or questions around our private cloud.

Revision as of 14:46, 10 April 2016

Background

Fedora Infrastructure is running a private cloud infrastructure for various infrastructure and community projects. This infrastructure is currently running on the Icehouse release, but is in the progress of being upgraded.

Two Cloudlets

We have things setup in 2 cloudlets to allow us to serve existing cloud needs, while still having the ability to test new software and tech. From time to time we may migrate uses from one to the other as a newer version or kind of setup is determined to meet our production needs more closely.

Current setup

  • fed-cloud09 is the main controller node
  • fed-cloud03,04,05,06,07,08,10,11,12,13,14,15 are compute nodes.

Setup / deployment

This hardware is setup on the 'edge' of the network and not connected to the rest of Fedora Infrastructure except via external networks. This allows us to us external ip's and make sure the cloud instance doesn't have access to anything in the regular Fedora Infrastructure. Storage will be on the local servers.

We have 15 physical servers total. Currently 13 of them are in production, and 2 are being used for testing purposes by the infrastructure team.

Policies

Users or groups that need rare one off images can simply request one via a infrastructure ticket.

Users or groups that often need instances may be granted accounts to spin up and down their own images.

Instances may be rebooted at any time. Save your data off often.

Persistent storage may be available as seperate volumes. Data retention and Quotas may be imposed on this data.

Instances are assist in furthering the work related to the Fedora Project. Please don't use them for unrelated activities.

We reserve the right to shutdown, delete or revoke access to any instances at any time for any reason.

Images

We will provide fedora, centos and rhel images.

If you need to add images, please name them the same as their filename. Ie, "Fedora 22 Beta TC 2" is fine, please don't use 'test image' as we have no idea what it might be.

Major users

  • The copr buildsystem is housed entirely in the Fedora Infrastructure Private cloud.
  • jenkins. Fedora infrastructure provides a jenkins instance to run tests on some open source projects.
  • Many Infrastructure dev instances are housed in the Fedora Infrastructure private cloud.
  • The twisted project runs some buildbot tests.

hardware access

ssh access to the bare nodes will be for sysadmin-cloud and possibly fi-apprentice (with no sudo).

maint windows

We are reserving the right to update and reboot the cloud when and as needed. We will schedule these outages as we do for any outage and will spin back up any persistent cloud instances we have in our ansible inventory after the outage is over. It's up to owners of any other instances to spin up new versions of them after the outage and make sure all updates are applied.

Contact / more info

Please contact the #fedora-admin channel or the fedora infrastructure list for any issues or questions around our private cloud.