Jump to: navigation, search

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

(reference localrc)
(ToDo)
Line 18: Line 18:
 
=== ToDo ===
 
=== ToDo ===
 
<big>
 
<big>
* cgcsclient has depends on smapi, so system command can not be used yet. you can workaround to remove this depends.  
+
* cgcsclient has depends on smapi, so system command can not be used yet. you can workaround to remove this  
 +
  depends in cgts-client/cgtsclient/v1/client.py
 
* test-config setup and tempest test</big>
 
* test-config setup and tempest test</big>
  
 
===[[StarlingX/Devstack/stx-config/localrc|sample localrc]]===
 
===[[StarlingX/Devstack/stx-config/localrc|sample localrc]]===

Revision as of 02:33, 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 in cgts-client/cgtsclient/v1/client.py
  • test-config setup and tempest test

sample localrc