Role - tripleo-cellv2

Role Documentation

Welcome to the “tripleo_cellv2” role documentation.

Role Defaults

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

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

tripleo_cellv2_debug: '{{ (ansible_verbosity | int) >= 2 | bool }}'
tripleo_cellv2_cell_name: ''

tripleo_cellv2_cellcontroller_group: "{{ groups['CellController'] }}"
tripleo_cellv2_cell_database_vip: "{{ hostvars[tripleo_cellv2_cellcontroller_group[0]]['cell_database_vip']\
  \ }}"
tripleo_cellv2_cell_transport_url: "{{ hostvars[tripleo_cellv2_cellcontroller_group[0]]['cell_transport_url']\
  \ }}"

Molecule Scenarios

Molecule is being used to test the “tripleo_cellv2” 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_cellv2