<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dustins</id>
		<title>OpenStack - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dustins"/>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/wiki/Special:Contributions/Dustins"/>
		<updated>2026-07-09T02:16:44Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Obsolete:Manila/ManilaDevstack&amp;diff=71423</id>
		<title>Obsolete:Manila/ManilaDevstack</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Obsolete:Manila/ManilaDevstack&amp;diff=71423"/>
				<updated>2015-01-08T20:24:31Z</updated>
		
		<summary type="html">&lt;p&gt;Dustins: Wiki-fied the article and added some cleanup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Requirements==&lt;br /&gt;
&lt;br /&gt;
The requirements are to have a VM running Ubuntu 14.04 and password-less sudo privileges if you do not want to be prompted for passwords.&lt;br /&gt;
&lt;br /&gt;
==Steps==&lt;br /&gt;
&lt;br /&gt;
# Copy the script to the home directory of the VM.&lt;br /&gt;
#Run the script.&lt;br /&gt;
#Run stack.sh from the ~/devstack directory when the script completes.&lt;br /&gt;
&lt;br /&gt;
== Script ==&lt;br /&gt;
Copy and paste this script on your devstack host to configure the machine and devstack for manila.&lt;br /&gt;
&lt;br /&gt;
 # A script to setup manila devstack on Ubuntu 14.04&lt;br /&gt;
 sudo apt-get -y install git git-review python-pip python-setuptools python-dev libxslt-dev libmysqlclient-dev libpq-dev nfs-common screen&lt;br /&gt;
 sudo apt-get -y update&lt;br /&gt;
 sudo apt-get -y upgrade&lt;br /&gt;
 git clone git://github.com/openstack/manila.git&lt;br /&gt;
 git clone git://github.com/openstack-dev/devstack.git&lt;br /&gt;
 cp -r manila/contrib/devstack/* devstack&lt;br /&gt;
 cd devstack&lt;br /&gt;
 &lt;br /&gt;
 cat &amp;lt;&amp;lt; __EOF__ &amp;gt; local.conf&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[[local|localrc]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 ADMIN_PASSWORD=nova&lt;br /&gt;
 DATABASE_PASSWORD=nova&lt;br /&gt;
 RABBIT_PASSWORD=nova&lt;br /&gt;
 SERVICE_PASSWORD=nova&lt;br /&gt;
 SERVICE_TOKEN=nova&lt;br /&gt;
 GUEST_PASSWORD=nova&lt;br /&gt;
 MYSQL_HOST=127.0.0.1&lt;br /&gt;
 MYSQL_USER=root&lt;br /&gt;
 MYSQL_PASSWORD=nova&lt;br /&gt;
 RABBIT_HOST=127.0.0.1&lt;br /&gt;
 LIBVIRT_TYPE=qemu&lt;br /&gt;
 GLANCE_HOSTPORT=127.0.0.1:9292&lt;br /&gt;
 SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5&lt;br /&gt;
 SWIFT_REPLICAS=1&lt;br /&gt;
 SWIFT_DATA_DIR=\$DEST/data/swift&lt;br /&gt;
 LOGDAYS=1&lt;br /&gt;
 LOGFILE=\$DEST/devstack.log&lt;br /&gt;
 SCREEN_LOGDIR=\$DEST/logs/screen&lt;br /&gt;
 RECLONE=yes&lt;br /&gt;
 API_RATE_LIMIT=False&lt;br /&gt;
 &lt;br /&gt;
 disable_service horizon&lt;br /&gt;
 disable_service heat&lt;br /&gt;
 disable_service h-eng&lt;br /&gt;
 disable_service h-api&lt;br /&gt;
 disable_service h-api-cfn&lt;br /&gt;
 disable_service h-api-cw&lt;br /&gt;
 disable_service n-net&lt;br /&gt;
 enable_service neutron&lt;br /&gt;
 enable_service q-svc&lt;br /&gt;
 enable_service q-agt&lt;br /&gt;
 enable_service q-dhcp&lt;br /&gt;
 enable_service q-l3&lt;br /&gt;
 enable_service q-meta&lt;br /&gt;
 enable_service tempest&lt;br /&gt;
 enable_service manila&lt;br /&gt;
 enable_service m-api&lt;br /&gt;
 enable_service m-sch&lt;br /&gt;
 enable_service m-shr&lt;br /&gt;
 Q_PLUGIN=ml2&lt;br /&gt;
 ENABLE_TENANT_VLANS=True&lt;br /&gt;
 ML2_VLAN_RANGES=physnet1:100:200&lt;br /&gt;
 PHYSICAL_NETWORK=physnet1&lt;br /&gt;
 OVS_PHYSICAL_BRIDGE=br-eth1&lt;br /&gt;
 Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch&lt;br /&gt;
 Q_ML2_PLUGIN_TYPE_DRIVERS=vlan,vxlan&lt;br /&gt;
 SHARE_BACKING_FILE_SIZE=22G&lt;br /&gt;
 __EOF__&lt;/div&gt;</summary>
		<author><name>Dustins</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Manila/Incubation_Application&amp;diff=58916</id>
		<title>Manila/Incubation Application</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Manila/Incubation_Application&amp;diff=58916"/>
				<updated>2014-07-24T15:17:20Z</updated>
		
		<summary type="html">&lt;p&gt;Dustins: /* Project developers qualifications */ added my credentials to the incubation application&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Project codename==&lt;br /&gt;
Manila&lt;br /&gt;
&lt;br /&gt;
== Trademarks ==&lt;br /&gt;
We're not aware of any trademarks conflicts with the name. The capital city of the Philippines is called Manila, making the name a proper noun. There are no other names used by the project with trademark concerns.&lt;br /&gt;
&lt;br /&gt;
== Summary (one sentence abstract of the project) ==&lt;br /&gt;
The Manila project provides an API for management of shared filesystems with support for multiple protocols and backend implementations. &lt;br /&gt;
&lt;br /&gt;
== Parent Program name and PTL ==&lt;br /&gt;
Program: [[Manila/Program_Application|Shared Filesystems]]&lt;br /&gt;
&lt;br /&gt;
PTL: Ben Swartzlander&lt;br /&gt;
&lt;br /&gt;
== Mission statement ==&lt;br /&gt;
Stated simply, the goal of the Manila project is to do for shared filesystem storage what Cinder has done for blocks storage.&lt;br /&gt;
&lt;br /&gt;
We aim to provide a vendor neutral management interface that allows for provisioning and attaching shared filesystems such as NFS, CIFS, and more. To the extent possible we aim to mirror the architecture of Cinder, with support for a public REST API, multiple backends, and a scheduler that performs resource assignment decisions. When differences are unavoidable, we plan to design solutions that are compatible with the OpenStack ideals of modularity and scalability.&lt;br /&gt;
&lt;br /&gt;
== Detailed Description ==&lt;br /&gt;
The basic assumption underpinning Manila is that shared filesystems provide some valuable features that cannot be obtained from either blocks storage or object storage, and that OpenStack is missing management features for this 3rd form of storage. The unique features afforded by shared filesystems are shared, fine-grained, read/write access to persistent data by multiple instances simultaneously. The NFS and CIFS protocols have been developed to provide these features and still prove popular after decades of use.&lt;br /&gt;
&lt;br /&gt;
The implementation of Manila is actually a modified fork of the Cinder project. The concept for management of shared filesystems was originally proposed as an extension to Cinder (at the SF design summit in April 2012), under the theory that there would be a lot of common code between the implementations, and many of the same developers would be interested in working on both projects. Because of this, the initial implementation for what is now Manila was actually a large patch to the Cinder project submitted in August 2012. For a variety of reasons, we ultimately decided that a separate project would be a better way to deliver the features and the Manila project was born.&lt;br /&gt;
&lt;br /&gt;
Manila consist of all of the code from Cinder with our shared filesystem management code added in and all the blocks-specific code removed. The API largely mirrors the existing Cinder APIs, except that &amp;quot;volumes&amp;quot; have been renamed to &amp;quot;shares&amp;quot; and the attachment procedure is somewhat different. &lt;br /&gt;
&lt;br /&gt;
== Basic roadmap for the project ==&lt;br /&gt;
The initial implementation of Manila was a proof of concept that shared filesystem management can fit into the same architecture as Cinder. The main difference between blocks and shared filesystems however is how the storage system and the ultimate user of the storage communicate with one another. In particular, shared filesystems work best when instances are able to communicate directly with the storage backend over the network, and the storage backend is able to serve multiple tenants while maintaining secure separation between them. Block storage can simply be virtualized through a hypervisor, with far fewer requirements on the backend storage system. Because of these differences, additional work is needed to help automate the networking portion of attaching a shared filesystem to one or more instances in a tenant network, and to automate the setup of security domains and other features that exist in a NAS environment but not a SAN environment.&lt;br /&gt;
&lt;br /&gt;
During Icehouse, our main goals are to define and implement these new APIs as well as expanding the backend driver interface to support true multitenancy (the kind with network segmentation) in Manila. We also aim to get as many backends implemented as possible, and to this end we will be improving the reference drivers and documentation for developing new ones.&lt;br /&gt;
̈&lt;br /&gt;
== Location of project source code ==&lt;br /&gt;
* Project code: https://github.com/stackforge/manila&lt;br /&gt;
* Python client: https://github.com/stackforge/python-manilaclient&lt;br /&gt;
&lt;br /&gt;
== Programming language, required technology dependencies ==&lt;br /&gt;
=== Language: ===&lt;br /&gt;
Python&lt;br /&gt;
&lt;br /&gt;
=== Dependencies ===&lt;br /&gt;
Message queue, database server, keystone, neutron&lt;br /&gt;
Optional parts of Manila depend on: nova, cinder&lt;br /&gt;
&lt;br /&gt;
There is a plan to make the neutron dependency optional in the future.&lt;br /&gt;
&lt;br /&gt;
== Is project currently open sourced? What license? ==&lt;br /&gt;
Yes - Licensed under the Apache License, Version 2.0&lt;br /&gt;
&lt;br /&gt;
== Level of maturity of software and team ==&lt;br /&gt;
=== Software ===&lt;br /&gt;
Aside from the code inherited from Cinder, the new Manila code is a little more than a year old, and has been actively developed from then until now, mostly by developers from NetApp and Mirantis. &lt;br /&gt;
&lt;br /&gt;
=== Team ===&lt;br /&gt;
The core team now consists of developers from NetApp and Mirantis, with significant community interest since the code was open sourced in August 2013. &lt;br /&gt;
&lt;br /&gt;
== Project developers qualifications ==&lt;br /&gt;
&lt;br /&gt;
=== Ben Swartzlander ===&lt;br /&gt;
'''NetApp - Software Architect, Manila - PTL'''&lt;br /&gt;
&lt;br /&gt;
Ben Swartzlander has been the technical lead for the project since its conception 2 years ago, and plans to continue leading the project from a design and administrative standpoint. Ben has been working the storage industry as a software engineer for more than 13 years and has extensive experience with storage systems, network protocols, virtualization, and open source projects. Ben has been a contributor to the OpenStack project for nearly 3 years.&lt;br /&gt;
&lt;br /&gt;
=== Yulia Portnova ===&lt;br /&gt;
'''Mirantis - Software Developer, Manila - Core Team'''&lt;br /&gt;
&lt;br /&gt;
Yulia has been working in Mirantis with OpenStack since Essex release. &lt;br /&gt;
Has contributions to Nova, Glance, Cinder.&lt;br /&gt;
&lt;br /&gt;
=== Valeriy Ponomaryov ===&lt;br /&gt;
'''Mirantis - QA Automation Engineer, Manila - Core Team'''&lt;br /&gt;
&lt;br /&gt;
Valeriy has been working with OpenStack since Folsom release, except Manila project he has contributions to Tempest, CI Config and Oslo-Incubator, also he is one of the developers of Horizon modification and Devstack plugin for Manila project.&lt;br /&gt;
&lt;br /&gt;
=== Xing Yang ===&lt;br /&gt;
'''EMC - Software Developer, Manila - Core Team (pending team vote)'''&lt;br /&gt;
&lt;br /&gt;
=== Alex Meade ===&lt;br /&gt;
'''NetApp - Software Developer'''&lt;br /&gt;
&lt;br /&gt;
Alex has been working on OpenStack for over 3 years and is a Core contributor for the Glance project. He previously worked on the Rackspace public cloud deployment and is interested in OpenStack at scale.&lt;br /&gt;
&lt;br /&gt;
=== Rushil Chugh ===&lt;br /&gt;
'''NetApp - Software Developer'''&lt;br /&gt;
&lt;br /&gt;
Rushil holds a Masters in Computer Networking and has been working with OpenStack since the Grizzly release. Rushil holds a keen interest in Enterprise Network Deployments, Data Storage and Virtualization.&lt;br /&gt;
&lt;br /&gt;
=== Clinton Knight ===&lt;br /&gt;
'''NetApp - Sr. Software Developer'''&lt;br /&gt;
&lt;br /&gt;
Clinton holds a doctorate in electrical &amp;amp; computer engineering, has worked in the storage industry for 15 years, and has extensive experience with storage management and protocols as well as virtualization.&lt;br /&gt;
&lt;br /&gt;
=== Dustin Schoenbrun ===&lt;br /&gt;
'''NetApp - Software QA Engineer'''&lt;br /&gt;
&lt;br /&gt;
Dustin holds a Bachelor's in Computer Science from the University of New Hampshire and has worked in the storage industry for 8 years and has been with NetApp for 4 of them. He has worked as a software engineer and QA engineer on several of NetApp's integrations with other vendors' virtualization products and now focuses on OpenStack integrations.&lt;br /&gt;
&lt;br /&gt;
=== Rushi Agrawal ===&lt;br /&gt;
'''Reliance Jio Cloud - Software Developer'''&lt;br /&gt;
&lt;br /&gt;
=== Andrei Ostapenko ===&lt;br /&gt;
'''Mirantis - Software Developer'''&lt;br /&gt;
&lt;br /&gt;
Andrei works with OpenStack since folsom release and is mostly involved in new stackforge components.&lt;br /&gt;
&lt;br /&gt;
=== Vitaly Kostenko ===&lt;br /&gt;
'''Mirantis - Software Developer'''&lt;br /&gt;
&lt;br /&gt;
=== Aleksandr Chirko ===&lt;br /&gt;
'''Mirantis - Software Developer'''&lt;br /&gt;
&lt;br /&gt;
=== Vijay Bellur ===&lt;br /&gt;
'''Red Hat'''&lt;br /&gt;
&lt;br /&gt;
=== Csaba Henk ===&lt;br /&gt;
'''Red Hat'''&lt;br /&gt;
&lt;br /&gt;
=== Ramana Raja ===&lt;br /&gt;
'''Red Hat'''&lt;br /&gt;
&lt;br /&gt;
=== Christian Berendt ===&lt;br /&gt;
&lt;br /&gt;
=== Shamail Tahir ===&lt;br /&gt;
'''EMC'''&lt;br /&gt;
&lt;br /&gt;
=== Scott D'Angelo ===&lt;br /&gt;
'''HP Public Cloud'''&lt;br /&gt;
&lt;br /&gt;
=== Deepak C Shetty ===&lt;br /&gt;
'''Red Hat - OpenStack Developer'''&lt;br /&gt;
&lt;br /&gt;
=== Julia Varlamova ===&lt;br /&gt;
'''Mirantis - Intern Software Developer'''&lt;br /&gt;
&lt;br /&gt;
Julia has been working on OpenStack for 1.5 years. Has contributions to Glance, Cinder, Oslo.DB.&lt;br /&gt;
&lt;br /&gt;
== Infrastructure requirements (testing, etc) ==&lt;br /&gt;
Manila does not require any infrastructure above and beyond what's already provided by devstack, gerrit, jenkins, and tempest today.&lt;br /&gt;
&lt;br /&gt;
== Have all current contributors agreed to the OpenStack CLA? ==&lt;br /&gt;
All current contributors HAVE agreed to the OpenStack CLA!&lt;/div&gt;</summary>
		<author><name>Dustins</name></author>	</entry>

	</feed>