StarlingX NFVI Orchestration
Go to file
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
api-ref/source Add api-ref and relnotes publish jobs 2018-10-11 08:32:41 -05:00
doc Add api-ref and relnotes publish jobs 2018-10-11 08:32:41 -05:00
guest-agent StarlingX open source release updates 2018-05-31 07:36:51 -07:00
guest-client Rename mwa-* subdirectories to match the git repo name 2018-07-03 16:19:19 -04:00
guest-comm StarlingX open source release updates 2018-05-31 07:36:51 -07:00
mtce-guest Decouple Guest-server/agent from stx-metal 2018-09-19 11:38:04 -04:00
nfv replace hardcoded system paths by variables in stx config files 2018-10-28 23:24:00 +00:00
nova-api-proxy Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
releasenotes Add api-ref and relnotes publish jobs 2018-10-11 08:32:41 -05:00
.gitignore [Doc] OpenStack API Reference Guide 2018-09-25 14:01:33 -07:00
.gitreview Add .gitreview 2018-05-31 07:36:51 -07:00
.zuul.yaml Add api-ref and relnotes publish jobs 2018-10-11 08:32:41 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:51 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:51 -07:00
README.rst StarlingX open source release updates 2018-05-31 07:36:51 -07:00
centos_guest_image.inc Split image.inc across git repos 2018-08-17 16:07:03 +00:00
centos_guest_image_rt.inc Split image.inc across git repos 2018-08-17 16:07:03 +00:00
centos_iso_image.inc Decouple Guest-server/agent from stx-metal 2018-09-19 11:38:04 -04:00
centos_pkg_dirs Decouple Guest-server/agent from stx-metal 2018-09-19 11:38:04 -04:00
requirements.txt Adding py27 for nfv 2018-07-10 10:18:28 -05:00
test-requirements.txt Adding py27 for nfv 2018-07-10 10:18:28 -05:00
tox.ini fix tox python3 overrides 2018-10-05 10:57:02 +00:00

README.rst

stx-nfv

StarlingX NFVI Orchestration