Role - tripleo_keystone

Role Documentation

Welcome to the “tripleo_keystone” role documentation.

Role Defaults

This section highlights all of the defaults and variables set within the “tripleo_keystone” role.

# All variables intended for modification should be placed in this file.

# All variables within this role should have a prefix of "tripleo_keystone"
tripleo_keystone_debug: '{{ (ansible_verbosity | int) >= 2 | bool }}'

tripleo_keystone_hide_sensitive_logs: true

tripleo_keystone_image: ''

tripleo_keystone_volumes:
- /etc/openldap:/etc/openldap:ro
- /var/lib/kolla/config_files/keystone.json:/var/lib/kolla/config_files/config.json:ro
- /var/lib/config-data/puppet-generated/keystone:/var/lib/kolla/config_files/src:ro

tripleo_keystone_logging_volumes:
- /var/log/containers/keystone:/var/log/keystone:z
- /var/log/containers/httpd/keystone:/var/log/httpd:z

tripleo_keystone_environment:
  KOLLA_CONFIG_STRATEGY: COPY_ALWAYS

tripleo_keystone_db_sync_environment:
  KOLLA_BOOTSTRAP: true
  KOLLA_CONFIG_STRATEGY: COPY_ALWAYS
  TRIPLEO_DEPLOY_IDENTIFIER: "{{ tripleo_deploy_identifier | default('') }}"

tripleo_keystone_logging_environment: {}

Role Variables: main.yml

null
...

Molecule Scenarios

Molecule is being used to test the “tripleo_keystone” role. The following section highlights the drivers in service and provides an example playbook showing how the role is leveraged.

Scenario: default

Driver: podman
Molecule Inventory
hosts:
  all:
    hosts:
      centos:
        ansible_python_interpreter: /usr/bin/python3
Example default playbook
- name: Converge
  hosts: all
  roles:
  - role: tripleo_keystone