RETIRED, python utility to manage a tripleo based cloud
28d15c2798
When cell computes do not have external_ids:ovn-remote configured for OVN, it breaks. Running manually: ovs-vsctl set open . external_ids:ovn-remote="ssl:<ovn_dns_vip>:6642" (or by DBs IPs) fixes it and ovn-controller connects the db and adds the Chassis. Fix multi-cell/multi-stack exports by also exporting ovn_dbs_node_ips. So that when there is no ovn_dbs_vip data in hiera (i.e. no value for t-h-t OVNDBsVirtualFixedIPs), there are still ovn_dbs_node_ips data to have things configured properly for OVN on computes. Change-Id: Ib49156d49a7f8e4544f5b73d15a4ad32dba77c98 Related: rhbz#2137904 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> |
||
---|---|---|
config-generator | ||
doc | ||
releasenotes | ||
templates/ephemeral-heat | ||
tripleoclient | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pre-commit-config.yaml | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
About tripleoclient
General information
tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.
See the TripleO Documentation for details on using tripleoclient.
See the Release Notes