summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-06Merge pull request #4694 from ewolinetz/service_catalog_serialScott Dodson
Adding serial: 1 to play to ensure we run one at a time
2017-07-06Adding serial: 1 to play to ensure we run one at a timeewolinetz
2017-07-06Merge pull request #4691 from sdodson/fix-travisScott Dodson
Fix yamllint
2017-07-06Fix yamllintScott Dodson
2017-07-06Merge pull request #4681 from kwoodson/default_registry_env_fixScott Dodson
[BZ 1467786] Fix for OPENSHIFT_DEFAULT_REGISTRY setting in env file.
2017-07-06Merge pull request #4680 from ingvagabund/set-label-of-var-lib-etcdJan Chaloupka
set the proper label of /var/lib/etcd directory
2017-07-06Automatic commit of package [openshift-ansible] release [3.6.136-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.136
2017-07-05Merge pull request #4684 from ewolinetz/service_catalog_multimasterScott Dodson
Addressing servicecatalog doesnt have enough permissions and multimas…
2017-07-05Synching certs and aggregator configs from first master to all other mastersewolinetz
2017-07-05Merge pull request #4554 from richm/add-back-mux-client-configScott Dodson
add back mux_client config that was removed
2017-07-05Addressing servicecatalog doesnt have enough permissions and multimaster ↵ewolinetz
config for service-catalog
2017-07-05Merge pull request #4671 from ↵OpenShift Bot
ingvagabund/use-master-certificates-for-oadm-migrate-etcd-ttl Merged by openshift-bot
2017-07-05Removed quotes and added env variable to be specific.Kenny Woodson
2017-07-05Automatic commit of package [openshift-ansible] release [3.6.135-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.135
2017-07-05Merge pull request #4678 from tbielawa/bz1467776OpenShift Bot
Merged by openshift-bot
2017-07-05Merge pull request #4679 from sdodson/svc-catalog-tagScott Dodson
Update the tag for enterprise service catalog
2017-07-05Update the tag for enterprise service catalogScott Dodson
2017-07-05[BZ 1467786] Fix for OPENSHIFT_DEFAULT_REGISTRY setting.Kenny Woodson
2017-07-05set the proper label of /var/lib/etcd directoryJan Chaloupka
2017-07-05add back mux_client config that was removedRich Megginson
not sure how this got removed, during the rebase of the logging roles perhaps? Also ensure that the value used in the fluentd daemonset env var is lower cased to work with the fluentd/run.sh script.
2017-07-05Fix missing service domain .svc in NO_PROXY settingsTim Bielawa
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1467776 Adds the tld '.svc' to the docker NO_PROXY list
2017-07-05Merge pull request #4664 from sdodson/service-catalog-imagesScott Dodson
Fix service catalog image prefixes
2017-07-05Merge pull request #4674 from ↵Jan Chaloupka
ingvagabund/drop-etcdctl-before-etcd_container-service drop etcdctl before the etcd_container service
2017-07-05Automatic commit of package [openshift-ansible] release [3.6.134-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.134
2017-07-04drop etcdctl before the etcd_container serviceJan Chaloupka
If the etcdctl is dropped after the etcd_container is enabled, label of /var/lib/etcd directory is set to var_lib_t instead of virt_sandbox_file_t.
2017-07-04use master etcd certificates when delegating oadm migrate etcd-ttlJan Chaloupka
2017-07-04Automatic commit of package [openshift-ansible] release [3.6.133-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.133
2017-07-03Merge pull request #4668 from giuseppe/etcd-system-container-fix-migrationOpenShift Bot
Merged by openshift-bot
2017-07-03Merge pull request #4666 from ↵OpenShift Bot
ingvagabund/pre-pull-docker-images-before-stopping-docker Merged by openshift-bot
2017-07-03Merge pull request #3131 from sdodson/no_proxy_bz1414749_bz1414748OpenShift Bot
Merged by openshift-bot
2017-07-03Merge pull request #4656 from jcantrill/bz1466680_fix_alt_log_namespaceOpenShift Bot
Merged by openshift-bot
2017-07-03etcd, syscontainer: fix copy of existing datastoreGiuseppe Scrivano
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1466638 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-07-03Merge pull request #4533 from sdodson/storage-migration-fixesOpenShift Bot
Merged by openshift-bot
2017-07-03Merge pull request #4641 from wozniakjan/logging_es_probeOpenShift Bot
Merged by openshift-bot
2017-07-03pre-pull images before stopping dockerJan Chaloupka
2017-07-03Fix prefix for OCP service-catalog prefixScott Dodson
2017-07-03Fully qualify ocp ansible_service_broker_image_prefixScott Dodson
2017-07-03Always convert no_proxy from string into a listScott Dodson
Always add dns_domain, hostname to no_proxy list Fixes BZ1414748 Fixes BZ1414749
2017-07-03Automatic commit of package [openshift-ansible] release [3.6.132-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.132
2017-07-02Automatic commit of package [openshift-ansible] release [3.6.131-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog --use-version=3.6.131
2017-07-01Merge pull request #4530 from sdodson/node-dnsScott Dodson
Utilize node dns services
2017-07-01Merge pull request #4658 from abutcher/openshift-default-registryOpenShift Bot
Merged by openshift-bot
2017-06-30Merge pull request #4655 from sosiouxme/20170630-atomic-etcd-bz1466622OpenShift Bot
Merged by openshift-bot
2017-06-30Merge pull request #3813 from ewolinetz/role_decomposition_proposalScott Dodson
Creating initial proposal doc for review
2017-06-30Fix upgradeScott Dodson
2017-06-30Merge pull request #4607 from sosiouxme/20170627-docker-storage-vgs-unitsOpenShift Bot
Merged by openshift-bot
2017-06-30Merge pull request #4659 from sdodson/image-stream-syncScott Dodson
Sync all content
2017-06-30Prevent the script to use default route ip as upstream nameserver.Steve Teuber
2017-06-30Use default ports for dnsmasq and node dnsScott Dodson
2017-06-30Run dns on the node and use that for dnsmasqScott Dodson