diff options
author | Dan Radez <dradez@redhat.com> | 2016-04-12 08:36:31 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-04-12 11:00:35 -0400 |
commit | f7def4c0913df374087da447548aa6741bc6c8d7 (patch) | |
tree | 186564b4682c8143365c66edadafd923790a26e5 | |
parent | 0bb3dc9baa4696c535d86bab6eba54df625442c4 (diff) |
Adding dependencies to apex-common.spec
- initscripts net-tools iputils iproute iptables
these are the packages that include the networking
tools we use to configure the jump host
JIRA: APEX-137
Change-Id: Icf2d2c2a80a4abb8642cb3e38d18a054a9f01a96
Signed-off-by: Dan Radez <dradez@redhat.com>
-rw-r--r-- | build/opnfv-apex-common.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/opnfv-apex-common.spec b/build/opnfv-apex-common.spec index 66f1c0b4..1ffac9d2 100644 --- a/build/opnfv-apex-common.spec +++ b/build/opnfv-apex-common.spec @@ -11,6 +11,7 @@ Source0: opnfv-apex-common.tar.gz BuildArch: noarch BuildRequires: python-docutils Requires: openstack-tripleo opnfv-apex-sdn opnfv-apex-undercloud openvswitch qemu-kvm bridge-utils libguestfs-tools +Requires: initscripts net-tools iputils iproute iptables %description Scripts for OPNFV deployment using RDO Manager @@ -75,6 +76,8 @@ install config/inventory/pod_example_settings.yaml %{buildroot}%{_docdir}/opnfv/ %changelog * Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0 - Version update for Colorado +* Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 2.2-0 +- adding dependencies initscripts net-tools iputils iproute iptables * Wed Jan 27 2016 Tim Rozet <trozet@redhat.com> - 2.1-4 - Adds example inventory file and nosdn scenario * Wed Jan 20 2016 Dan Radez <dradez@redhat.com> - 2.1-3 |