nfv/nfv/nfv-vim/nfv_vim
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
..
alarm Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
api Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
audits Disable VIM plugins for Kubernetes deployment 2018-09-24 09:31:18 -04:00
database Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
directors Disable VIM plugins for Kubernetes deployment 2018-09-24 09:31:18 -04:00
dor Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
event_log Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
events Disable VIM plugins for Kubernetes deployment 2018-09-24 09:31:18 -04:00
host_fsm Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
instance_fsm Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfvi Disable VIM plugins for Kubernetes deployment 2018-09-24 09:31:18 -04:00
objects Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
rpc Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
strategy Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
tables Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
webserver Add support for containerized keystone to VIM 2018-10-03 08:29:08 -05:00
__init__.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
config.ini replace hardcoded system paths by variables in stx config files 2018-10-28 23:24:00 +00:00
debug.ini Initial HA kubernetes deployment 2018-08-28 09:43:15 -04:00
vim.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
vim_api.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
vim_manage.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00
vim_webserver.py StarlingX open source release updates 2018-05-31 07:36:51 -07:00