Commit Graph

15 Commits

Author SHA1 Message Date
melissaml 8794f98e1d Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I8ea1ea89ba63ed043aaeb14472de9019fae116ea
2019-05-06 19:08:53 +08:00
ShangXiao a3646383e7 Add bugs url link to README
Change-Id: I6e5bfacff9ef13dd254c74c2510d392a7b8aaf0e
2018-08-31 03:02:21 -07:00
LeopardMa 3a935b7a40 Add source code repository notes link to README
Change-Id: Id9740e58440428206dfabacdd186411c131dca9f
2018-07-04 20:34:51 -04:00
zhulingjie cdcb4c7847 Add release note link in README
Change-Id: I1bd4ef348a1e38cb3930c3fae1d64783ab6b6242
2018-06-12 11:46:30 -04:00
Guoqiang Ding 935b20deb4 Update the doc link
Change-Id: I688f0d54056ef94835b1e9ccf5ed98143863d442
2017-11-13 18:13:56 +08:00
lidong 208fb04059 Update links in README
Change the outdated links to the latest links in README

Change-Id: Icea90b59d020e5cf16d0ad91cffda59db739035d
2017-09-14 11:16:25 +08:00
Flavio Percoco d402a180b4 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/5d8c5a46f2ed6f08dc605532d953ce10

Change-Id: Ia8c852db0129adfe565acb627224744356dd21c1
2016-11-25 16:11:33 +01:00
Robb Romans f370ce6a84 [DOCS] Add project links to README; fix typos
Change-Id: I048a18106cd0755b58735e0f0b4826b7f3977f7a
2016-08-16 12:48:19 -05:00
Nate Graf f40f7d1308 [DOCS] Move horizon docs to roles
This change moves the horizon config information into the
os_horizon role repo. Moving forward, specific project
configurations are maintained in the appropriate role book.

Change-Id: Ic0b1599aee659f47128aa50f367164b64353556a
2016-08-12 19:26:54 +00:00
Jesse Pretorius 4dbde0e418 Ensure that doc linting is included in the linters test
The 'docs' tox target executes the doc8 lint test which may result in
failures when testing documentation builds, but OpenStack-CI does not
execute that tox target.

In order to ensure that we catch all standard documentation syntax
errors and prevent them from merging, this patch includes the docs
target in the 'linters' chain of tests.

Fixes for any failures which result from executing this test are also
included in the patch.

Change-Id: I3b14ec1524a0f32705b85835fe3d1eb4b181fc56
2016-07-26 07:38:09 +01:00
Travis Truman 605f1765c9 Cleanup/standardize usage of tags
The numerous tags within the role have been condensed
to two tags: horizon-install and horizon-config

These tags have been chosen as they are namespaced
and cover the two major functions of the role.

Documentation has been updated to inform how each tag
influences the function of the role.

Change-Id: I02e5ee7c2975325bfa479f23ae1001095f664dcb
2016-07-11 16:48:58 -04:00
Travis Truman 788fbfd98d Remove dependency on the Keystone admin auth token
Now that auth token usage is deprecated, prefer the admin
user and password for all horizon setup tasks run against
keystone.

Change-Id: I37187eaf11d3bd60c577acf7c97c7c2993d65566
2016-03-17 10:48:22 -04:00
Travis Truman 5ce73596ba [DOCS] Cleanup the role docs for consistency and clarity
Utilizing RST includes to reduce duplication of documentation
effort. All contents of the Ansible defaults/main.yml are
now included in the documentation directly.

Change-Id: I84822047d5570853e2530f698dc53ff13220090e
2016-03-10 08:55:29 -05:00
Steve Lewis 451ca48a26 Configure DB addresses for each service
To enable partitioning of DB traffic by-service, each service needs to
use a custom connection string. Defaulting the service address to a
common galera_address makes things continue to work by default.

While the galera_address could be overridden on a container or host
basis this requires repeating that behavior across each infra node in
the inventory. Providing service-specific connection address variables
simplifies the management somewhat for large deployments and may reduce
error rates.

The service install playbooks now default the service-specific variables
instead of galera_address to the internal lb vip from inventory to
maintain the ease-of-use currently available.

Any value for a service-specific variable set in user_variables.yml will
override the value in the playbook's vars to provide selective
customization as needed.

Change-Id: I4c98bf906a0c1cb11ddd41277a855dce22ff646a
Closes-Bug: 1462529
2015-06-10 02:07:38 +00:00
Kevin Carter 787bf47d02 Convert existing roles into galaxy roles
This change implements the blueprint to convert all roles and plays into
a more generic setup, following upstream ansible best practices.

Items Changed:
* All tasks have tags.
* All roles use namespaced variables.
* All redundant tasks within a given play and role have been removed.
* All of the repetitive plays have been removed in-favor of a more
  simplistic approach. This change duplicates code within the roles but
  ensures that the roles only ever run within their own scope.
* All roles have been built using an ansible galaxy syntax.
* The `*requirement.txt` files have been reformatted follow upstream
  Openstack practices.
* Dynamically generated inventory is now more organized, this should assist
  anyone who may want or need to dive into the JSON blob that is created.
  In the inventory a properties field is used for items that customize containers
  within the inventory.
* The environment map has been modified to support additional host groups to
  enable the seperation of infrastructure pieces. While the old infra_hosts group
  will still work this change allows for groups to be divided up into seperate
  chunks; eg: deployment of a swift only stack.
* The LXC logic now exists within the plays.
* etc/openstack_deploy/user_variables.yml has all password/token
  variables extracted into the separate file
  etc/openstack_deploy/user_secrets.yml in order to allow seperate
  security settings on that file.

Items Excised:
* All of the roles have had the LXC logic removed from within them which
  should allow roles to be consumed outside of the `os-ansible-deployment`
  reference architecture.

Note:
* the directory rpc_deployment still exists and is presently pointed at plays
  containing a deprecation warning instructing the user to move to the standard
  playbooks directory.
* While all of the rackspace specific components and variables have been removed
  and or were refactored the repository still relies on an upstream mirror of
  Openstack built python files and container images. This upstream mirror is hosted
  at rackspace at "http://rpc-repo.rackspace.com" though this is
  not locked to and or tied to rackspace specific installations. This repository
  contains all of the needed code to create and/or clone your own mirror.

DocImpact
Co-Authored-By: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
Closes-Bug: #1403676
Implements: blueprint galaxy-roles
Change-Id: I03df3328b7655f0cc9e43ba83b02623d038d214e
2015-02-18 10:56:25 +00:00