Fix 404 links in fuel-dev docs

Fix 404 links in fuel-dev docs discovered through a linkcheck
jenkins job that is now automatically run daily. You can check it here:
https://ci.fuel-infra.org/view/All/job/fuel-web-linkcheck/
The missing.txt file.

Change-Id: Ieada5ff9a09305f6f498c79528a5ae3577f51781
This commit is contained in:
evkonstantinov 2015-06-27 11:15:36 +03:00 committed by Evgeny Konstantinov
parent 64b33b411e
commit f93862a1c7
3 changed files with 9 additions and 11 deletions

View File

@ -9,7 +9,7 @@ class based on the volumes metadata defined in the openstack.yaml_
release fixture.
.. _pmanager.py: https://github.com/stackforge/fuel-library/blob/master/deployment/puppet/cobbler/templates/scripts/pmanager.py
.. _VolumeManager: https://github.com/stackforge/fuel-web/blob/master/nailgun/nailgun/volumes/manager.py
.. _VolumeManager: https://github.com/stackforge/fuel-web/blob/master/nailgun/nailgun/extensions/volume_manager/manager.py
.. _openstack.yaml: https://github.com/stackforge/fuel-web/blob/master/nailgun/nailgun/fixtures/openstack.yaml
Volumes are created following best practices for OpenStack and other

View File

@ -294,17 +294,16 @@ Pro Puppet. 2nd Edition
http://www.apress.com/9781430260400
Puppet 2.7 Cookbook
http://www.packtpub.com/puppet-2-7-for-reliable-secure-systems-cloud-computing-
cookbook/book
https://www.packtpub.com/networking-and-servers/puppet-27-cookbook
Puppet 3 Cookbook
http://www.packtpub.com/puppet-3-cookbook/book
https://www.packtpub.com/networking-and-servers/puppet-3-cookbook
Puppet 3: Beginners Guide
http://www.packtpub.com/puppet-3-beginners-guide/book
https://www.packtpub.com/networking-and-servers/puppet-3-beginner%E2%80%99s-guide
Instant Puppet 3 Starter
http://www.packtpub.com/puppet-3-starter/book
https://www.packtpub.com/networking-and-servers/instant-puppet-3-starter-instant
Pulling Strings with Puppet Configuration Management Made Easy
http://www.apress.com/9781590599785

View File

@ -52,8 +52,8 @@ Before using it, please install the following required dependencies:
.. _DevOpsPyPIvenv:
Devops installation in `virtualenv <http://virtualenv.readthedocs.org/en/latest/virtualenv.html>`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Devops installation in `virtualenv <http://virtualenv.readthedocs.org/en/latest/>`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Install packages needed for building python eggs
@ -258,9 +258,8 @@ Important notes for Sahara and Murano tests
(md5: b0a0fdc0b4a8833f79701eb25e6807a3) in /tmp before start.
* Running Murano tests on instances without an Internet connection will fail.
* For Murano tests execute 'export SLAVE_NODE_MEMORY=5120' before starting.
* Heat autoscale tests require the image
`F17-x86_64-cfntools.qcow2 <https://fedorapeople.org/groups/heat/prebuilt-jeos-images/F17-x86_64-cfntools.qcow2>`_
(md5: afab0f79bac770d61d24b4d0560b5f70) be placed in /tmp before starting.
* If you need an image For Heat autoscale tests check
`prebuilt-jeos-images <https://fedorapeople.org/groups/heat/prebuilt-jeos-images/>`_.
Run single OSTF tests several times
-----------------------------------