2890691004b41ecb8e260152bf76881ae5f5ddfe
Commit Graph

255 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
OpenDev Sysadmins
2890691004 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:
http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019年04月19日 19:42:55 +00:00
ZhongShengping
ac71646215 Add Beaker-Rspec to the table of contents
Change-Id: I9b96ebcf3fa413725fac540b1097eb43c85c5775
2019年04月17日 09:42:44 +08:00
Alex Schultz
2d94683234 Bump version for the start of Train
Update the version metadata for Train M1
Change-Id: I394d36cfd0722a6cbaf5f42f727f96f144c42289
2019年03月25日 07:27:22 -06:00
ce44b4a8f5 Update master for stable/stein
Add file to the reno documentation build to show release notes for
stable/stein.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/stein.
Change-Id: Id303dc634b7f2b687249056dc0770db1e0fc803b
Sem-Ver: feature
2019年03月22日 16:52:21 +00:00
ZhongShengping
8328a4ec5b Prepare Stein RC1
Update the version metadata for Stein milestone RC1
Change-Id: I222b7aec5eab746ffffce6eaf0e0e1fd4d45a97b
14.4.0 stein-em
2019年03月18日 10:38:15 +08:00
ZhongShengping
605aca9a88 Prepare Stein M3
Update the version metadata for Stein milestone 3
Change-Id: I7202299d0bb0123f467ae3c9e47586664d33f19e
14.3.0
2019年03月06日 14:55:47 +08:00
Zuul
4edad9a7d8 Merge "Add release note about Ubuntu py3 upgrade" 2019年02月25日 18:32:08 +00:00
Zuul
081afba5e0 Merge "Use validate_legacy" 2019年02月25日 18:32:07 +00:00
Tobias Urdin
4d1e9fee4c Add release note about Ubuntu py3 upgrade
Change-Id: I337f0d26c492d27ed43eac4b2a92294ad8827608
2019年02月24日 00:09:45 +01:00
Tobias Urdin
39bd0df71e Use validate_legacy
This changes all the puppet 3 validate_* functions
to use the validate_legacy function.
The validate_legacy function has been available since
about three years but require Puppet >= 4.4.0 and since
there is Puppet 4.10.12 as latest we should assume people
are running a fairly new Puppet 4 version.
This is the first step to then remove all validate function
calls and use proper types for parameter as described in spec [1].
[1] https://review.openstack.org/#/c/568929/
Change-Id: I041af9f00d9463e35a53d1979cf03697cdf41376
2019年02月23日 22:32:56 +01:00
Tobias Urdin
e1aeb88b38 Add Oslo::Dbconn data type
This a custom data type that moves the regular expression
pattern that we are using in oslo::db to a type so that
we can use it with validate_legacy and after that explicitly
as a data type for the parameters for database connection
strings.
Change-Id: Icbdd8f9dca5749eb9fadb8e3a5fba8dfd5f098d9
2019年02月14日 23:15:32 +01:00
Tobias Urdin
bf4076a01f Remove Ubuntu Xenial from metadata.json
This is not supported anymore since packaging
for Stein will not only be for Bionic.
Change-Id: I166efa50b1b9f2805398eaf83c2026f54e58b38a
2019年02月08日 11:35:22 +01:00
Zuul
35e4f8383e Merge "Add config group support to oslo::db" 2019年01月19日 14:57:12 +00:00
Tobias Urdin
2db95e6243 Add config group support to oslo::db
We must support setting the oslo.db config
options in another section since services
like placement doesn't use the database section
but it's own placement_database section to
have backward compatibility from the split out
from nova.
[1] https://github.com/openstack/placement/blob/master/placement/conf/database.py#L50
Change-Id: I9f556c7839b3ea455d556d67d4ae2598a524b595
2019年01月18日 11:22:56 +01:00
Tobias Urdin
7742cb2fb0 Inherit pyvers from openstacklib::defaults
Change-Id: Iadc74eaa42c6beb425fbf552c0b25f328ae94c86
2019年01月17日 22:34:59 +01:00
Zuul
82dd41d9ae Merge "Modify puppet version 4 to 5" 2019年01月17日 05:37:30 +00:00
ZhongShengping
1ff8829822 Modify puppet version 4 to 5
The puppet version has been upgraded from 4 to 5 in the main branch.
Change-Id: I7cb0966dcfed83e78c02630ce409ce55e4a62fa6
2019年01月15日 10:11:19 +08:00
Riccardo Pittau
20dffc001f Expose executor_thread_pool_size
Adding configuration of the size of executor thread pool.
Change-Id: I36324bae39e05dde57b962948f832c22599c13d2
2019年01月14日 17:10:09 +01:00
ZhongShengping
b9378440db Prepare Stein M2
Update the version metadata for Stein milestone 2
Change-Id: I11a74cd9bd7f37e0e2f92b37b357bc52d6c4fb8d
14.2.0
2019年01月10日 09:24:03 +08:00
ZhongShengping
77cf39a7ca Fix editorial problem
Use git.openstack.org instead of github.com since git.openstack.org is
the reference for OpenStack
Change-Id: I6ac1d41df5ee7670ec41cd9565d92e871da5590d
2018年12月24日 14:02:31 +08:00
Zuul
1737c78dc2 Merge "Deprecate ZeroMQ" 2018年12月17日 17:46:21 +00:00
Tobias Urdin
1d2aeb34f3 Fix module structure
Fixes so that the top level structure
of the modules conform to the puppet standard [1].
[1] https://puppet.com/docs/puppet/5.3/modules_fundamentals.html#module-structure
Change-Id: I6732a335f767e2d5afa920235d7c41afb389da54
2018年12月12日 11:46:23 +01:00
Tobias Urdin
c5eb7e5a47 Deprecate ZeroMQ
ZeroMQ is removed from oslo.messaging [1] so we can
remove all the behavior and just keep the interface
until the next release.
[1] https://review.openstack.org/#/c/596882/
Change-Id: I8edda9d72ed0256f8d6b5fd7a0c2fc8c297da448
2018年12月03日 13:08:46 +01:00
Tobias Urdin
4554eb9570 Change openstack-dev to openstack-discuss
Change-Id: I8f57c02fcb1afaf14822304e92dbee1351233b1d
2018年12月02日 18:20:26 +01:00
Tobias Urdin
6eafe3052a Convert to rspec-puppet-facts
Change-Id: I87cae085eb3ae0967df65522189967367f8eb72c
2018年11月24日 15:38:11 +01:00
ZhongShengping
6d99fe20c3 Prepare Stein M1
Update the version metadata for Stein milestone 1
Change-Id: If6a4ec1f84632bd441ddcb826d285c0945658bce
14.1.0
2018年11月13日 14:53:24 +08:00
ZhongShengping
09222f76a7 Fix stdlib version in metadata
puppetlabs-stdlib is now using the 5.1 version, so we should fix the
stdlib version in metadata.
Change-Id: If8f264016e751b2f46fd4e4fce824699101dd591
2018年11月09日 14:56:41 +08:00
Tobias Urdin
ae6a6b479d Remove deprecated rabbit options
Remove the deprecated options rabbit_host, rabbit_port, rabbit_hosts,
rabbit_userid, rabbit_password and rabbit_virtual_host [1].
All modules should support this change already or I have open patches
that fixes it.
Added a proper prelude notification that the functionality that
changed rabbit_ha_queues to true automatically if rabbit_hosts was
used is now removed so it has to be set explicitly.
[1] https://review.openstack.org/#/c/599912/
Depends-On: https://review.openstack.org/#/c/612190/
Depends-On: https://review.openstack.org/#/c/612191/
Change-Id: Ie151e1857e6e951c676986c6b2778db0d0a52819
2018年10月21日 20:08:32 +02:00
ZhongShengping
b6da933a33 Update min tox version to 2.0
The commands used by constraints need at least tox 2.0. Update to
reflect reality, which should help with local running of constraints
targets.
Change-Id: Ia56a1708f1485ac2e7f4535eecf3eff21700c727
2018年10月16日 11:40:18 +08:00
ZhongShengping
b5968acafc Dissuade .gitignore references to personal tools
Developers run all sorts of different tools within Git repositories,
any of which can leave their own special trashfiles all over the
place. We can't every hope to catalog them all, so better to
recommend developers simply configure a global core.excludesfile to
filter the irrelevant files which tend to get created by their
personal choice of tools. Add a comment block explaining this, for
clarity, and remove the one current editor-specific entry present.
We can, and should of course, continue to list files created by the
tools recommended by our workflow (test frameworks, documentation
and packaging builds, et cetera).
This change is a port of Ib58a57267b064e4142686de6c37a70dbff04b9a7
from the openstack-dev/cookiecutter repository.
Change-Id: Ieb62af713b10fc52115e3bf8ee631585618cb10c
2018年10月08日 11:39:25 +08:00
Zuul
041ac686c2 Merge "Add the missing 'Table of Contents'" 2018年09月08日 14:32:54 +00:00
Zuul
01da62f2b0 Merge "switch documentation job to new PTI" 2018年09月02日 04:22:16 +00:00
Zuul
42346bf219 Merge "import zuul job settings from project-config" 2018年09月01日 07:47:48 +00:00
Doug Hellmann
2bab4eb76f switch documentation job to new PTI
This is a mechanically generated patch to switch the documentation
jobs to use the new PTI versions of the jobs as part of the
python3-first goal.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I5e382cce7e746181b0249a2636d3de44aa883b15
Story: #2002586
Task: #24325 
2018年08月31日 08:24:43 -04:00
Doug Hellmann
18c82a26ad import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.
Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.
Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: I70e2ff1bb59006e0743e4936cccacaa4dc1ac951
Story: #2002586
Task: #24325 
2018年08月31日 08:21:51 -04:00
Alex Schultz
b7fff2156e Bump version for the start of Stein
Update the version metadata for Stein M1
Change-Id: Ia6448aa7113e677567c54617d526bc7714fa4019
2018年08月30日 12:10:42 -06:00
root
5eaacfe397 Add the missing 'Table of Contents'
Change-Id: I247bdd623cd2ed14a662fe19705aabb4e70ae820
2018年08月28日 13:30:48 +00:00
80577f0686 Update reno for stable/rocky
Change-Id: If51c81622a4661dd56cc4e50c0680453088bf2fe
2018年08月20日 18:40:56 +00:00
Tobias Urdin
fcbb31cf2f Remove PE requirement from metadata.json
The PE requirement in metadata.json is not
supported anymore and puppet-lint will throw:
The 'pe' requirement is no longer supported by the Forge.
Change-Id: I193cc48f81395ea952d946ddad21236736e3e288
2018年08月16日 23:25:13 +02:00
Alex Schultz
ee8fc47cb2 Prepare Rocky RC1
Update the version metadata for Rocky RC1
Change-Id: I922caf72602026697a7ad2c93bfa2941e98d15da
13.3.0
2018年08月14日 08:58:23 -06:00
jacky06
d2987a8431 Fix the smoke testing link
Change-Id: I5d9b537ba1371e62b75020e13b969c823930e968
2018年07月30日 12:31:36 -04:00
Zuul
6f67c655e9 Merge "Prepare Rocky M3" 2018年07月24日 21:08:56 +00:00
Zuul
760791e2e1 Merge "Remove the unnecessary _" 2018年07月24日 21:08:55 +00:00
Zuul
954e852976 Merge "Fix OS versions in metadata" 2018年07月24日 21:08:55 +00:00
Alex Schultz
86183486dd Prepare Rocky M3
Update the version metadata for Rocky milestone 3
Change-Id: I0032cb86ffe5d18d048ff871d6a64e222552897b
2018年07月24日 10:19:35 -06:00
melissaml
80b717b1ec Fix OS versions in metadata
Add Ubuntu 18.04 to metadata file
Change-Id: I9de8c273be518e056d5ebe5ccad37db0cedd8c6a
2018年07月23日 12:53:06 +00:00
Zuul
bd87d2b669 Merge "Add the project source code repository in README" 2018年07月23日 12:41:23 +00:00
li.jiawang
f54ee5ff82 Add the project source code repository in README
Change-Id: I85cdb3417d4003b539de831707174a9c18ed42c8
2018年07月20日 20:11:16 +08:00
ZhijunWei
dedfe68602 Remove the unnecessary _
Change-Id: Iac497eaeef7544da21b4adb4cd609faf7a7f163e
2018年07月18日 15:19:19 -04:00
Tobias Urdin
a61bd5d0c3 modulesync: sync and add nodepool-bionic for beaker
Change-Id: I3f908d8d55bc4a057d8ab50772cdc547b4bdea40
2018年07月18日 16:19:29 +02:00