Commit Graph

10 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
Jonathan Rosser 3663eeba2c Add bionic to galaxy_info metadata
Depends-On: https://review.openstack.org/#/c/587536/
Change-Id: I2fad60a1faf95cb1dc3882d67bab86c169b65a94
2018-08-02 20:31:44 +00:00
Jean-Philippe Evrard a60617471c Remove pip_install dependency
With addition of pip_install on every node, we don't
need to have pip_install as a meta dependency.

Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868
Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d
Change-Id: If7bbd15e911a73f941eb8d2eead75ab260a49cb8
2017-12-05 11:56:43 +00:00
Jean-Philippe Evrard 90f8e540f8 Add OpenStack-Ansible metadata
We need to add openstack ansible information in the role
metadata to be able to track role maturity. With it,
we can create a role maturity table and take decisions about
role deprecations.

Change-Id: Ic1efd8f7ddc084cf270766563cc375a50748394e
2017-10-11 09:03:43 +00:00
Jesse Pretorius 038e3c1cf6 Use updated get_url module checksum functionality
Starting in Ansible 2.0, the get_url [1] module provides the
ability for a checksum to be provided to the get_url module
which will be verified against the local destination file
and the task skipped if it matches.

[1] http://docs.ansible.com/ansible/get_url_module.html

This patch implements the use of this functionality.

The ability to ignore a venv download failure is also removed
as this is not necessary or desirable. It is better for the
download to fail and the playbook execution to stop immediately
so that the failure point is exposed.

Change-Id: Ibe9d3a98e663cb1c1d7ae07aa10c9cee8e6aba3f
2016-11-07 17:39:13 +00:00
Tom Cameron 4d237367aa
Mark this role supporting Ubuntu Xenial.
This role does not have any specific dependency on systemd,
upstart, init, etc. So there is no reason it can't be marked as
supporting Ubuntu Xenial.

Change-Id: I01ed2eb5023b236ae4e46d92ca35d748e7d3132e
Implements: blueprint support-ubuntu-1604
2016-08-10 11:53:41 -05:00
Jimmy McCrory 498c422263 Remove pip_lock_down dependency
The pip_install and pip_lock_down roles have been merged.

Remove pip_lock_down from the role's meta dependencies and test
requirements.

Change-Id: I234245405f0cfc64c9ed9eb31783e49437917721
2016-06-07 23:32:58 -05:00
Jesse Pretorius 8dd77ff2c5 Implement base configuration for OpenStack-CI
This patch includes the following:

 - Base configuration for OpenStack's CI Infrastructure.
 - Base documentation build configuration.
 - A Vagrantfile for local testing.
 - A base test configuration in order to execute the standard tests.
 - An updated README, added LICENSE file and a CONTRIBUTING file.

Change-Id: I47a4b15e43fdc554d1bee203f2df34752fe786f6
2016-03-16 15:39:18 +00:00
Lingxian Kong 50e596389b Add zaqar_local_mode 2016-03-15 15:11:37 +13:00
Lingxian Kong 141383b19e Initial commit for zaqar ansible role 2016-03-11 15:08:53 +13:00