summaryrefslogtreecommitdiffstats
path: root/fuel-build/f_opnfv_puppet/puppet/modules/opnfv
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-02-13 17:09:52 +0100
committerStefan K. Berg <stefan.k.berg@ericsson.com>2015-02-17 16:22:42 +0100
commitec0606c650706be7444370128624924a3dd1767e (patch)
treec36e86482c38d119bd8a06301af47fb09bc3494a /fuel-build/f_opnfv_puppet/puppet/modules/opnfv
parent41048f09b545b34ff1ed398b1dd76aad48a98718 (diff)
Update of Fuel based build system to Fuel 6.0.1
Rebase of the build system to build Fuel from the stable/6.0 branch which currently creates Fuel 6.0.1. The Fuel baseline thus becomes: - OpenStack Juno - Ubuntu 12.04.4 - CentOS 6.5 An additional patch is added to the Fuel build system to enable a newer version of Fuel to be built under Docker (as the Ubuntu sandbox chroot is installing atd, where the post install expects upstart to be running which is not the case in the build container). Rebase of patches on top of Fuel to support 6.0.1. Change-Id: I2e884d27e1533be8d60c071a7ea9db998a4f5fea Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
Diffstat (limited to 'fuel-build/f_opnfv_puppet/puppet/modules/opnfv')
-rw-r--r--fuel-build/f_opnfv_puppet/puppet/modules/opnfv/manifests/add_packages.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/fuel-build/f_opnfv_puppet/puppet/modules/opnfv/manifests/add_packages.pp b/fuel-build/f_opnfv_puppet/puppet/modules/opnfv/manifests/add_packages.pp
new file mode 100644
index 0000000..ccb3939
--- /dev/null
+++ b/fuel-build/f_opnfv_puppet/puppet/modules/opnfv/manifests/add_packages.pp
@@ -0,0 +1,9 @@
+# Class: opnfv::add_packages
+#
+# Ensure added packages are installed:
+#
+
+class opnfv::add_packages {
+ if $::osfamily == 'Debian' {
+ }
+}