Actions
Bug #10633
closedAssociate architecture to OS during fact import
Description
When trying to deploy a Host on Digital Ocean the Operating system pull down box stayed gray.
eLobato pointed me to the Host > Operating Sytems config for the default CentOS 6.6 entry which was missing an architecture.
After enabling x86_64 the option became available.
The default? CentOS 6.6 should probably have an architecture enabled.
Updated by Dominic Cleal over 9 years ago
- Subject changed from Operating System Template for CentOS 6.6 does not contain architecture to Associate architecture to OS during fact import
- Category changed from Unattended installations to Importers
- Difficulty changed from trivial to easy
The default OS is created during fact upload, probably from the Foreman server itself, and the arch also. They're both constructed in app/services/puppet_fact_parser.rb, so the operatingsystem method should probably set up os.architectures
too.
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2417 added
- Pull request deleted (
)
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 35
Updated by Alon Goldboim over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset f6fb925ef210633473375594f354bb888a079d16.
Actions