Difference between revisions of "Piston:OpenStack intro"
Jump to navigation
Jump to search
(Created page with "== What is Open Stack == Open Stack is a free and open source platform used a a basis for a cloud. It consists of a number of projects that a interrelated and together allow ...") |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
== Open Stack Components == | == Open Stack Components == | ||
| + | |||
| + | * Horizon: The Web Based GUI Dashboard | ||
| + | * Keystone: Authentication and Authorization | ||
| + | * Nova: Scheduling and launching CMs | ||
| + | * Glance: a catalogue and repository of VMs | ||
| + | * Cinder: persistent block storage to VMs | ||
| + | * Swift: object storage, storage and retrieval of files | ||
| + | * Nova-net and Neutron: networking | ||
| + | |||
| + | |||
| + | *[[OpenStack:Horizon | Horizon]] | ||
| + | *[[OpenStack:Nova | Nova]] | ||
| + | *[[OpenStack:Neutron | Neutron ]] | ||
| + | |||
| + | *[[OpenStack:Swift | Swift]] | ||
| + | *[[OpenStack:Cinder | Cinder]] | ||
| + | |||
| + | *[[OpenStack:Keystone | Keystone]] | ||
| + | *[[OpenStack:Glance | Glance ]] | ||
Latest revision as of 14:34, 12 January 2015
What is Open Stack
Open Stack is a free and open source platform used a a basis for a cloud. It consists of a number of projects that a interrelated and together allow the provisioning of IaaS resources.
Open Stack Components
- Horizon: The Web Based GUI Dashboard
- Keystone: Authentication and Authorization
- Nova: Scheduling and launching CMs
- Glance: a catalogue and repository of VMs
- Cinder: persistent block storage to VMs
- Swift: object storage, storage and retrieval of files
- Nova-net and Neutron: networking