Commit Graph

8 Commits

Author SHA1 Message Date
Guilherme Steinmüller d4e03338cf Retire openstack-ansible-os_molteniron
Change-Id: Idbf958f59a5443abc35d5ed09d086be0ec9688d6
2019-04-24 16:33:17 -04:00
Jonathan Rosser b4300841a2 Add bionic to galaxy_info metadata
Change-Id: I1524dc9ce7fa4e33bff1130792d070bbb1d7dc39
2018-08-02 15:03:22 +01:00
Jean-Philippe Evrard 4bc207da2c 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: Ifb86f7c3de74e6be60de7b7c2ed73d9d0fc8eb30
2017-12-05 11:55:28 +00:00
Jean-Philippe Evrard 10a1aea749 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.

The role status isn't "complete" because no functional test
of the role has been implemented.

Change-Id: I0657a991aa5a3f2493c68044327ef3885d73485e
2017-10-12 10:19:39 +00:00
Jean-Philippe Evrard a60a997482 Revert "Add OpenStack-Ansible metadata"
This reverts commit bae1f69227.

Change-Id: I0b8cb64e4c2f1dbd5dda2552165e7207f552e664
2017-10-10 08:40:55 +00:00
Jean-Philippe Evrard bae1f69227 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.

The role status isn't "complete" because no functional test
of the role has been implemented.

Change-Id: Iaaca5ca1cd4cd3e6df29ab5e70e72cecbabe69c9
2017-10-09 10:22:34 +00:00
Jesse Pretorius 879c1db7cf Use package module to install distro packages
Consolidate distro package install tasks into a
single task using the package module and pass
the package list into the name instead of using
a with_items loop.

The minimum Ansible version is raised to 2.2 due to a
known bug [1] in Ansible's apt module which does not
update the cache properly if the cache update and the
install are combined in a single task.

[1] https://github.com/ansible/ansible-modules-core/issues/1497

Also:
- split install tasks into pre-install, install and
  post-install tasks and tag them appropriately.

Change-Id: I0c5cc16ba1d82b7fd169156d1890c86614210cad
2017-05-02 13:08:49 +00:00
Mark Hamzy 50c30ed6a3 Add meta/main.yml 2017-01-26 08:09:18 -06:00