Jump to: navigation, search

StarlingX/Devstack/stx-config

< StarlingX‎ | Devstack
Revision as of 14:04, 2 August 2018 by Austin.sun (talk | contribs) (Created page with "= Sysinv Devstack summary = === Done === <big> Code Structure is done has run successfully on one devstack vm (Centos 7.5 and Ubuntu 16.04 ) si-api(sysinv-api) and si-cond(s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sysinv Devstack summary

Done

Code Structure is done has run successfully on one devstack vm (Centos 7.5 and Ubuntu 16.04 ) si-api(sysinv-api) and si-cond(sysinv-conductor) can run successfully

Limitation or Issue

  • some db migrate code need to adapt. Devstack is using mysql, String must have length and String length Max is 255.
 https://review.openstack.org/#/c/588184/ is the draft gerrit id to fix this issue
  • There are several dependence other starlingx python packages need to install, and these python packages do not have setup.cfg files, only support setuptools install, can not use 'pip install -e'.
  1. tsconfig
  2. configigutilities
  3. controllerconfig
  4. fm_api
  5. platform-util*
  • si-cond process will fail in first time
  • sysinv-api port is same as ironic port 6385

ToDo

  • fix "Limitation or Issue" and upload official patch
  • test-config setup and basic functional test