Bug 1297565

Summary: [cloud-init] ca-certs does not work on fedora
Product: [Fedora] Fedora Reporter: Aleksandar Kostadinov <akostadi>
Component: cloud-initAssignee: Garrett Holmstrom <gholms>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: adimania, apevec, gholms, Jan.van.Eldik, mattdm, shardy, s
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-07 02:26:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Aleksandar Kostadinov 2016-01-11 21:43:33 UTC
Description of problem:
I see no effect using ca-certs directive when run on fedora. I'd expect certs to be added to /etc/pki/ca-trust/source/anchors/ca.crt and then run:
update-ca-trust check
update-ca-trust enable
update-ca-trust extract

Or something along these lines. I can see actually nothing happening with the certs. It is very useful for adding private certificates.

Comment 1 Jan Kurik 2016-02-24 14:15:54 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 2 Garrett Holmstrom 2016-07-07 02:26:04 UTC
At the moment that module uses debconf to manage certificates, meaning making it work on Fedora will more or less require a completely new implementation.  Let's track this feature request upstream:  https://bugs.launchpad.net/cloud-init/+bug/1599694