Questions tagged [manageiq]

ManageIQ allows users to manage containers, virtual machines, networks, and storage from a single platform.

32 questions
0
votes
1 answer

ManageIQ web application inside Docker container can’t connect to Hawkular outside container

I use monitoring application "ManageIQ" inside Docker container with the ssl port to check the application "hawkular" which is located outside the Docker container. Below are the docker commands: docker pull manageiq/manageiq:euwe-2 docker run…
Joseph Hwang
  • 1,337
  • 3
  • 38
  • 67
0
votes
1 answer

How to setup basic ManageIQ automate environment in Rails console?

I used to run some operations in ManageIQ through automate simulation, which is available from UI. I'd like to find a way to reproduce these operations from rails console. For example operations for Instance management - migrate, evacuate or…
1 2
3