fix error message from ipa-client-install - error: Too many arguments provided
Bug #1836529 reported by
Grzegorz Grasza
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
novajoin |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
This ipa-client-install error could be more clear, it means that the -w option misses the OTP token.
The one time password is only used once to provision a host, after it is added to IDM/FreeIPA. The absence of this token (when other variables are present) usually means that the host was already provisioned in a previous deployment, then the overcloud deployment was cleared, deleting the hosts, but not removing them from IDM. Running the provisioning script in this state tries to provision the same host again, but it can't do that more than once.
The error message should probably say, that when the hosts are physically erased, they should also be removed from IDM.
Changed in novajoin: | |
status: | New → Confirmed |
Changed in novajoin: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
Relevant code in novajoin server: /github. com/openstack/ novajoin/ blob/master/ novajoin/ join.py# L192-L200
https:/