Skip to content

EGI-Federation/ansible-role-bdii

Repository files navigation

Build Status

BDII

This role is for deploying the Berkeley Database Information Index (BDII), specifically for providing a common information schema in distributed computing infrastructures.

This role can deliver all levels of the BDII:

  • top-bdii (combination of many site-bdiis)
  • site-bdii (combination of many resource bdiis)
  • resource-bdii (single resource information index)

Requirements

None

Role Variables

The main role variables are in defaults/main.yml, while the bdii-specific vars are in defaults/bdii.yml. Overwrite these with your own vars in your group vars, or add your own to vars/main.yml

Dependencies

See meta.yml for dependencies.

Example Playbook

    - hosts: servers
      roles:
         - { role: EGI-Foundation.umd-bdii, level: top, umd_version: 4 }

License

Apache-2.0

Author Information

Bruce Becker, and others.