tsuna-server / build-server-ansible

1 stars 0 forks source link

Run DB sync or set scheduler after new compute nodes were added on controller node #42

Closed TsutomuNakamura closed 2 years ago

TsutomuNakamura commented 2 years ago

A command su -s /bin/sh -c "nova-manage cell_v2 discover_hosts --verbose" nova should be run after each new nodes were added on controller node.

Or add a setting like below in /etc/nova/nova.conf on the controller node.

[scheduler]
discover_hosts_in_cells_interval = 300
TsutomuNakamura commented 2 years ago

It was fixed at #46 by using a feature of tags in Ansible.