Includes various license files, manifests, vagrantfile for dev, and empty documentation. Run 'vagrant up' or 'vagrant provision' in the root directory, and you will get a VM that runs the puppet module and has a local network IP address of 192.168.99.88.
11 lines
364 B
Puppet
11 lines
364 B
Puppet
name 'openstack-refstack'
|
|
version '0.0.1'
|
|
source 'git://git.openstack.org/openstack-infra/puppet-refstack.git'
|
|
author 'openstackci'
|
|
license 'Apache 2.0'
|
|
summary 'Puppet module for Refstack'
|
|
description 'This module installs and maintains the OpenStack RefStack service.'
|
|
project_page 'https://github.com/openstack-ci/puppet-refstack'
|
|
|
|
## Add dependencies, if any:
|