nfv/nfv
Yong Hu 45dfb5417c replace hardcoded system paths by variables in stx config files
1. for centos, use @SYSCONFDIR@ to represent %{_sysconfdir} which
is determined in spec file and could be different in different Linux.

2. use @PYTHONROOT@ to represent the actual %{pythonroot} which is
determined in spec file or other packaging file. For example, for
python2.7, %{pythonroot} could be "/usr/lib64/python2.7/site-packages"
or "/usr/lib64/python3.x/site-packages" for python3.x respectively.

3. test method:
  1). run "build-pkgs" and "build-iso", and then check src RPM
  "nfv-1.0-75.tis.src.rpm" in which related scripts are correctly set
  with @SYSCONFDIR@ and @PYTHONROOT@. Also check CentOS binary RPM
  "nfv-vim-1.0-75.tis.x86_64.rpm" to assure @SYSCONFDIR@ is correctly
  replaced by "/etc" for CentOS and "@PYTHON@" is actually updated to
  "/usr/lib64/python2.7/site-packages/" for python2.7.
  2). use the newly built iso, install StarlingX system on virtual or
  bare metal, and check basic functionalities.

Story: 2004039
Task: 27043

Depends-On: https://review.openstack.org/#/c/611725/

Change-Id: Ie6e05d24a476fe2977f1003d23f747f5a0b779a3
Signed-off-by: Yong Hu <yong.hu@intel.com>
2018-10-28 23:24:00 +00:00
..
centos replace hardcoded system paths by variables in stx config files 2018-10-28 23:24:00 +00:00
nfv-client Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfv-common Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfv-debug-tools/histogram_analysis Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
nfv-docs Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfv-plugins Support host delete for kubernetes nodes 2018-10-12 09:42:22 -05:00
nfv-tests Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
nfv-tools Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfv-vim replace hardcoded system paths by variables in stx config files 2018-10-28 23:24:00 +00:00
.coveragerc Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
.gitignore Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
.stestr.conf Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
PKG-INFO StarlingX open source release updates 2018-05-31 07:36:51 -07:00
pylint.rc Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
tox.ini Clean up imports based on flake8 2018-09-20 16:43:28 -05:00