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.
Bug 1483210 - atomic install sssd --migrate fails
Summary: atomic install sssd --migrate fails
Keywords:
Status: CLOSED DUPLICATE of bug 1413999
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: sssd-container
Version: 7.4
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: SSSD Maintainers
QA Contact: sssd-qe
URL:
Whiteboard:
Depends On: 1413999
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-19 06:27 UTC by Niranjan Mallapadi Raghavender
Modified: 2017-08-19 09:09 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1413999
Environment:
Last Closed: 2017-08-19 09:09:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 2 Niranjan Mallapadi Raghavender 2017-08-19 07:18:24 UTC
On RHEL7.4 even with the workaround, it fails. 

-bash-4.2# mkdir -p /etc/ipa ; touch /etc/ipa/default.conf
-bash-4.2# atomic install rhel7/sssd --migrate
Pulling registry.access.redhat.com/rhel7/sssd:latest ...
Copying blob sha256:be1e04c6fbff244464b3deae14926bb737d67390a03a6c9004c2cb880b803a57
 69.70 MB / ? [--------------------------------------------------------=------] 
Copying blob sha256:449ed11d916a0da0e334d9d7f3a31eb8c952ad1bcc7effeeb7fed478d347b4fd
 0 B / ? [--------------------------------------------------------------------=]
Copying blob sha256:a537fe5d1ac28210d3547889a7167e1cb8b99e446bf2e6765d0363225a05ec29
 59.57 MB / ? [--------------=------------------------------------------------] 
Copying config sha256:47c69a92aa2be277d8ec645049d37f7a92896fe321d2f8d537170df441f23e51
 0 B / 5.63 KB [---------------------------------------------------------------]
Writing manifest to image destination
Storing signatures
 5.63 KB / 5.63 KB [===========================================================]docker run --rm=true --privileged --net=host -v /:/host -e NAME=sssd -e IMAGE=rhel7/sssd -e HOST=/host rhel7/sssd /bin/install.sh --migrate
Initializing configuration context from host ...
Usage: ipa-client-install [options]

ipa-client-install: error: no such option: --migrate

Versions:
● atomic-host:rhel-atomic-host/7/x86_64/standard
                Version: 7.4.1 (2017-08-09 22:48:55)
                 Commit: fd2649205bbc185b07cb695893e425afa830a7b3caecd3ceefc0a1b9d7169aea


-bash-4.2# atomic info rhel7/sssd
Image Name: registry.access.redhat.com/rhel7/sssd:latest
RUN_OPTS_FILE: /var/lib/sssd_container/${NAME}/docker-run-opts
architecture: x86_64
authoritative-source-url: registry.access.redhat.com
build-date: 2017-07-27T11:37:38.452510
com.redhat.build-host: ip-10-29-120-57.ec2.internal
com.redhat.component: sssd-docker
description: The System Security Services Daemon (SSSD) provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides Name Service Switch (NSS) and Pluggable Authentication Modules(PAM) interfaces toward the system and a pluggable back end system to connect to multiple different account sources.
distribution-scope: public
install: docker run --rm=true --privileged --net=host -v /:/host        -e NAME=${NAME} -e IMAGE=${IMAGE} -e HOST=/host         ${OPT1}         ${IMAGE} /bin/install.sh
io.k8s.description: The System Security Services Daemon (SSSD) provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides Name Service Switch (NSS) and Pluggable Authentication Modules(PAM) interfaces toward the system and a pluggable back end system to connect to multiple different account sources.
io.k8s.display-name: System Security Services Daemon (SSSD)
io.k8s.openshift.tags: security sssd authentication authorisation LDAP kerberos krb5 Active Directory IdM
io.openshift.tags: base rhel7
name: rhel7/sssd
release: 7
run: docker run -d --restart=always --name ${NAME} -e NAME=${NAME} -e IMAGE=${IMAGE}    ${RUN_OPTS}     ${IMAGE} /bin/run.sh
stop: docker kill -s TERM ${NAME}
summary: System Security Services Daemon (SSSD) provides centralized user authentication for Atomic Host.
uninstall: docker run --rm=true --privileged --net=host -v /:/host -e NAME=${NAME} -e IMAGE=${IMAGE} -e HOST=/host ${IMAGE} /bin/uninstall.sh
url: https://access.redhat.com/containers/#/registry.access.redhat.com/rhel7/sssd/images/7.4-7
vcs-ref: c68d211e9ba0a60e48f7283669cfea3615157283
vcs-type: git
vendor: Red Hat, Inc.
version: 7.4

Comment 3 Lukas Slebodnik 2017-08-19 09:09:27 UTC

*** This bug has been marked as a duplicate of bug 1413999 ***


Note You need to log in before you can comment on or make changes to this bug.