docs: remove outdated information about Vagrant
and fix for url in contributors doc Change-Id: I4c343041ea0f03f6ba8ac7dbcd0e234b41c9de89 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ General Guidelines for Submitting Code
|
|||||||
should always aim to result in a working build throughout the dependency
|
should always aim to result in a working build throughout the dependency
|
||||||
chain. Documentation is available for `advanced gerrit usage`_ too.
|
chain. Documentation is available for `advanced gerrit usage`_ too.
|
||||||
* All patch sets should adhere to the :ref:`Ansible Style Guide` listed here as
|
* All patch sets should adhere to the :ref:`Ansible Style Guide` listed here as
|
||||||
well as adhere to the `Ansible best practices`_ when possible.
|
well as adhere to the `Ansible playbooks`_ when possible.
|
||||||
* All changes should be clearly listed in the commit message, with an
|
* All changes should be clearly listed in the commit message, with an
|
||||||
associated bug id/blueprint along with any extra information where
|
associated bug id/blueprint along with any extra information where
|
||||||
applicable.
|
applicable.
|
||||||
@@ -43,9 +43,9 @@ General Guidelines for Submitting Code
|
|||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
.. _Git Commit Good Practice: https://wiki.openstack.org/wiki/GitCommitMessages
|
.. _Git Commit Good Practice: https://wiki.openstack.org/wiki/GitCommitMessages
|
||||||
.. _workflow documented here: https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
.. _workflow documented here: https://docs.opendev.org/opendev/infra-manual/latest/developers.html#development-workflow
|
||||||
.. _advanced gerrit usage: https://www.mediawiki.org/wiki/Gerrit/Advanced_usage
|
.. _advanced gerrit usage: https://docs.openstack.org/contributors/code-and-documentation/using-gerrit.html
|
||||||
.. _Ansible best practices: https://docs.ansible.com/playbooks_best_practices.html
|
.. _Ansible playbooks: https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_intro.html
|
||||||
.. _the reno tool: https://docs.openstack.org/reno/latest/
|
.. _the reno tool: https://docs.openstack.org/reno/latest/
|
||||||
|
|
||||||
.. _documentation:
|
.. _documentation:
|
||||||
@@ -338,17 +338,6 @@ include at least the following:
|
|||||||
be overridden by our proposal bot should any change happen.
|
be overridden by our proposal bot should any change happen.
|
||||||
* ``setup.cfg`` and ``setup.py``:
|
* ``setup.cfg`` and ``setup.py``:
|
||||||
Information about the repository used when building artifacts.
|
Information about the repository used when building artifacts.
|
||||||
* ``run_tests.sh``:
|
|
||||||
A script for developers to execute all standard tests on a
|
|
||||||
suitable host. This must be copied from the
|
|
||||||
``openstack-ansible-tests`` repository and will be automatically
|
|
||||||
be overridden by our proposal bot should any change happen.
|
|
||||||
* ``Vagrantfile``:
|
|
||||||
A configuration file to allow a developer to easily create a
|
|
||||||
test virtual machine using `Vagrant`_. This must automatically execute
|
|
||||||
``run_tests.sh``. This must be copied from the
|
|
||||||
``openstack-ansible-tests`` repository and will be automatically
|
|
||||||
be overridden by our proposal bot should any change happen.
|
|
||||||
* ``README.rst``, ``LICENSE``, ``CONTRIBUTING.rst``:
|
* ``README.rst``, ``LICENSE``, ``CONTRIBUTING.rst``:
|
||||||
A set of standard files whose content is self-explanatory.
|
A set of standard files whose content is self-explanatory.
|
||||||
* ``.gitignore``:
|
* ``.gitignore``:
|
||||||
@@ -365,8 +354,6 @@ include at least the following:
|
|||||||
Please have a look at a role like os_cinder, os_keystone, or os_neutron
|
Please have a look at a role like os_cinder, os_keystone, or os_neutron
|
||||||
for latest files.
|
for latest files.
|
||||||
|
|
||||||
.. _Vagrant: https://www.vagrantup.com/
|
|
||||||
|
|
||||||
Container technology independence
|
Container technology independence
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
|
@@ -36,7 +36,6 @@
|
|||||||
- ^releasenotes/.*
|
- ^releasenotes/.*
|
||||||
- ^setup\.(cfg|py)$
|
- ^setup\.(cfg|py)$
|
||||||
- ^tox.ini$
|
- ^tox.ini$
|
||||||
- ^Vagrantfile
|
|
||||||
vars:
|
vars:
|
||||||
#disable powertools/highavailabity for centos
|
#disable powertools/highavailabity for centos
|
||||||
configure_mirrors_extra_repos: "{{ ansible_facts['os_family'] | lower != 'redhat' }}"
|
configure_mirrors_extra_repos: "{{ ansible_facts['os_family'] | lower != 'redhat' }}"
|
||||||
|
Reference in New Issue
Block a user