SlideShare une entreprise Scribd logo
1  sur  38
Télécharger pour lire hors ligne
Manila An Update from Liberty
October 29, 2015
OpenStack Summit - Tokyo
Akshai Parthasarathy
Technical Marketing
Engineer, NetApp
@akshai
Sean Cohen
Principal Product Manager,
Red Hat
@SeanCohen_RH
Thomas Bechtold
OpenStack Cloud Engineer,
SUSE
Today's Presenters
Agenda
•  What is Manila?
•  Why use Manila?
•  Use Cases
•  Sahara
•  Containers
•  Liberty Updates
•  Distributions Integration
•  SUSE Demo
•  RedHat Demo
•  Upcoming in Mitaka
•  Share Replication Demo
•  Q+A
Manila: The OpenStack Shared File Service Program
Bringing self-service, shared file services
to the cloud
Manila History
§  Beginnings
§  Juno
§  Incubated Project
§  Community Inception
§  Puppet Support
§  Share Servers
§  Tempest Integration
§  Kilo
§  Driver Modes
§  DevStack Plug-in
§  Storage Pools
§  Default Share Type
§  Manage/Unmanage
§  Manila UI
Manila Today -
§  Production Ready
§  Number of Drivers: 14
§  Blue Prints Completed: 51
§  Major Blue Prints:
§  Share Instances
§  REST API Microversions
§  Experimental APIs
§  Extend & Shrink
§  Consistency Groups (CGs)
§  Share Migrations
§  etc.
Manila Deployment Options and Benefits
§  Single Storage Virtual Machine (SVM) / Multi SVM
§  driver_handles_share_servers=False/True
§  Benefit
§  Network Plugins
§  Standalone Network Plugin
§  Nova Network Plugin
§  Neutron Network Plugin
§  Benefit
Contributions/New Entrants
Welcome and Thank You:
●  CloudBase Solutions
●  Fujitsu
●  Scality
●  NEC
●  NTT
●  Letv Cloud Computing
●  and others
Source:
http://stackalytics.com/?
module=manila&metric=loc&rele
ase=libertyCode Contributions Reviews
Why Use Manila?
§  Shared File Services
§  Spending
§  Total Capacity
§  IDC: Age of Cloud File Services
§  Why not?
Use Cases
Standalone Share File Services Management
§  Replace Legacy Systems
§  Improve SLA
§  Integrate with Automation Frameworks
Enterprise Applications
§  Lower Cost, Heterogeneous Infrastructure
§  Application Porting: Move Workloads to OpenStack
DevOps/Continuous Integration
§  Pluggable Infrastructure
§  Storage Service Catalog
§  Analytics
§  Containers
§  Snapshots & Clones
§  Consistency Groups
New in Liberty
Share Instances
Needed for features like:
●  share migrations
●  replication
REST API Microversions
http://docs.openstack.org/developer/manila/devref/api_microversion_dev.html
http://docs.openstack.org/developer/manila/devref/api_microversion_history.html
Example:
●  client 1 with server 1 => version 2.3
●  client 1 with server 2 => version 2.3
●  client 2 with server 1 => version 2.5
●  client 2 with server 2 => version 2.10
Experimental APIs
§  Expected to change at any time
§  can be removed without
deprecation period
§  Usage: needs to set header “X-
OpenStack-Manila-API-
Experimental: true”
http://docs.openstack.org/developer/manila/devref/experimental_apis.html
http://developer.openstack.org/api-ref-share-v2.html
@api_version(min_version='2.1', max_version='2.9')
def show(self, req, id):
.... stuff ....
@api_version(min_version="2.4",
experimental=True)
def my_api_method(self, req, id):
.... stuff ....
Extend & Shrink
http://docs.openstack.org/developer/manila/devref/share_back_ends_feature_support_mapping.html
Consistency Groups (CGs)
§  grouping different shares together for the purpose of application data
protection (focus of snapshots for disaster recovery)
§  example use case: database data and log files are on different shares
§  when doing snapshots for both shares, the data on the shares must be consistent
§  supported actions
§  create CG with mutliple shares
§  create snapshot of CG
§  create CG from snapshot
External CI For All Drivers
And others ...
Oversubscription
§  Tunable for setting provisioned
capacity and a subscription ratio
added
§  Addresses 'infinite' and 'unknown'
drivers reported capacity that may
lead to oversubscription
§  thin_provisoning support needed
Share Migrations
§  Share Migration allows a share to be
migrated from one host pool to
another hostpool through the "manila
migrate <share> <host#pool>"
command, as well as allowing to
perform migration between different
backends.
§  Basic implementation
§  The fallback approach for migration is rsync.
Slow, inefficient
§  Vendors can utilize API for optimized
migration
Availability Zones
§  The availability zones support which was
inherited from Cinder was reworked this
cycle:
§  Added public API extension
§  Allow to preserve AZ if creating a share
from a snapshot and set AZ in Share API
or Share Manager.
§  AZs will benefit share replication and also
give end users control of the locality of
their data w.r.t. consumers of the data.
Sahara Integration
§  Use cases
§  Stores binaries for job templates - NFS is ideal for this case
§  Input and output data sources - Manila-provisioned HDFS and NFS offers more
options
§  Mount NFS share API
§  Binaries and data I/O from an NFS share path
§  New development in Sahara this cycle
§  Mount shares at cluster creation or auto-mount when a share is used for EDP
§  Manila-provisioned HDFS
§  Data sources and data processing on Sahara-external clusters
§  Testing and process verification of extant Manila features this cycle
§  Coming soon - NFS Hadoop driver (run jobs on your NFS shares)
Sahara Integration - Current Implementations
●  Data sources on Manila-provisioned
HDFS
●  API to mount NFS shares to clusters (job
binaries and data sources)
Images by Weiting Chen (Intel)
Manila + Containers Ceph Example
§  Simply mount --bind share into
§  container namespace
§ NFS re-export from host
§  mount and export fs on host
§  private host/guest net
§  avoid network hop from NFS
service VM
§  Host mounts CephFS
§  Bind Manila share/volume into
container
§  Further integration requires
integration with both Nova and
Manila to manage the attach/
detach process
HOST
M M
RADOS CLUSTER
CONTAINER
MANILA
NATIVE CEPH
CEPH.KO
NOVA
Distributions
Integration
Manila in SUSE OpenStack Cloud
§  The Manila service is tech preview in SUSE Cloud 5
§  Fully supported in SUSE OpenStack Cloud 6
§  Crowbar deployment tool integration
§  Controller HA
§  NetApp driver
§  Custom driver possible
Manila in SUSE OpenStack Cloud 6 (Beta)
https://youtu.be/pp0Y87Xfy-E
Manila in RHEL OpenStack Platform 7
§  The Manila service is tech preview in
RHEL OpenStack Platform 7
§  RHEL OpenStack director deployment
tool
§  Offer integration with
§  GlusterFS native
§  Gluster NFS
§  NetApp drivers
§  Manila Certification program in RHEL
OpenStack Platform 8
§  Introducing NFS-Ganesha and Gluster
Automated Volume Management (based
on Heketi)
Manila in RHEL OpenStack Platform 7 (Preview)
https://www.youtube.com/watch?v=lfyYh8BWH7I&feature=youtu.be
Upcoming
in Mitaka
Upcoming in Mitaka
§  Mount Automation
§  Rolling Updates
§  Export Location Metadata
§  Manila QoS
§  Capability Lists
§  Interaction Between New Features
§  Share Migration Loose-ends
§  Remove All Extensions
§  Architectural Directions For New 1st-party Drivers
§  Share Replication
§  Non Disruptive Operations
§  High Availability
§  Availability Zones
§  Failures within an AZ
§  High Availability Solution
§  Clustered Storage
§  Failure of an AZ
§  High Availability Solution
§  Share Replication
Manila State of the Art: Share Replication
Demo #3: Share Replication
GET INVOLVED WITH MANILA!
§  Manila Resources
§  https://github.com/openstack/manila
§  https://github.com/openstack/python-manilaclient
§  https://github.com/openstack/manila-ui
§  https://github.com/openstack/manila-image-elements
§  https://wiki.openstack.org/wiki/Manila
§  https://launchpad.net/manila
§  #openstack-manila on IRC (Freenode)
§  Weekly meetings @ Thursday, 15:00 UTC
§  NetApp: http://netapp.github.io
§  Red Hat: https://www.redhat.com/en/technologies/linux-platforms/openstack-platform
§  Suse: https://www.suse.com/products/suse-cloud/
MANILA RELATED SESSIONS
§  MANILA GENERAL SESSIONS
§  Manila and Sahara: Crossing the Desert to the Big Data Oasis: Tuesday, Oct 27 12:05pm
§  OpenStack Manila Hands-on Lab Session: Tuesday, Oct 27 2:00pm
§  The State of Ceph, Manila, and Containers in OpenStack: Wednesday, Oct 28 4:40pm
§  UPCOMING MANILA SESSION
§  Manila contributors meetup: Friday, Oct 30, 9:00am
Q&A
October 29, 2015
OpenStack Summit -
Tokyo

Contenu connexe

Tendances

Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...TomBarron
 
Ceph at Work in Bloomberg: Object Store, RBD and OpenStack
Ceph at Work in Bloomberg: Object Store, RBD and OpenStackCeph at Work in Bloomberg: Object Store, RBD and OpenStack
Ceph at Work in Bloomberg: Object Store, RBD and OpenStackRed_Hat_Storage
 
Dockerizing OpenStack for High Availability
Dockerizing OpenStack for High AvailabilityDockerizing OpenStack for High Availability
Dockerizing OpenStack for High AvailabilityDaniel Krook
 
CEPH DAY BERLIN - WHAT'S NEW IN CEPH
CEPH DAY BERLIN - WHAT'S NEW IN CEPH CEPH DAY BERLIN - WHAT'S NEW IN CEPH
CEPH DAY BERLIN - WHAT'S NEW IN CEPH Ceph Community
 
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015Deepak Shetty
 
Introduction to highly_availablenfs_server_on_scale-out_storage_systems_based...
Introduction to highly_availablenfs_server_on_scale-out_storage_systems_based...Introduction to highly_availablenfs_server_on_scale-out_storage_systems_based...
Introduction to highly_availablenfs_server_on_scale-out_storage_systems_based...Gluster.org
 
CEPH DAY BERLIN - CEPH ON THE BRAIN!
CEPH DAY BERLIN - CEPH ON THE BRAIN!CEPH DAY BERLIN - CEPH ON THE BRAIN!
CEPH DAY BERLIN - CEPH ON THE BRAIN!Ceph Community
 
What's new in Luminous and Beyond
What's new in Luminous and BeyondWhat's new in Luminous and Beyond
What's new in Luminous and BeyondSage Weil
 
Red Hat Gluster Storage, Container Storage and CephFS Plans
Red Hat Gluster Storage, Container Storage and CephFS PlansRed Hat Gluster Storage, Container Storage and CephFS Plans
Red Hat Gluster Storage, Container Storage and CephFS PlansRed_Hat_Storage
 
High Availability for OpenStack
High Availability for OpenStackHigh Availability for OpenStack
High Availability for OpenStackKamesh Pemmaraju
 
Container Orchestration
Container OrchestrationContainer Orchestration
Container Orchestrationdfilppi
 
Ceph and OpenStack - Feb 2014
Ceph and OpenStack - Feb 2014Ceph and OpenStack - Feb 2014
Ceph and OpenStack - Feb 2014Ian Colle
 
Ceph Performance and Optimization - Ceph Day Frankfurt
Ceph Performance and Optimization - Ceph Day Frankfurt Ceph Performance and Optimization - Ceph Day Frankfurt
Ceph Performance and Optimization - Ceph Day Frankfurt Ceph Community
 
What is a Ceph (and why do I care). OpenStack storage - Colorado OpenStack Me...
What is a Ceph (and why do I care). OpenStack storage - Colorado OpenStack Me...What is a Ceph (and why do I care). OpenStack storage - Colorado OpenStack Me...
What is a Ceph (and why do I care). OpenStack storage - Colorado OpenStack Me...Ian Colle
 
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1Etsuji Nakai
 
Ceph Performance: Projects Leading up to Jewel
Ceph Performance: Projects Leading up to JewelCeph Performance: Projects Leading up to Jewel
Ceph Performance: Projects Leading up to JewelColleen Corrice
 
Container Orchestration @Docker Meetup Hamburg
Container Orchestration @Docker Meetup HamburgContainer Orchestration @Docker Meetup Hamburg
Container Orchestration @Docker Meetup HamburgTimo Derstappen
 
KubeCon NA, Seattle, 2016: Performance and Scalability Tuning Kubernetes for...
KubeCon NA, Seattle, 2016:  Performance and Scalability Tuning Kubernetes for...KubeCon NA, Seattle, 2016:  Performance and Scalability Tuning Kubernetes for...
KubeCon NA, Seattle, 2016: Performance and Scalability Tuning Kubernetes for...Jeremy Eder
 

Tendances (20)

Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
 
Ceph at Work in Bloomberg: Object Store, RBD and OpenStack
Ceph at Work in Bloomberg: Object Store, RBD and OpenStackCeph at Work in Bloomberg: Object Store, RBD and OpenStack
Ceph at Work in Bloomberg: Object Store, RBD and OpenStack
 
Dockerizing OpenStack for High Availability
Dockerizing OpenStack for High AvailabilityDockerizing OpenStack for High Availability
Dockerizing OpenStack for High Availability
 
CEPH DAY BERLIN - WHAT'S NEW IN CEPH
CEPH DAY BERLIN - WHAT'S NEW IN CEPH CEPH DAY BERLIN - WHAT'S NEW IN CEPH
CEPH DAY BERLIN - WHAT'S NEW IN CEPH
 
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
 
Introduction to highly_availablenfs_server_on_scale-out_storage_systems_based...
Introduction to highly_availablenfs_server_on_scale-out_storage_systems_based...Introduction to highly_availablenfs_server_on_scale-out_storage_systems_based...
Introduction to highly_availablenfs_server_on_scale-out_storage_systems_based...
 
CEPH DAY BERLIN - CEPH ON THE BRAIN!
CEPH DAY BERLIN - CEPH ON THE BRAIN!CEPH DAY BERLIN - CEPH ON THE BRAIN!
CEPH DAY BERLIN - CEPH ON THE BRAIN!
 
What's new in Luminous and Beyond
What's new in Luminous and BeyondWhat's new in Luminous and Beyond
What's new in Luminous and Beyond
 
Red Hat Gluster Storage, Container Storage and CephFS Plans
Red Hat Gluster Storage, Container Storage and CephFS PlansRed Hat Gluster Storage, Container Storage and CephFS Plans
Red Hat Gluster Storage, Container Storage and CephFS Plans
 
High Availability for OpenStack
High Availability for OpenStackHigh Availability for OpenStack
High Availability for OpenStack
 
Container Orchestration
Container OrchestrationContainer Orchestration
Container Orchestration
 
Ceph and OpenStack - Feb 2014
Ceph and OpenStack - Feb 2014Ceph and OpenStack - Feb 2014
Ceph and OpenStack - Feb 2014
 
Rethinking the OS
Rethinking the OSRethinking the OS
Rethinking the OS
 
Ceph Performance and Optimization - Ceph Day Frankfurt
Ceph Performance and Optimization - Ceph Day Frankfurt Ceph Performance and Optimization - Ceph Day Frankfurt
Ceph Performance and Optimization - Ceph Day Frankfurt
 
What is a Ceph (and why do I care). OpenStack storage - Colorado OpenStack Me...
What is a Ceph (and why do I care). OpenStack storage - Colorado OpenStack Me...What is a Ceph (and why do I care). OpenStack storage - Colorado OpenStack Me...
What is a Ceph (and why do I care). OpenStack storage - Colorado OpenStack Me...
 
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
Architecture Overview: Kubernetes with Red Hat Enterprise Linux 7.1
 
Ceph Performance: Projects Leading up to Jewel
Ceph Performance: Projects Leading up to JewelCeph Performance: Projects Leading up to Jewel
Ceph Performance: Projects Leading up to Jewel
 
Container Orchestration @Docker Meetup Hamburg
Container Orchestration @Docker Meetup HamburgContainer Orchestration @Docker Meetup Hamburg
Container Orchestration @Docker Meetup Hamburg
 
NantOmics
NantOmicsNantOmics
NantOmics
 
KubeCon NA, Seattle, 2016: Performance and Scalability Tuning Kubernetes for...
KubeCon NA, Seattle, 2016:  Performance and Scalability Tuning Kubernetes for...KubeCon NA, Seattle, 2016:  Performance and Scalability Tuning Kubernetes for...
KubeCon NA, Seattle, 2016: Performance and Scalability Tuning Kubernetes for...
 

Similaire à Manila, an update from Liberty, OpenStack Summit - Tokyo

Manila-An Update from Liberty
Manila-An Update from LibertyManila-An Update from Liberty
Manila-An Update from Libertyakshai_sarathy
 
3-2-1 Action! Running OpenStack Shared File System Service in Production
3-2-1 Action! Running OpenStack Shared File System Service in Production3-2-1 Action! Running OpenStack Shared File System Service in Production
3-2-1 Action! Running OpenStack Shared File System Service in ProductionSean Cohen
 
Developer Experience Cloud Native - Become Efficient and Achieve Parity
Developer Experience Cloud Native - Become Efficient and Achieve ParityDeveloper Experience Cloud Native - Become Efficient and Achieve Parity
Developer Experience Cloud Native - Become Efficient and Achieve ParityMichael Hofmann
 
Manila project update_train_shanghai
Manila project update_train_shanghaiManila project update_train_shanghai
Manila project update_train_shanghaiTomBarron
 
DEVNET-1166 Open SDN Controller APIs
DEVNET-1166	Open SDN Controller APIsDEVNET-1166	Open SDN Controller APIs
DEVNET-1166 Open SDN Controller APIsCisco DevNet
 
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...
OpenNebulaconf2017US:  Paying down technical debt with "one" dollar bills by ...OpenNebulaconf2017US:  Paying down technical debt with "one" dollar bills by ...
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...OpenNebula Project
 
How to setup a development environment for ONAP
How to setup a development environment for ONAPHow to setup a development environment for ONAP
How to setup a development environment for ONAPVictor Morales
 
AIDevWorldApacheNiFi101
AIDevWorldApacheNiFi101AIDevWorldApacheNiFi101
AIDevWorldApacheNiFi101Timothy Spann
 
Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...
Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...
Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...DevOps.com
 
Kubernetes extensibility: crd & operators
Kubernetes extensibility: crd & operators Kubernetes extensibility: crd & operators
Kubernetes extensibility: crd & operators Giacomo Tirabassi
 
Kubernetes extensibility: CRDs & Operators
Kubernetes extensibility: CRDs & OperatorsKubernetes extensibility: CRDs & Operators
Kubernetes extensibility: CRDs & OperatorsSIGHUP
 
What's New in Docker - February 2017
What's New in Docker - February 2017What's New in Docker - February 2017
What's New in Docker - February 2017Patrick Chanezon
 
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...confluent
 
Joint NetApp and Cisco Solutions for SAP: FlexPod and HANA
Joint NetApp and Cisco Solutions for SAP: FlexPod and HANAJoint NetApp and Cisco Solutions for SAP: FlexPod and HANA
Joint NetApp and Cisco Solutions for SAP: FlexPod and HANANetApp
 
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...Animesh Singh
 
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...Daniel Krook
 
Kubernetes vs dockers swarm supporting onap oom on multi-cloud multi-stack en...
Kubernetes vs dockers swarm supporting onap oom on multi-cloud multi-stack en...Kubernetes vs dockers swarm supporting onap oom on multi-cloud multi-stack en...
Kubernetes vs dockers swarm supporting onap oom on multi-cloud multi-stack en...Arthur Berezin
 

Similaire à Manila, an update from Liberty, OpenStack Summit - Tokyo (20)

Manila-An Update from Liberty
Manila-An Update from LibertyManila-An Update from Liberty
Manila-An Update from Liberty
 
3-2-1 Action! Running OpenStack Shared File System Service in Production
3-2-1 Action! Running OpenStack Shared File System Service in Production3-2-1 Action! Running OpenStack Shared File System Service in Production
3-2-1 Action! Running OpenStack Shared File System Service in Production
 
Red Hat Storage Roadmap
Red Hat Storage RoadmapRed Hat Storage Roadmap
Red Hat Storage Roadmap
 
Red Hat Storage Roadmap
Red Hat Storage RoadmapRed Hat Storage Roadmap
Red Hat Storage Roadmap
 
Developer Experience Cloud Native - Become Efficient and Achieve Parity
Developer Experience Cloud Native - Become Efficient and Achieve ParityDeveloper Experience Cloud Native - Become Efficient and Achieve Parity
Developer Experience Cloud Native - Become Efficient and Achieve Parity
 
Manila project update_train_shanghai
Manila project update_train_shanghaiManila project update_train_shanghai
Manila project update_train_shanghai
 
DEVNET-1166 Open SDN Controller APIs
DEVNET-1166	Open SDN Controller APIsDEVNET-1166	Open SDN Controller APIs
DEVNET-1166 Open SDN Controller APIs
 
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...
OpenNebulaconf2017US:  Paying down technical debt with "one" dollar bills by ...OpenNebulaconf2017US:  Paying down technical debt with "one" dollar bills by ...
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...
 
How to setup a development environment for ONAP
How to setup a development environment for ONAPHow to setup a development environment for ONAP
How to setup a development environment for ONAP
 
AIDevWorldApacheNiFi101
AIDevWorldApacheNiFi101AIDevWorldApacheNiFi101
AIDevWorldApacheNiFi101
 
Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...
Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...
Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...
 
Kubernetes extensibility: crd & operators
Kubernetes extensibility: crd & operators Kubernetes extensibility: crd & operators
Kubernetes extensibility: crd & operators
 
Kubernetes extensibility: CRDs & Operators
Kubernetes extensibility: CRDs & OperatorsKubernetes extensibility: CRDs & Operators
Kubernetes extensibility: CRDs & Operators
 
What's New in Docker - February 2017
What's New in Docker - February 2017What's New in Docker - February 2017
What's New in Docker - February 2017
 
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with A...
 
Joint NetApp and Cisco Solutions for SAP: FlexPod and HANA
Joint NetApp and Cisco Solutions for SAP: FlexPod and HANAJoint NetApp and Cisco Solutions for SAP: FlexPod and HANA
Joint NetApp and Cisco Solutions for SAP: FlexPod and HANA
 
Serverless design with Fn project
Serverless design with Fn projectServerless design with Fn project
Serverless design with Fn project
 
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
 
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
CAPS: What's best for deploying and managing OpenStack? Chef vs. Ansible vs. ...
 
Kubernetes vs dockers swarm supporting onap oom on multi-cloud multi-stack en...
Kubernetes vs dockers swarm supporting onap oom on multi-cloud multi-stack en...Kubernetes vs dockers swarm supporting onap oom on multi-cloud multi-stack en...
Kubernetes vs dockers swarm supporting onap oom on multi-cloud multi-stack en...
 

Plus de Sean Cohen

Storage 101: Rook and Ceph - Open Infrastructure Denver 2019
Storage 101: Rook and Ceph - Open Infrastructure Denver 2019Storage 101: Rook and Ceph - Open Infrastructure Denver 2019
Storage 101: Rook and Ceph - Open Infrastructure Denver 2019Sean Cohen
 
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStack
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStackPeanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStack
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStackSean Cohen
 
Dude where's my volume, open stack summit vancouver 2015
Dude where's my volume, open stack summit vancouver 2015Dude where's my volume, open stack summit vancouver 2015
Dude where's my volume, open stack summit vancouver 2015Sean Cohen
 
When disaster strikes the cloud: Who, what, when, where and how to recover
When disaster strikes the cloud:  Who, what, when, where and how to recoverWhen disaster strikes the cloud:  Who, what, when, where and how to recover
When disaster strikes the cloud: Who, what, when, where and how to recoverSean Cohen
 
Deterministic capacity planning for OpenStack as elastic cloud infrastructure
Deterministic capacity planning for OpenStack as elastic cloud infrastructureDeterministic capacity planning for OpenStack as elastic cloud infrastructure
Deterministic capacity planning for OpenStack as elastic cloud infrastructureSean Cohen
 
Deep dive into OpenStack storage, Sean Cohen, Red Hat
Deep dive into OpenStack storage, Sean Cohen, Red HatDeep dive into OpenStack storage, Sean Cohen, Red Hat
Deep dive into OpenStack storage, Sean Cohen, Red HatSean Cohen
 
Kvm forum 2013 - future integration points for oVirt storage
Kvm forum 2013 - future integration points for oVirt storageKvm forum 2013 - future integration points for oVirt storage
Kvm forum 2013 - future integration points for oVirt storageSean Cohen
 
Integration of Storage, OpenStack & Virtualization
 Integration of Storage, OpenStack & Virtualization Integration of Storage, OpenStack & Virtualization
Integration of Storage, OpenStack & VirtualizationSean Cohen
 

Plus de Sean Cohen (8)

Storage 101: Rook and Ceph - Open Infrastructure Denver 2019
Storage 101: Rook and Ceph - Open Infrastructure Denver 2019Storage 101: Rook and Ceph - Open Infrastructure Denver 2019
Storage 101: Rook and Ceph - Open Infrastructure Denver 2019
 
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStack
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStackPeanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStack
Peanut Butter and jelly: Mapping the deep Integration between Ceph and OpenStack
 
Dude where's my volume, open stack summit vancouver 2015
Dude where's my volume, open stack summit vancouver 2015Dude where's my volume, open stack summit vancouver 2015
Dude where's my volume, open stack summit vancouver 2015
 
When disaster strikes the cloud: Who, what, when, where and how to recover
When disaster strikes the cloud:  Who, what, when, where and how to recoverWhen disaster strikes the cloud:  Who, what, when, where and how to recover
When disaster strikes the cloud: Who, what, when, where and how to recover
 
Deterministic capacity planning for OpenStack as elastic cloud infrastructure
Deterministic capacity planning for OpenStack as elastic cloud infrastructureDeterministic capacity planning for OpenStack as elastic cloud infrastructure
Deterministic capacity planning for OpenStack as elastic cloud infrastructure
 
Deep dive into OpenStack storage, Sean Cohen, Red Hat
Deep dive into OpenStack storage, Sean Cohen, Red HatDeep dive into OpenStack storage, Sean Cohen, Red Hat
Deep dive into OpenStack storage, Sean Cohen, Red Hat
 
Kvm forum 2013 - future integration points for oVirt storage
Kvm forum 2013 - future integration points for oVirt storageKvm forum 2013 - future integration points for oVirt storage
Kvm forum 2013 - future integration points for oVirt storage
 
Integration of Storage, OpenStack & Virtualization
 Integration of Storage, OpenStack & Virtualization Integration of Storage, OpenStack & Virtualization
Integration of Storage, OpenStack & Virtualization
 

Dernier

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 

Dernier (20)

Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Manila, an update from Liberty, OpenStack Summit - Tokyo

  • 1. Manila An Update from Liberty October 29, 2015 OpenStack Summit - Tokyo
  • 2. Akshai Parthasarathy Technical Marketing Engineer, NetApp @akshai Sean Cohen Principal Product Manager, Red Hat @SeanCohen_RH Thomas Bechtold OpenStack Cloud Engineer, SUSE Today's Presenters
  • 3. Agenda •  What is Manila? •  Why use Manila? •  Use Cases •  Sahara •  Containers •  Liberty Updates •  Distributions Integration •  SUSE Demo •  RedHat Demo •  Upcoming in Mitaka •  Share Replication Demo •  Q+A
  • 4. Manila: The OpenStack Shared File Service Program Bringing self-service, shared file services to the cloud
  • 5. Manila History §  Beginnings §  Juno §  Incubated Project §  Community Inception §  Puppet Support §  Share Servers §  Tempest Integration §  Kilo §  Driver Modes §  DevStack Plug-in §  Storage Pools §  Default Share Type §  Manage/Unmanage §  Manila UI
  • 6. Manila Today - §  Production Ready §  Number of Drivers: 14 §  Blue Prints Completed: 51 §  Major Blue Prints: §  Share Instances §  REST API Microversions §  Experimental APIs §  Extend & Shrink §  Consistency Groups (CGs) §  Share Migrations §  etc.
  • 7. Manila Deployment Options and Benefits §  Single Storage Virtual Machine (SVM) / Multi SVM §  driver_handles_share_servers=False/True §  Benefit §  Network Plugins §  Standalone Network Plugin §  Nova Network Plugin §  Neutron Network Plugin §  Benefit
  • 8. Contributions/New Entrants Welcome and Thank You: ●  CloudBase Solutions ●  Fujitsu ●  Scality ●  NEC ●  NTT ●  Letv Cloud Computing ●  and others Source: http://stackalytics.com/? module=manila&metric=loc&rele ase=libertyCode Contributions Reviews
  • 9. Why Use Manila? §  Shared File Services §  Spending §  Total Capacity §  IDC: Age of Cloud File Services §  Why not?
  • 11. Standalone Share File Services Management §  Replace Legacy Systems §  Improve SLA §  Integrate with Automation Frameworks
  • 12. Enterprise Applications §  Lower Cost, Heterogeneous Infrastructure §  Application Porting: Move Workloads to OpenStack
  • 13. DevOps/Continuous Integration §  Pluggable Infrastructure §  Storage Service Catalog §  Analytics §  Containers §  Snapshots & Clones §  Consistency Groups
  • 15. Share Instances Needed for features like: ●  share migrations ●  replication
  • 16. REST API Microversions http://docs.openstack.org/developer/manila/devref/api_microversion_dev.html http://docs.openstack.org/developer/manila/devref/api_microversion_history.html Example: ●  client 1 with server 1 => version 2.3 ●  client 1 with server 2 => version 2.3 ●  client 2 with server 1 => version 2.5 ●  client 2 with server 2 => version 2.10
  • 17. Experimental APIs §  Expected to change at any time §  can be removed without deprecation period §  Usage: needs to set header “X- OpenStack-Manila-API- Experimental: true” http://docs.openstack.org/developer/manila/devref/experimental_apis.html http://developer.openstack.org/api-ref-share-v2.html @api_version(min_version='2.1', max_version='2.9') def show(self, req, id): .... stuff .... @api_version(min_version="2.4", experimental=True) def my_api_method(self, req, id): .... stuff ....
  • 19. Consistency Groups (CGs) §  grouping different shares together for the purpose of application data protection (focus of snapshots for disaster recovery) §  example use case: database data and log files are on different shares §  when doing snapshots for both shares, the data on the shares must be consistent §  supported actions §  create CG with mutliple shares §  create snapshot of CG §  create CG from snapshot
  • 20. External CI For All Drivers And others ...
  • 21. Oversubscription §  Tunable for setting provisioned capacity and a subscription ratio added §  Addresses 'infinite' and 'unknown' drivers reported capacity that may lead to oversubscription §  thin_provisoning support needed
  • 22. Share Migrations §  Share Migration allows a share to be migrated from one host pool to another hostpool through the "manila migrate <share> <host#pool>" command, as well as allowing to perform migration between different backends. §  Basic implementation §  The fallback approach for migration is rsync. Slow, inefficient §  Vendors can utilize API for optimized migration
  • 23. Availability Zones §  The availability zones support which was inherited from Cinder was reworked this cycle: §  Added public API extension §  Allow to preserve AZ if creating a share from a snapshot and set AZ in Share API or Share Manager. §  AZs will benefit share replication and also give end users control of the locality of their data w.r.t. consumers of the data.
  • 24. Sahara Integration §  Use cases §  Stores binaries for job templates - NFS is ideal for this case §  Input and output data sources - Manila-provisioned HDFS and NFS offers more options §  Mount NFS share API §  Binaries and data I/O from an NFS share path §  New development in Sahara this cycle §  Mount shares at cluster creation or auto-mount when a share is used for EDP §  Manila-provisioned HDFS §  Data sources and data processing on Sahara-external clusters §  Testing and process verification of extant Manila features this cycle §  Coming soon - NFS Hadoop driver (run jobs on your NFS shares)
  • 25. Sahara Integration - Current Implementations ●  Data sources on Manila-provisioned HDFS ●  API to mount NFS shares to clusters (job binaries and data sources) Images by Weiting Chen (Intel)
  • 26. Manila + Containers Ceph Example §  Simply mount --bind share into §  container namespace § NFS re-export from host §  mount and export fs on host §  private host/guest net §  avoid network hop from NFS service VM §  Host mounts CephFS §  Bind Manila share/volume into container §  Further integration requires integration with both Nova and Manila to manage the attach/ detach process HOST M M RADOS CLUSTER CONTAINER MANILA NATIVE CEPH CEPH.KO NOVA
  • 28. Manila in SUSE OpenStack Cloud §  The Manila service is tech preview in SUSE Cloud 5 §  Fully supported in SUSE OpenStack Cloud 6 §  Crowbar deployment tool integration §  Controller HA §  NetApp driver §  Custom driver possible
  • 29. Manila in SUSE OpenStack Cloud 6 (Beta) https://youtu.be/pp0Y87Xfy-E
  • 30. Manila in RHEL OpenStack Platform 7 §  The Manila service is tech preview in RHEL OpenStack Platform 7 §  RHEL OpenStack director deployment tool §  Offer integration with §  GlusterFS native §  Gluster NFS §  NetApp drivers §  Manila Certification program in RHEL OpenStack Platform 8 §  Introducing NFS-Ganesha and Gluster Automated Volume Management (based on Heketi)
  • 31. Manila in RHEL OpenStack Platform 7 (Preview) https://www.youtube.com/watch?v=lfyYh8BWH7I&feature=youtu.be
  • 33. Upcoming in Mitaka §  Mount Automation §  Rolling Updates §  Export Location Metadata §  Manila QoS §  Capability Lists §  Interaction Between New Features §  Share Migration Loose-ends §  Remove All Extensions §  Architectural Directions For New 1st-party Drivers §  Share Replication
  • 34. §  Non Disruptive Operations §  High Availability §  Availability Zones §  Failures within an AZ §  High Availability Solution §  Clustered Storage §  Failure of an AZ §  High Availability Solution §  Share Replication Manila State of the Art: Share Replication
  • 35. Demo #3: Share Replication
  • 36. GET INVOLVED WITH MANILA! §  Manila Resources §  https://github.com/openstack/manila §  https://github.com/openstack/python-manilaclient §  https://github.com/openstack/manila-ui §  https://github.com/openstack/manila-image-elements §  https://wiki.openstack.org/wiki/Manila §  https://launchpad.net/manila §  #openstack-manila on IRC (Freenode) §  Weekly meetings @ Thursday, 15:00 UTC §  NetApp: http://netapp.github.io §  Red Hat: https://www.redhat.com/en/technologies/linux-platforms/openstack-platform §  Suse: https://www.suse.com/products/suse-cloud/
  • 37. MANILA RELATED SESSIONS §  MANILA GENERAL SESSIONS §  Manila and Sahara: Crossing the Desert to the Big Data Oasis: Tuesday, Oct 27 12:05pm §  OpenStack Manila Hands-on Lab Session: Tuesday, Oct 27 2:00pm §  The State of Ceph, Manila, and Containers in OpenStack: Wednesday, Oct 28 4:40pm §  UPCOMING MANILA SESSION §  Manila contributors meetup: Friday, Oct 30, 9:00am