| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Update README
* Add parameter docs to inventory examples
* Remove unused graphic
* Update defaults
|
|
|
|
|
|
|
|
openshift_cfme: add nfs directory support
|
|
Change default CFME namespace to use reserved openshift- prefix
|
|
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>
|
|
As of OCP 3.6 we are advised to prefix reserved namespaces with an
'openshift-' prefix.
Fixes #5049
|
|
|
|
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
|
|
|