Project

General

Custom queries

Profile

Actions

Bug #15792

closed

ERROR: Unrecognised option '--enable-foreman-plugin-remote-execution'

Added by Christophe Trefois almost 9 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
foreman-installer script
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

Hi,

I can't get foreman-installer to run properly when trying to enable remote-execution and proxy-plugin-remote-execution-ssh

[root@test-foreman scenarios.d]# foreman-installer --enable-foreman-plugin-remote-execution --enable-foreman-proxy-plugin-remote-execution-ssh --debug
ERROR: Unrecognised option '--enable-foreman-plugin-remote-execution'

See: 'foreman-installer --help'

Here is the contents of /etc/foreman-installer/scenarios.d/foreman.yaml

[root@test-foreman scenarios.d]# cat foreman.yaml
---
  :name: Foreman
  :description: "Default installation of Foreman" 
  :enabled: true
  :log_dir: /var/log/foreman-installer
  :log_name: foreman.log
  :log_level: :debug
  :no_prefix: false
  :mapping:
    :"foreman::cli":
      :dir_name: foreman
      :manifest_name: cli
      :params_name: cli/params
    :"foreman::plugin::ansible":
      :dir_name: foreman
      :manifest_name: plugin/ansible
    :"foreman::plugin::bootdisk":
      :dir_name: foreman
      :manifest_name: plugin/bootdisk
    :"foreman::plugin::cockpit":
      :dir_name: foreman
      :manifest_name: plugin/cockpit
    :"foreman::plugin::puppetdb":
      :dir_name: foreman
      :params_name: plugin/puppetdb/params
      :manifest_name: plugin/puppetdb
    :"foreman::plugin::hooks":
      :dir_name: foreman
      :manifest_name: plugin/hooks
    :"foreman::plugin::dhcp_browser":
      :dir_name: foreman
      :manifest_name: plugin/dhcp_browser
    :"foreman::plugin::digitalocean":
      :dir_name: foreman
      :manifest_name: plugin/digitalocean
    :"foreman::plugin::discovery":
      :dir_name: foreman
      :manifest_name: plugin/discovery
      :params_name: plugin/discovery/params
    :"foreman::plugin::docker":
      :dir_name: foreman
      :manifest_name: plugin/docker
    :"foreman::plugin::memcache":
      :dir_name: foreman
      :manifest_name: plugin/memcache
      :params_name: plugin/memcache/params
    :"foreman::plugin::openscap":
      :dir_name: foreman
      :params_name: plugin/openscap/params
      :manifest_name: plugin/openscap
    :"foreman::plugin::ovirt_provision":
      :dir_name: foreman
      :params_name: plugin/ovirt_provision/params
      :manifest_name: plugin/ovirt_provision
    :"foreman::plugin::chef":
      :dir_name: foreman
      :manifest_name: plugin/chef
    :"foreman::plugin::tasks":
      :dir_name: foreman
      :params_name: plugin/tasks/params
      :manifest_name: plugin/tasks
    :"foreman::plugin::templates":
      :dir_name: foreman
      :manifest_name: plugin/templates
    :"foreman::plugin::remote_execution":
      :dir_name: foreman
      :manifest_name: plugin/remote_execution
    :"foreman::plugin::salt":
      :dir_name: foreman
      :manifest_name: plugin/salt
    :"foreman::plugin::setup":
      :dir_name: foreman
      :manifest_name: plugin/setup
    :"foreman::plugin::default_hostgroup":
      :dir_name: foreman
      :manifest_name: plugin/default_hostgroup
    :"foreman::compute::rackspace":
      :dir_name: foreman
      :manifest_name: compute/rackspace
    :"foreman::compute::openstack":
      :dir_name: foreman
      :manifest_name: compute/openstack
    :"foreman::compute::vmware":
      :dir_name: foreman
      :manifest_name: compute/vmware
    :"foreman::compute::libvirt":
      :dir_name: foreman
      :manifest_name: compute/libvirt
    :"foreman::compute::ec2":
      :dir_name: foreman
      :manifest_name: compute/ec2
    :"foreman::compute::gce":
      :dir_name: foreman
      :manifest_name: compute/gce
    :"foreman::compute::ovirt":
      :dir_name: foreman
      :manifest_name: compute/ovirt
    :"foreman_proxy::plugin::abrt":
      :manifest_name: plugin/abrt
      :params_name: plugin/abrt/params
      :dir_name: foreman_proxy
    :"foreman_proxy::plugin::chef":
      :manifest_name: plugin/chef
      :params_name: plugin/chef/params
      :dir_name: foreman_proxy
    :"foreman_proxy::plugin::discovery":
      :manifest_name: plugin/discovery
      :params_name: plugin/discovery/params
      :dir_name: foreman_proxy
    :"foreman_proxy::plugin::dns::powerdns":
      :manifest_name: plugin/dns/powerdns
      :params_name: plugin/dns/powerdns/params
      :dir_name: foreman_proxy
    :"foreman_proxy::plugin::dynflow":
      :manifest_name: plugin/dynflow
      :params_name: plugin/dynflow/params
      :dir_name: foreman_proxy
    :"foreman_proxy::plugin::openscap":
      :manifest_name: plugin/openscap
      :params_name: plugin/openscap/params
      :dir_name: foreman_proxy
    :"foreman_proxy::plugin::pulp":
      :manifest_name: plugin/pulp
      :params_name: plugin/pulp/params
      :dir_name: foreman_proxy
    :"foreman_proxy::plugin::remote_execution::ssh":
      :manifest_name: plugin/remote_execution/ssh
      :params_name: plugin/remote_execution/ssh/params
      :dir_name: foreman_proxy
    :"foreman_proxy::plugin::salt":
      :manifest_name: plugin/salt
      :params_name: plugin/salt/params
      :dir_name: foreman_proxy
  :answer_file: /etc/foreman-installer/scenarios.d/foreman-answers.yaml
  :installer_dir: "." 
  :module_dirs: /usr/share/foreman-installer/modules
  :default_values_dir: /tmp
  :colors: true
  :color_of_background: :dark
  :hook_dirs: []
  :custom: {}
  :low_priority_modules:
    - foreman_proxy_plugin
    - foreman_compute
    - foreman_plugin
  :verbose_log_level: info
  :order:
    - foreman
    - foreman_proxy
    - puppet
  :password: xxxxxxx

The log file is empty.

Does anybody have any clue what this could be?

#1

Updated by Dominic Cleal almost 9 years ago

  • Project changed from Foreman to Installer
  • Subject changed from Foreman-Installer is broken on 1.11.3 for me to ERROR: Unrecognised option '--enable-foreman-plugin-remote-execution'
  • Category set to foreman-installer script
  • Status changed from New to Need more information
#3

Updated by Dominic Cleal almost 9 years ago

  • Status changed from Need more information to Feedback
#5

Updated by Dominic Cleal almost 9 years ago

  • Status changed from Feedback to New
#6

Updated by The Foreman Bot almost 9 years ago

  • Status changed from New to Ready For Testing
  • Assignee set to Dominic Cleal
  • Pull request https://github.com/theforeman/foreman-installer/pull/192 added
#7

Updated by Dominic Cleal almost 9 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
#8

Updated by Dominic Cleal almost 9 years ago

  • Translation missing: en.field_release set to 160
Actions

Also available in: Atom PDF