Project

General

Profile

Actions

Bug #20447

closed

--foreman-db-manage=false not honored

Added by Qingbo Zhou almost 7 years ago. Updated over 6 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

If I set --foreman-db-manage=false when running installer, it still tries to install a database (PostgreSQL in my case). I observed this on both Ubuntu 16.04 and CentOS 7.

Answers:

@$ grep db_manage /etc/foreman-installer/scenarios.d/foreman-answers.yaml
  db_manage: false
  db_manage_rake: true
@

params.pp (this seems to be a generated file?):

@$ grep db_manage /usr/share/foreman-installer/modules/foreman/manifests/params.pp
  $db_manage   = true
  $db_manage_rake = true
@
Actions #1

Updated by Qingbo Zhou almost 7 years ago

  • Subject changed from --foreman-db-manage not to --foreman-db-manage=false not honored
Actions #2

Updated by Anonymous almost 7 years ago

Before I try to reproduce this, do you run the installer described like in https://theforeman.org/manuals/1.15/index.html#3.2.3InstallationScenarios "Using an external database server"?

Actions #3

Updated by Anonymous almost 7 years ago

  • Status changed from New to Assigned
  • Assignee set to Anonymous
Actions #4

Updated by Anonymous over 6 years ago

  • Status changed from Assigned to Feedback
  • Assignee deleted (Anonymous)
Actions

Also available in: Atom PDF