Commit Graph

27 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
Dmitriy Rabotyagov b2056f6f4d Fix wsgi_venv path for panko-api
Previous to this change the uwsgi config had virtualenv include /bin,
leading to $venv/bin/bin in execution

Change-Id: I9e2e211c966f71dc047cdf92d9774e55c736d505
2021-06-02 13:15:58 +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 04626ad173 Switch default virtualenv to python3
Depends-On: Ia88b8e606a19ad8ee20665e125df1079b0a771ff
Change-Id: Ibaa9df812f29ee122cf252b483f607f0ba2ebea5
2021-03-11 14:35:21 +00:00
Jonathan Rosser cfd201d5c7 Move panko pip packages from constraints to requirements
This is necessary to use the new pip resolver

Change-Id: I76a21f085729373b81cff9e1d0bd9a190e1e7c18
2021-01-25 10:18:41 +00:00
Dmitriy Rabotyagov e1650e289e Use global service variables
Instead of overriding each service separatelly it might make
sense for deployers to define some higher level variable that
will be used first or fallback to default variable.

Change-Id: Ic2fd46eacfd67ec89f369068194494edd964a5d1
2021-01-08 18:15:39 +02:00
Dmitriy Rabotyagov e7c7796946 Reduce number of processes on small systems
Even the most modest 4C/8T system would run with the maximum 16 processes
due to the calculation being VCPU*2.

We devide amount of CPUs to number of threads for hyperthreaded CPUs

Change-Id: I91b62df6b54bb2e42c4b191c4a09ca4f2f854a75
2020-11-30 13:55:42 +02:00
Jonathan Rosser 3040ca268e Use the utility host for db setup tasks
Move it to the service setup host (defaults to utility[0]) instead
of the galera[0] host, and use galera_address (defaults to internal VIP)
as the endpoint instead of a local connection on the db host.

Depends-On: https://review.opendev.org/755484
Change-Id: Ic1e031510391795e0971a7fbcdfe79dc939c9bec
2020-10-01 13:37:12 +00:00
melissaml 3be2306707 Cleanup after repo_build and pip_install retirement
Change-Id: I7c350e86d7ae5f7eab4265e90b8e73fdac59eb7c
2020-05-13 16:39:31 +08:00
Guilherme Steinmüller 67fcd7723f Refactor memcached_servers
This patch aims to add a prefix for memcached_server
on each role to give the ability for deployers to
override the location of memcached cluster. I.e users
wants to create a single memcached cluster with k8s
for each service.

We also add pymemcache based on [1]

[1] https://review.opendev.org/711429

Change-Id: Ifc89958375ec860e9c75e84aadd420401336e2f6
2020-03-16 14:52:37 +00:00
Dmitriy Rabotyagov 3df07db023 Replace git.openstack.org with opendev.org
This patch replaces git.openstack.org with opendev.org as redirection
from old path was enabled.
Also we change upper constraints url due to [1]

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I5d2be87d6c44c4cbf9181803b1d1e5456212e30a
2019-11-14 18:28:47 +02:00
Andrew Gibb 5c63add312 Add global override for service bind address
Change-Id: Ib59be6310e061c2d30b94302e24e2f9a392c93f5
2019-09-19 13:55:28 +01:00
Jonathan Rosser 57d718385c Allow venv python interpreter to be overridden
Change-Id: If5ba771d0ed52c44551ba473fc07275306337b08
2019-09-11 21:20:24 +01:00
Dmitriy Rabotyagov 2cb6ab1815 Start using uWSGI role
Move service to use uWSGI role instead of iternal task for uwsgi
deployment. This aims to ease the maintenance of uWSGI and speedup
metal deployments as the same uwsgi environment will be used
across all services.

Change-Id: Ied62269392fa8d7b0ddfe6e29f52c34ddbbbce20
2019-09-06 00:45:45 +03:00
Dmitriy Rabotyagov 50f1a48c6c Migrate panko to use uWSGI
This patch moves panko-api from usage of apache with mod_wsgi
to uWSGI, which means unification across another roles and
reduced maintenance costs

During migration period tasks that ensures apache won't listen
on panko_service_port are present, but they are supposed to be removed
after train release.

Change-Id: Ic61c60e2db45ac5e51bb3a43d7928648d9ae5d19
2019-08-02 16:28:12 +03:00
Dmitriy Rabotyagov caeb205aeb Use systemd-journald instead of log files
This patch aims to migrate service from usage of regular syslog files
to journald. We also disable uwsgi logging, since it dublicates
requests that are logged by service itself.

Change-Id: I83b54a175b15932036755c2673993990492592e8
2019-07-17 19:17:17 +03:00
Dmitriy Rabotjagov a3b0443be5 Update role for new source build process
The variables panko_developer_mode and panko_venv_download
no longer carry any meaning. This review changes panko to
do the equivalent of what developer_mode was all the time,
meaning that it always builds the venv and never requires
the repo server, but it will use a repo server when available.

As part of this, we move the installation out of its own file
because it's now a single task to include the venv build role.
This is just to make it easier to follow the code.

We also change include_tasks to import_tasks and include_role
to import_role so that the tags in the python_venv_build role
will work.

Change-Id: I82f9eceb171befc1a47d18134fcc6c1482f14eef
2019-03-28 09:40:38 +02:00
Christian Zunker 5a6add8c88 Add panko-expirer cron job
Automatically delete events when TTL for events
is greater than zero.

Change-Id: Ifecec755edc4d9b1eb202abceb7fecd5aaf87fe7
2018-12-24 09:37:41 +01:00
Jesse Pretorius 0ade5f38ef Enable overriding the service setup host python interpreter
In order to enable the service setup host python interpreter to
be changed easily, we make it a variable. This will be useful
when someone sets the service setup host to be the utility
container, because we'll be able to set this var by default.

Change-Id: I039cb8485447c7b0e4159aea7944d6ba8241af20
2018-11-30 16:27:00 +00:00
Jesse Pretorius a188bb25f0 Use a common python build/install role
In order to radically simplify how we prepare the service
venvs, we use a common role to do the wheel builds and the
venv preparation. This makes the process far simpler to
understand, because the role does its own building and
installing. It also reduces the code maintenance burden,
because instead of duplicating the build processes in the
repo_build role and the service role - we only have it all
done in a single place.

We also change the role venv tag var to use the integrated
build's common venv tag so that we can remove the role's
venv tag in group_vars in the integrated build. This reduces
memory consumption and also reduces the duplication.

This is by no means the final stop in the simplification
process, but it is a step forward. The will be work to follow
which:

1. Replaces 'developer mode' with an equivalent mechanism
   that uses the common role and is simpler to understand.
   We will also simplify the provisioning of pip install
   arguments when doing this.
2. Simplifies the installation of optional pip packages.
   Right now it's more complicated than it needs to be due
   to us needing to keep the py_pkgs plugin working in the
   integrated build.
3. Deduplicates the distro package installs. Right now the
   role installs the distro packages twice - just before
   building the venv, and during the python_venv_build role
   execution.

Depends-On: https://review.openstack.org/598957
Change-Id: Ibe21d0114a935bd2f91ca7a570c8051e14611548
Implements: blueprint python-build-install-simplification
Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
2018-09-03 11:09:55 +00: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 e5b8094b74 Move database creation into role
There is no record for why we implement the database creation outside
of the role in the playbook, when we could do it inside the role.

Implementing it inside the role allows us to reduce the quantity of
group_vars duplicated from the role, and allows us to better document
the required variables in the role. The delegation can still be done
as it is done in the playbook too.

In this patch we implement a new variable called 'panko_db_setup_host'
which is used in the role to allow delegation of the database setup
task to any host, but defaults to the first member of the galera_all
host group. We also document the variable 'panko_galera_address' which
has been used for a long time, but never documented. A bunch of unused
variables have also been removed.

Change-Id: Ib31b94433183bb12209fe824ea5c8ee67aaa8276
2018-06-28 17:49:30 +00:00
Kevin Carter c85a4fd25c Add packages required for osprofiler
The following packages are required in-order to run osprofiler.
these packages will provide deployers the ability to profile
a service on demand should they choose to enable the profile
functionality.

Depends-On: I3df2c670beeb78baaa1515bcd27e8f2b0d95b3a9
Change-Id: Iebdd2d92c07faf98b34a1f3fbfddf2ba00d1263c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-06-24 17:19:25 +00:00
Jesse Pretorius 3a254e3582 Replace virtualenv-tools with a script
virtualenv-tools has a bug which gets triggered in gates: it can't
change the shebang of a virtualenv python bin/ files if they
were generated with a virtualenv script whose shebang ends with
python2 instead of python.

Because we can't modify virtualenv-tools, we use shell scripts
instead.

Change-Id: I8b40b4bceaf90fadecb4512c0cb9dbee143fe987
Partial-Bug: #1741634
Partial-Bug: #1764470
2018-04-18 10:11:20 +00:00
Jesse Pretorius 0e01d050c4 Update branch for master, and add scaffolding for openstack-infra
The content in master came from the stable/pike branch, so we change
all the branch references to work with master instead.

We also add various scaffolding and update various files so that
it matches the right content for master and will be able to build
docs/releasenotes when imported into openstack-infra.
2018-02-21 11:41:27 +00:00
gokhan.isik 0e71f81ba4 panko role is created 2018-01-09 13:59:36 +03:00
gokhan.isik 0afd4d81e4 Openstack Ansible panko service role created 2018-01-05 14:59:49 +03:00