Project

Profile

Help

Issue #5341

closed

installer translates pulp settings values for 'False' as 'false'

Added by jsherril@redhat.com over 4 years ago. Updated almost 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 60
Quarter:

Description

The migration tooling has you set various values for installation:
https://github.com/pulp/pulp-2to3-migrate

For example:

PULP2_MONGODB:
  name: "pulp_database"
  seeds: "localhost:27017"
  ssl: False

However when this gets generated to the settings file, it renders it as 'false':

PULP2_MONGODB = {"name": "pulp_database", "seeds": "localhost:27017", "ssl": false}

which python does not understand at all.

Actions #1

Updated by jsherril@redhat.com over 4 years ago

  • Tags Katello-P2 added
  • Tags deleted (Katello-P3, Pulp 3 installer)
Actions #2

Updated by jsherril@redhat.com over 4 years ago

  • Subject changed from installer translates 'False' as false to installer translates pulp settings values for 'False' as 'false'
Actions #3

Updated by amacdona@redhat.com over 4 years ago

  • Triaged changed from No to Yes
  • Sprint set to Sprint 58
Actions #4

Updated by daviddavis over 4 years ago

  • Sprint/Milestone set to 3.0.0
Actions #5

Updated by rchan over 4 years ago

  • Sprint changed from Sprint 58 to Sprint 59
Actions #6

Updated by daviddavis over 4 years ago

  • Tags Pulp 3 installer added
Actions #7

Updated by rchan over 4 years ago

  • Sprint changed from Sprint 59 to Sprint 60

Added by dkliban@redhat.com over 4 years ago

Revision 717cfe51 | View on GitHub

Capitalize boolean settings in settings.py

fixes: #5341 https://pulp.plan.io/issues/5341

Added by dkliban@redhat.com over 4 years ago

Revision 717cfe51 | View on GitHub

Capitalize boolean settings in settings.py

fixes: #5341 https://pulp.plan.io/issues/5341

Actions #8

Updated by dkliban@redhat.com over 4 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to dkliban@redhat.com
Actions #9

Updated by dkliban@redhat.com over 4 years ago

  • Status changed from ASSIGNED to POST
Actions #10

Updated by dkliban@redhat.com over 4 years ago

  • Status changed from POST to MODIFIED
Actions #11

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions #12

Updated by ggainey almost 4 years ago

  • Tags Katello added
  • Tags deleted (Katello-P2)
Actions #13

Updated by bmbouter almost 4 years ago

  • Category set to Installer - Moved to GitHub issues
  • Tags deleted (Pulp 3 installer)

Also available in: Atom PDF