tsuna-server / build-server-ansible

1 stars 0 forks source link

Building OpenStack with Linux Bridge is failed in the commit `2a6de8d`. #48

Closed TsutomuNakamura closed 2 years ago

TsutomuNakamura commented 2 years ago

Building OpenStack with Linux Bridge is failed in the commit 2a6de8d. I will run both Ansible in a commit 2a6de8d and 6763f93(current master branch) to clarify which role in each commit is wrong.

Example sinario 1.

 Commit 2a6de8d    | Commit 3475ab9
 roles)            | roles)
  *placement       |   placement
   nova            |  *nova
   neutron         |  *neutron
   horizon         |  *horizon
...

If this instruction was succeeded, we can assume nova, neutron or horizon... in commit 2a6de8d have wrong instructions.

TsutomuNakamura commented 2 years ago

test01

* 2a6de8d
to placement
* 6763f93
from nova

Result OK.

TsutomuNakamura commented 2 years ago

test02

* 2a6de8d
to nova
* 6763f93
from neutron

Result NG.

TsutomuNakamura commented 2 years ago

Role nova in commit 2a6de8d has something wrong instructions. We can fetch both configurations and verify the differences between them.

Configuration

DB

nova

TsutomuNakamura commented 2 years ago

There are some missing configurations in /etc/nova/nova.conf in the commit 2a6de8d. This issue will be solved by modifying like below.

TsutomuNakamura commented 2 years ago

This issue has been solved at f15a39c. Close.