Questions tagged [manageiq]

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

33 questions
0
votes
1 answer

Manageiq not access to Hawkular in Centos 7 VMWare

My development environment is CentOS 7 in vmware workstation 11 and manageiq docker container (manageiq/manageiq:euwe-2) on eclipse docker perspective. The manageiq appplication (https://127.0.0.1:8443) is executed well. But connecting hawkular is…
Joseph Hwang
  • 991
  • 1
  • 22
  • 45
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
  • 991
  • 1
  • 22
  • 45
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