aerial-ace1 opened a new issue, #8226:
URL: https://github.com/apache/cloudstack/issues/8226

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Other
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   UI, API
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   Not sure. But it is the version of the current docker image
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   ~~~
   N/A
   ~~~
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   ~~~
   Ubuntu 22.04.3 LTS
   Docker version 20.10.24, build 297e128
   ~~~
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   ~~~
   When I try to open a console for any VM, it never opens up and I am not able 
to ssh into the VM either as port 22 is closed
   ~~~
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   So I pull the container and run it using the commands given in the Docker 
Hub 
   ~~~
   [Docker Hub Site](https://hub.docker.com/r/apache/cloudstack-simulator)
   ```sh
   docker pull apache/cloudstack-simulator
   docker run --name cloudstack-simulator -p 8080:5050 -d 
apache/cloudstack-simulator
   ```
   ~~~
   Then I deploy a datacenter of a basic zone using the given command
   ~~~
   ```sh
   docker exec -it cloudstack-simulator python 
/root/tools/marvin/marvin/deployDataCenter.py -i /root/setup/dev/basic.cfg
   ```
   Then go and make a compute instance using this datacenter deployment
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   I expect to be able to use the console and shell of the VM
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   
   
![image](https://github.com/apache/cloudstack/assets/96421655/57b6aa76-a93d-43ec-845d-c09fe5c9c632)
   ~~~
   First things first, the console proxy doesn't have a agent up state.
   ~~~
   
![image](https://github.com/apache/cloudstack/assets/96421655/751e515e-1d28-4474-9c02-3bee3c14565d)
   ~~~
   This is the VM
   ~~~
   
![image](https://github.com/apache/cloudstack/assets/96421655/0cea6b72-16c6-4278-b79d-440a8e4484f2)
   ~~~
   The console is unresponsive
   ~~~
   
![image](https://github.com/apache/cloudstack/assets/96421655/045d471d-31af-49e9-bbe8-b0d1b903e698)
   ~~~
   I am able to ping the IP from my local machine(by exec-ing into the Docker 
Container also but screenshot not included)
   ~~~
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to