container and instances are not working on my dashboard
Hi all, I am quite new to Openstack and faced some issues with creating instances and displaying created containers on my Openstack dashboard. I am currently working on multinode Openstack. I am hoping to get some helps and feedbacks about this. I will briefly go through the problems I encountered. When I created an instances on my dashboard, it directly went into error state. I have attached a screenshot as shown below. [cid:c1615736-e4b3-4100-99c0-dfb970ff365f] This is my list of hosts. [cid:8d2f9138-27fd-4cf5-95ca-0cd9038f723c] When I created a container using both cli and dashboard, two containers were running. However, when I tried to look into my dashboard, those containers were not shown. These are the created containers. [cid:61d517f2-c60a-4892-bf88-1a9e0d763b7f] However, when i try to open my dashboard and look for them, they just don't appear on it. So I am not sure what is causing this. [cid:fb9d0f7e-1afa-48c1-bc92-9c8054382b55] Hope to hear from everyone soon. Best regards, Vincent
You have a single compute node. The error message when creating an instance is "no valid host was found". This indicates that, for some reason, your compute node can't launch the instance. The first thing to do is check Nova's status with /openstack compute service list/. It will tell you if Nova considers the compute service on /ara-pc/ running and enabled. If so, you need to look at the logs. I would start with the scheduler log for clues why no host could be found, then also the compute log on /ara-pc/. Why your CLI shows a list of containers, but the GUI doesn't: The first thing I'd check is whether you use the same project in the CLI and the GUI. On 2022/08/25 4:45 AM, Lee, Vincent Z wrote:
Hi all, I am quite new to Openstack and faced some issues with creating instances and displaying created containers on my Openstack dashboard. I am currently working on multinode Openstack. I am hoping to get some helps and feedbacks about this. I will briefly go through the problems I encountered.
When I created an instances on my dashboard, it directly went into error state. I have attached a screenshot as shown below.
This is my list of hosts.
When I created a container using both cli and dashboard, two containers were running. However, when I tried to look into my dashboard, those containers were not shown. These are the created containers. However, when i try to open my dashboard and look for them, they just don't appear on it. So I am not sure what is causing this.
Hope to hear from everyone soon.
Best regards, Vincent
Hi Vincent, Please provide the following information: * The version of your OpenStack deployment (master? stable/yoga? etc.) * How you installed Zun (devstack? kolla-ansible? manual install?) * The logs of your zun processes (zun-api, zun-compute, zun-wsproxy, zun-cni, kuryr-libnetwork). The reason you cannot find containers created in CLI via dashboard is probably due to tenant mismatch. Please double-check the tenant of the container created by CLI and dashboard. Best regards, Hongbin On Thu, Aug 25, 2022 at 4:10 AM Lee, Vincent Z <vincet@iastate.edu> wrote:
Hi all, I am quite new to Openstack and faced some issues with creating instances and displaying created containers on my Openstack dashboard. I am currently working on multinode Openstack. I am hoping to get some helps and feedbacks about this. I will briefly go through the problems I encountered.
When I created an instances on my dashboard, it directly went into error state. I have attached a screenshot as shown below.
This is my list of hosts.
When I created a container using both cli and dashboard, two containers were running. However, when I tried to look into my dashboard, those containers were not shown. These are the created containers. However, when i try to open my dashboard and look for them, they just don't appear on it. So I am not sure what is causing this.
Hope to hear from everyone soon.
Best regards, Vincent
participants (3)
-
Bernd Bausch
-
Hongbin Lu
-
Lee, Vincent Z