Bug 1664420
| Summary: | cfme-httpd-configmap-generator tracker bug for 5.10.0 | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
| Component: | cfme-httpd-configmap-generator | Assignee: | Satoe Imaishi <simaishi> |
| Status: | CLOSED ERRATA | QA Contact: | juwatts |
| Severity: | low | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
| Priority: | low | ||
| Version: | 5.10.0 | CC: | bmidwood, lavenel, smallamp |
| Target Milestone: | GA | ||
| Target Release: | 5.10.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.10.0.33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-02-07 22:45:46 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | CFME Core | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Satoe Imaishi
2019-01-08 17:35:41 UTC
Successfully deployed podified Cloudforms: [root@epacific-ocp-master-v3 5_10_0_32]# oc get pods NAME READY STATUS RESTARTS AGE ansible-1-nq7p7 1/1 Running 0 6m cloudforms-0 1/1 Running 0 37m httpd-1-vkhqs 1/1 Running 0 37m httpd-configmap-generator-1-5bm2t 1/1 Running 0 25m memcached-1-44d4b 1/1 Running 0 37m postgresql-1-x74dd 1/1 Running 0 37m [root@epacific-ocp-master-v3 5_10_0_32]# oc rsh cloudforms-0 sh-4.2# cat BUILD 5.10.0.32-20190115185124_c957ada sh-4.2# exit exit [root@epacific-ocp-master-v3 5_10_0_32]# oc rsh httpd-configmap-generator-1-5bm2t sh-4.2# httpd_configmap_generator --help httpd_configmap_generator 0.2.2 - External Authentication Configuration script Usage: httpd_configmap_generator auth_type | update | export [--help | options] supported auth_type: active-directory, ipa, ldap, saml httpd_configmap_generator options are: -V, --version Version of the httpd_configmap_generator command -h, --help Show this message sh-4.2# From the httpd-configmap-generator template: name: HTTPD_CONFIGMAP_GENERATOR_IMG_TAG displayName: Httpd Configmap Generator Image Tag description: This is the httpd configmap generator image tag/version requested to deploy. value: 0.2.2-56 Verified the podified deployment:
[root@epacific-ocp-master-v3 5_10_0_33]# oc get pods
NAME READY STATUS RESTARTS AGE
ansible-1-mqpn9 1/1 Running 0 17m
cloudforms-0 1/1 Running 0 2h
httpd-1-cpzvs 1/1 Running 0 2h
httpd-configmap-generator-1-rttwg 1/1 Running 0 12m
memcached-1-vs9mc 1/1 Running 0 2h
postgresql-1-9wgsj 1/1 Running 0 2h
[root@epacific-ocp-master-v3 5_10_0_33]# oc rsh cloudforms-0
sh-4.2# cat BUILD
5.10.0.33-20190129203322_85a1e4e
sh-4.2# exit
exit
[root@epacific-ocp-master-v3 5_10_0_33]# oc rsh httpd-configmap-generator-1-rttwg
sh-4.2# httpd_configmap_generator --help
httpd_configmap_generator 0.2.2 - External Authentication Configuration script
Usage: httpd_configmap_generator auth_type | update | export [--help | options]
supported auth_type: active-directory, ipa, ldap, saml
httpd_configmap_generator options are:
-V, --version Version of the httpd_configmap_generator command
-h, --help Show this message
sh-4.2#
From the template:
- description: This is the httpd configmap generator image tag/version requested to
deploy.
displayName: Httpd Configmap Generator Image Tag
name: HTTPD_CONFIGMAP_GENERATOR_IMG_TAG
value: 0.2.2-61
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0213 |