- Apr 25, 2017
-
-
Alex Schultz authored
Bump version numbers before a final release for the Mitaka EOL. Change-Id: I99c6d32565a7d03bbc4ab1a70f833c49640ca82e
-
- Mar 14, 2017
-
-
Andreas Jaeger authored
1) Move other-requirements.txt to bindep.txt The default filename for documenting binary dependencies has been changed from "other-requirements.txt" to "bindep.txt" with the release of bindep 2.1.0. While the previous name is still supported, it will be deprecated. Move the file around to follow this change. Note that this change is self-testing, the OpenStack CI infrastructure will use a "bindep.txt" file to setup nodes for testing. For more information about bindep, see also: http://docs.openstack.org/infra/manual/drivers.html#package-requirements http://docs.openstack.org/infra/bindep/ As well as this announcement: http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html (cherry picked from commit bf8fb25c) 2) Allow virtual for python-manilaclient to fix idempotency Change-Id: Ia289e82f3dfc0bbc3c9faa8aa551fa9c26b2a04f
-
- Jul 22, 2016
-
-
Emilien Macchi authored
New Mitaka release. Change-Id: Ia96be22c98f5e5525ea8af1021775af776e168c0
-
- Jun 03, 2016
-
-
Denis Egorenko authored
Change-Id: Idecd46ab17632997945bd9b14e7c51d3b5197a15 (cherry picked from commit 93ee68ae)
-
- May 26, 2016
-
-
Emilien Macchi authored
Release a new version of Mitaka: 8.1.0. Change-Id: Idd6f2d1bb47089e1ba99ea2242111f4f7851f44a
-
- May 06, 2016
-
-
Cody Herriges authored
This commit fixes a simple typo in the metadata.json file. I though I had smoke tested builds of every module before submitting review, guess I missed one. Modules won't build withoug this change. Change-Id: I4be1d633b2fab3d2b73576e88c334d4b74f5de2d
-
- May 04, 2016
-
-
Cody Herriges authored
This commit validates the module's metadata.json by comparing dependent module versions with those in the Puppetfile[1] found in puppet-openstack-integration, updates required open source puppet and PE versions, cleans up the supported operating system list so that we only declare support for the OSes we know kilo runs on. Obligatorily bumps the z version number. [1] https://github.com/openstack/puppet-openstack-integration/blob/stable/mitaka/Puppetfile Change-Id: Ie18f0f2635d887371a11c257db2ef80c01e2fcaa
-
- Mar 31, 2016
-
-
Emilien Macchi authored
Rely on puppet-openstack_spec_helper gemspec file for managing Gems dependencies. Change-Id: Ibce4c6187c01ca7231439ce25cab5574f4fca1f0
-
- Mar 24, 2016
-
-
Emilien Macchi authored
* Update reno to find notes on stable/mitaka. * Update Gemfile to checkout puppet-openstack_spec_helper from stable/mitaka. * Update .gitreview to use stable/mitaka by default. Change-Id: I185cdd9bf2824c8001b33de1a8fc097b9b2ec1ed
-
- Mar 23, 2016
-
-
Emilien Macchi authored
* Update CHANGELOG with release notes URL. * Update README with new release number & name. * Update metadata.json with new tag & dependencies. * Add release note prelude for Mitaka. * Update Reno release note to drop prelude. * Improve release note landing page. Change-Id: I684393813348a1b72fabb96596d1770a95381f07
-
Jenkins authored
-
- Mar 18, 2016
-
-
daiki kato authored
This patch fixes several typos. TrivialFix Change-Id: I924aac9c56e842bf447d28f45a9ac5bdcf8b870a
-
- Mar 17, 2016
-
-
Emilien Macchi authored
Change-Id: I66da582fca6e3f91c42cab8d11300b68d00e2d62
-
- Mar 14, 2016
-
-
Emilien Macchi authored
ReNo [1] is the release management tool in OpenStack. This patch adds the basic structure to start using it. * Update .gitignore * Add a basic note "use-reno" * Add releasenotes/ dir and basic files * Add python files: setup.cfg, setup.py, test-requirements.txt and tox.ini. [1] http://docs.openstack.org/developer/reno Change-Id: Ia32d6a0aa5882cd22588b0ac4cfd927f6bdfb34e
-
- Feb 16, 2016
-
-
ZhongShengping authored
Change-Id: I782c5e428f9234bd0fff6cb3af217f051944fd7f Closes-Bug: #1458915
- Feb 10, 2016
-
-
Marcus Furlong authored
Closes-Bug: #1543437 Change-Id: If68bb0a9f0685449506c22ee067fd85ff02e1144
-
- Jan 25, 2016
-
-
Jenkins authored
-
- Jan 22, 2016
-
-
Emilien Macchi authored
mock is not used anywhere in the module, let's drop it. This patch will help to hit this bug: https://launchpad.net/bugs/1492636 Change-Id: I0bf286c6f634a837dc5296e77b715384adbf997e
-
- Jan 18, 2016
-
-
Emilien Macchi authored
Use common code in puppet-openstack_spec_helper in Rakefile and spec_helper_acceptance. Change-Id: I512277776f7f9237290a1c3fcb2c2740b1cae375
-
- Jan 14, 2016
-
-
Alex Schultz authored
This change adds the rspec-puppet-facts gem to the spec helper so that we can centralize the management of the base operating systems that we support. rspec-puppet-facts allows us to simplify our unit tests and provides a more complete list of Operating Systems and their associated facts for the unit tests. With this change we can now loop over and test CentOS, Debian, Fedora, RedHat, and Ubuntu by simply providing a list of supported os to rspec-puppet-facts. Additionally this change includes a central object for managing our supported os list for rspec-puppet-facts and providing our default facts like os_service_default. This central object should replace the usage of @default_facts within the unit tests for each module. Change-Id: I72efb2d16f08e2b744fc3c89897bbf3d5a3a63ea
-
- Dec 22, 2015
-
-
Emilien Macchi authored
Since a chance in puppet-keystone (1], we now match an endpoint with a service name/type. ) [1] http://git.openstack.org/cgit/openstack/puppet-keystone/commit/?id=0a4e06abb0f5b3f324464ff5219d2885816311ce Closes-Bug: #1528308 Change-Id: I24bce1e0098db64249fdf6c001ea7146af9e79e4
-
- Dec 15, 2015
-
-
Xingchao Yu authored
There are two ways for setting up RabbitMQ HA: 1. Configure rabbit_hosts to multi rabbit hosts. 2. Setting up a loadbalancer in front of RabbitMQ cluster, provide a unique address in rabbit_host In current, rabbit_ha_queues option is controled by rabbit_hosts if conditional statement. But when users try to use the second method: changing rabbit_ha_queues to true, but they don't use rabbit_hosts option, then this logic will not work. This patch adds an rabbit_ha_queues option, set it to undef by default for forward compatbility. Change-Id: Ie849085fbbd9e1478e28945ea213ac4eb7b4afdb Close-Bug: #1485287
-
- Dec 09, 2015
-
-
Javier Pena authored
Add the ability to use python-pymysql library as backend for MySQL connections. Update acceptance tests to use pyMySQL. Change-Id: Ia47aa99ade73ae63da0e00e32a4f87cefaaa9bda Docs: https://wiki.openstack.org/wiki/PyMySQL_evaluation
-
- Dec 07, 2015
-
-
Denis Egorenko authored
Qpid messaging driver is removed from Oslo.messaging [1] Therefore, we cannot support it anymore. [1] I4a9cba314c4a2f24307504fa7b5427424268b114 Change-Id: I65ccf6feeaad548c8f11660318c20499ef3602ac
-
- Dec 01, 2015
-
-
Jenkins authored
-
- Nov 26, 2015
-
-
Emilien Macchi authored
Since stable/liberty was created, let's now checkout master to prepare the next release (Mitaka). Change-Id: Idd260ad00a9010d93c8e27b44d4547c85de6858b
-
Emilien Macchi authored
This patch prepares this Puppet module to be released in 7.x series (Liberty) with 7.0.0. Change-Id: I01733073478d639901d5253d292cb648846e8930
-
Emilien Macchi authored
* With the same interface as puppet-nova and puppet-cinder, create *_v2 parameters. * Keep v1 enabled by default for backward compatibility. * Enable v2 by default because that's the new API since Juno release. Change-Id: I81a5c6696708732a0de34225200f1242e988d0aa Closes-Bug: #1512577
-
- Nov 25, 2015
-
-
Iury Gregory Melo Ferreira authored
Switch to $::os_service_default all params in logging and db. Changes: logging.pp, db.pp and tests. Related-bug: #1515273 Change-Id: Idf7bc36d321328391a1b361add965c53627124a4
-
- Nov 19, 2015
-
-
Emilien Macchi authored
Change-Id: I3636c189ad27a0187400289b1bfe22339969bd84
-
- Nov 14, 2015
-
-
Jenkins authored
-
- Nov 12, 2015
-
-
Gael Chamoulaud authored
Change-Id: I07dacee030833f87529610afca1b392d39238933 Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
-
- Nov 11, 2015
-
-
Erickson Santos authored
Current README.md file contains a typo in the overview section and it lacks wiki URL. Change-Id: Ie8106aad546712e06673298bbd1cd98b21328d9d
-
- Oct 21, 2015
-
-
Emilien Macchi authored
https://review.openstack.org/#/c/228744/ has been merged, we need to drop the 'tenant' parameter to Keystone_user resource. Change-Id: Ic6300875bae240c78c3c44deabf415f1e8024735
-
Jenkins authored
-
- Oct 20, 2015
-
-
Sebastien Badia authored
This patch introduce the same design than mysql for postgresql by requiring dedicated lib::python class instead of declaring a new resource package within manila module. Change-Id: I441f5ca6f9d5cbaa7705f5b72e48528dcff67f8d
-
Jenkins authored
-
- Oct 19, 2015
-
-
Sebastien Badia authored
Change-Id: Icac8bb1eedb6c76ea7c41c50d0af9eca9cafb446 (cherry picked from commit 14d8e36c)
-
- Oct 14, 2015
-
-
Yanis Guenane authored
Current modules[1][2][3] implements a <component>::db class that is not implemented in manila. This commit aims to apply here the same logic. [1] https://github.com/openstack/puppet-nova/blob/master/manifests/db.pp [2] https://github.com/openstack/puppet-designate/blob/master/manifests/db.pp [3] https://github.com/openstack/puppet-ceilometer/blob/master/manifests/db.pp Change-Id: I803a5eacc7a81854e2bdd715785886c0f6cfbc33
-