Merge "Removing the config-applier element"
This commit is contained in:
commit
cccb870d92
@ -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