From 65c164021cb356b3d4e6888488fb62c3395da4f5 Mon Sep 17 00:00:00 2001 From: Michal Skalski Date: Thu, 28 Jan 2016 15:28:07 +0100 Subject: Create local mirrors for offline installation - switch to fuel-mirror [1] - plugin developers can create packages.yaml file with names of required packages - use custom configuration for fuel-bootstrap which always point to local repositories - delay process of bootstrap image creation until mirrors will be ready [1] https://github.com/openstack/fuel-mirror Change-Id: Ie4a47c8cc13d9ded8c6b5fe48cdcbfeb1f6277a4 Signed-off-by: Michal Skalski (cherry picked from commit f595c31b29147efb1410756b491ff7bf48d256ec) --- build/f_isoroot/f_odlpluginbuild/packages.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build/f_isoroot/f_odlpluginbuild/packages.yaml (limited to 'build/f_isoroot/f_odlpluginbuild/packages.yaml') diff --git a/build/f_isoroot/f_odlpluginbuild/packages.yaml b/build/f_isoroot/f_odlpluginbuild/packages.yaml new file mode 100644 index 000000000..7ef537f31 --- /dev/null +++ b/build/f_isoroot/f_odlpluginbuild/packages.yaml @@ -0,0 +1,3 @@ +packages: + - "openjdk-7-jre-headless" + - "acct" -- cgit 1.2.3-korg