Commit Graph

13 Commits

Author SHA1 Message Date
Hugh Saunders fd84d44de5 Remove Berksfile.lock from dev branches
blueprint remove-berksfile-lock-from-dev-branches

Change-Id: I020ca5189c3b038f0a48aab2ec35ebc00c362214
2014-01-20 17:19:52 +00:00
Matt Ray 60e37c5eb0 Unified Rubocop cleanups under single file.
Consolidate all the .rubocop.yml into a single file, finished out cleanups for
all the Ruby files.

Change-Id: I92d5983724d5d0185cd25bea6a0f46657a6c05d4
Addresses: blueprint rubocop-for-block-storage
2014-01-17 15:35:20 -06:00
Chen Zhiwei 9cf9a0adfa Upgrade to Havana release
Also upgrade gems:
- berkshelf, ~> 2.0.10
- chefspec, ~> 3.0.2
- foodcritic, ~> 3.0.3
And update the DEPRECATION keywords

Change-Id: I8f8bf961ec065944696d4c85120aefe6c2bf76bb
2013-12-12 21:06:04 -05:00
Ionuț Arțăriși d5a321f086 auth_token configuration: always set auth_uri
Change-Id: I9a10bded9699d46e99da6f0ea4e49876a28c536e
Addresses: bug #1207504
2013-11-19 10:31:39 +01:00
alop 73bfaccfee Removed work-around for bug 1169730
Updated cinder packages have made it into precise
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1169730

no longer need to manually update stevedore module

Change-Id: I1690b6f9bbb78233a0750c56a99197760a66649b
2013-10-29 11:13:00 -07:00
Ionuț Arțăriși 73222e39cb use a log_file if syslog is disabled
Change-Id: Ie4625c6a396267f9bb91f52f7431ff8b8727a045
2013-10-16 17:26:30 +02:00
John Tran bc00347db1 cronjob binary path depends on platform
also refactored some tests

Change-Id: I7ef1082a515898efd26be398fa30d32b756c27c3
2013-09-23 17:43:46 +00:00
John Tran af20b1e521 configurable audit cron and ensure only one
Prior, the cronjobs were being set if there was more than one scheduler node.
This logic will ensure only one node at a time will be set to run the audit.
Cron job is also now configurable to preference.  Prior was setting to every
minute, which is more frequent than necessary.

Change-Id: I27b760b9260963bad3459bf2eb220e2c2966eb0f
2013-09-13 20:36:16 +00:00
John Tran a5cff83f5c Enable ceilometer metering
Sets cronjob for audit and control_exchange

Change-Id: Ib8626f0b756f8a4f0294a5451bdf759ff2ae675e
2013-09-09 17:10:25 +00:00
alop d8a7f219c1 Upgrading 'stevedore' module for bug 1169730
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1169730
Running into this on Ubuntu 12.04

Simply upgrading to a newer 'stevedore' resolved the issues with
the cinder scheduler.

Change-Id: I162c6714d56650fb891ec772bf71126856c82d8c
2013-08-26 11:28:27 -07:00
John Dewey be498fa94c Using new `["openstack"]["mq"]` attributes
Added grizzly rabbbit HA functionality, and switched to the
new mq attributes. Attributes were updated to allow global
and local overrides.

Change-Id: I10f92932fbe1bd256c5a6e10cd357a8ac5e5f1e0
2013-07-10 09:49:50 -07:00
Jay Pipes 0e25355340 Add directory creation for /etc/cinder
Ensure /etc/cinder exists before trying
to create /etc/cinder/cinder.conf

fixes lp 1197930

Change-Id: I372603b56f0e4fd284f65f29b6260bb3c53289b8
2013-07-05 18:47:41 -04:00
John Dewey 2f7915360a Clearer registraton LWRP tests
This is a much clearer way to test LWRPs are executed with
the proper options.  The previous approach was hacky, and
relied upon too much stubbing and ruby magik.  Also, updated
to berkshelf 2.0 where Berksfile.lock is respected.  This
is necessary for berkshelf to lock to the proper cookbook
deps in openstack's CI system.

Change-Id: I21c1c000581f2d3c94ff2f9628f0cea0f6536013
2013-06-12 22:34:32 -07:00