Files
puppet-openstack_health/spec/acceptance/fixtures/api.pp
Glauco Oliveira e091e45134 Add provisioning scripts
This is a initial version of how to deploy OpenStack-Health.

This script provisions openstack-health as it is today. This will be a
foundation for future deployments, once the application becomes more
mature.

Change-Id: Id4ef45bba0db28b95d7fb72799cb86ab4db6343b
Co-Authored-By: Bruno Tavares <btavare@thoughtworks.com>
Co-Authored-By: Caio Carrara <ccarrara@thoughtworks.com>
2015-10-13 22:34:07 -03:00

14 lines
361 B
Puppet

$source_dir = '/opt/openstack-health'
class { '::openstack_health':
source_dir => $source_dir,
}
class { '::openstack_health::api':
db_uri => 'mysql+pymysql://query:query@logstash.openstack.org/subunit2sql',
source_dir => '/opt/openstack-health',
server_admin => 'webmaster@localhost',
vhost_name => 'localhost',
vhost_port => 5000,
}