This course covers the fundamentals of the Openstack open source IAAS (Infrastructure As A Service) cloud solution, used for creating private clouds. After a short cloud and Openstack primer students will learn the the architecture of Openstack. This course introduces base components in detail such as the Horizon GUI dashboard and the Openstack CLI. Other components learned are the Keystone identity system, the Nova compute service, the Neutron network service and software defined networking, the Glance image service, the Cinder block storage service, the Ceilometer metering solution, the Heat orchestration services, and the Swift object store.
Structure: 50% theory 50% hands on lab exercises
Target audience: Developers, SysAdmins, and DevOps wanting to obtain working knowledge about the OpenStack open source cloud system.
Certification: This course prepares participants for certification. The Certified OpenStack Administrator (COA) certification is the only sponsored certification by the OpenStack Foundation.
Guru Labs is partnered with Component Soft an OpenStack Training Partner for OpenStack courses and certification preparation.
Prerequisites:
Basic Linux systems administration (GL250), networking, and virtualization.
Supported Distributions:
Liberty
Course Outline:
- Introduction
- Overview
- Core Projects
- Core Project - Nova
- Core Project - Neutron
- Core Project - Glance, Cinder
- Core Project - Ceilometer
- Core Project - Heat
- Core Project - Swift
- OpenStack Architecture
- Virtual Machine Provisioning Walk Through
- Understanding the classroom environment
- Perform initial health check
- Test instance creation
- Controller Node
- Overview Horizon and OpenStack
- Keystone Architecture
- Keystone User Management
- Keystone CLI overview
- Service API + Keystone
- OpenStack Messaging and Queues
- Message Queue Configuration
- Image Management (Glance)
- Glance CLI Overview
- Creation of custom images
- OpenStack Storage (Cinder)
- Cinder CLI Overview
- Managing volumes
- Create and manage users, roles, tenants, and quotas
- Create and manage images
- Create and manage volumes
- Check messaging
- Compute Node
- Linux virtualization basics
- Hypervisors, KVM, Linux bridges
- VM Placement
- VM provisioning in-depth
- Instance management
- Nova CLI overview
- Boot/Terminate Instance
- Attach volume to instance
- Configure flat networking
- Create and manage vm instances
- Configure VM metadata
- Network Node
- Networking in OpenStack
- OpenStack Networking Concepts
- Nova-network vs. Neutron
- Neutron architecture and plugins
- OpenVSwitch concepts
- Neutron agents
- Network management
- Neutron CLI overview
- Manage networks
- Manage subnets
- Manager routers
- Manage ports
- Manage floating IPs
- Create routers, networks, subnets
- Associate floating IPs
- Throubleshoot Neutron networking
- Ceilometer
- Ceilometer background and use cases
- Ceilometer architecture
- Ceilometer meters and pipelines
- Ceilometer deployment
- Working with ceilometer
- Heat
- Heat Overview
- Architecture
- AWS CloudFormation template format
- Heat services
- heat-api
- heat-cfn-api
- heat-engine
- Configuring Heat
- Configuring images for use with Heat
- Creating a stack
- Creating a stack
- Object Storage Service - Swift
- Swift Overview
- Swift Architecture
- Accounts, containers, objects, and rings
- Nodes types : auth, proxy, storage
- Partitions, zones, replication
- Using Swift
- Accounts
- Creating and managing objects
- Object server management
- Container server management
- Account server management
- Proxy server management
- Ring management
- Large objects
- Appendix: OpenStack Installation