summaryrefslogtreecommitdiff
path: root/roles/openshift_cfme
AgeCommit message (Collapse)Author
2017-10-06Rename openshift_cfme role to openshift_managementTim Bielawa
2017-10-04Fix lint errorTim Bielawa
2017-10-04Add notes about SA token. Improve NFS validation.Tim Bielawa
2017-10-04Hooks for installing CFME during full openshift installationTim Bielawa
2017-10-04DocumentationTim Bielawa
* Update README * Add parameter docs to inventory examples * Remove unused graphic * Update defaults
2017-10-04Import upstream templates. Do the work. Validate parameters.Tim Bielawa
2017-10-04CFME 4.6 work begins. CFME 4.5 references added to the release-3.6 branchTim Bielawa
2017-09-07Merge pull request #5208 from mgugino-upstream-stage/remove-openshift_commonOpenShift Bot
Merged by openshift-bot
2017-09-06Remove openshift-commonMichael Gugino
Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
2017-09-03skip openshift_cfme_nfs_server if not using nfsScott Weiss
2017-08-30Merge pull request #4568 from simon3z/cfme-nfs-directoryScott Dodson
openshift_cfme: add nfs directory support
2017-08-15Merge pull request #5053 from tbielawa/change_default_cfme_namespaceScott Dodson
Change default CFME namespace to use reserved openshift- prefix
2017-08-14Default values for CFME container images are invalidjkaurredhat
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>
2017-08-10Change default CFME namespace to use reserved openshift- prefixTim Bielawa
As of OCP 3.6 we are advised to prefix reserved namespaces with an 'openshift-' prefix. Fixes #5049
2017-08-08Remove the origin-master.service and associated filesClayton Coleman
From now on, all master configurations use the api / controller split, regardless of HA mode or previous configuration. This will be our only supported configuration starting in 3.7 or 3.8.
2017-08-03nfs only run if cloud_provider not definedScott Weiss
2017-08-01Use enterprise images for CFME enterprise deploymentsScott Dodson
2017-06-23openshift_cfme: add nfs directory supportFederico Simoncelli
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2017-06-15Add missing file. Remove debugging prompt.Tim Bielawa
2017-06-14Update readme one last timeTim Bielawa
2017-06-14Reconfigure masters in serial to avoid HA meltdownsTim Bielawa
2017-06-14First POC of a CFME turnkey solution in openshift-anisbleTim Bielawa