Skip to content
Snippets Groups Projects
Commit db653891 authored by Kevin Fox's avatar Kevin Fox
Browse files

add iproute package in base image.

This patch makes the ip tool available.

Kolla-Kubernetes needs it to figure out what ip addresses
are associated with the running containers as they are not
known before hand.

TrivialFix

Change-Id: I4713bb9db471463dedeb4984a55dd86e903ef65b
parent ac0ba62b
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,7 @@ COPY versionlock.list /etc/yum/pluginconf.d/
'python',
'lvm2',
'scsi-target-utils',
'iproute',
'iscsi-initiator-utils'
] %}
# Install base packages
......@@ -188,6 +189,7 @@ COPY versionlock.list /etc/yum/pluginconf.d/
'which',
'lvm2',
'scsi-target-utils',
'iproute',
'iscsi-initiator-utils'
] %}
# Update packages
......@@ -219,6 +221,7 @@ COPY apt_preferences.{{ base_distro }} /etc/apt/preferences
{% set base_apt_packages = [
'curl',
'gawk',
'iproute2',
'kmod',
'lvm2',
'open-iscsi',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment