Jump to: navigation, search

StarlingX/Devstack/stx-config

< StarlingX‎ | Devstack
Revision as of 02:31, 28 November 2018 by Austin.sun (talk | contribs) (reference localrc)

Sysinv Devstack summary

has run successfully on devstack env (VM Centos 7.5 and VM Ubuntu 16.04 )

sysinv-cond ,sysinv-cond and sysinv-agent services can run successfully

and enable zuul test(non-voting) you can check https://review.openstack.org/#/c/618611/

Limitation or Issue

  • devstack are using postgresql for starlingx because it is using in live env. if use mysql, will meet some errors.
  • sysinv-api port is same as ironic port 6385
  you can define SYSINV_SERVICE_PORT to avoid port conflicting. 
  • for devstack enabling, we disable tls-proxy,

ToDo

  • cgcsclient has depends on smapi, so system command can not be used yet. you can workaround to remove this depends.
  • test-config setup and tempest test

sample localrc