问题标签 [manageiq]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
18 浏览

ruby - ManageIQ 所有文件返回 404 未找到

我克隆了 repo https://github.com/ManageIQ/manageiq/并使用它Dockerfile来构建 docker 映像。但是当我启动容器时,没有提供任何文件。

似乎所需的文件在public/目录下,但我不确定应该手动复制它的位置。我尝试将所有文​​件复制到,app/assets/但仍然出现相同的错误。

知道public/*文件应该复制到哪里吗?

这是默认登录页面的样子

在此处输入图像描述

控制台上有很多错误。

在此处输入图像描述

config/application.rb说以下内容,我已经尝试过,如上所述。

0 投票
0 回答
436 浏览

ansible - ansible-playbook: error: unrecognized arguments: create-file.yml

When I try to run ansible playbook on target host (remote machine) I get the following error.

Any explanation to what this error means?

It seems like it has something to do with credentials. The AWS - Ubuntu is the private key for remote machine. If I don't use the credentials then the playbook executes locally on the manageIQ server and it works fine. But I want it to execute on the remote machine. I'm unable to figure out why ansible is throwing ansible-playbook: error: unrecognized arguments: create-file.yml. create-file.yml is the playbook name.

enter image description here

0 投票
0 回答
33 浏览

ansible - awx 上 ansible playbook 的 Manageiq 服务退役

我使用 manageiq 并在自动化下集成了 ansible tower (awx)。到目前为止,这工作得非常好,我可以从我提供的 playbook 中创建服务目录项。现在我想创建同样删除服务并将它们添加到我们的服务退役的剧本。有谁知道manageiq(lasker)是否支持ansible Tower(awx)剧本的服务退役?