| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Update README
* Add parameter docs to inventory examples
* Remove unused graphic
* Update defaults
|
| |
|
| |
|
| |
|
|\
| |
| | |
openshift_cfme: add nfs directory support
|
| |
| |
| |
| | |
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
|
|\ \
| | |
| | | |
Change default CFME namespace to use reserved openshift- prefix
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As of OCP 3.6 we are advised to prefix reserved namespaces with an
'openshift-' prefix.
Fixes #5049
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
openshift_cfme_application_img_name, openshift_cfme_postgresql_img_name and openshift_cfme_memcached_img_name are incorrect.
It will fail with below error :
The ImageStream \"miq-app\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag
The ImageStream \"miq-postgresql\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag
The ImageStream \"miq-memcached\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag
Signed-off-by: jkaurredhat <jkaur@redhat.com>
|
|/ |
|
|
|