Navid Talesh via FreeIPA-users wrote:
> Hi
> I'm installing FreeIPA and I've encountered a problem. I hope you can
> guide me.
> I've a private cloud with 3 controllers and 6 compute nodes, and now I
> want to install FreeIPA to manage my users.
> However, when I installed FreeIPA and tried to add
Faking a hostname might work.
But a bigger question is why are you trying to enroll the controller
and/or compute servers?
Are you looking to have the created virtual machines enrolled?
It has been nearly a decade since I worked on OSP. At the time the thing
you'd want is novajoin but that was r
Our OpenStack server names are all non-FQDN, for example:compute01However, when joining FreeIPA, the hostname must be in FQDN format.Now, when converting to FQDN, our OpenStack structure gets disrupted.And without FQDN, it is not possible to join FreeIPA.Is there a way to join the server to FreeIPA
Not sure if it's considered best practice, but the ipa-join command takes a
`--hostname` option, and you can provide a separate hostname there from
what is set on the server I believe. I do not think it will change what
hostname is set on the instance.
On Tue, Sep 16, 2025 at 4:04 PM Navid Talesh