4
1. OpenStack Overview& History
2. OpenStack Infrastructure as a Service – Cloud User
Perspective
3. High Level Overview of OpenStack Architecture
4. Architecting & Implementing OpenStack Deployment
5.
5
Objective
• What isOpenStack?
• OpenStack Community & Foundation
• Who is using OpenStack and how?
• Getting the Software
OpenStack Overview &
History
6.
6
• Cloud OperatingSystem
• Abstraction Layer for Infrastructure as a Service
• Collection of Projects implementing IaaS Services
• Well-defined set of Common APIs
• Self-service & Real-time Automation of Cloud Resources
• Programmable Infrastructure for Infrastructure as Code
What is OpenStack?
7.
7
• Open Source
•No, Enterprise Editions
• Apache License 2.0
• Open Design
• Community controlled Design Process
• Project Teams Gatherings open to Everyone
• Open Development
• Everyone can participate at every stage
• Open Community
• Everyone has a voice
OpenStack – Open Sources Project
8.
8
• Board ofDirectors
• Technical Committee
• Active Technical Contributors (ATCs)
• User Committee
• Active User Contributors (AUCs)
• Project Teams:
• Project Team Leaders (PTLs)
• Active Project Contributors (APCs)
• Core Team Members
OpenStack Foundation
12
OpenStack Community
• IndividualMembers
• Corporate Members: Platinum, Gold, Sponsors
• Community Open Communication:
• IRC Channels
• Wiki Pages
• Etherpads
• Mailing Lists
• Community Events:
• Summit
• Project Team Gathering
• OpenStack Day & MeetUp
• User Groups
13.
13
OpenStack Publications
• Docs
•Guides
• Superuser
• OpenStack Foundation YouTube Channel
• Ask OpenStack
• The OpenStack Blog & News
• Analyst Reports
14.
14
Contributing to OpenStack
•Code and Documentation
• Events – Help to organize
• User Groups – Join & make them Alive
• Users – Share your Experience & Advocate New Features
15.
15
Typical OpenStack Deployments
•Private Cloud:
• Big Data, DBaaS, High Performance Computing, Enterprise Apps, Container Optimized, DevOps
• Public Cloud:
• Web Applications & Hosting, eCommerce, HPC
• Telco Cloud:
• NFV & SDN, Video Processing & Content Delivery
18
OpenStack Users
• Academic/Research& Government – CERN, Postal Savings Bank of China
• Cloud Providers – Rackspace, T-Systems Open Telecom Cloud
• Telecom Carriers – AT&T, Verizon, China Mobile
• Finance – Insurance Australia Group, BBVA, China UnionPay
• Information Technology – Tencent, City Network, Liveperson
• Manufacturing – Volkswagen AG, JFE Steel Corporation, SGCC
• Retail/eCommerce – Snapdeal, Nike, eBay, GAP Inc, Bloomberg
19.
19
Getting OpenStack Software
•Community Version:
• Installation Tutorials for Ubuntu, Red Hat an SUSE Linux
• 3-5 Standard Servers at minimum
• Start with Core Projects, extend with Optional Projects
• Community Support
• Requires Skills & Experience
• Commercial Releases:
• Red Hat, Cannonical, SUSE, Huawei, Mirantis, IBM, Oracle, VMWare Integrated OpenStack
• Bug fixing and Security Hardening for Enterprise Grade
• Only a handful of Supported Modules
• Vendor Support, Architecture & Deployment Services
• Vendor System Management Services
20.
20
Objective
• High LevelOverview of OpenStack Services
• Consumption Models
• Detailed Review of Services
OpenStack Infrastructure as a
Service
21.
21
Using OpenStack Services
•Manual, On-demand:
• Horizon Dashboard – GUI available via Web Browser
• OpenStack Client – Command Line Interface available on Linux, Windows and MacOS
• Cloud Management Platforms – ManageIQ/CloudForms, InContinuum Cloud Controller, Scalr
• Automated, Infrastructure-as-Code:
• Heat Orchestration Templates
• Ansible Playbooks
• Puppet Modules
• Chef Cookbooks
• Shell Scripts with OpenStack Client
22.
22
Compute Services
• MajorCompute Abstractions available in OpenStack:
• Virtual Machine
• Bare Metal Server
• Container Orchestration Engine
• Container (Docker)
• Other Abstractions in Compute Services:
• Image, Flavor, Key Pair, Server Group, Availability Zone, Host Aggregate, Cluster, Cluster Policy
• Common User Interface regardless of:
• Hypervisor type (KVM, VMware or Xen) managing virtual machine
• Power and Management (IPMI or Redfish), Boot Interface (PXE or Virtual Media)
• Particular COE (Kubernetes, Docker Swarm or Apache Mesos)
23.
23
Compute Projects
• Nova– COA Focus Project, delivery and management of Compute Instances
• Glance - COA Focus Project, management of Instance Images
• Ironic – delivery and management of Bare Metal Compute Instances
• Magnum – provisioning and management of Compute Orchestration Engines
• Zun – delivery and management of Container Instance
• Senlin – standard OpenStack Clustering Service
• Storlets – implements Functions as a Service in context of Object Storage
24.
24
Security, Identity &Compliance Services
• Major abstractions available in this Security Group:
• Region, Domain, Project, Group, User, Role
• Service, Endpoint, Catalog of Services
• Secret, Secret Store
• Policy
• Workload, Task, Action, Cron-trigger, Workflow Workbook
• Common User Interface regardless of:
• Identity Database (LDAP, AD, SQL, … )
• Secret Store implementation: Database, HSM, …
25.
25
Security, Identity &Compliance Projects
• Keystone – core Identity Project of OpenStack
• Barbican – secure provisioning, management and storage of secrets (password,
X.509 certificates, encryptions keys)
• Congress – Governance Service Project
• Mistral – Workflow Service Project
26.
26
Storage, Backup &Recovery Services
• Major abstractions available in this Security Group:
• Volume, Volume Snapshot, Consistency Group, Backup
• Object, Object Container
• Share, Filesystem Snapshot
• Common User Interface regardless of:
• Storage Backend implementation: Disk Array, Storage Appliance, Software Define Storage
• Backup Technology
27.
27
Storage, Backup &Recovery Projects
• Cinder – core Block Storage Service Project
• Swift – core Object Storage Service Project
• Manila – File Share Service Project
• Karbor – deployed Application Data and Meta-Data backup & restore
• Freezer – file and filesystem Backup & Recovery Service
28.
28
Networking & ContentDelivery Services
• Major abstractions available in this Security Group:
• Network, Subnet, Port
• Floating IP, Router
• Security Group, Firewall, VPN
• Load Balancer
• Port Chain, Port Group, Port Pair, Flow Classifier
• Zones, PTR Records
• Virtual Network Function
• Common User Interface regardless of:
• Underlying Physical Network technology
• Usage of SDN
30
Data & AnalyticsServices
• Major abstractions available in this Security Group:
• Datastore Type, Database Instance, Database Configuration Group, Database Backup, Database
Replication
• Data Analytics Cluster, Cluster Template
• Common User Interface regardless of:
• Database Engine (MySQL, Cassandra, CouchBase, CouchDB, DB2, MariaDB, MongoDB, Percona,
PostgresSQL, Redis, Vertica)
• Data Analytics Engine (Hadoop, Spark, Storm)
31.
31
Data & AnalyticsProjects
• Trove – DBaaS Project
• Sahara – Data Analytics Project
• Searchlight – provides indexing and search capabilities across OpenStack resources
32.
32
Application Services
• Majorabstractions available in this Security Group:
• Orchestration Template, Orchestration Stack
• Application Package, Application Environment, Application Catalogue
• Message, Message Queue, Data Processing Node Group, Data Processing Cluster
33.
33
Application Projects
• Heat– core Orchestration Project
• Zaqar – Message Queue as a Service
• Murano – Application Catalog Service
• Solum – aPaaS (Appliction Platform as a Service) Project
34.
34
Monitoring & MeteringServices
• Major abstractions available in this Security Group:
• Alarm
• Meter
• Event
• Publisher
• Transformer
• Pipeline
35.
35
Management Projects
• Horizon– Dashboard (GUI) Service
• OpenStack Client – primary Command Line utility
• Rally – OpenStack deployment Benchmarking & Profiling Service
• Vitrage – Root Cause Analysis Service
• Watcher – Infrastructure Optimization for Projects
36.
36
Deployment Tools
• Kolla– Container-based Deployment for OpenStack Cloud
• TripleO – OpenStack-Over-OpenStack
• OpenStack-Ansible – OpenStack Cloud installation with Ansible
• Chef OpenStack – Chef Cookbooks for OpenStack deployment
• Puppet OpenStack – Puppet Modules for OpenStack deployment
• OpenStack Charms – Juju Charms for OpenStack deployment
37.
37
Monitoring & MeteringProjects
• Ceilometer – primary Telemetry Service
• Aodh – Alarming Service
• Gnocchi – Time Based Series Database Service
• Panko – Event Storage Service
• Monasca – Highly-scalable Monitoring as a Service
38.
38
Objective
• General OpenStackArchitecture
• Anatomy of OpenStack Service
• Mapping Services to Physical Servers
• Control Plane and User Plane Components
High Level Overview of OpenStack
Architecture
65
Control Plane Implementation
•Infrastructure Components
• API Endpoints
• Conductor Services
• Scheduling Services
• User Dashboard
• Authentication and Authorization for Identity Management
• Image Management Service
66.
66
Control Plane HighAvailability
• Galera Cluster for Database
• HAProxy as Load Balancer for API Endpoints HA
• Systemd for local Host HA
• Pacemaker – Linux HA Technology
• Collapsed – every Component run on every node
• Segregated – every Component runs in own 3+ node cluster
• Mixed – select best strategy for each Component
67.
67
Compute Resource Pool
•Virtual Machine Instances – Hypervisors:
• Linux KVM
• Xen
• VMware ESXi/vCenter
• Hyper-V
• Bare Metal Server Pools
• Container Instances – Docker Hosts
• Availability Zones
• Host Aggregates
68.
68
Compute Hardware Considerations
•Instance Density & Workload Patterns:
• Popular Instance Flavors
• Server Configuration vs Cost
• COTS Rack Server vs Blade/HCI
• Power & Cooling Density
• OpenStack Overcommit Ratios:
• CPU – 16:1 (default)
• RAM – 1.5:1 (default)
• Hardware Acceleration:
• GPUs
• SSD or Flash PCI cards
70
SDN in OpenStackImplementation
• User Workload Networking:
• Direct mapping to underlying VLANs
• Virtual L2 Subnets and Tunneling: VXLAN, GRE
• Linux Networking – LinuxBridge
• Open Virtual Switch OVS
• Open Source or Commercial SDN Controller:
• Scalability
• Orchestration of existing DC Networking
• OpenContrail, OpenDaylight, VMware NSX, Cisco
71.
71
Storage Backend Implementation
•Hardware Storage Backends:
• Disk Arrays
• Performance
• Redundancy & Availability
• Dell EMC, NetApp, HPE
• Software Defined Storage Backends
• Scalability & Flexibility
• Reliability & Availability
• LVM, Ceph, GlusterFS
• Data Path between Compute Nodes and Storage Nodes:
• Local Storage on Compute Nodes
• Fiber Channel
• Ethernet – iSCSI, FCoE
72.
72
Other Services
• TelemetryServices (ceilometer, aodh, gnocchi, panco, monasca)
• Database Service
• Data Analytics Service
• Container Orchestration Engine Service
75
Objective
• Introduction toOpenStack Dashboard
• OpenStack Command Line Client
• Command Line Clients Configuration Options
• OpenStack command Structure and Arguments
OpenStack Dashboard & Command Line
Clients
76.
76
Horizon Dashboard Introduction
•Available through Web Browser
• Typical URL:
• http://management_vip/horizon
• Login with Username and Password, optional Domain name
• User Menu:
• Settings
• Themes
• Project Menu:
• List of User’s projects to set Project Scope
• Main Menu:
• Project Menu
• Admin Menu
• Identity Menu
• Horizon Plugins
77.
77
OpenStack Command LineClient
• Primary CLI command: openstack
• Project specific command:
• cinder
• glance
• keystone
• neutron
• nova
• swift
82
openstack Command structureand arguments
• General structure:
$ openstack [global-options] [object] [action] [command arguments]
• where:
• [global-options] are the --os-…options, for example setting authorization parameters
• [object] – specifies what type of Service is in scope of the command, examples on next page
• [action] – specifies what we want to do with [object], examples on next page
• [command arguments] – additional parameters, necessary to perform the command
83.
83
Command [object] and[action]
Example [object]
endpoint
flavor
keypair
image
network
router
server
user
volume
Example [action]
add
create
delete
issue
list
migrate
remove
show
start
• Example commands:
$ openstack token issue
$ openstack keypair delete my-keypair
$ openstack server start web-vm
88
Keystone Overview
• Whatit is?
• OpenStack Users – who is required to authenticate?
• What services it delivers?
• How this services are delivered?
89.
89
Keystone Architecture
• ServingREST API calls on ports 5000 and 35357
• Universal Unique Identifiers - UUIDs
• Keystone backends
• Identity – SQL, LDAP, SAML v2, Oauth v1.0a, OpenID Connect
• Other – SQL, Memcache, Files
• Regions – each may have own Keystone Instance
• Federated Keystone – multiple Regions sharing a common Keystone Database
90.
90
Keystone Services
• Identity– Users and Groups
• Resource – Projects (Tenants) and Domains
• Assignment - Roles
• Token
• Catalog and Endpoint
• Policy
96
Roles
• Implement RoleBased Access Control (RBAC)
• User is assigned a Role in Project within Domain
• Role name is arbitrary, most often: admin, user/_member_
• Role names are lookup by a Service in policy.json file to determine user’s
authorization for Service actions:
“create_subnet”: “rule:admin_or_network_owner”
97.
97
Service Catalog &Endpoints
• Service Catalog enables standardized discovery of Service API Endpoint –URLs
targets for REST calls.
• Service Properties:
• name
• type
• description
• enabled
• Service Name & Type examples:
• Keystone – identity
• Nova – compute
• Cinder – volume
• Neutron - network
98.
98
Service Catalog &Endpoints
• Endpoint Types:
• Public – for Cloud Users, URL on Public network
• Internal – for Cloud Users, URL on Internal network
• Admin – for Cloud Admins & Operators, URL on secure Internal or Admin network
• Endpoint Properties:
• Region
• Service_name
• Service_type
• Interface
• url
• Enabled
• Endpoint Examples:
http://10.0.0.11:9292
http://controller:35357/v3
http://controller:8080/v1/AUTH_%(tenant_id)s
99.
99
Service Catalog &Endpoints
• Service Operations
• create
• delete
• set
• list
• show
• Endpoint Operations
• create
• delete
• set
• list
• show
100.
100
Operations available CLIonly
• Domain Operations: create, delete, list, set, show
• Service Operations: create, delete, set
• Endpoint Operations: create, delete, set
• All operations on Other Domains (non default)
103
Objective
• Introduction toOpenStack Images
• Glance Overview and Architecture
• Image Types, Properties and Actions
• Downloading ready-made Cloud Images
• Creating Images
• Modifying and Converting Images
Inside of Glance
104.
104
OpenStack Images
• ServerImage is a file containing ready to run, bootable virtual disk
• Virtual Server in OpenStack is a Running Instance of an Image
• Image must include some sort of an Operating System
• OpenStack supports Linux and Windows images by default
• OpenStack Images include other mandatory software components, like cloud-init
• Image may contain middleware or application software, like Apache, MySQL and
PHP – full LAMP Stack
• Glance can store any Binary Blob as an Image
105.
105
Glance Overview &Architecture
• Image Service manages and stores Server Images for Virtual Server Instances, Bare
Metal Server Instances and Zun Containers
Image Service API @ http://controller:9292
Glance Registry
File
system
Swift HTTP
SQL DB
Glance Backend
106.
106
From Image Storeto running Instance
Nova Compute Agent KVM + Libvirt
Volume API
Volume Backend
Image Service API
Image Storage
Backend
Compute Node Volume Service
Image Service
107.
107
From Image Storeto running Instance
Nova Compute Agent KVM + Libvirt
Volume API
Volume Backend
Image Service API
Image Storage
Backend
Compute Node Volume Service
Image Service
server 1
boot disk
local disk
Persistent disk
/dev/sda
/dev/sdb
/dev/sdc
• Step 1: Create new Server Instance
108.
108
From Image Storeto running Instance
Nova Compute Agent KVM + Libvirt
Volume API
Volume Backend
Image Service API
Image Storage
Backend
Compute Node Volume Service
Image Service
server 1
/dev/sda
/dev/sdb
/dev/sdc
• Step 2: Get the Image
109.
109
From Image Storeto running Instance
Nova Compute Agent
KVM + Libvirt
Volume API
Volume Backend
Image Service API
Image Storage
Backend
Compute Node Volume Service
Image Service
server 1
/dev/sda
/dev/sdb
/dev/sdc
• Step 2: Get the Image
base
Instanc
e disk
110.
110
From Image Storeto running Instance
Nova Compute Agent
KVM + Libvirt
Volume API
Volume Backend
Image Service API
Image Storage
Backend
Compute Node Volume Service
Image Service
server 1
/dev/sda
/dev/sdb
/dev/sdc
• Step 2: Get the Image
base
Instanc
e disk
111.
111
From Image Storeto running Instance
Nova Compute Agent
KVM + Libvirt
Volume API
Volume Backend
Image Service API
Image Storage
Backend
Compute Node Volume Service
Image Service
server 1
/dev/sda
/dev/sdb
/dev/sdc
• Step 3: Create local disk
base
Instanc
e disk
112.
112
From Image Storeto running Instance
Nova Compute Agent
KVM + Libvirt
Volume API
Volume Backend
Image Service API
Image Storage
Backend
Compute Node Volume Service
Image Service
server 1
/dev/sda
/dev/sdb
/dev/sdc
• Step 4: Attack persistent disk
base
Instanc
e disk
113.
113
Image Type &Formats
• OpenStack Image Service supports multiple Compute Abstractions: Virtual
Machines, Bare Metal Servers and Containers
• OpenStack Image Service also stores Images for:
• Magnum – Container Orchestration Engine Service
• Trove – Database Service
• Sahara – Data Processing Service
• Tacker – NFV Orchestration Service
114.
114
Image Type &Formats
• OpenStack Image Service supports following Disk Formats
• aki, ami, ari
• iso
• qcow2
• raw
• vdi
• vhd, vhdx
• vmdk, ova
115.
115
Image Actions
• Create
•Delete
• List
• Show
• Set
• Unset
• Save
• Add project – make Image available in given Project
• Remove project – remove the Project from image
116.
116
Image requirements- Linux
•Disk partitions and filesystems allow resizing on boot
• MAC addresses removed
• SSH server installed and running
• Firewall disabled
• Cloud-init installed and running
• Accept Public Key for SSH and User Data for startup script
• Paravirtualized Xen support in Linux kernel (if you plan to use Xen Hypervisor)
117.
117
Downloading ready-made CloudImages
• Preconfigured Cloud Images available from Major Linux Distributions: CentOS,
CirrOS, Debian, Fedora, Ubuntu, SUSE, RHEL
• Windows Cloud Images for OpenStack maintained by Cloudbase Solutions
119
Creating custom Images
Creationprocess:
1. Launch an Instance from a standard Image
2. SSH to the Instance
3. Install additional software
4. Customize System Configuration
5. Shutdown the Instance
6. Snapshot the Instance
7. Create a Volume from the Snapshot
8. Create an Image from the Volume
120.
120
Modifying and ConvertingImages
Guestfish and virt-builder support extensive Image customization.
Qemu-img converts Images to formats:
• Qcow2 (KVM, Xen, QEMU)
• Qed (KVM)
• Raw
• Vdi (VirtualBox)
• Vpc (VHD – HyperV)
• Vmdk
126
Compute Hosts inUser Plane
Keystone
Neutron
Glance
Cinder
NovaAPI
Nova
Conductor
Nova
Scheduler
nova-compute
KVM Host
Compute
Host
nova-compute
Nova ESX Host
Bare Metal Host
zun-compute
Docker Host
ESX Host1 ESX Host1 ESX Host1
vCenter
Ironic API
Ironic
Conductor
Zun API
Zun
wsproxy
$openstack server … $openstack appcontainer …
127.
127
Managing Keypair
• Keypair– Public and Private Keys
• Public Key injected to an Instance at boot time
• Private Key stored in secured file on local system
• Private Key used by ssh command to access an Instance
• Public Key owned by User, not Project
• Key actions:
• Create
• Delete
• List
• Show
128.
128
Managing Flavors
• Flavoris a Virtual Server Architecture Template
• Flavor Properties:
• Name
• vCPU
• RAM
• Disk
• Ephemeral
• Swap
• Rxtx
• Is_public
• Extra specs
130
Security Groups
• SecurityGroups control incoming and outgoing network traffic of the Instance
• Each Instance has at least one Security Group assigned
• Security Group has 1 or more Rules, controlling particular traffic pattern
• Each Project has got a default Security Group, which blocks all incoming traffic and
allows all outgoing traffic
• Instances on the same Subnet communicate without limits, by default
• Set allow_same_net_traffic to false in /etc/nova/nova.conf to enforce Security
Groups for all traffic.
132
Security Group Rules
•Rule define allowed traffic pattern
• Rules are either ingress or egress
• Rule Definition specifies Protocol – TCP/UDP, ICMP or any other IP based Protocol,
defined as Interger 0:255
• For ICMP protocol ICMP Code and ICMP Type can be specified, otherwise all ICMP
traffic is regulated.
• For TCP and UDP destination port or port range (123:125) can specified
• Remote IP defines address range in from of CIDR (10.0.1.0/24)
• Remote Group – if present, rule allows traffic with all instances having specified
Security Group assigned.
133.
133
Security Group Rules
•Rules Properties:
• Created_at
• Updated_at
• Description
• Project_id
• Security_group_id
• Revision_number
• Direction – ingress or egress
• Ethertype – IPv4 or IPv6
• Port_range_min
• Port_range_max
• Protocol – TCP, UDP, ICMP
• Remote_group_id
• Remote_ip_prefix – for example 0.0.0.0/0 for all IP addresses
134.
134
Resource Quotas
• OpenStackmaintains basic control mechanism of workload size – Resource Quotas
• Quotas are set by Project, can also be set by User
• There are default values assigned at Project creation
• Cloud Admin can alter specific values at any time
136
Resource Quotas
• QuotaOperations:
• openstack quota set
• openstack quota show
• nova quota-show --user <projectUser> --tenant <project_id>
• Show current Quota usage for the Project
• nova limits --tenant <project_id>
137.
137
Manage Compute Hosts
•Compute Host must be disabled for Maintenance
openstack compute service set --disable --disable-reason “maintenance” coa-lab nova-compute
• Enable Compute Host after Maintenance
openstack compute service set --enable coa-lab nova-compute
• Instances running on Compute Host can be:
• Live Migrated: opentack server migrate <instance> --live TargetHost
• Evacuated: nova evacuate <instance_id> TargetHost
138.
138
Monitor Compute Service
•List all Hosts and their Services
$ openstack host list
• Show Host statistics
$ openstack host show coa-lib
$ openstack hypervisor show coa-lab
• Show Instance statistics
$ openstack server list
$ openstack diagnostics myInstance
• Summary Usage Statistics for Projects
$ openstack usage list
139.
139
Objectives
• Instance Overview
•Instance Properties
• Launching a New Instance
• Star, Stop, Delete and other Actions
• Manage NICs & IP Addresses of an Instance
• Accessing an Instance with Nova host consoles
• Manage Instance Snapshots
Virtual Server Instance
140.
140
Instance Overview
• OpenStackInstance is based on Linux Virtual Machine Model, extended to cover
Bare Metal Servers.
• Virtual Server Instance – “hardware” configuration:
• Virtual CPUs (Cores)
• Virtual RAM
• Virtual I/O Devices: Disks (Block Volumes), Network Cards (vNICs)
• Nova Scheduler selects Compute Node to run an Instance, based on:
• Flavor – “hardware” configuration
• Properties (architecture,…) and Metadata (GPU required, …)
141.
141
Instance Properties
• Name–OpenStack Instance Name
• OS-EXT-SRV-ATTR:instance_name – Instance name in hosting Hypervior
• Image – name of the image used to create the Instance
• ….
142.
142
Launching a NewInstance
• Minimum parameters:
• Name
• Flavor
• Image
• Network
• Optional parameters:
• Security Groups
• Keypair
• User Data
• Files to inject at boot time
• Server Groups
• Availability Zone
• Scheduler Hints
• Metadata
143.
143
Cloud-init & UserData
• Check Cloud Init Community Page
• User Data can be a shell script, include file or list of HTTP URLs to download and
interpret
• To run a shell script at rc.local boot sequence, put a first line:
#! /bin/sh
• Place an arbitrary file in the new instance with:
$ openstack server create … --file destination-file=source-file
144.
144
Instance Actions
• BasicInstance Management Actions:
• Create
• Delete
• List
• Show
• Set
• Unset
• Block Instance Access to Admin Users:
• Lock
• Unlock
148
Manage Instance NICs& IP Addresses
• Instance must have at least one Virtual Network Interface Card (vNIC), can have
many
• Additional vNIC can be attached during Launch or later
• Each vNIC must be connected to a Network or Port
• Attached vNICs must be configured in Instance’s Operating System
• Each vNIC has got unique MAC and IP addresses
• IP address types:
• DHCP
• Fixed IP
• Floating IP
149.
149
Instance Actions
• InstanceNetwork Management Actions:
• Add fixed ip, remove fixed ip
• Add floating ip, remove floating ip
• Add security group, remove security group
150.
150
Accessing Instances
• UseNova Console:
• Horizon Dashboard
• CLI:
$ openstack console url show myFirstInstance --novnc
• View console log of instance
$ openstack console log show myFirstInstance
• Security Groups (allow SSH), Floating IP
151.
151
Manage Instance Snapshots
•Instance Snapshot preserves its boot disk state only
• Snapshot stopped Instance, or make sure to flush buffers and synchronies disk
• Create Snapshot in Horizon Dashboard or CLI:
$ openstack server image create --name <snap_name> <instance>
• Instance Snapshot creates actual Boot Volume Snapshot and a New Image based
on this Snapshot
• Cloud User can immediately launch a new Instance with Instance Snapshot
155
Architecture of BlockStorage Service
CLI Client Cinder-API
Cinder
Scheduler
Cinder
Volume
Cinder
Backup
VM Instance
Driver Driver
Swift
Container
SQL Database
Message Queue
Data Paths
Storage
Backend (SAN)
156.
156
Block Storage Backends
•Cinder support multiple Backends Drivers:
• Ceph RADOS
• LVM
• Dell EqualLogic
• EMC VNX, VMAX, ScaleIO and XtremIO
• Fujitsu
• Hitachi
• HPE
• IBM
• NetApp
• Pure Storage
…
157.
157
Block Storage Backends
•Cinder-Volume exposes Storage Pools to enable Volume Scheduling to specific
Storage Devices and/or Locations
• Storage Pools are defined by Cloud Operator in cinder.conf file:
enabled_backends = lvm, lvm-2
[lvm]
volume_group=cinder-volumes
volume_driver=cinder.volume.drivers.lvm.LVMVolumeDriver
volume_backend_name=LVM
[lvm-2]
volume_group=cinder-volumes-2
volume_driver=cinder.volume.drivers.lvm.LVMVolumeDriver
volume_backend_name=LVM-2
158.
158
Managing Volume Quotas
•To show Block Storage related Quota:
$ cinder quota-show <project>
$ cinder quota-usage <project>
• To set Quota for a Project
$ openstack quota set --snapshots 50 <project>
159.
159
Creating and ManagingVolumes
• Volume Properties
• Name
• Description
• Availability_zone
• Os-vol-host-attr:host
• Bootable
• Encrypted
• Properties
• Size
• Status
• Type
• Volume Actions
• Create
• Delete
• List
• Show
• Set
• Unset
160.
160
Creating and ManagingVolumes
• Volume can be created as Empty Volume:
$ openstack volume create … <name>
• Volume can be created by cloning
• Another Volume: - - source <volume>
• A Volume Snapshot: - - snapshot <snapshot>
• An Image: - - image <image>
• Volume can be migrated
$ openstack volume migrate - - host host@backend#pool <volume>
• Volume resize (only increase):
$ openstack volume set - - size 15 <volume>
161.
161
Creating and ManagingVolumes
• Attach a Volume to an Instance:
$ openstack server add volume - - device /dev/vdb <instance> <volume>
• Login to an Instance, check if device available:
# fdisk -l
• Format the device
# mkfs.ext3 /dev/vdb
• Mount the device
# mount /dev/vdb /mnt
• Unmount the device
# umount /dev/vdb
• Detach the volume from an Instance
$ openstack server remove volume <instance> <volume>
162.
162
Creating and ManagingVolumes
• Volume can be transferred from one owner to another with Transfer Request
• Initiate the transfer:
$ cinder transfer-create - - name <name> <volume>
• Accept the transfer:
$ cinder transfer-accept <transfer> <auth_key>
163.
163
Volume Snapshots
• VolumeSnapshot Properties:
• Description
• Name
• Properties
• Size
• Status
• Volume_id
• Volume Snapshot Actions:
• Create
• Delete
• List
• Show
• Set, unset
164.
164
Volume Snapshots
• Tocreate a Volume Snapshot:
$ openstack snapshot create - - force - - volume <volume> <snap_name>
• There is NO Snapshot Restore “in place”
• Snapshot can be cloned into a New Volume:
$ openstack volume create … - - snapshot <snapshot> … <name>
165.
165
Volume Backups
• VolumeBackup is a copy of Volume Data, stored in other location
• Cinder Volume Backup drivers:
• Ceph
• NFS
• Filesystem
• Swift
• Google Cloud Storage
• IBM Tivoli
166.
166
Volume Backups
• Backupcan be created from Inactive/Detached Volume, or - - force option is
required
• Backup can be created from specific Snapshot of The Volume, - - snapshot
option
• Restore the Backup:
$ openstack volume backup restore <backup> <volume>
• <volume> can be any volume with matching size
167.
167
Encrypted Volumes
• BlockVolume Service supports Volume encryption on per-tenant (project) basis
• Volume Encryption encodes data stored in Backend, but also encodes data
transmitted between Backend and an Instance
• Volume Encryption can be integrated Key Management Service (Barbican)
168.
168
Encrypted Volumes
• Toencrypt Volumes, Cloud Admin has to create Encrypted Volume Type:
$ openstack volume type create LUKS
• And add encryption details to the Volume Type:
$ cinder encryption-type-create - - cipher aes-xts-plain64 - - key_size 512 - - control_location
front-end LUKS nova.volume.encryptors.luks.LuksEncryptor
• Create encrypted Volume
$ openstack volume create - - size 1 - - type LUKS <volume>
177
Objectives
• Network &Subnets
• Routers
• Floating Ips
• Network Service Quotas
• Network Interfaces in Instance
• Monitoring Network Service
Virtual Network Resource
178.
178
Network & Subnets
•Self-service Networks – Project Networks – enable regular Cloud Users to
provision basic network connectivity on demand, in real time, without Network
Admin invention
• Provider Networks – External Networks – map to existing physical networks in
the Data Center, provide L2 and L3 connectivity between Self-service Network
and Internet
• Neutron (Virtual) Network provides L2 connectivity for Instance, is a L2
Broadcast Domain, can be configured with DHCP
• Neutron Subnet is IP Address Segment, providing IPv4 and/or IPv6 address
space to the Network
• Neutron Port has a MAC & IP addresses, plus Security Groups, can be attached
to an Instance, detached to another.
179.
179
Network & Subnets
•Network Properties:
• Name
• Description
• Project_id
• Status
• Mtu
• …
• Network Actions:
• Create
• Delete
• List
• Show
• Set
• …
180.
180
Network & Subnets
•Subnet Properties:
• Name
• Description
• Project_id
• Network_id
• CIDR
• …
• Subnet Actions:
• Create
• Delete
• List
• Show
• Set
• Unset
• …
182
Routers
• Router providesL3 connectivity between Networks
• Two major types:
• East-West Router – connects 2 or more Project Networks
• Nort-South Router – connects 1 or more Project Networks to an External Network
• Nort-South Router has an External Gateway Interface, connected to External
Network
• Nort-South Router perform SNAT on internal addresses
• Instance can become an IP destination with Floating IP only, which is One-to-
One NAT
183.
183
Routers
• Router Properties:
•Name
• Description
• Project_id
• Routes
• …
CLI command to show Router Interface
$ openstack port list - - router <router>
• Router Actions:
• Create
• Delete
• List
• Show
• Set
• Unset
• Add port
• Add subnet
• …
184.
184
Floating IPs
• FloatingIPs are required, if we want an Instance to be accessible from External
Network
• Floating IP is simply a Public IP address
• Cloud Operator, creating External Provider Networks defines Public Address
pools in their Subnets.
• Floating IP must be first allocated to a Project:
$ openstack floating ip create <external_net>
• Cloud User can attach allocated Floating IP to an Instance
$ openstack server add floating ip <instance> <floating_ip>
186
Network Interfaces inInstances
• New instance must have at least one
• Default Operating System configuration of first NIC depends on the Image
• Assumes DHCP configuration for Network Interface
187.
187
Network Interfaces inInstances
• Add a new vNIC to the Instance in Horizon Dashboard
• Add a new vNIC to the Instance on Command Line:
$ nova interface-attach --net-id …
• Login to the Instance, edit /etc/network/interfaces to add eth1:
auto eth1
iface eth1 inet dhcp
188.
188
Monitoring Network Service
•Basic Sanity Check of Network Service:
# openstack network agent list
• Networks and IP Namespaces:
# openstack network list
# ip netns | grep dhcp
• Routers and IP Namespaces:
# openstack router list
# ip netns | grep router
• IP Availability:
# openstack ip availability list
189.
189
Monitoring Network Service
•Neutron Log files located in /var/log/neutron
• neutron-server.log
• neutron-metadata-agent.log
• neutron-linuxbridge-agent.log
• neutron-linuxbridge-cleanup.log
• neutron-dhcp-agent.log
• neutron-l3-agent.log
195
OpenStack System Service
•Most of OpenStack Services Server Software run as System Services
• To check Service Status:
# systemctl status <service_name>
• To start System Service:
# systemctl start <service_name>
196.
196
OpenStack System Service
•OpenStack Infrastructure
• NTP Time Server: chrony
• MariaDB: mysql
• RabbitMQ: rabbitmq-server
• Memcached: memcached
• Apache2: apache2
197.
197
OpenStack System Service
•OpenStack Services:
• Keystone: run as mod_wsgi in Apache2, no System Service
• Glance: glance-api, glance-registry
• Nova: nova-api, nova-consoleauth, nova-scheduler, nova-conductor, nova-novncproxy, nova-
compute
• Neutron: neutron-server, neutron-linuxbridge-agent, neutron-dhcp-agent, neutron-metadata-
agent, neutron-l3-agent
• Horizon: run as mod_wsgi in Apache2, no System Service
• Cinder: cinder-scheduler, cinder-api, cinder-volume
• Swift: rsync, swift-proxy, swift-account, swift-container
198.
198
OpenStack System Service
•Quick check of OpenStack Services:
# openstack service list –long
# openstack compute service list
# neutron agent-list
# cinder service-list
199.
199
OpenStack Log Files
•Most of OpenStack Infrastructure Services write Log files to /var/log:
/var/log/apache2/access.log
/var/log/apache2/error.log
/var/log/libvirt/qemu/instance-*.log
/var/log/mysql/error.log
/var/log/rabbitmq/rabbit.log
#9 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#10 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#11 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#12 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#13 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#14 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#15 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#16 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#17 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#18 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#19 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#21 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#22 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#23 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#24 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#25 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#26 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#27 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#28 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#29 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#30 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#31 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#32 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#33 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#34 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#35 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#36 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#37 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#39 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#40 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#41 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#42 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#43 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#44 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#45 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#46 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#47 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#48 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#49 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#50 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#51 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#52 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#53 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#54 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#55 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#56 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#57 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#58 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#59 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#60 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#61 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#62 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#64 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#65 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#66 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#67 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#68 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#69 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#70 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#71 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#72 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#76 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#77 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#78 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#79 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#80 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#81 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#82 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#83 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#84 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#88 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#89 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#90 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#91 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#92 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#93 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#94 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#95 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#96 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#97 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#98 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#99 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#100 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#104 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#105 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#106 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#107 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#108 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#109 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#110 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#111 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#112 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#113 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#114 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#115 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#116 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#117 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#118 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#119 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#120 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#121 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#125 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#126 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#127 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#128 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#129 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#130 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#131 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#132 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#133 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#134 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#135 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#136 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#137 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#138 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#140 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#141 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#142 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#143 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#144 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#145 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#146 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#147 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#148 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#149 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#150 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#151 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#155 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#156 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#157 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#158 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#159 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#160 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#161 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#162 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#163 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#164 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#165 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#166 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#167 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#168 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#169 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#173 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#174 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#175 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#176 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#178 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#179 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#180 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#181 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#182 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#183 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#184 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#185 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#186 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#187 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#188 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#189 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#193 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#194 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#195 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#196 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#197 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#198 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#199 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#200 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.
#201 Cloud, which has its foundations in virtualization, delivers a combination of relevant components as a service; be it Infrastructure as a Service (IaaS), Platform as a Service (PaaS), or Software as a Service (SaaS). In this book, we will only discuss how to provide a system with IaaS using an OpenStack-based private cloud. The key aspect of providing a system with IaaS is cross-domain automation. The system that helps us achieve this is called a Cloud Service Orchestrator or Cloud Platform or Cloud Controller.