Role os_nova for OpenStack-Ansible
Go to file
Dmitriy Rabotyagov 85bbd5f2c3 Define unique hostname for QManager
Due to the shortcoming of QManager implementation [1], in case of uWSGI
usage on metal hosts, the flow ends up with having the same
hostname/processname set, making services to fight over same file
under SHM.

In order to avoid this, we prepend the hostname with a service_name.
We can not change processname instead, since it will lead to the fight
between different processes of the same service.

[1] https://bugs.launchpad.net/oslo.messaging/+bug/2065922

Change-Id: Ie8c68cad4a89e5fcc43dad53d895d093cb3fe671
2024-05-25 15:29:52 +02:00
defaults Implement variables to address oslo.messaging improvements 2024-05-11 10:54:33 +02:00
doc Remove mention of haproxy-endpoints role 2022-06-14 19:41:53 +02:00
examples Fix example playbook linters 2023-10-09 10:24:48 +02:00
files Add ignore_msrs=1 2020-05-06 14:48:02 +00:00
handlers fix apparmor profile for non-standard nova home 2024-03-14 15:59:29 +02:00
meta Fix linters and metadata 2023-07-17 16:17:30 +02:00
releasenotes Merge "Enable deployers to force update cell mappings" 2024-04-12 16:34:30 +00:00
tasks Add tag to enable targeting of post-install config elements only 2024-05-15 09:19:37 +01:00
templates Define unique hostname for QManager 2024-05-25 15:29:52 +02:00
tests Cleanup after repo_build and pip_install retirement 2020-05-12 22:40:19 +03:00
vars Evaluate my_ip address once 2024-02-11 17:36:15 +01:00
zuul.d Replace linters test with integarted one 2021-05-25 19:56:18 +03:00
.gitignore Updated from OpenStack Ansible Tests 2019-08-20 03:06:37 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:15 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2021-03-12 22:20:28 +00:00
CONTRIBUTING.rst [ussuri][goal] Update contributor documentation 2020-05-12 22:38:49 +03:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 10:27:39 +01:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-06 19:25:48 +08:00
run_tests.sh Updated from OpenStack Ansible Tests 2022-04-04 09:43:20 +00:00
tox.ini Cleanup setup.py config 2022-04-04 10:42:44 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2021-12-17 16:47:31 +00:00

Team and repository tags

image

OpenStack-Ansible nova

Ansible role that installs and configures OpenStack nova and all of its corresponding services.

This role will install the following:
  • nova-api
  • nova-conductor
  • nova-scheduler
  • nova-console
  • nova-compute

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_nova/latest/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-os_nova/

The project source code repository is located at: https://opendev.org/openstack/openstack-ansible-os_nova/

The project home is at: https://launchpad.net/openstack-ansible

The project bug tracker is located at: https://bugs.launchpad.net/openstack-ansible