Commit Graph

23 Commits

Author SHA1 Message Date
OpenDev Sysadmins 7120c44193 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:34:24 +00:00
csatari e22d2e3d93 Removal of installguide-cookiecutter
In the Pike document structure installguide is merged
into the doc folder and handled by the project
cookiecutter [1]. There is no need for an installguide
specific cookiecutter anymore.

[1]: https://review.openstack.org/#/c/482504/

Change-Id: I2cf38c9b471008b09772b19b782b06bdcd24f76a
Signed-off-by: csatari <gergely.csatari@nokia.com>
2017-08-01 14:26:33 +02:00
csatari dc48d5bc5c Removal of mysql codebock from common_prerequisites.rst
Usage of code-block:: mysql causes an error with newer
sphinx installations. This change modifies the mysql to
none to avoid these errors.

Change-Id: Ie5d79e4f26373d2901405aace3c79bc5b3a48d36
Signed-off-by: csatari <gergely.csatari@nokia.com>
2017-03-31 14:16:28 +02:00
Jenkins 5bc6c84b39 Merge "Use https for docs.openstack.org links" 2017-02-24 15:05:11 +00:00
Brian Moss af889eff25 Use https for docs.openstack.org links
Change-Id: If5a7fa0000ea81e1e6183b5985edc2ed53fcbb17
2017-02-24 08:59:57 +10:00
csatari 7bdd14ad52 Dynamic setting of header markup
As the top level header in index.rst and get_started.rst depends on
cookiecutter.service the length of the header markups should also
depend on the length of cookiecutter.service.

Unfortunatelly I was not able to figure out how to include the macro
from a different template, so there is a copy-paste there.

Change-Id: Iff2255f10690f23de270b84c1bd0cd7de3c611a3
Signed-off-by: csatari <gergely.csatari@nokia.com>
2017-02-23 23:32:56 +01:00
Christian Berendt 0b20c8bf29 Fix directory structure and improve README file
The generated source should be placed in a directory call 'install-guide'
inside existing repositories. Because of that the creation of the repository
directory itself is not possible.

Cookiecutter requires a directory call {{cookiecutter..}} as starting point.
Because of that the only solution without modifing cookiecutter itself is
to add a dummy directory_name variable.

This change also improves the README file. The use of this cookiecutter template
is documeted in the OpenStack Contributor Guide.

Change-Id: I43685feb521a8b0cf53ed4e92dfede8aeddb00b7
2017-02-23 14:39:16 -05:00
ZhaoBo f7062a525b Correct the doc link
Correct the project install guide link.

Change-Id: I9750ad58ba2c784fcd4f54743282a67d081fe4e1
2017-02-13 14:47:43 +08:00
Flavio Percoco d8d5099413 Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/b6d7d98216e0555780ee397086cda5fd\n'

Change-Id: Ia6a9469a40b4de833698b2a6c0bf26d91c3c2029
2016-11-25 14:47:11 +01:00
chenxing dcf8cc4afa use '.' to source OpenStack RC file
see http://docs.openstack.org/contributor-guide/writing-style/code-conventions.html

Change-Id: Icf9518ff6cc1c506cb68bca741ea71808d23b431
2016-07-21 17:41:49 +08:00
Jenkins 6be2a01c82 Merge "Use repo_name as literal in bug_project" 2016-09-05 07:58:19 +00:00
Mathieu Mitchell 17829b8760 Identify config block as ini config
Currently, the configuration block provided as an example uses a "none"
type. This makes doc8 return D000 codes for 'D000 Cannot analyze code.
No Pygments lexer found for "none".'

Change-Id: Icb96cc24c07aaac962ddf03bbbbb2821b1e90892
2016-08-31 09:05:55 -04:00
Mathieu Mitchell f6408cb076 Use repo_name as literal in bug_project
Additionally, fix E501 line too long violations in configuration file.
This should help smoothen inclusion in projects where such checks are
applied.

Note that the giturl line uses the noqa tag instead of the multi-line
approach. I find that it reads better that way.

Change-Id: I0d06f2bf85ce6b28d7bef04ad20fe64f575cc0f6
2016-08-31 08:58:17 -04:00
Andreas Jaeger fe3f9d1628 Set bug_project
Correctly set bug_project so that bug reports are passed to the project
itself.

Change-Id: I7f10779c68d421d05a5b7dce2b66ac684c85eed8
2016-06-24 15:06:47 +02:00
Spyros Trigazis 4c304c4fa1 Add install-{obs, rdo, ubuntu}.rst files
Add install-obs.rst, install-rdo.rst and install-ubuntu.rst
for distro installations beacause the doc infrastructure is
not set up to support conditional content.

Factor out database setup, creation of service, creation of
endpoints and service configuration.

Partially-Implements: blueprint projectspecificinstallguides
Change-Id: I064181f512961516c7c50844d04f1ad27eda928d
2016-06-22 11:33:20 +02:00
Jenkins ee0bdb371f Merge "Add Prerequisites steps" 2016-06-21 06:22:46 +00:00
KATO Tomoyuki 0d3806691c Add Prerequisites steps
Change-Id: I6f051ed645b348522df3d61f6a4a0763b3f8171c
Implements: blueprint projectspecificinstallguides
2016-06-07 06:55:43 +00:00
KATO Tomoyuki 638b697529 Add verify operation steps
Change-Id: Id34fe986faa5ba0c54f41c7044ef44b25eb89f00
Implements: blueprint projectspecificinstallguides
2016-06-07 10:11:52 +09:00
Spyros Trigazis feb5ca55e6 Fix indentation in prerequisites section
Indetation in prerequisites for db privileges should be at
the same level as db creattion.

See:
openstack/openstack-manuals/doc/install-guide/source/nova-controller-install.rst
openstack/openstack-manuals/doc/install-guide/source/glance-install.rst

Change-Id: I4a11426eaea2bfef044e6deedde892b021297c78
2016-06-05 11:34:37 +02:00
Petr Kovar 04605f8d7c Fix broken include
Fix broken file name for get_started.rst.
Also, fix the output directory name.

Change-Id: I9c422666c504451cbd73cb2fc31618f931638a04
2016-05-30 19:55:25 +02:00
Spyros Trigazis e9209c13ce Fix use of variables
Change-Id: I686ad7180811cef2b1e5baea96062ec51e4fbf98
2016-05-13 14:14:28 +02:00
Andreas Jaeger f445fa8993 Initial setup for cookiecutter
Add first files and README for a minimal working skeleton.

Change-Id: Icc1c187fcfa8f3b29af22de2d326a46035a4e542
2016-05-09 21:20:41 +02:00
OpenStack Project Creator ea435d2091 Added .gitreview 2016-05-09 18:41:04 +00:00