Merge "Add element to install config-applier"

This commit is contained in:
Jenkins 2013-01-30 09:17:19 +00:00 committed by Gerrit Code Review
commit 42cad78e20
3 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Installs config-applier to handle Heat Metadata based configuration of
the system.

View File

@ -0,0 +1,13 @@
#!/bin/sh
home=$(dirname $0)
set -uex
mkdir -p /opt/stack
cd /opt/stack
git clone https://github.com/tripleo/config-applier.git
cd config-applier
git checkout master
pip install -e . -U
install -m 0644 -o root -g root $home/config-applier.upstart /etc/init/config-applier.conf

View File

@ -0,0 +1,8 @@
start on runlevel [2345]
task
author "Clint Byrum <clint@fewbar.com>"
description "Config Applier"
exec config-applier