latest execution (3rd openstack deploy command if to be a bit more precise):
Can u check if s
I have issues with OVN deployment, Is there an option to use OVS (as I understand OVS component was replaced by OVN?).
Yes default is OVN, and it should work fine in Train.
For the Error you are facing it looks like ovn_south_db_server container is not running on controller node for some reason, can u check with: sudopodman ps -a if it's in Exited state, also try to see if there are some logs which describe why it failed with: sudo podman logs ovn_south_db_server.
If you still want to try OVS instead, could be done, There exist environment file[1] which can be used to override default ovn to ovs. Just pass -e ${_THT}/environments/services/neutron-ovs.yaml in the end of overcloud deploy comand.
Deploy command:
_THT="/usr/share/openstack-tripleo-heat-templates"
_LTHT="$(pwd)"
time openstack --verbose overcloud deploy \
--templates \
--stack rem0te \
-r ${_LTHT}/roles_data.yaml \
-n ${_LTHT}/network_data.yaml \
-e ${_LTHT}/containers-prepare-parameter.yaml \
-e ${_LTHT}/overcloud_images.yaml \
-e ${_THT}/environments/disable-telemetry.yaml \
-e ${_THT}/environments/host-config-and-reboot.yaml \
--ntp-server
config files:
Thank you for reading up to here. ;) double thank you for reply
_______________________________________________
users mailing list
users@lists.rdoproject.org
http://lists.rdoproject.org/mailman/listinfo/users
To unsubscribe: users-unsubscribe@lists.rdoproject.org