Commit Graph

11 Commits

Author SHA1 Message Date
Dmitriy Rabotyagov 5f76a510ac Deprecate os-panko role
Since upstream Panko project has retired, we deprecating role for it.

Since we might want to get some patches in for stable branches, we're
deprecating role instead of retiring it.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/799802
Change-Id: I35e008bcc9b35373dc6db2672ee1cabb328e7f9b
2021-07-07 15:44:31 +03:00
Jonathan Rosser 73863b9083 Use ansible_facts[] instead of fact variables
See https://github.com/ansible/ansible/issues/73654

Change-Id: I1f848a2d08be7975a1bde9832fea1e29f5e7b410
2021-03-16 08:14:58 +00:00
Jonathan Rosser ee9c4f09c9 Remove references to unsupported operating systems
All references to Gentoo, SUSE, Debian stretch and Centos-7  are removed.
Conditional tasks, ternary operators and variables are simplified where possible
OS specific variables files are generalised where possible

Depends-On: Ia88b8e606a19ad8ee20665e125df1079b0a771ff
Change-Id: I1ad5aaaad5a8184d1a6aa41300bd6060fa6bc0e6
2021-03-11 14:35:48 +00:00
Dmitriy Rabotjagov 5ec90c5f29 Clarify supported OS versions
Update the list of supported operating system versions.

Change-Id: I7156231737ea23391127f3ead12f4d0d02cd6e88
2019-05-21 08:13:49 +00:00
Guilherme Steinmüller ab202a218b debian: add support
This patch updates the meta to reflect it's
support of Debian accordingly

Depends-On: Icf91eee6e369d9a6a95dd0c8772c2760eaff5bd2

Change-Id: Ia00b3322a04b44093b5db162fb1815cab8c0e238
2019-04-11 00:38:02 +00:00
Jesse Pretorius ed0f23da26 Remove pip_install meta dependency
We do not need to install pip on the host any more.

Change-Id: Ie8e1a286fd3e842483e75e6704e98907fc2f39f6
2018-09-16 03:27:37 +00:00
Jesse Pretorius 2ae0953860 Remove galera_client meta-dependency
Given that pymysql is pure python and has no C binding
dependencies, we no longer need the role to install the
MariaDB client libraries.

Change-Id: I10aecf6e1ad7ce17cf6a83e7720b0ff78006e4d6
2018-09-16 03:26:45 +00:00
Jonathan Rosser 73d1c46093 Add bionic to galaxy_info metadata
Change-Id: I6f27898ef4ee950135b9ffa0ac732e4c144b0451
2018-08-20 09:24:18 +01:00
Jesse Pretorius c7dfd59acf Execute service setup against a delegated host using Ansible built-in modules
In order to reduce the packages required to pip install on to the hosts,
we allow the service setup to be delegated to a specific host, defaulting
to the deploy host. We also switch as many tasks as possible to using the
built-in Ansible modules which make use of the shade library.

The 'virtualenv' package is now installed appropriately by the openstack_hosts
role, so there's no need to install it any more. The 'httplib2' package is a
legacy Ansible requirement for the get_url/get_uri module which is no longer
needed. The keystone client library is not required any more now that we're
using the upstream modules. As there are no required packages left, the task
to install them is also removed.

Change-Id: I4279311e1022d8625503b41e69573e680fbb742a
2018-07-14 14:41:40 +01:00
Jesse Pretorius 520fc11f10 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.
2018-02-21 14:16:32 +00:00
gokhan.isik 0afd4d81e4 Openstack Ansible panko service role created 2018-01-05 14:59:49 +03:00