Create local mirrors for offline installation 59/8359/4
authorMichal Skalski <mskalski@mirantis.com>
Thu, 28 Jan 2016 14:28:07 +0000 (15:28 +0100)
committerMichal Skalski <mskalski@mirantis.com>
Fri, 29 Jan 2016 09:26:08 +0000 (10:26 +0100)
commitf595c31b29147efb1410756b491ff7bf48d256ec
treefa80af3db1c189321717b458ac650fd44edb3af9
parent108cdaacf2e3cc1febabc10cead78b1120e9156b
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 <mskalski@mirantis.com>
12 files changed:
build/Makefile
build/config.mk
build/docker/Dockerfile
build/docker/runcontext
build/f_isoroot/Makefile
build/f_isoroot/f_bootstrap/bootstrap_admin_node.sh
build/f_isoroot/f_bootstrap/post-scripts/03_install_repo.sh
build/f_isoroot/f_odlpluginbuild/packages.yaml [new file with mode: 0644]
build/f_isoroot/f_odlpluginbuild/requirements-deb.txt [deleted file]
build/f_isoroot/f_repobuild/Makefile
build/f_isoroot/f_repobuild/fuel_bootstrap_cli.yaml [new file with mode: 0644]
build/f_isoroot/f_repobuild/opnfv_mirror_conf.py [new file with mode: 0755]