summaryrefslogtreecommitdiffstats
path: root/roles/cockpit-ui
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-202-1/+2
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-0/+1
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* registry-console: align image and checkLuke Meyer2017-11-151-0/+1
| | | | | enable option to configure basename in image docker_image_availability check: follow registry-console image options
* reconcile registry-console and docker_image_availabilityLuke Meyer2017-11-061-1/+0
| | | | | | | | | | | | Fixes bug 1497310 https://bugzilla.redhat.com/show_bug.cgi?id=1497310 The registry console is a special case in more than one way. This adds logic to incorporate the openshift_cockpit_deployer_* variables into determining what its image will be in docker_image_availability. Along the way I noticed the origin and enterprise templates for this were not consistent. Now they are, and the example hosts file is updated.
* Refactor openshift_hosted plays and roleMichael Gugino2017-09-252-1/+6
| | | | | | | | | | | | Currently, openshift_hosted role duplicates some logic across separate task chains. This commit cleans up the openshift_hosted role and converts it to be primarily used with include_role to give better logic to the playbooks that utilize this role. This commit also refactors the playbook that calls various openshift_hosted roles into individual playbooks. This allows more granularity for advanced users.
* Adding a query for the existing docker-registry route.Kenny Woodson2017-04-071-1/+8
|
* Removing docker-registry route from cockpit-ui.Kenny Woodson2017-04-071-9/+5
|
* oc route commands now using the oc_route moduleSteve Milner2017-02-142-85/+59
|
* Document openshift_cockpit_deployer_prefix and addScott Dodson2017-02-091-0/+2
| | | | | | openshift_cockpit_deployer_version Fixes Bug 1393666
* Don't secure registry or deploy registry console when infra replics == 0Andrew Butcher2016-10-041-0/+14
|
* Secure registry improvements.Andrew Butcher2016-09-291-2/+2
| | | | | | * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration.
* Don't set IMAGE_PREFIX if openshift_cockpit_deployer_prefix is emptyRobert Bohne2016-09-281-4/+1
| | | | | | | | | | | If openshift_cockpit_deployer_prefix was empty then they called "-p IMAGE_PREFIX=" and this overwrite the template default. For example: ``` grep -A1 -B1 'name: IMAGE_PREFIX' examples/infrastructure-templates/enterprise/registry-console.yaml - description: 'Specify "registry/repository" prefix for container image; e.g. for "registry.access.redhat.com/openshift3/registry-console:latest", set prefix "registry.access.redhat.com/openshift3/"' name: IMAGE_PREFIX value: "registry.access.redhat.com/openshift3/" ```
* Secure registry for atomic registry deployment (deployment_subtype=registry).Andrew Butcher2016-09-021-10/+39
|
* Default to port 80 when deploying cockpit-uiSamuel Munilla2016-08-291-1/+1
| | | | | | This should save first-time users some pain. Fixes BZ#1371031
* Remove atomic check and cockpit.socketSamuel Munilla2016-08-261-7/+0
|
* Re-organize registry-console deployment.Andrew Butcher2016-08-261-8/+40
|
* Add support for Atomic Registry InstallsSamuel Munilla2016-08-262-0/+32
Add the Registry deployment subtype as an option in the quick installer.