summaryrefslogtreecommitdiffstats
path: root/roles/openshift_service_catalog
Commit message (Collapse)AuthorAgeFilesLines
* Bumping version of service catalog image for 3.7Eric Wolinetz2017-10-051-1/+1
|
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-272-217/+0
| | | | | | | | | | | - Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install
* Merge pull request #5530 from ewolinetz/bz1487959OpenShift Merge Robot2017-09-261-4/+16
|\ | | | | | | | | | | | | | | Automatic merge from submit-queue Updating to check for netnamespace kube-service-catalog to be ready When we are using the sdn multitentant plugin we need to wait for the netnamespace to be ready before we can make it a global project Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1487959
| * Updating to check for netnamespace kube-service-catalog to be readyEric Wolinetz2017-09-251-4/+16
| |
* | Generate aggregator api client config in temporary directory.Andrew Butcher2017-09-251-11/+29
|/
* Merge pull request #5226 from ewolinetz/template_service_brokerOpenShift Merge Robot2017-09-212-10/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue Creating initial tsb role to consume and apply templates provided for… … tsb cc: @deads2k @sdodson Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1486623 https://bugzilla.redhat.com/show_bug.cgi?id=1470623 https://bugzilla.redhat.com/show_bug.cgi?id=1491626
| * Creating initial tsb role to consume and apply templates provided for tsbEric Wolinetz2017-09-202-10/+2
| |
* | Updating to always configure api aggregation with installationEric Wolinetz2017-09-202-5/+2
|/
* Removing setting of pod presetsEric Wolinetz2017-09-131-1/+0
|
* Remove openshift-commonMichael Gugino2017-09-062-1/+5
| | | | | | | | | 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.
* Updating openshift_service_catalog to use oc_service over oc_obj to resolve ↵Eric Wolinetz2017-08-283-48/+22
| | | | idempotency issues being seen from rerunning role
* Remove the origin-master.service and associated filesClayton Coleman2017-08-081-8/+0
| | | | | | 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.
* Fixing podpresets perms for service-catalog-controllerewolinetz2017-07-261-1/+5
|
* Updating verbs for serviceclasses objectsewolinetz2017-07-201-0/+6
|
* Setting node selector to be empty stringewolinetz2017-07-181-1/+1
|
* Adding podpreset config into master-configewolinetz2017-07-181-0/+6
|
* Updating to compare sets instead of sorted listsewolinetz2017-07-171-4/+4
|
* Adding ability to create podpreset for service-catalog-controller for bz1471881ewolinetz2017-07-171-0/+6
|
* Updating to use oc replace and conditionally update edit and admin rolesewolinetz2017-07-171-2/+14
|
* Adding in permissions to edit and admin cluster rolesewolinetz2017-07-142-0/+60
|
* making kube-service-catalog project network global when using ↵ewolinetz2017-07-131-0/+5
| | | | redhat/openshift-ovs-multitenant plugin
* Created js file for enabling tech preview for console, updated master-config ↵ewolinetz2017-07-122-0/+11
| | | | for pod presets and console tech preview
* Adding create permissions for serviceclasses.servicecatalog.k8s.io to ↵ewolinetz2017-07-111-0/+6
| | | | service-catalog-controller role
* updating fetch tasks to be flat pathsewolinetz2017-07-101-0/+2
|
* Merge pull request #4684 from ewolinetz/service_catalog_multimasterScott Dodson2017-07-054-3/+122
|\ | | | | Addressing servicecatalog doesnt have enough permissions and multimas…
| * Synching certs and aggregator configs from first master to all other mastersewolinetz2017-07-052-3/+105
| |
| * Addressing servicecatalog doesnt have enough permissions and multimaster ↵ewolinetz2017-07-052-0/+17
| | | | | | | | config for service-catalog
* | Update the tag for enterprise service catalogScott Dodson2017-07-051-1/+1
|/
* Fix prefix for OCP service-catalog prefixScott Dodson2017-07-031-1/+1
|
* Using ca-bundle.crt to connect to local etcd if master.etcd-ca.crt DNEewolinetz2017-06-302-1/+8
|
* Updating to use openshift.master.etcd_hosts for etcd servers for apiserverewolinetz2017-06-302-2/+2
|
* Updating to label node and wait for apiservice to be healthy and startedewolinetz2017-06-233-3/+27
|
* fix yamllint issuesFabian von Feilitzsch2017-06-231-8/+7
|
* Creation of service_catalog and placeholder broker rolesewolinetz2017-06-2216-0/+791