67b317ce82f4e8b1c168db73aaa0a8a7c43a6f34
Commit Graph

112 Commits

This Branch
This Branch
All Branches
Author SHA1 Message Date
jacky06
67b317ce82 Sync Sphinx requirement
1. Sync sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
2. Update the UPPER_CONSTRAINTS_FILE for tox[1]
3. Update some URLs to latest
[1]: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html
Change-Id: Ibe8c402c2817c31748e6a4b8344024a276609260
2019年06月25日 14:36:09 +08:00
Zuul
cbd9e5880b Merge "Replace git.openstack.org URLs with opendev.org URLs" 2019年05月23日 20:51:00 +00:00
Andreas Jaeger
6777ba5519 Update docs job
build-openstack-sphinx-docs jobs are obsolete since some time,
use the newer build-openstack-docs-pti jobs instead.
Update tox.ini to use sphinx-build directly as recommended by PTI.
Change-Id: Ib1bb988889db8f6c0a0ee4d4fbf8921725c9790f
2019年05月19日 13:36:18 +02:00
caoyuan
782ba82156 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I38a97dabafd78c48da3668d4b92cb817e1fd3ed9
2019年04月24日 00:35:17 +08:00
OpenDev Sysadmins
1643ee1416 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:32:17 +00:00
Zuul
0639271d7f Merge "Update service image from Xenial to Bionic" 2019年02月15日 08:19:17 +00:00
Tom Barron
8702219bdd Update service image from Xenial to Bionic
Change-Id: Ie809ffe61197a0a33668bd17bcb1a099dbab5bb6
2019年01月25日 20:19:23 +00:00
Tom Barron
e06b752af8 Ensure artifacts directory exists
When we merged https://review.openstack.org/#/c/631846/ the
new image failed to upload to tarballs.openstack.org and the
error message in the post job indicated that the artifacts
directory was missing.
Change-Id: If1068b410e646f780635d733b52172d93da78db5
2019年01月25日 12:56:01 +00:00
Tom Barron
ee41dc68a8 Add native Zuul v3 manila image elements jobs
Replace the auto-converted legacy jobs with native jobs
and define all the jobs in-tree. After we merge this we
can remove the legacy-manila-publish-generic job from the
openstack-zuul-jobs repository.
Note that the old job apparently relied on some JJB magic
to construct tagged-image names. This no longer works so
instead we use 'git describe --tags' to obtain a current
tag, publish the image with its tagged name, and symlink
manila-service-image-master.qcow2 -- which is the expected
image-name for our CI jobs -- to it.
Unfortunately the new publish job can't be tested
beforehand so we may have to follow this with another
patch if there are issues.
Closes-Bug: #1812478
Change-Id: Ie0c367591c0e1ae4fefb62688ecd76aff5b94464
2019年01月22日 13:16:39 +00:00
Tom Barron
53b7969bb5 Set .ssh permissions correctly
Owner was being set to manila but group was neglected.
Closes-Bug: #1480870
Closes-Bug: #1646135
Change-Id: I9bc4197221840b33ff5ea56a69d1dd282ee9003b
2018年12月31日 02:14:52 +00:00
Tom Barron
3d78b1e2a7 Clean up image build script.
With the dependent changes, we no longer attempt to use a local
webserver to hand off newly created manila service images.
So simplify this script to remove the branch that sets up this
local webserver.
Depends-on: https://review.openstack.org/#/c/623551/
Depends-on: https://review.openstack.org/#/c/623330
Change-Id: I5795928d6de64ea6602141f494252d7b75fdfbe9
2018年12月18日 20:46:26 -05:00
Tom Barron
f0fbd9e365 Save service image URL properly
Put the image name in a file for retrieval by jobs that
need it so they don't have to play (buggy) tricks with
git to get it. Also ensure that debootstrap is installed.
Depends-on: https://review.openstack.org/623551
Closes-bug: #1807969
Change-Id: I6dfeb5fb236579aa1755c6806f9ffc397690fba6
2018年12月18日 20:44:19 -05:00
Vieri
199f9c9760 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.
Change-Id: I5eb53d42c8766361408602fc0f65091e78f15a9e
2018年12月04日 19:14:03 +00:00
zhouxinyong
d27336ce24 Optimizing the safety of the http link site in HACKING.rst
Change-Id: I5da49b4142eb1bce831938f5b9710877866354d8
2018年11月16日 10:38:27 +08:00
Zuul
3836a6f47e Merge "fix tox python3 overrides" 2018年10月17日 13:50:40 +00:00
Doug Hellmann
7efceceeb3 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I3a20dc68bf1d4051724d148b0fa808ea3d0a1673
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018年09月26日 18:55:49 -04:00
Andreas Jaeger
8b4960cfc2 Import legacy buildimage jobs
Import jobs from openstack-zuul-jobs repo, the manila team can maintain
these themselves now. Rename jobs following Zuul v3 naming conventions.
Use openstack-lower-constraints-jobs template and remove jobs that are
part of template.
Change-Id: I1926a5978b310096cd12cdd85becd491ddbe8b88
2018年09月08日 17:35:56 +02:00
Goutham Pacha Ravi
382ddfa1d3 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: Ib7faf0e670038308caee6629f52f83f53933c175
Story: #2002586
Task: #24309 
2018年08月20日 18:49:35 +00:00
Doug Hellmann
9b560bb1f1 add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.
Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.
Add openstack-tox-lower-constraints job to the zuul configuration.
See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.
Change-Id: I8835451b431d29ff2a4d8eb965e8684c4499e9e8
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018年04月23日 10:50:28 -04:00
Tom Barron
b81f12c8ac Fix "already-provided" CI error
by removing the conflicting element dependency.
Closes-Bug: #1766098
Change-Id: I76f616343f73d00c32d6f8b988aa3fc79ad2e0a2
2018年04月22日 11:49:43 -04:00
OpenStack Proposal Bot
240340e953 Updated from global requirements
Change-Id: I0c7662f8460a2acd9e2e0213078730475e05fa1e
2018年03月15日 07:08:40 +00:00
OpenStack Proposal Bot
7a78180c55 Updated from global requirements
Change-Id: Ic882fa4747fae55b5b2d61938f8e85fae05a7b06
2018年03月10日 13:19:58 +00:00
Ben Swartzlander
ffabcc1a59 Add systemd support to manila-ssh
Because we're using ubuntu-minimal there is no cloud init support and
we have manila-ssh as a substitute. Manila-ssh was only designed to
work with upstart. This patch adds systemd support.
Change-Id: Id43dc8effb846dcaf68b50eace68df8a076899a1
2017年09月26日 14:14:20 -04:00
OpenStack Proposal Bot
56c5f46a4d Updated from global requirements
Change-Id: I9704fa374b2f9a9680c35ed878f83632f2c6ef52
2017年09月21日 03:41:55 +00:00
Tom Barron
8441651e09 doc migration: warning-is-error
Enabled warning-is-error in setup.cfg
Partial-Bug: #1706181
Depends-On: I6b876f6e697659a5fe7046d5c5d4fd4ed98f9828
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: If13ebd1ede6fbc997d74425ec78e15621f1f80b2
2017年08月24日 14:50:13 -04:00
Tom Barron
3a9c7fb9f7 doc migration: new directory layout
This patch introduces a new directory layout
in doc/source in conformance with the OpenStack
manuals project migration spec [1], moves the
existing content in manila/doc/source into the
new directories, and adjusts index files accordingly.
This is the first step in the migration process
as outlined in the spec.
[1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
Partial-Bug: #1706181
Change-Id: I6b876f6e697659a5fe7046d5c5d4fd4ed98f9828
Needed-By: If13ebd1ede6fbc997d74425ec78e15621f1f80b2
Depends-On: I834fbef9783739fd664246ff710df1ab42ce2af5
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
2017年08月21日 08:30:25 -04:00
Tom Barron
f829ae8e02 doc migration: openstackdocstheme completion
This patch completes the transition from oslosphinx
to openstackdocstheme in accord with the OpenStack
manuals project migration spec [1].
[1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html
Partial-Bug: #1706181
Needed-By: I6b876f6e697659a5fe7046d5c5d4fd4ed98f9828
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: I834fbef9783739fd664246ff710df1ab42ce2af5
2017年08月21日 08:29:00 -04:00
Arundhati Surpur
ca2b39c444 Removes unnecessary utf-8 encoding
This patches removes unnecessary utf-8
encoding in doc/source/conf.py
Change-Id: I0159fec9ba3488931ffd6c39e3537335a8cec6f7
2017年07月05日 10:54:07 +05:30
OpenStack Proposal Bot
607fbe3965 Updated from global requirements
Change-Id: I1ee9bfd72c0cb9689175467586ef98a717b2c004
2017年06月27日 12:12:26 +00:00
Jenkins
b94065d585 Merge "Optimize the link address" 2017年06月16日 11:54:09 +00:00
M V P Nitesh
7ace617dfe Optimize the link address
Use https instead of http to ensure the safety
Change-Id: Id6228a384cb01bfcb50520b9f6324b6fa634878c
2017年06月16日 12:01:39 +05:30
Jenkins
b0d2c6dc27 Merge "Add support for CentOS" 2017年05月26日 20:10:39 +00:00
OpenStack Proposal Bot
81d8c0d964 Updated from global requirements
Change-Id: Ic2a7055ca4a0d00a1c3098029b816f49f2e2d1ab
2017年05月17日 03:49:54 +00:00
OpenStack Proposal Bot
ab9ded3b3b Updated from global requirements
Change-Id: Ib03ba12f62b466210171b92df2bd211ebd063c8a
2017年04月12日 04:13:48 +00:00
vponomaryov
0b656453f0 Allow built image be available via local webserver
It will be used for testing of newly proposed changes
to this project in tempest CI jobs.
Change-Id: I74d118b6661fe7683f505706c67a793700844af3
Depends-On: I005d1b204ea25ced8913351d19eac282ca465fb6
2017年04月03日 14:57:36 +03:00
Victoria Martinez de la Cruz
375ddd1e9e Add support for CentOS
This change aims to add the foundations for CentOS support
on manila-image-elements.
In this patch-set, the following has been modified
- Added elements for manila-centos-minimal
- Added elements for centos-nfs
- Added elements for centos-cifs
- Renamed all elements for the different protocols to distro-protocol
to facilitate automation
- Modified the main script to take the distro param
Follow-up patches will add centos-based elements
for all other protocols supported.
Change-Id: Ie1469a8b3973b9a15c3fa27688df3b7e7e8da688
Partial-Bug: #1675538 
2017年03月28日 16:21:10 +00:00
OpenStack Proposal Bot
264e7278e2 Updated from global requirements
Change-Id: I3a3f45d86f468470b14b839d8afa23f7020c0f05
2017年03月27日 12:18:15 +00:00
Jenkins
caa65f723e Merge "Update test requirement" 2017年03月26日 04:39:45 +00:00
Jenkins
2ef8b3aa59 Merge "Updated from global requirements" 2017年03月26日 03:15:44 +00:00
Victoria Martinez de la Cruz
5145607196 Adds support for NFS Ganesha
Elements were already available for use with containers.
A few updates on the elements were made in order to get
the latest changes for NFS Ganesha.
Closes-Bug: #1649404
Change-Id: I605e8a3793ec1dde1efcfcef2a84c42abe5219de
2017年03月23日 21:02:28 +00:00
OpenStack Proposal Bot
bccfc3b69b Updated from global requirements
Change-Id: Idc484f7e2a836c90e17b4a197872e91da2886f1c
2017年03月02日 11:46:42 +00:00
ricolin
748478edb0 Update test requirement
Since pbr already landed and the old version of hacking seems not
work very well with pbr>=2, we should update it to match global
requirement.
Partial-Bug: #1668848
Change-Id: I68cdf0090169ea7d1b18bd0dcc67b2a716f94118
2017年03月02日 16:21:44 +08:00
Jenkins
56eeb23f2b Merge "Updates default Ubuntu version and OS arch" 2017年03月01日 21:10:37 +00:00
Victoria Martinez de la Cruz
badb874284 Updates default Ubuntu version and OS arch
New default is Ubuntu Xenial AMD64.
Change-Id: I361d875340e200f938818b43278f9ed4aef5f9fe
Closes-Bug: #1658746 
2017年03月01日 21:07:13 +00:00
OpenStack Proposal Bot
9da0958d12 Updated from global requirements
Change-Id: I9f1c00cdeef907b12c860c6bba125eb04d2f9145
1.3.0
2017年02月10日 05:50:55 +00:00
aditi
547ba3826d Remove link to modindex
The documentation build does not generate any module index, thus
remove the link to the page.
Change-Id: I2ded30fc69b5e1156fd05fa40674a0a3ab45a0ac
2017年01月27日 12:39:56 +05:30
Victoria Martinez de la Cruz
e46c38a1b2 Changes default behaviour for image creation script
Commit ac84122598 refactoring
broke manila gate by changing the default behavior of the
image creation. The generic drivers requires CIFS+NFS, and
after this change the default image shipped NFS only.
This patch set adds a default value with CIFS+NFS.
Change-Id: Ia620c04f68d0a627b047616cf5a39e2ba681c77f
Closes-Bug: #1657121 
2017年01月17日 12:22:24 -03:00
Jenkins
66ed94bade Merge "Enables end user to pick share protocol" 2017年01月17日 10:40:31 +00:00
Tom Barron
d0da393ac6 Suppress some bashate warnings
When running ``tox`` for manila image elements bashate warnings
are emitted for lines that are too long. Suppress these since
we have no intention of enforcing that requirement. Also add a
shebang to the top of a shell script, which does no harm (even
though it is not needed when sourcing the script to set env files)
in order to make another warning go away.
TrivialFix
Change-Id: I7f2f2723f99d64a0e28b4d0fe43b79e7201f6121
2017年01月16日 14:05:50 -05:00
Victoria Martinez de la Cruz
ac84122598 Enables end user to pick share protocol
This patch set refactors manila-image-create script to allow
end users to pick which share protocol install on their images.
This change slightly affects the current behavior of the script.
If an image is created using tox -e buildimage (as stated by current
docs) an Ubuntu Trusty Minimal image with NFS will be created.
Now, calling manila-image-create with params, will generate an image with
the filesystem protocol desired.
Change-Id: I0419cbf9a39290d32409f7a5ab9dfaf5ca636bb7
Closes-Bug: #1643034 
2017年01月16日 12:40:01 -03:00