Version 0.0.1 of /fuel-bild 27/27/1
authorJonas Bjurel <jonas.bjurel@ericsson.com>
Fri, 30 Jan 2015 21:22:43 +0000 (22:22 +0100)
committerJonas Bjurel <jonas.bjurel@ericsson.com>
Thu, 5 Feb 2015 18:39:31 +0000 (19:39 +0100)
commitd29df40fd66d6a90fde858e8a0bc0d0e98a01794
tree17e48a2b5978b21c5a44ac0234626e8bb39c0af3
parent09247c2eca21891be5b04eda08a23d4a866a3b84
Version 0.0.1 of /fuel-bild
This is a build system that rebases the result from fuel.org such that you can add or change
packages/puppet manifests any way you like, and reliably produce a installable which can
be reproduced any time. See README for more information.

Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
89 files changed:
fuel-build/DOC/BUILD/README.architecture [new file with mode: 0644]
fuel-build/DOC/BUILD/README.build [new file with mode: 0644]
fuel-build/DOC/BUILD/README.examples [new file with mode: 0644]
fuel-build/DOC/INSTALL/README [new file with mode: 0644]
fuel-build/Makefile [new file with mode: 0644]
fuel-build/README [new file with mode: 0644]
fuel-build/TODO [new file with mode: 0644]
fuel-build/add_opnfv_packages [new file with mode: 0644]
fuel-build/apply_patches [new file with mode: 0644]
fuel-build/docker/Makefile [new file with mode: 0644]
fuel-build/docker/README [new file with mode: 0644]
fuel-build/docker/mkimage/debootstrap [new file with mode: 0755]
fuel-build/docker/mkimage/mkimage.sh [new file with mode: 0755]
fuel-build/docker/runcontext [new file with mode: 0755]
fuel-build/docker/ubuntu-builder/Dockerfile [new file with mode: 0644]
fuel-build/docker/ubuntu-builder/enable_dockerx2 [new file with mode: 0644]
fuel-build/docker/ubuntu-builder/install.sh [new file with mode: 0755]
fuel-build/f_example_control_bond/Makefile [new file with mode: 0644]
fuel-build/f_example_control_bond/README [new file with mode: 0644]
fuel-build/f_example_control_bond/puppet/modules/opnfv/files/control-bond [new file with mode: 0644]
fuel-build/f_example_control_bond/puppet/modules/opnfv/manifests/control-bond.pp [new file with mode: 0644]
fuel-build/f_example_packadd/Makefile [new file with mode: 0644]
fuel-build/f_example_packadd/README [new file with mode: 0644]
fuel-build/f_example_packadd/foobar_1.0-1/DEBIAN/conffiles [new file with mode: 0644]
fuel-build/f_example_packadd/foobar_1.0-1/DEBIAN/control [new file with mode: 0644]
fuel-build/f_example_packadd/foobar_1.0-1/DEBIAN/postinst [new file with mode: 0755]
fuel-build/f_example_packadd/foobar_1.0-1/etc/foobar/foobar.conf [new file with mode: 0644]
fuel-build/f_example_packadd/foobar_1.0-1/usr/bin/foobar [new file with mode: 0755]
fuel-build/f_example_packadd/foobar_1.0-1/usr/share/doc/foobar/changelog.Debian [new file with mode: 0644]
fuel-build/f_example_packadd/foobar_1.0-1/usr/share/doc/foobar/copyright [new file with mode: 0644]
fuel-build/f_example_packadd/puppet/modules/opnfv/manifests/foobar.pp [new file with mode: 0644]
fuel-build/f_isoroot/Makefile [new file with mode: 0644]
fuel-build/f_isoroot/README [new file with mode: 0644]
fuel-build/f_isoroot/f_bootstrap/Makefile [new file with mode: 0644]
fuel-build/f_isoroot/f_bootstrap/README [new file with mode: 0644]
fuel-build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh [new file with mode: 0755]
fuel-build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh.orig [new file with mode: 0755]
fuel-build/f_isoroot/f_bootstrap/post-scripts/00_post_example.sh [new file with mode: 0755]
fuel-build/f_isoroot/f_bootstrap/post-scripts/01_fix_iommubug.sh [new file with mode: 0755]
fuel-build/f_isoroot/f_bootstrap/post-scripts/02_fix_console_speed.sh [new file with mode: 0755]
fuel-build/f_isoroot/f_bootstrap/pre-scripts/00_pre_example.sh [new file with mode: 0755]
fuel-build/f_isoroot/f_kscfg/Makefile [new file with mode: 0644]
fuel-build/f_isoroot/f_kscfg/README [new file with mode: 0644]
fuel-build/f_isoroot/f_kscfg/ks.cfg [new file with mode: 0755]
fuel-build/f_isoroot/f_kscfg/ks.cfg.orig [new file with mode: 0644]
fuel-build/f_isoroot/f_predeployment/Makefile [new file with mode: 0644]
fuel-build/f_isoroot/f_predeployment/README [new file with mode: 0644]
fuel-build/f_isoroot/f_predeployment/pre-deploy.sh [new file with mode: 0755]
fuel-build/f_isoroot/f_predeployment/sysinfo.sh [new file with mode: 0755]
fuel-build/f_isoroot/f_predeployment/transform_yaml.py [new file with mode: 0755]
fuel-build/f_l23network/Makefile [new file with mode: 0644]
fuel-build/f_l23network/README [new file with mode: 0644]
fuel-build/f_l23network/puppet/modules/l23network/lib/puppet/parser/functions/extras_to_hosts.rb [new file with mode: 0644]
fuel-build/f_l23network/puppet/modules/l23network/manifests/hosts_file.pp [new file with mode: 0644]
fuel-build/f_l23network/puppet/modules/l23network/manifests/hosts_file.pp.orig [new file with mode: 0644]
fuel-build/f_l23network/testing/README [new file with mode: 0644]
fuel-build/f_l23network/testing/fake_init.pp [new file with mode: 0644]
fuel-build/f_ntp/Makefile [new file with mode: 0644]
fuel-build/f_ntp/README [new file with mode: 0644]
fuel-build/f_ntp/puppet/modules/opnfv/manifests/ntp.pp [new file with mode: 0644]
fuel-build/f_ntp/puppet/modules/opnfv/templates/ntp.conf.compute.erb [new file with mode: 0644]
fuel-build/f_ntp/puppet/modules/opnfv/templates/ntp.conf.controller.erb [new file with mode: 0644]
fuel-build/f_ntp/testing/README [new file with mode: 0644]
fuel-build/f_ntp/testing/fake_init.pp [new file with mode: 0644]
fuel-build/f_opnfv_puppet/Makefile [new file with mode: 0644]
fuel-build/f_opnfv_puppet/README [new file with mode: 0644]
fuel-build/f_opnfv_puppet/puppet/modules/opnfv/manifests/init.pp [new file with mode: 0644]
fuel-build/f_opnfv_puppet/puppet/modules/opnfv/manifests/opncheck.pp [new file with mode: 0644]
fuel-build/f_osnaily/Makefile [new file with mode: 0644]
fuel-build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp [new file with mode: 0644]
fuel-build/f_osnaily/puppet/modules/osnailyfacter/examples/site.pp.orig [new file with mode: 0644]
fuel-build/f_resolvconf/Makefile [new file with mode: 0644]
fuel-build/f_resolvconf/README [new file with mode: 0644]
fuel-build/f_resolvconf/puppet/modules/opnfv/manifests/resolver.pp [new file with mode: 0644]
fuel-build/f_resolvconf/puppet/modules/opnfv/templates/resolv.conf.erb [new file with mode: 0644]
fuel-build/f_resolvconf/testing/README [new file with mode: 0644]
fuel-build/f_resolvconf/testing/fake_init.pp [new file with mode: 0644]
fuel-build/fuel-main.patches [new file with mode: 0644]
fuel-build/install/apt-ftparchive-deb.conf [new file with mode: 0644]
fuel-build/install/apt-ftparchive-release.conf [new file with mode: 0644]
fuel-build/install/install.sh [new file with mode: 0755]
fuel-build/install/uninstall.sh [new file with mode: 0755]
fuel-build/patch-packages/Makefile [new file with mode: 0644]
fuel-build/patch-packages/python-nova/Makefile [new file with mode: 0644]
fuel-build/patch-packages/python-nova/nova-console.patch [new file with mode: 0644]
fuel-build/patch-packages/tools/correct_deps [new file with mode: 0755]
fuel-build/patch-packages/tools/deb_pack [new file with mode: 0755]
fuel-build/patch-packages/tools/deb_unpack [new file with mode: 0755]
fuel-build/patch-packages/tr_example/Makefile [new file with mode: 0644]