Commit Graph

18 Commits

Author SHA1 Message Date
Frank Kloeker 9553e89e62 Remove non-working dynamic build of AIO scenario table
this disturbs still the translation job, so it's better to remove
the table, the content is already explained in the text
see: http://logs.openstack.org/periodic/git.openstack.org/openstack/openstack-ansible/master/propose-translation-update/d81e86d/job-output.txt.gz#_2018-09-16_06_23_07_166358

Change-Id: I129ebbeb40bc5d32ba01701b115437a1f0e9e625
2018-09-16 10:49:29 +02:00
Frank Kloeker e1a7ab8478 Move dynamic documentation into extra directory (2/2)
ignore directory with dynamic content

Depends-On: https://review.openstack.org/#/c/602825/
Change-Id: I1e6bdd82c837c9eb0a998c402034efb47eef46a0
2018-09-15 10:56:53 +02:00
Frank Kloeker 7af917268d ignore files on translation job
see http://logs.openstack.org/periodic/git.openstack.org/openstack/openstack-ansible/master/propose-translation-update/a0800dd/job-output.txt.gz#_2018-09-13_06_15_56_007115

Change-Id: Ib69b9102c3b7103e6370e00b219f12f307320d04
2018-09-13 18:53:00 +02:00
Jesse Pretorius 12c31c779c [docs] Remove mistaken static content in scenario table
The current scenario table has some saved content from
previous executions which were submitted and merged by
mistake.

This patch removes the file content and adds it to
.gitignore to prevent this happening again. The file
is not removed due to a doc8 test failure if it does
not exist.

Change-Id: Ieea1f45c00609b0b0b72379d2b53ad1006f15bb6
2018-03-12 08:29:25 +00:00
Alexandra Settle ca1e4cccd9 [DOCS] Adds a cookie cutter deploy guide for d.o.o
Also removes old install guide in favor of the commited deploy guide

TODO: Link for the deploy guide to be commited

Change-Id: I72c1d344a4cc8df4d92ff296200704639771eb88
2016-11-18 13:27:57 +00:00
Jenkins aa306a9ee6 Merge "Update run-playbooks to support playbook logic" 2016-09-26 22:59:06 +00:00
Kevin Carter 0c8bd97330 Update run-playbooks to support playbook logic
This change allows the run playbooks script to run with playbook logic
within the top level setup-* files. Previously run-playbooks would
ignore extra login found within the setup files and only execute the
"include" item. This change generates specific temp playbooks based on
the include lines and pulls in any and all options that may have been
provided. This also improves playbook specific execution logging
allowing us to know what was executed and in what order.

Change-Id: I5810610cedd5c27f4b6e051f97387102dc4b4f05
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-23 15:21:39 +00:00
Mike Carden a981b314fd Add files to .gitignore
The .coverage and *.retry files were inadvertently removed
from .gitignore in I1f4122471aa7b10c542d366086c78791d0a098f0.

This patch adds them back.
Change-Id: I629200dcb9b2f558b1b6d9c0d86397c78fae2751
2016-09-23 07:30:41 +10:00
Kevin Carter d980d2621d Update testing bits for consistency
Change-Id: I1f4122471aa7b10c542d366086c78791d0a098f0
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-19 10:40:10 -04:00
Travis Truman 6ac4aa1072 Ignore Ansible .retry files
Play execution can result in a <playbook_name>.retry file
being created in the playbooks directory. These should be
ignored by the git repo.

Change-Id: I947c6f8f2be9fb9e8ca084f1366e38159e583432
2016-06-20 11:14:16 -04:00
Nolan Brubaker 25bb84af57 Ignore the .coverage temp file
This file is used by coverage during runtime to track executed lines. It
is unnecessary for source control.

Change-Id: I41bc24d37ae85fc820bde50fbd55163fbf9f12e6
2016-05-19 16:50:22 -04:00
Jesse Pretorius 18ddf7b708 Add .swp files to .gitignore
Change-Id: Ideda58a6359a8850e54907b520d9bbf3b3bf9d9c
2016-05-04 15:17:28 +01:00
Jesse Pretorius 4effbbddae Add reno for release notes management
As per the release process changes for liberty and mitaka [1], the
reno tooling is being added to the repository for the purpose of
implementing on-going release note additions.

[1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/078301.html

Change-Id: Ibbf4dc43b1fd5704a72cc7af82ddccfb1464926b
2015-11-12 14:12:45 +00:00
venkatamahesh be956dbd43 Fix the path of build docs in .gitignore
Change-Id: Ic28580596a02fabaa0130887f1e2e8a83fab0cdc
2015-09-22 16:32:06 +05:30
David Stanek 0ec3ce3d31 Uses tox for automating documentation builds
Change-Id: I8012889aa6938378b5e5e85fb443cf13be460d61
Closes-Bug: #1469870
2015-08-12 06:32:40 +01:00
kevin 36a505bb68 Updated master to the latest SHAs - 22.06.2015
Updates all of master to track the latest releases and changes coming in
the Liberty cycle.

Change-Id: I1b15869e43bd082aa60f04707f389968eeb80d24
2015-06-24 15:50:42 +00:00
Nolan Brubaker 9012a748d3 Add Sphinx machinery and initial docs.
This commit gets the doc directory and Sphinx configuration started.

Further documentation will depend on the Sphinx files and the index.rst
file at the very least.

The dev-requirements were updated to install Sphinx, and a gating script
was added to do the building for when we move to actually do gating on
the docs. The docs gate script is currently set to treat warning as
errors.

Change-Id: I977a2e53f1b0981cbc702ac53f2198d9f6a9da9d
Implements: blueprint developer-docs
2015-05-14 10:50:05 -04:00
d34dh0r53 6f6e75f549 Initial Commit 2014-08-26 18:08:15 -05:00