Go to file
Dmitriy Rabotyagov 1b8cee42a0 Trigger uwsgi restart
When we were migrating service to uwsgi usage, we clean forgot to
trigger uwsgi restart on service config change.
We also use modern "listen" for service handlers that not using uwsgi.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/756310
Change-Id: I360e6c7bc1910d3c013ff225a25f95a191252639
2020-11-30 14:12:16 +02:00
2020-11-24 11:48:05 +02:00
2020-11-24 11:48:05 +02:00
2020-11-30 14:12:16 +02:00
2019-11-13 14:49:48 +01:00
2020-11-30 14:12:16 +02:00
2020-11-24 11:48:05 +02:00
2020-11-24 11:48:05 +02:00
2020-11-24 11:48:05 +02:00
2019-11-13 14:49:48 +01:00
2020-06-17 17:31:58 +03:00
2019-11-13 14:49:48 +01:00
2019-11-13 14:49:48 +01:00
2019-11-13 14:49:48 +01:00
2019-11-13 14:49:48 +01:00
2020-11-24 11:48:05 +02:00
2019-11-13 14:49:48 +01:00
2019-11-13 14:49:48 +01:00
2019-11-13 14:49:48 +01:00
2019-11-13 14:49:48 +01:00
2020-11-24 11:48:05 +02:00
2019-11-13 14:49:48 +01:00

Team and repository tags

image

OpenStack-Ansible Adjutant

tags

openstack, adjutant, cloud, ansible

category

*nix

This Ansible role installs and configures OpenStack adjutant.

This role will install the following Upstart services:
  • adjutant-api
  • adjutant-processor

Required Variables

adjutant_service_password
adjutant_rabbitmq_password
adjutant_galera_password
adjutant_galera_address

Example Playbook

- name: Install adjutant server
  hosts: adjutant_all
  user: root
  roles:
    - { role: "os_adjutant", tags: [ "os-adjutant" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
    adjutant_galera_address: "{{ internal_lb_vip_address }}"
    adjutant_galera_password: "SuperSecretePassword1"
    adjutant_service_password: "SuperSecretePassword2"
    adjutant_rabbitmq_password: "SuperSecretePassword3"
Description
Role os_adjutant for OpenStack-Ansible
Readme 762 KiB
Languages
Jinja 45.7%
Python 36.3%
Shell 18%