/devstack-workstation

An Ansible playbook to bootstrap a Devstack development environment.

Primary LanguageApacheConfApache License 2.0Apache-2.0

devstack-workstation

devstack-workstation is an Ansible playbook to bootstrap a Devstack development environment.

Requirements

A standard Fedora 21 workstation installation on a bare-metal system (e.g. a 2nd workstation or a Laptop).

Preparation

Enable passwordless sudo for the wheel group in the /etc/sudoers configuration file.

## Allows people in group wheel to run all commands
# %wheel  ALL=(ALL)       ALL

## Same thing without a password
%wheel        ALL=(ALL)       NOPASSWD: ALL

Installation

$ git clone git@github.com:berendt/devstack-workstation.git
$ cd devstack-workstation
$ ./run.sh

Initialization

$ cd ~/devstack
$ ./stack.sh