diff options
author | Dan Radez <dradez@redhat.com> | 2016-01-13 12:59:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-13 12:59:55 +0000 |
commit | e5bb2981e1c467938a65668e4ebe5a3371e6289e (patch) | |
tree | eb4bb7d51ba52bcd1c5be65037245106bc075ed4 /build/opnfv-apex.spec | |
parent | ab108df51abd4b9e9f075d6123fc343abeadf64b (diff) | |
parent | e8231a61f36ce55465890d681fe1c1dfcbd5b6e9 (diff) |
Merge "Enables private and storage networks"
Diffstat (limited to 'build/opnfv-apex.spec')
-rw-r--r-- | build/opnfv-apex.spec | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/opnfv-apex.spec b/build/opnfv-apex.spec index cb9f7705..f7efaa7a 100644 --- a/build/opnfv-apex.spec +++ b/build/opnfv-apex.spec @@ -47,6 +47,12 @@ install build/default-pool.xml %{buildroot}%{_var}/opt/opnfv/ install build/network-environment.yaml %{buildroot}%{_var}/opt/opnfv/ install build/nics/controller.yaml %{buildroot}%{_var}/opt/opnfv/nics/ install build/nics/compute.yaml %{buildroot}%{_var}/opt/opnfv/nics/ +install build/nics/controller_private.yaml %{buildroot}%{_var}/opt/opnfv/nics/ +install build/nics/compute_private.yaml %{buildroot}%{_var}/opt/opnfv/nics/ +install build/nics/controller_storage.yaml %{buildroot}%{_var}/opt/opnfv/nics/ +install build/nics/compute_storage.yaml %{buildroot}%{_var}/opt/opnfv/nics/ +install build/nics/controller_private_storage.yaml %{buildroot}%{_var}/opt/opnfv/nics/ +install build/nics/compute_private_storage.yaml %{buildroot}%{_var}/opt/opnfv/nics/ install build/instackenv-virt.json %{buildroot}%{_var}/opt/opnfv/ install build/instackenv.json.example %{buildroot}%{_var}/opt/opnfv/ @@ -76,6 +82,12 @@ install config/deploy/network/network_settings.yaml %{buildroot}%{_docdir}/opnfv %{_var}/opt/opnfv/network-environment.yaml %{_var}/opt/opnfv/nics/controller.yaml %{_var}/opt/opnfv/nics/compute.yaml +%{_var}/opt/opnfv/nics/controller_private.yaml +%{_var}/opt/opnfv/nics/compute_private.yaml +%{_var}/opt/opnfv/nics/controller_storage.yaml +%{_var}/opt/opnfv/nics/compute_storage.yaml +%{_var}/opt/opnfv/nics/controller_private_storage.yaml +%{_var}/opt/opnfv/nics/compute_private_storage.yaml %{_var}/opt/opnfv/instackenv-virt.json %{_var}/opt/opnfv/instackenv.json.example %{_var}/opt/opnfv/stack/overcloud-full.qcow2 |