summaryrefslogtreecommitdiffstats
path: root/meta-openstack-controller-deploy/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-09-23 16:35:20 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-10-03 01:15:42 -0400
commitfcffddaac729715622760a1c1ad6df62c5ee5e2f (patch)
treed5bca66391e4037d9af811f2b679b50e23931f4e /meta-openstack-controller-deploy/conf
parent581052b1783b4639705e5db520797ed81c1a0990 (diff)
downloadmeta-cloud-services-fcffddaac729715622760a1c1ad6df62c5ee5e2f.tar.gz
meta-openstack-controller-deploy: initial creation
Creating a layer than when added to a build, modifies configuration via appends and classes to create a configured control node. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack-controller-deploy/conf')
-rw-r--r--meta-openstack-controller-deploy/conf/layer.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack-controller-deploy/conf/layer.conf b/meta-openstack-controller-deploy/conf/layer.conf
new file mode 100644
index 0000000..de8f435
--- /dev/null
+++ b/meta-openstack-controller-deploy/conf/layer.conf
@@ -0,0 +1,9 @@
1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "openstack-controller-deploy-layer"
8BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-controller-deploy-layer = "6"