grycap.devstack

License Build Status

Devstack Role

This role installs DevStack.

Role Variables

devstack_user: "devstack"       # User name for DevStack
devstack_user_home: "/home/{{devstack_user}}"  # Home directory for the user
devstack_git_branch: "master"    # Git branch to use

Example Playbook

- hosts: server
  roles:
  - { role: 'grycap.devstack'}  # Apply the DevStack role on the server

Contributing to the Role

To keep the code organized, direct changes to the master branch are not allowed. If you want to help, you need to create a new branch, make your changes, and then submit a pull request.
Thank you!

Informazioni sul progetto

Install DevStack

Installa
ansible-galaxy install grycap.devstack
Licenza
apache-2.0
Download
78
Proprietario
Grid y Computación de Altas Prestaciones