From 47b68e31fe91ff0bb8317c42683eacb3493887a3 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Fri, 26 Jun 2015 16:49:42 -0600 Subject: [PATCH] Add SolidFire plugin to Fuel Initial commit of the Cinder backend driver plugin for Mirantis Fuel. Change-Id: Ib1bf65c76debac23959907c9a9a43aa841e15689 --- LICENSE | 202 ++++++++++++++++++ README.md | 46 ++++ deployment_scripts/puppet/manifests/site.pp | 3 + .../plugin_solidfire_cinder/manifests/init.pp | 45 ++++ environment_config.yaml | 72 +++++++ ...in-solidfire-cinder-1.0-1.0.0-1.noarch.rpm | Bin 0 -> 17787 bytes metadata.yaml | 24 +++ pre_build_hook | 5 + repositories/centos/.gitkeep | 0 repositories/ubuntu/.gitkeep | 0 tasks.yaml | 11 + 11 files changed, 408 insertions(+) create mode 100644 LICENSE create mode 100644 README.md create mode 100755 deployment_scripts/puppet/manifests/site.pp create mode 100755 deployment_scripts/puppet/modules/plugin_solidfire_cinder/manifests/init.pp create mode 100644 environment_config.yaml create mode 100644 fuel-plugin-solidfire-cinder-1.0-1.0.0-1.noarch.rpm create mode 100644 metadata.yaml create mode 100755 pre_build_hook create mode 100644 repositories/centos/.gitkeep create mode 100644 repositories/ubuntu/.gitkeep create mode 100644 tasks.yaml diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e06d208 --- /dev/null +++ b/LICENSE @@ -0,0 +1,202 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/README.md b/README.md new file mode 100644 index 0000000..6444b79 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +fuel-plugin-solidfire-cinder +============ + +Plugin description +-------------- + +SolidFire plugin for Fuel extends Mirantis OpenStack functionality by +adding support for SolidFire all Flash block storage cluster. + +The SolidFire cluster is an iSCSI block storage device used as a +Cinder backend. + +Requirements +------------ + +| Requirement | Version/Comment | +|----------------------------------------------------------|-----------------| +| Mirantis OpenStack compatibility | >= 6.1 | +| Access to SolidFire MVIP via cinder-volume node | | +| Access to SolidFire SVIP via compute/cinder-volume nodes | | +| iSCSI initiator on all compute/cinder-volume nodes | | + +Limitations +----------- + +Currently Fuel doesn't support multi-backend. + +SolidFire configuration +--------------------- + +Before starting a deployment there are some things that you should verify: +1. Your SolidFire Cluster can route 10G Storage Network to all Compute nodes + as well as the Cinder Control/Manager node. +2. Create an account on the SolidFire cluster to use as the OpenStack Administrator + account (use the login/password for this account as san_login/password settings). +3. Obtain the MVIP address from the SolidFire cluster (uses as the san_ip) + +SolidFire Cinder plugin installation +--------------------------- + +All of the needed code for using SolidFire in an OpenStack deployment is +included in the upstream OpenStack distribution. There are no additional +libraries, software packages or licenses. + +SolidFire plugin configuration +---------------------------- diff --git a/deployment_scripts/puppet/manifests/site.pp b/deployment_scripts/puppet/manifests/site.pp new file mode 100755 index 0000000..611d42f --- /dev/null +++ b/deployment_scripts/puppet/manifests/site.pp @@ -0,0 +1,3 @@ +$fuel_settings = parseyaml($astute_settings_yaml) +#class {'plugin_solidfire_cinder::': } +include plugin_solidfire_cinder diff --git a/deployment_scripts/puppet/modules/plugin_solidfire_cinder/manifests/init.pp b/deployment_scripts/puppet/modules/plugin_solidfire_cinder/manifests/init.pp new file mode 100755 index 0000000..c978ad3 --- /dev/null +++ b/deployment_scripts/puppet/modules/plugin_solidfire_cinder/manifests/init.pp @@ -0,0 +1,45 @@ +# Copyright 2015 SolidFire, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# + +class plugin_solidfire_cinder { + + include cinder::params + + if $::fuel_settings['fuel-plugin-solidfire-cinder']['multibackend'] { + $section = 'cinder_solidfire' + } else { + $section = 'DEFAULT' + } + + if $::cinder::params::volume_package { + package { $::cinder::params::volume_package: + ensure => present, + } + Package[$::cinder::params::volume_package] -> Cinder_config<||> + } + + cinder_config { + "${section}/volume_driver": value => 'cinder.volume.drivers.solidfire.SolidFireDriver'; + "${section}/san_login": value => $::fuel_settings['fuel-plugin-solidfire-cinder']['solidfire_admin_login']; + "${section}/san_password": value => $::fuel_settings['fuel-plugin-solidfire-cinder']['solidfire_admin_password']; + "${section}/san_ip": value => $::fuel_settings['fuel-plugin-solidfire-cinder']['solidfire_mvip']; + "${section}/sf_api_port": value => $::fuel_settings['fuel-plugin-solidfire-cinder']['solidfire_api_port']; + "${section}/sf_emulate_512": value => $::fuel_settings['fuel-plugin-solidfire-cinder']['solidifre_emulate_512']; + "${section}/sf_allow_template_caching": value => $::fuel_settings['fuel-plugin-solidfire-cinder']['solidfire_enable_image_caching']; + "${section}/sf_template_account_name": value => $::fuel_settings['fuel-plugin-solidfire-cinder']['solidfire_image_cache_account']; + "${section}/sf_account_prefix": value => $::fuel_settings['fuel-plugin-solidfire-cinder']['solidfire_account_prefix']; + } + +} diff --git a/environment_config.yaml b/environment_config.yaml new file mode 100644 index 0000000..e899950 --- /dev/null +++ b/environment_config.yaml @@ -0,0 +1,72 @@ +attributes: + multibackend: + value: false + label: 'Multibackend enabled' + description: 'SolidFire will be used in a Multibackend env (not implemented by Fuel).' + weight: 40 + type: "checkbox" + solidifire_admin_login: + value: '' + label: 'Login for Cluster Admin account (san_login)' + description: 'Cluster account used by Cinder service.' + weight: 10 + type: "text" + regex: + source: '\S' + error: "Username field cannot be empty" + solidfire_admin_password: + value: '' + label: 'Password for Cluster Admin account (san_password)' + description: 'Cluster account used by Cinder service.' + weight: 20 + type: "password" + solidfire_mvip: + value: '' + label: 'Cluster MVIP (san_ip)' + description: 'The hostname (or IP address) for the SolidFire Cluster API endpoint.' + weight: 30 + type: "text" + solidfire_api_port: + value: '443' + label: 'Cluster enpoint port' + description: 'The TCP port to use for API communication with the cluster or proxy server.' + weight: 50 + type: "text" + solidfire_emulate_512: + value: "true" + values: + - data: "true" + label: "true" + description: "Enables 512 byte emulation on volumes during creation." + - data: "false" + label: "false" + description: "Disables 512 byte emulation and uses the native 4096 byte block size." + label: "SolidFire Emulate 512 block size" + description: 'Enable/Disable 512 byte block size emulation (typically left enabled).' + weight: 60 + type: "radio" + solidfire_enable_image_caching: + value: "true" + values: + - data: "true" + label: "true" + description: "Enables caching of glance images on the SolidFire cluster." + - data: "false" + label: "false" + description: "Disables caching of glance images on the SolidFire cluster." + label: "SolidFire enable image caching" + description: 'Enable/Disable caching of Glance images on the SolidFire cluster.' + weight: 70 + type: "radio" + solidfire_image_cache_account: + value: 'openstack-vtemplate' + label: 'Image Cache account name' + description: 'The SolidFire tenant that will own cached image volumes on the Cluster.' + weight: 70 + type: "text" + solidfire_account_prefix: + value: '' + label: 'Account Prefix for this OpenStack' + description: 'Pre-pend this name to all accounts on the SolidFire Array.' + weight: 80 + type: "text" diff --git a/fuel-plugin-solidfire-cinder-1.0-1.0.0-1.noarch.rpm b/fuel-plugin-solidfire-cinder-1.0-1.0.0-1.noarch.rpm new file mode 100644 index 0000000000000000000000000000000000000000..81088f09b0b7feae8b3e79b8224818f3ac347617 GIT binary patch literal 17787 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 literal 0 HcmV?d00001 diff --git a/metadata.yaml b/metadata.yaml new file mode 100644 index 0000000..80464e5 --- /dev/null +++ b/metadata.yaml @@ -0,0 +1,24 @@ +name: fuel-plugin-solidfire-cinder +title: Fuel plugin to enable SolidFire driver in Cinder +version: '1.0.0' +description: Enables the SolidFire driver in Cinder +fuel_version: ['6.1'] +licenses: ['Apache License Version 2.0'] +authors: ['John Griffith '] +homepage: 'https://github.com/stackforge/fuel-plugins' +groups: ['storage::cinder'] + +releases: + - os: ubuntu + version: 2014.2-6.1 + mode: ['ha', 'multinode'] + deployment_scripts_path: deployment_scripts/ + repository_path: repositories/ubuntu + - os: centos + version: 2014.2-6.1 + mode: ['ha', 'multinode'] + deployment_scripts_path: deployment_scripts/ + repository_path: repositories/centos + +# Version of plugin package +package_version: '2.0.0' diff --git a/pre_build_hook b/pre_build_hook new file mode 100755 index 0000000..dc05e98 --- /dev/null +++ b/pre_build_hook @@ -0,0 +1,5 @@ +#!/bin/bash + +# Add here any the actions which are required before plugin build +# like packages building, packages downloading from mirrors and so on. +# The script should return 0 if there were no errors. diff --git a/repositories/centos/.gitkeep b/repositories/centos/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/repositories/ubuntu/.gitkeep b/repositories/ubuntu/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tasks.yaml b/tasks.yaml new file mode 100644 index 0000000..1867569 --- /dev/null +++ b/tasks.yaml @@ -0,0 +1,11 @@ +# This tasks will be applied on controller nodes, +# here you can also specify several roles, for example +# ['cinder', 'compute'] will be applied only on +# cinder and compute nodes +- role: ['cinder'] + stage: post_deployment + type: puppet + parameters: + puppet_manifest: puppet/manifests/site.pp + puppet_modules: puppet/modules:/etc/puppet/modules + timeout: 360