Commit Graph

12 Commits

Author SHA1 Message Date
ShangXiao 6facb772c0 Add source code repository link for README
Change-Id: I165a0bc1a0b6be3ec34677c0cda07b1dd931d8e6
2019-08-15 02:12:53 -07:00
Dmitriy Rabotjagov 3bf45d57cb Replace git.openstack.org with opendev.org
This patch replaces git.openstack.org with opendev.org as redirection
from old path was enabled.

Change-Id: I8a070e0aded59dd7a4751218bd95bc23d153c6d3
2019-05-08 19:49:28 +03:00
zhouxinyong 2500f1f6f7 Fix README.rst
Change-Id: I5acb5bd6999c8b8f22c0215137bd147588a9a5e6
2019-01-03 10:26:07 +08:00
melissaml abb9754178 Update README.rst information
1) Add documentation url link.
2) Add release notes url link.
3) Add the project home url link.

Change-Id: I0ab6bd577b231c30f606448e1d98b9bb1270504f
2018-06-19 17:08:11 +08:00
melissaml 96c01ad653 Update links in README
Change the outdated links to the latest links in README

Change-Id: I812d4ab76224632e19d7bd222a335c7e62f90dbb
2018-03-03 12:25:23 +08:00
Flavio Percoco 634578b4f1 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:

https://gist.github.com/e1690e82fc4670ea0b969b964a38a5aa

Change-Id: Ide6d0ff467364218dbac7b6571e4480c304b9396
2016-11-25 16:28:20 +01:00
Joshua Hesketh 2ccbecf349 Use git.o.o and regen requirements file
Change-Id: I30683b1e0374039875534dc439163284813a2aa1
2016-11-02 12:25:04 +11:00
Deepak 65a1901248 Renamed test-vars.yml to rolename-overrides.yml in README.rst
Rename of test-vars.yml to rolename-overrides.yml will happen
of all the repo(rolename) in next patches.

Change-Id: I3f61aa28fcd741343b19b6be0e9ece6643de743c
Partial-Bug: #1629284
2016-10-03 22:40:52 +05:30
Andy McCrae 7d8954032a Allow network Alias addresses
For nova flat networking to work /w neutron we need to allow an alias
address for some interfaces.

This PR exposes a "alias:" option which is an address that will be added
as an alias for the interface.

For Debian this means an additional block at the bottom of the
configuration file.

For RedHat this means an <interface_name>:0 file is created.

Change-Id: I39c396ce3b6eab321d5eb70645c1d0af71dcf5c6
2016-09-29 16:09:44 +01:00
Jesse Pretorius 4e9ad19bb2 Update README description of how to use the tests repo
This updates the description of how to use the central tests
repository.

Change-Id: I730c2e5eeda4d57c5607c04439ae9ab2169472dc
2016-09-28 13:23:01 +01:00
Andy McCrae 1baac63b0f Modularize networking
In order for the test repo to work for CentOS properly, we need to be
able to create multiple networks in a more modular way. Additionally, we
should be able to specify a dict of networks to configure and have them
configured.

To allow this to be extended we setup a network interface "type" which
defaults to "default". This should cover all current requirements but
could be extended if needed.

For CentOS/Red Hat specifically, we need to drop down post-up/pre-up
scripts for specific networks - this requires an additional loop task to
ensure the appropriate configuration is dropped down.

This is a precursor for moving Swift and Nova to use the
openstack-ansible-tests repository, both require custom networking which
is not serviced by the current configuration. This is also a precursor
for adding CentOS/RedHat support for openstack-ansible projects.

Change-Id: I5f2446d87ff88f5143b311fd27ab64b476877a1e
2016-09-16 17:07:15 +01:00
Andy McCrae 6275491e6e Add a README 2016-05-26 16:14:39 +01:00