AT&T cleanup
This commit is contained in:
41
README.md
41
README.md
@@ -10,12 +10,6 @@ Requirements
|
|||||||
|
|
||||||
Chef 0.10.0 or higher required (for Chef environment use).
|
Chef 0.10.0 or higher required (for Chef environment use).
|
||||||
|
|
||||||
Platforms
|
|
||||||
--------
|
|
||||||
|
|
||||||
* Ubuntu-12.04
|
|
||||||
* Fedora-17
|
|
||||||
|
|
||||||
Cookbooks
|
Cookbooks
|
||||||
---------
|
---------
|
||||||
|
|
||||||
@@ -31,8 +25,8 @@ The following cookbooks are dependencies:
|
|||||||
* rabbitmq
|
* rabbitmq
|
||||||
* selinux (Fedora)
|
* selinux (Fedora)
|
||||||
|
|
||||||
Recipes
|
Usage
|
||||||
=======
|
=====
|
||||||
|
|
||||||
api
|
api
|
||||||
----
|
----
|
||||||
@@ -72,26 +66,31 @@ Attributes
|
|||||||
* `cinder["volume"]["iscsi_helper"]` - ISCSI target user-land tool to use
|
* `cinder["volume"]["iscsi_helper"]` - ISCSI target user-land tool to use
|
||||||
* `cinder["netapp"]["enabled"]` - Enable netapp-specific options
|
* `cinder["netapp"]["enabled"]` - Enable netapp-specific options
|
||||||
|
|
||||||
Templates
|
Testing
|
||||||
=====
|
=====
|
||||||
* `api-paste.ini.erb` - Paste config for cinder API middleware
|
|
||||||
* `cinder.conf.erb` - Basic cinder.conf file
|
This cookbook is using [ChefSpec](https://github.com/acrmp/chefspec) for
|
||||||
* `targets.conf.erb` - config file for tgt (iscsi target software)
|
testing. Run the following before commiting. It will run your tests,
|
||||||
|
and check for lint errors.
|
||||||
|
|
||||||
|
$ ./run_tests.bash
|
||||||
|
|
||||||
License and Author
|
License and Author
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Author:: Justin Shepherd (<justin.shepherd@rackspace.com>)
|
Author:: Justin Shepherd (<justin.shepherd@rackspace.com>)
|
||||||
Author:: Jason Cannavale (<jason.cannavale@rackspace.com>)
|
Author:: Jason Cannavale (<jason.cannavale@rackspace.com>)
|
||||||
Author:: Ron Pedde (<ron.pedde@rackspace.com>)
|
Author:: Ron Pedde (<ron.pedde@rackspace.com>)
|
||||||
Author:: Joseph Breu (<joseph.breu@rackspace.com>)
|
Author:: Joseph Breu (<joseph.breu@rackspace.com>)
|
||||||
Author:: William Kelly (<william.kelly@rackspace.com>)
|
Author:: William Kelly (<william.kelly@rackspace.com>)
|
||||||
Author:: Darren Birkett (<darren.birkett@rackspace.co.uk>)
|
Author:: Darren Birkett (<darren.birkett@rackspace.co.uk>)
|
||||||
Author:: Evan Callicoat (<evan.callicoat@rackspace.com>)
|
Author:: Evan Callicoat (<evan.callicoat@rackspace.com>)
|
||||||
Author:: Jay Pipes (<jaypipes@gmail.com>)
|
Author:: Jay Pipes (<jaypipes@att.com>)
|
||||||
|
Author:: John Dewey (<jdewey@att.com>)
|
||||||
|
Author:: Abel Lopez (<al592b@att.com>)
|
||||||
|
|
||||||
Copyright 2012, Rackspace US, Inc.
|
Copyright 2012, Rackspace US, Inc.
|
||||||
Copyright 2012, AT&T, Inc.
|
Copyright 2012-2013, AT&T Services, Inc.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright 2012, DreamHost
|
# Copyright 2012, DreamHost
|
||||||
# Copyright 2012, Rackspace US, Inc.
|
# Copyright 2012, Rackspace US, Inc.
|
||||||
|
# Copyright 2012-2013, AT&T Services, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
name "cinder"
|
name "cinder"
|
||||||
maintainer "AT&T, Inc."
|
maintainer "AT&T Services, Inc."
|
||||||
maintainer_email "jaypipes@gmail.com"
|
maintainer_email "cookbooks@lists.tfoundry.com"
|
||||||
license "Apache 2.0"
|
license "Apache 2.0"
|
||||||
description "The OpenStack Advanced Volume Management service Cinder."
|
description "The OpenStack Advanced Volume Management service Cinder."
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# Recipe:: api
|
# Recipe:: api
|
||||||
#
|
#
|
||||||
# Copyright 2012, Rackspace US, Inc.
|
# Copyright 2012, Rackspace US, Inc.
|
||||||
# Copyright 2012, AT&T, Inc.
|
# Copyright 2012-2013, AT&T Services, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# Cookbook Name:: cinder
|
# Cookbook Name:: cinder
|
||||||
# Recipe:: db
|
# Recipe:: db
|
||||||
#
|
#
|
||||||
# Copyright 2012, AT&T
|
# Copyright 2012-2013, AT&T Services, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# Recipe:: api
|
# Recipe:: api
|
||||||
#
|
#
|
||||||
# Copyright 2012, Rackspace US, Inc.
|
# Copyright 2012, Rackspace US, Inc.
|
||||||
# Copyright 2012, AT&T, Inc.
|
# Copyright 2012-2013, AT&T Services, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# Recipe:: scheduler
|
# Recipe:: scheduler
|
||||||
#
|
#
|
||||||
# Copyright 2012, Rackspace US, Inc.
|
# Copyright 2012, Rackspace US, Inc.
|
||||||
# Copyright 2012, AT&T, Inc.
|
# Copyright 2012-2013, AT&T Services, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
# Recipe:: volume
|
# Recipe:: volume
|
||||||
#
|
#
|
||||||
# Copyright 2012, Rackspace US, Inc.
|
# Copyright 2012, Rackspace US, Inc.
|
||||||
# Copyright 2012, AT&T, Inc.
|
# Copyright 2012-2013, AT&T Services, Inc.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
Reference in New Issue
Block a user