b0bfb22c68b0b9def25c836b5bd5f2d29196459f
Commit Graph

42 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
Ben Kero
b0bfb22c68 docs: Update README.md to point to new Beaker URL
The URL [1] to the docs for writing Beaker tests (specifically beaker-rspec)
have moved. The README.md still points to the old URL. This commit fixes
this by pointing to a better URL [2].
[1] https://github.com/puppetlabs/beaker/wiki/How-to-Write-a-Beaker-Test-for-a-Module
[2] https://github.com/puppetlabs/beaker-rspec/blob/master/README.md
Change-Id: Id571dc4b62f5cee4b8658a1a7ef718f4f86e5d59
2016年02月04日 22:43:51 -08:00
Xingchao
83062c3624 Fix multiple bugs in puppet-oslo
This patch aims to make puppet-oslo work:
 - fix oslo::versionedobjects spec
 - fix oslo::policy
 - drop mock dependency
 - add acceptance by msync
Co-Authored-By: Emilien Macchi <emilien@redhat.com>
Closes-Bug: #1492636
Change-Id: Icbb1df3498432d2a95342a14ce57b45b65a132c9
2016年01月26日 01:34:40 +08:00
Newptone
951e346f4c Merge pull request #4 from liaoishere/master
Add define oslo::db.
2016年01月22日 19:41:23 +08:00
Liao Penghui
4f93244031 Add define oslo::db.
Add oslo::db for database connection configs for OpenStack services.
2016年01月22日 19:38:30 +08:00
Xingchao Yu
c961197d34 Change default value to $::os_service_default
The following define has been changed:
 - oslo::concurrency
 - oslo::versionedobjects
2016年01月22日 19:34:25 +08:00
Xingchao Yu
6ad427bcdf Add define oslo::policy
This patch aims to add a new define to manage parameters
in [oslo_policy] which belongs to oslo.messaging.
2016年01月22日 19:25:30 +08:00
Xingchao Yu
62a468ab27 Add spec_helper and spec_helper_acceptance file
- spec_helper.rb
 - spec_helper_acceptance.rb
2016年01月22日 19:09:19 +08:00
Xingchao Yu
166914fd11 Collect versions of oslo libraries in Tuskar
This patch aims to collect version info of oslo.* projects
from tuskar master branch (Mitaka release).
2016年01月22日 19:02:17 +08:00
Xingchao Yu
a0e54913d4 Collect versions of oslo libraries in Zaqar
This patch aims to collect version info of oslo.* projects
from zaqar master branch (Mitaka release).
2016年01月22日 18:53:51 +08:00
Xingchao Yu
ed1c9f6d0c Collect versions of oslo libraries in Sahara
This patch aims to collect version info of oslo.* projects
from sahara master branch (Mitaka release).
2016年01月22日 18:47:54 +08:00
Xingchao Yu
c6a508cd6b Collect versions of oslo libraries in Rally
This patch aims to collect version info of oslo.* projects
from rally master branch (Mitaka release).
2016年01月22日 18:42:51 +08:00
Xingchao Yu
6a8058ca1b Add rspec test for oslo::versionedobjects 2016年01月22日 18:39:32 +08:00
Newptone
840c07d111 Merge pull request #3 from liaoishere/master
Add some logging related parameters.
2016年01月22日 18:33:11 +08:00
Liao Penghui
338d7664c5 Use is_service_default for the warning message.
Use is_service_default function instead of regular true/false
conditional statement. Because $::os_service_default is a string.
2016年01月22日 18:32:26 +08:00
Liao Penghui
c9324e1853 Add some logging related parameters.
Add some logging related parameters. And change the parameter
specification to be consistent with the paramter list.
2016年01月22日 18:31:35 +08:00
Xingchao Yu
27b56d3e85 Collect versions of oslo libraries in Murano
This patch aims to collect version info of oslo.* projects
from murano master branch (Mitaka release).
2016年01月22日 18:15:29 +08:00
Xingchao Yu
8d5ce993d3 Collect versions of oslo libraries in Tempest
This patch aims to collect version info of oslo.* projects
from tempest master branch (Mitaka release).
2016年01月22日 18:09:21 +08:00
Xingchao Yu
0f4cab1549 Collect versions of oslo libraries in Mistral
This patch aims to collect version info of oslo.*
from mistral master branch (Mitaka release).
2016年01月22日 17:58:42 +08:00
Xingchao Yu
63bbb79ee7 Collect versions of oslo libraries in Ironic
This patch aims to collect version info of oslo.* from ironic
master branch (Mitaka release).
2016年01月22日 17:58:42 +08:00
Xingchao Yu
cfdee70f71 Collect versions of oslo libraries in Ironic
This patch aims to collect version info of oslo.* from ironic
master branch (Mitaka release).
2016年01月22日 17:46:18 +08:00
Xingchao Yu
a730e0f5b3 Collect versions of oslo libraries in Gnocchi
This patch aims to collect version info of oslo.* from gnocchi
master branch (Mitaka release).
2016年01月22日 17:41:33 +08:00
Newptone
0be53c1cad Merge pull request #2 from liaoishere/master
Add define oslo::log
2016年01月22日 17:33:55 +08:00
Xingchao Yu
b7b066e2b7 Collect versions of oslo libraries in barbican
This patch aims to collect version info of oslo.* from barbican
master branch (Mitaka release).
2016年01月22日 17:31:28 +08:00
Xingchao Yu
a0167b0e92 Collect versions of oslo libraries in Aodh
This patch aims to collect version info of oslo.* from Aodh
master branch (Mitaka release).
2016年01月22日 17:09:27 +08:00
Liao Penghui
1e441e4fcd Add define oslo::log
This patch aims to add a new define to manage parameters of
logging facility in the [DEFAULT] section which belongs to oslo.log.
2016年01月22日 16:58:51 +08:00
Xingchao Yu
787a7b60ad Collect versions of oslo libraries in Swift
This patch aims to collect version info of oslo.* from Swift
master branch (Mitaka release).
2016年01月22日 16:57:15 +08:00
Newptone
2ba865f18a Merge pull request #1 from liaoishere/master
Fix spelling mistake and change default value in messaging_rabbit
2016年01月22日 15:22:51 +08:00
Xingchao Yu
27e7f82841 Add define oslo::versionedobjects
This patch aims to add a new define to manage parameters in
[oslo_versionedobjects] which belongs to oslo.versionedobjects.
2016年01月22日 15:18:28 +08:00
Liao Penghui
2ae2cc233f Change defualt value and fix some mistakes
- Use os_service_default as the default value in oslo_messaging_rabbit.
- Fix some mistakes in the specification.
2016年01月22日 15:09:09 +08:00
Xingchao Yu
feb5132312 Add define oslo::concurrency
This patch aims to add a new define to manage parameters in
[oslo_concurrency] which belongs to oslo.concurrency.
2016年01月22日 14:27:39 +08:00
Xingchao Yu
f136c86a6c Collect versions of oslo libraries in Trove
This patch aims to collect version info of oslo.* from Trove
master branch (Mitaka release).
2016年01月22日 03:19:15 +08:00
Xingchao Yu
3f187ca4d5 Collect versions of oslo libraries in Neutron
This patch aims to collect version info of oslo.* from Neutron
master branch (Mitaka release).
2016年01月22日 02:39:29 +08:00
Xingchao Yu
49989f00e6 Collect versions of oslo libraries in Manila
This patch aims to collect version info of oslo.* from Manila
master branch (Mitaka release).
2016年01月22日 02:22:23 +08:00
Xingchao Yu
ba550f7500 Collect versions of oslo libraries in Keystone
This patch aims to collect version info of oslo.* from Keystone
master branch (Mitaka release).
2016年01月22日 02:16:22 +08:00
Xingchao Yu
bb5c566212 Collect versions of oslo libraries in Heat
This patch aims to collect version info of oslo.* from Heat
master branch (Mitaka release).
2016年01月22日 02:15:37 +08:00
Xingchao Yu
2d5594c251 Collect versions of oslo libraries in Glance
This patch aims to collect version info of oslo.* from Glance
master branch (Mitaka release).
2016年01月22日 01:49:46 +08:00
Xingchao Yu
919d8fa329 Clean up unused rspec test
These rspec class tests are automatically generated
by cookiecutter, but actually they are not used in puppet-oslo.
2016年01月22日 01:42:34 +08:00
Xingchao Yu
f0c8632c52 Add versions of oslo libraries in Designate
This patch aims to collect version info of oslo.* from Designate
master branch (Mitaka release).
2016年01月22日 01:34:35 +08:00
Xingchao Yu
b86091eb6f Add define oslo::messaging_rabbit
This patch aims to add a new define to manage parameters in
[oslo_messaging_rabbit] which belongs to oslo.messaging.
2016年01月22日 01:21:01 +08:00
Xingchao Yu
11c109f092 Add list of openstack project oslo version 2016年01月21日 21:10:54 +08:00
Xingchao Yu
59387cc544 Add define oslo::cache
This define aims to manage all parameters in [cache] section
which belongs to oslo.cache.
We would use this define to take management of [cache] parameters
in other modules.
2016年01月18日 12:27:43 +08:00
Xingchao Yu
37042fd488 Initial commit 2016年01月18日 12:09:44 +08:00