Jump to: navigation, search

Difference between revisions of "StarlingX/Devstack/stx-config"

(Sysinv Devstack summary)
(Local.conf)
Line 22: Line 22:
  
 
=== Local.conf ===
 
=== Local.conf ===
 +
[[StarlingX/Devstack/stx-config/localrc|reference localrc]]

Revision as of 02:30, 28 November 2018

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

Local.conf

reference localrc