Commit Graph

11 Commits

Author SHA1 Message Date
Guilherme Steinmüller c30e4a5a34 Retire openstack-ansible-os_zaqar
Change-Id: Id1b0aa720d293298ab48fae2e926e79fb7df4511
2019-04-17 23:43:21 +00:00
Vu Cong Tuan 7eab60e6f3 Replace port 35357 with 5000 for "identity_uri"
Based on the change in Keystone Install Guide [1],
this patch replace port 35357 with 5000 for "identity_uri".

For more details, please check similar changes which have been done
on other projects: Nova [2], Neutron [3], Cinder [4], Glance [5].

[1] https://review.openstack.org/#/c/541857
[2] https://review.openstack.org/#/c/562812
[3] https://review.openstack.org/#/c/566491
[4] https://review.openstack.org/#/c/565464
[5] https://review.openstack.org/#/c/558932

Change-Id: If13444d4ea4e864d58c2f8a775468319b3f422ad
2018-05-21 13:17:23 +07:00
Vu Cong Tuan 0287cf1e94 Replace deprecated "auth_uri" by "www_authenticate_uri"
According to [1], "auth_uri" has been deprecated.
This patch replace it by using "www_authenticate_uri" instead.

Note that: the same patch has been merged [2],
however, there's still "auth_uri" remaining in the comment
and it might confuses the users.

[1] https://review.openstack.org/#/c/508522
[2] https://review.openstack.org/#/c/558386

Change-Id: I3cdb030593bc4b984b54a5580619dab14c4a8352
2018-05-11 09:05:58 +07:00
ZhongShengping c81b97ccff Deprecate auth_uri option
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: I2a36117967d222529f0fe8f87eaf93d46d4219be
Implements: blueprint deprecate-auth-uri-option
2018-04-03 14:17:12 +08:00
ZhongShengping 1e3a4a4463 Deprecate auth_plugin option
Option "auth_plugin" is deprecated, use option "auth_type" instead.

Change-Id: Ibe125dc89b7c59daf83b950692319ec18457d3f2
Implements: blueprint deprecate-auth-plugin
2017-03-25 12:25:28 +08:00
Kevin Carter 7d2cfa0fbf Disable stderr logging
OSLO logging currently defaults the 'use_stderr' option to True
which results duplicate logs in service daemon logs for both
upstart and systemd. To correct this issue the use_stderr
option has been set to false.

Change-Id: I1eabe119b362f544d75da35600ecb88fec1b829c
Closes-Bug: 1588051
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-08-04 17:46:57 +00:00
Travis Truman da805c1133 Removing unused tasks and templates for upstart
The upstart service tasks and templates were not
being used by the role.

Change-Id: Ie0964c5402847f0bf4a98d3ff1d0c63f66e4d005
2016-07-27 16:50:42 -04:00
Travis Truman 35cde17905 Adding simple functional testing for the role
Previously only role convergence was tested.

This patch paves the way to have functional testing support
the addition of Xenial support as well as adding more
thorough functional testing using the Tempest plugin
available in the zaqar source.

Change-Id: I593fe5e61df2daca0857548394e04aa2afa35499
2016-07-21 17:58:56 -04:00
Anton Khaldin e3d63ab1ef Only install to virtual environment
Remove all tasks and variables related to toggling between installation
of zaqar inside or outside of a Python virtual environment.
Installing within a venv is now the only supported deployment.

Additionally, a few changes have been made to make the creation of the
venv more resistant to interruptions during a run of the role.
* unarchiving a pre-built venv will now also occur when the venv
  directory is created, not only after being downloaded
* virtualenv-tools is run against both pre-built and non pre-built venvs
  to account for interruptions during or prior to unarchiving

Change-Id: I4a67a53d3d685c1e2f937114352569c9f45a74a0
Implements: blueprint only-install-venvs
2016-07-08 02:10:49 -07:00
Travis Truman 87f17afed0 zaqar.conf.j2 should use the role's debug var
While the setting could be changed with config
template overrides, the role var should be used
when defined

Change-Id: I202944513c75c90840980fa310555918969f4c51
2016-03-29 10:19:01 -04:00
Lingxian Kong 141383b19e Initial commit for zaqar ansible role 2016-03-11 15:08:53 +13:00