Removing the config-applier element

This is pretty much a duplicate of t-i-e/elements/os-apply-config, isn't used
in tripleo and the upstart script is out of date. We don't need to carry this.

Change-Id: I2b23d5930afae42cff28e2d5ce3d6c84224afa4a
This commit is contained in:
Derek Higgins 2014-01-13 14:05:21 +00:00
parent f5d4d8c711
commit 63a4c1e9d5
5 changed files with 0 additions and 23 deletions

View File

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

View File

@ -1 +0,0 @@
source-repositories

View File

@ -1,11 +0,0 @@
#!/bin/bash
home=$(dirname $0)
set -uex
install-packages python-pip
cd /opt/stack/config-applier
pip install -e . -U
install -m 0644 -o root -g root $home/config-applier.upstart /etc/init/config-applier.conf

View File

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

View File

@ -1 +0,0 @@
config-applier git /opt/stack/config-applier https://git.openstack.org/openstack/os-apply-config.git