From 9488b8a324f1f52c03d13a3ecef2974e34869df9 Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Tue, 29 Nov 2016 22:00:17 +0000 Subject: [PATCH] Add to bootstrap image dependencies for network checker Network checker should be able to run on bootstrap nodes without the access to repositories. Closes-bug: #1653294 Change-Id: I4fae538968ab4a75269858a73e5065818a9f4f04 --- .../fuel_bootstrap/settings.yaml.sample | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.yaml.sample b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.yaml.sample index 50d35fd0..ca93b76e 100644 --- a/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.yaml.sample +++ b/contrib/fuel_bootstrap/fuel_bootstrap_cli/fuel_bootstrap/settings.yaml.sample @@ -46,6 +46,14 @@ packages: - vim - wget - xz-utils + # NOTE(el): Packages required for new generation + # network checker to be run without an access + # to repositories. + - sysfsutils + - bridge-utils + - ifenslave + - irqbalance + - iputils-arping # Ignore proxy for this repos #direct_repo_addresses: # - 127.0.0.1