RETIRED, Puppet module to deploy OpenStack Health
Go to file
Matthew Treinish 559d6b83c7
Only run mv if we generated a new js build
This commit adds a missing refreshonly from the exec to run the mv
which moves the build dir to the output dir. Previously we were
running this on every exec which caused failures when a new build
wasn't run. This should address this by only running the mv when we
build the js.

Change-Id: Id9d48c0e5da4567b0afefad22513c391b95e9bc0
2015-10-21 17:23:58 -04:00
manifests Only run mv if we generated a new js build 2015-10-21 17:23:58 -04:00
spec Add provisioning scripts 2015-10-13 22:34:07 -03:00
templates Add site module to deploy frontend to a dir 2015-10-20 21:34:47 -04:00
.gitignore Add provisioning scripts 2015-10-13 22:34:07 -03:00
.gitreview Added .gitreview 2015-09-25 08:18:27 +00:00
Gemfile Add provisioning scripts 2015-10-13 22:34:07 -03:00
LICENSE Add provisioning scripts 2015-10-13 22:34:07 -03:00
metadata.json Add provisioning scripts 2015-10-13 22:34:07 -03:00
Rakefile Add provisioning scripts 2015-10-13 22:34:07 -03:00
README.md Add provisioning scripts 2015-10-13 22:34:07 -03:00

OpenStack Health Puppet Module

Overview

This module provisions (OpenStack Health)[http://git.openstack.org/cgit/openstack/openstack-health].

Running lint

$ bundle install
$ bundle exec rake lint

Running acceptance tests

$ bundle install
$ bundle exec rspec spec/acceptance