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:
parent
f5d4d8c711
commit
63a4c1e9d5
@ -1,2 +0,0 @@
|
||||
Installs config-applier to handle Heat Metadata based configuration of
|
||||
the system.
|
@ -1 +0,0 @@
|
||||
source-repositories
|
@ -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
|
@ -1,8 +0,0 @@
|
||||
start on runlevel [2345]
|
||||
|
||||
task
|
||||
|
||||
author "Clint Byrum <clint@fewbar.com>"
|
||||
description "Config Applier"
|
||||
|
||||
exec config-applier
|
@ -1 +0,0 @@
|
||||
config-applier git /opt/stack/config-applier https://git.openstack.org/openstack/os-apply-config.git
|
Loading…
Reference in New Issue
Block a user