I’m trying to setup a multi-node OpenStack environment with OVS-DPDK. Unfortunately I’m running into issue that compute node not getting listed in hypervisor list as below screenshot. Due to this I’m unable to create instances on compute node.
Can someone help me to resolve this issue.
ubuntu@os-controller:~$ openstack compute service list
+----+------------------+---------------+----------+---------+-------+----------------------------+
| ID | Binary | Host | Zone | Status | State | Updated At |
+----+------------------+---------------+----------+---------+-------+----------------------------+
| 3 | nova-scheduler | os-controller | internal | enabled | up | 2019-07-17T06:09:17.000000 |
| 9 | nova-consoleauth | os-controller | internal | enabled | up | 2019-07-17T06:09:16.000000 |
| 10 | nova-conductor | os-controller | internal | enabled | up | 2019-07-17T06:09:17.000000 |
| 1 | nova-conductor | os-controller | internal | enabled | up | 2019-07-17T06:09:17.000000 |
| 2 | nova-compute | os-controller | nova | enabled | up | 2019-07-17T06:09:12.000000 |
| 3 | nova-compute | os-compute-01 | nova | enabled | up | 2019-07-17T06:09:17.000000 |
+----+------------------+---------------+----------+---------+-------+----------------------------+
ubuntu@os-controller:~$ openstack hypervisor list
+----+---------------------+-----------------+--------------+-------+
| ID | Hypervisor Hostname | Hypervisor Type | Host IP | State |
+----+---------------------+-----------------+--------------+-------+
| 1 | os-controller | QEMU | 10.210.126.6 | up |
+----+---------------------+-----------------+--------------+-------+
Openstack version: Stein, Linux OS: Ubuntu 18.04