Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionNiranjan Mallapadi Raghavender
2016-03-22 11:58:03 UTC
Description of problem:
Joining to AD from atomic host using realm cli used with atomic cli fails.
-bash-4.2# atomic install rhel7/sssd realm join WINPKI1.TESTPKI.TEST
Using default tag: latest
c539e4225a16: Download complete
4203bef5fc46: Download complete
Status: Downloaded newer image for registry.access.stage.redhat.com/rhel7/sssd:latest
docker run --rm=true --privileged --net=host -v /:/host -e NAME=sssd -e IMAGE=rhel7/sssd -e HOST=/host rhel7/sssd /bin/install.sh realm join WINPKI1.TESTPKI.TEST
Initializing configuration context from host ...
Password for Administrator: Secret123
Copying new configuration to host ...
cp: cannot stat 'etc/yp.conf': No such file or directory
-bash-4.2# cat /etc/sssd/realm-join-password
Secret123
Version-Release number of selected component (if applicable):
bash-4.2# atomic images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
*<none> <none> f934d4ed6bea 2016-03-22 07:44 445.8 MB
registry.access.stage.redhat.com/rhel7/sssd latest c539e4225a16 2016-03-10 03:15 347.19 MB
registry.hub.docker.com/centos centos7 bb3d629a7cbc 2016-03-04 12:40 196.62 MB
-bash-4.2# atomic version registry.access.stage.redhat.com/rhel7/sssd
c539e4225a16afc132b952a54b4b1a9cabc1b5bc1bbedfd497d60a3cae7b256f rhel7/sssd-7.2-5 registry.access.stage.redhat.com/rhel7/sssd:latest
How reproducible:
Steps to Reproduce:
1. Setup Atomic Host 7.2
2. Use insecure registry access.stage.redhat.com
3. Setup Windows AD
4. Verify AD is resolvable.
5. Join to AD using atomic cli
atomic install rhel7/sssd realm join WINPKI1.TESTPKI.TEST
Actual results:
Fails with error
Copying new configuration to host ...
cp: cannot stat 'etc/yp.conf': No such file or directory
Expected results:
Should be able to join to AD Domain
Additional info:
Comment 3Jan Pazdziora (Red Hat)
2016-03-22 17:43:05 UTC
Verified.
I consider it a blocker.
Patch is available.
Comment 13Jan Pazdziora (Red Hat)
2016-04-01 08:47:38 UTC