Questions tagged [manageiq]

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

33 questions
3
votes
2 answers

Is there any chance to create VM in ManageIQ using rest API?

I need to create VM in ManageIQ (http://manageiq.org/) by rest API. Is there any way to do that? I was trying to use https://github.com/01000101/python-cloudforms, but with no luck. I'am new in virtualization topic so any help will be appreciated.
k.rozycki
  • 615
  • 1
  • 5
  • 12
3
votes
2 answers

What are the advantages ManageIQ has over OpenStack Horizon? I am currently working on Horizon but was wondering if ManageIQ is better

What is the difference between those two? I want to control resources down to the user level from the dashboard. Just wanted to know what are the advantages of using ManageIQ or Horizon.
2
votes
2 answers

ManageIQ docker container cannot not be connected with web browser

I try to test manageiq monitoring to hawkular. I made manageiq docker container with the following commands docker pull manageiq/manageiq:euwe-1 docker run --privileged -d -p 8443:443 manageiq/manageiq:euwe-1 I can see the container be generated…
Joseph Hwang
  • 991
  • 1
  • 22
  • 45
1
vote
0 answers

ManageIQ to configure static IP for Windows system

How to set static IP address using cloud-config (customization script - ManageIQ) for Windows
vicky
  • 31
  • 1
1
vote
1 answer

Can one create an MIQ Dev Appliance in Linux or Windows environment?

This README file provides a link to instructions on how to create the ManageIQ Appliance dev setup for a MAC OSX environment, but it says that Linux instructions are TBD. See Screenshot: Are we truly limited to MAC OS for development? Are there…
mike_butak
  • 703
  • 2
  • 10
  • 27
1
vote
1 answer

How to remove disk from VM in Cloudforms, using custom Button?

Currently, I'm Setting up a custom button in Cloudforms to allow for the removal of a drive from a Virtual Machine that has been provisioned using Cloudforms(hooked into ansible) I've been looking at this a little while and after some digging…
dodge2451
  • 13
  • 3
1
vote
2 answers

how to integrate haml with react js.i want to render react component using Haml file?

I want to render React component in Haml file.Is there any way to call React JS class from Haml file for rendering.
Ashish
  • 39
  • 1
  • 8
1
vote
1 answer

ManageIQ displays no info for Kubernetes container provider and cluster-reader ClusterRole is missing

I have a Kubernetes v1.9.3 (no OpenShift) cluster I'd like to manage with ManageIQ (gaprindashvili-3 running as a Docker container). I prepared the k8s cluster to interact with ManageIQ following these instructions. Notice that I performed the steps…
Matteo
  • 134
  • 10
1
vote
1 answer

Ansible Integration without Tower?

I don't have a tower license but have an extensive list of playbooks I want to expose via manageiq. Is there any way to add ansible playbooks and run them as shown in the Announcement
thisguy123
  • 906
  • 1
  • 6
  • 29
1
vote
0 answers

503 Service Unavailable from manageiq docker container

My Manageiq docker container(manageiq/manageiq:fine-1) throws the following error messsage. My OS is windows 10. The ref site is link. The environmental variables are all default. But this url https://localhost:8443 throws the below error message…
Joseph Hwang
  • 991
  • 1
  • 22
  • 45
1
vote
1 answer

Please explain me this Lambda expression usage with Python

I am struggling a bit with the concept of Lambda expressions and I have this piece of code here: nav.add_branch( 'containers_pods', { 'containers_pod': [ lambda ctx: list_tbl.select_row_by_cells( {'Name': ctx['pod'].name,…
Pavel Zagalsky
  • 1,334
  • 4
  • 17
  • 43
0
votes
0 answers

Error during failsafe response: undefined method `symbol' for nil:NilClass

I’m facing an Internal Server Error when I call /api/service_orders/cart/service_requests/ API using Postman to add provisioning request to cart. I’ve a few MIQ portals with the same setup, and am not able to figure out what is causing the issue…
kaiilim
  • 448
  • 6
  • 19
0
votes
3 answers

How to pass arrays to AWX/Ansible Tower

I'm calling AWX template from ManageIQ. I'm passing 9 variables to the playbook (with prompt on launch active). The playbook is successfully called, and all of the vars come through. However two of the vars are supposed to be arrays. Instead…
mike_butak
  • 703
  • 2
  • 10
  • 27
0
votes
0 answers

Why is my resource group "not found"? (deploying to Azure from CMP)

Our organization uses ManageIQ as a cloud management platform for automated VM deployments in Azure. We can already deploy VMs in one Azure subscription, but wish to add another subscription. After setting up the second subscription (as a…
mike_butak
  • 703
  • 2
  • 10
  • 27
0
votes
0 answers

Why my Manageiq Integerated with openstack is not getting refreshed?

My ManageIQ is been integrated with Openstack, previously refreshing was working fine. But after some migrations happened in Openstack, after then the changes is not reflecting in ManageIQ.
1
2 3