236 Commits

Author SHA1 Message Date
Zuul
0cf3f10ac9 Merge "Add release note about Ubuntu py3 upgrade" 2019-02-25 17:23:49 +00:00
Tobias Urdin
bd806884c8 Add release note about Ubuntu py3 upgrade
Change-Id: Ia7fdf94022e955af88abbe1329f8bf08278e45c7
2019-02-24 00:14:03 +01:00
ZhongShengping
7640153684 Service_token_roles_required missing in the server config file
Service_token_roles_required missing in the server config file which
allows backwards compatibility to ensure that the service tokens are
compared against a list of possible roles for validity.

Change-Id: I751b3a94c3aac7a0faf638afea0168769589b71d
Closes-Bug: 1778198
2019-02-15 10:03:11 +08:00
ZhongShengping
4030fff9dc Change wiki to docs
Change-Id: Ia1735d48e4ce1014734ebccb0df08da38a40e799
2019-02-13 10:31:11 +08:00
Zuul
a56592b44f Merge "Use puppet 4 compatible mysql functions" 2019-02-11 22:41:29 +00:00
Zuul
7d203e0479 Merge "Remove Ubuntu Xenial from metadata.json" 2019-02-11 21:00:01 +00:00
Tobias Urdin
b6ed758a78 Use puppet 4 compatible mysql functions
These was introduced in 6.0.0 and is required to
support later version of puppetlabs-mysql.

Change-Id: I4978e2706e983735f37f5441efbc6b1c8d8fd053
2019-02-08 12:31:52 +01:00
Tobias Urdin
c13effa022 Remove Ubuntu Xenial from metadata.json
This is not supported anymore since packaging
for Stein will not only be for Bionic.

Change-Id: I8fe10cb1f675f29d541fb7f4b2fe4389c5af8150
2019-02-08 11:39:53 +01:00
ZhongShengping
413a79d519 Fix lint issue
Change-Id: I095fc48a8f31c9055dd35b3d30f13cd698e06ae0
2019-01-25 12:23:46 +08:00
Tobias Urdin
757d6d7349 Inherit pyvers from openstacklib::defaults
Change-Id: Ib6bdfb2f1ac501441fd3b65f336334fc281cef79
2019-01-17 22:10:45 +01:00
ZhongShengping
222a88ee66 Modify puppet version 4 to 5
The puppet version has been upgraded from 4 to 5 in the main branch.

Change-Id: I24365d836e05f96543a6aec5231e3864f64e2f5e
2019-01-15 10:11:20 +08:00
ZhongShengping
d39d587752 Prepare Stein M2
Update the version metadata for Stein milestone 2

Change-Id: I913473c103d34ad1edd849640fe61b6634ac64dc
14.2.0
2019-01-10 09:24:03 +08:00
ZhongShengping
d13ecb9ce5 Fix editorial problem
Use git.openstack.org instead of github.com since git.openstack.org is
the reference for OpenStack

Change-Id: I4d484f7bf867125fcdd28ae08b0e49998b1bdf13
2018-12-24 14:02:34 +08:00
ZhongShengping
dc4aae5fc6 Cleanup documentation
Make sure documentation is the same and follow
the standard which we are trying to enforce on
all modules.

Change-Id: I04fb9ead983cc8f7df40093b6404cac15cc9ac07
2018-12-13 17:10:59 +08:00
Zuul
c8a5ba7295 Merge "Fix module structure" 2018-12-13 02:39:31 +00:00
Tobias Urdin
0f8db54773 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: I1758ef4a75bb4b396ce6b0dd15673fe567b89429
2018-12-12 11:52:49 +01:00
Zuul
1aee71c6e3 Merge "Remove deprecated logging" 2018-12-07 13:09:46 +00:00
Tobias Urdin
c3b83257d9 Change openstack-dev to openstack-discuss
Change-Id: I7e91bbd66c41fc3ab89aea7e1bd75e32f020b533
2018-12-02 18:20:54 +01:00
Tobias Urdin
4d35451f8c Remove deprecated logging
Change-Id: Ieeff7fa6726f9398383d93ab50f8e864a3f9d8c5
2018-11-29 11:10:06 +01:00
Tobias Urdin
00c52b2fba Remove auth_uri
Change-Id: I922316436583432ac705379ff68cb6247b27aba2
2018-11-29 00:33:04 +01:00
ZhongShengping
84c8ba02af Deprecate pki related options
check_revocations_for_cached and hash_algorithms are deprecated for
removel because of PKI token format is no longer supported.
Update warning message and add a release note.

Change-Id: I0ad17b24278372f9f3648450f23957413a1f40d3
Closes-Bug: #1804562
Closes-Bug: #1804720
2018-11-23 10:24:14 +08:00
ZhongShengping
f3d970c454 Prepare Stein M1
Update the version metadata for Stein milestone 1

Change-Id: I28807cb6d13d1ce1a6903d70cac7a2e59e530279
14.1.0
2018-11-13 14:53:27 +08:00
ZhongShengping
ae6ba955f1 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: Iacca0179784a38ac23d20c5deba915856da0c273
2018-11-09 14:56:44 +08:00
243a91209e Install python3-zaqarclient in Fedora or RedHat > 7
Fedora repo [1] has python3 packages, start consuming those.

[1] http://trunk.rdoproject.org/fedora/puppet-passed-ci/

Also adjust wsgi script path for Fedora or RedHat > 7.

Change-Id: I391016f145a430d98d079d790d6bb8b5b68a3205
2018-10-29 13:03:51 +05:30
ZhongShengping
1f29023244 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: Ibc41c60327776693cceea3316033ce60f2393dc5
2018-10-16 11:40:19 +08:00
ZhongShengping
881f1f5673 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: I40740b511dba7d3823642bcdb803730fba533b90
2018-10-08 11:39:26 +08:00
Zuul
3ca9344f87 Merge "Bump version for the start of Stein" 2018-08-31 23:19:50 +00:00
Doug Hellmann
f67ac958b7 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: Ib541c04cdd8573e3c4f9a27f775634ea3c411b99
Story: #2002586
Task: #24325
2018-08-31 08:24:48 -04:00
Doug Hellmann
70dd361368 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: Ia497cab864f6bac56d9809907f563775280e166a
Story: #2002586
Task: #24325
2018-08-31 08:24:32 -04:00
Alex Schultz
01dde6705a Bump version for the start of Stein
Update the version metadata for Stein M1

Change-Id: Id6415b8c31fa6c07de2157226af36be6b918983c
2018-08-30 12:11:47 -06:00
31b77835be Update reno for stable/rocky
Change-Id: Ie9c0c120ecda530101f51d07a35f90ebb9e8905b
2018-08-20 18:45:00 +00:00
Tobias Urdin
adfe6e7c5a 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: I7e01e58bff630d805af2a9b5ea1e0c28d8c63af6
2018-08-16 23:31:00 +02:00
Alex Schultz
96080c5b2c Prepare Rocky RC1
Update the version metadata for Rocky RC1

Change-Id: Idf16c247590e070dd11baff6d707ac5e4fa0f8d0
13.3.0
2018-08-14 08:59:13 -06:00
Zuul
7f6bf392a5 Merge "Remove the unnecessary _" 2018-07-24 23:02:19 +00:00
Zuul
03e2e8eba7 Merge "Prepare Rocky M3" 2018-07-24 20:42:32 +00:00
Zuul
66923265cc Merge "Fix OS versions in metadata" 2018-07-24 20:42:32 +00:00
melissaml
fd0ddf7bbe Remove the unnecessary _
Change-Id: I047db35571f93d3247b5d7c0604699a11372c1f9
2018-07-25 00:42:03 +08:00
Alex Schultz
385f530921 Prepare Rocky M3
Update the version metadata for Rocky milestone 3

Change-Id: I64d772281fd819534e661a2ea0a6cdea012eae21
2018-07-24 10:20:36 -06:00
melissaml
6f5402d98a Fix OS versions in metadata
Add Ubuntu 18.04 to metadata file

Change-Id: I13f23e23904a46aec87e0c935acfdedfd91c7534
2018-07-23 12:53:39 +00:00
Zuul
36dad20744 Merge "Add the project source code repository in README" 2018-07-23 12:43:56 +00:00
Zuul
2eb3b5cf47 Merge "modulesync: sync and add nodepool-bionic for beaker" 2018-07-23 03:55:32 +00:00
li.jiawang
2626362ba4 Add the project source code repository in README
Change-Id: I88c4f1dbf789e86908a639f14836847e5a58f8c3
2018-07-20 23:03:40 +08:00
Tobias Urdin
aea9851e30 modulesync: sync and add nodepool-bionic for beaker
Change-Id: I38216bf8a6a0a14582f31640176bc4b389cda60d
2018-07-18 16:20:51 +02:00
Tobias Urdin
d03c7d6ee6 Replace port 35357 with 5000
Change-Id: I981e0545bb0722b324ae792c82601f7b0534ae49
2018-07-18 10:29:33 +02:00
zhubingbing
c3171b85b4 Fix inifile version in metadata
puppetlabs-inifile 1.2.x doesn't work, so let's fix that.

Change-Id: I4506e1e46582357aaa4ad516dfe794575ac27883
Co-Authored-By: zhongshengping <chdzsp@163.com>
2018-07-16 14:59:28 +08:00
Zuul
2d6d3ff69c Merge "Fix apache version in metadata" 2018-07-02 23:39:08 +00:00
ZhongShengping
00ff23f02b Debian release is 9 in metadata
Change-Id: I2530dbb148562a9f1b52893f9035ed39db9d88bf
2018-07-02 14:09:21 +08:00
ZhongShengping
8b7aa3e6fe Fix apache version in metadata
puppetlabs-apache 1.10 doesn't work, so let's fix that.
plus Debian release is 9.

Change-Id: I1c47e8e7018810643086dd3b2fb71d406082001f
2018-07-02 09:12:50 +08:00
Zuul
31abbcb8fa Merge "add release note link in readme" 2018-06-25 02:24:52 +00:00
wangqi
ba2a3f497f add release note link in readme
Change-Id: I316b9e2d89846fa20bb2c16a23699cd318d0b813
2018-06-21 15:08:32 +00:00