summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-02Fixed router name to produce 2nd router.Kenny Woodson
2017-03-02Updated to work with an array of routers.Kenny Woodson
2017-03-02Adding support for router sharding.Kenny Woodson
2017-03-02Merge pull request #3548 from jcantrill/bz_1420256_again_reset_pvc_factsScott Dodson
bug 1420256. Initialize openshift_logging pvc_facts to empty
2017-03-02Merge pull request #3538 from mtnbikenc/bugfix-hosted-registryScott Dodson
Correct config for hosted registry
2017-03-02bug 1420256. Initialize openshift_logging pvc_facts to emptyJeff Cantrill
2017-03-02Add oc_adm_policy_user task cluster-role policyRussell Teague
2017-03-02Correct config for hosted registryRussell Teague
2017-03-02Merge pull request #3547 from jupierce/oadm_policy_group_patchScott Dodson
Fixing checkout for bindings with -binding suffix
2017-03-02Merge pull request #3449 from detiber/hacky_cert_parsingJason DeTiberus
[wip] test fixes for openshift_certificates_expiry
2017-03-02Fixing checkout for bindings with -binding suffixjupierce
2017-03-02Merge pull request #3546 from sdodson/contiv-role-removalScott Dodson
Leave an empty contiv role directory
2017-03-02Merge pull request #3534 from jupierce/oadm_policy_groupScott Dodson
oadm_policy_group/adm_policy_user module
2017-03-02Leave an empty contiv role directoryScott Dodson
2017-03-02test fixes for openshift_certificates_expiryJason DeTiberus
- create pytest fixtures for building certs at runtime - update tests to use the fixtures - add tests for load_and_handle_cert - fix py2/py3 encode/decode issues raised by tests - add get_extension_count method to fakeOpenSSLCertificate - avoid using a temp file for passing ssl certificate to openssl subprocess - other test tweaks: - exclude conftest.py and tests from coverage report - reduce the fail_under to 26%, since the tests being included were inflating our coverage
2017-03-02oadm_policy_group/adm_policy_user modulejupierce
2017-03-02Merge pull request #3475 from ashcrow/1425583Tim Bielawa
Fails Installation If Docker Version is Too Old On Atomic Host
2017-03-02Merge pull request #3533 from kwoodson/registry_updatesAndrew Butcher
Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic error in secure.
2017-03-02Fail on Atomic if docker is too oldSteve Milner
If the docker version on a master or node is under 1.12 and the OS is an Atomic Host variant the installation should fail. Fixes: BZ1425583
2017-03-02Merge pull request #3542 from sdodson/remove-contiv-from-rpmsScott Dodson
Remove contiv role and playbook from rpm packages
2017-03-02Remove contiv role and playbook from rpm packagesScott Dodson
2017-03-01Merge pull request #3393 from srampal/contivScott Dodson
Pull request for Contiv Ansible code integration into Openshift Ansible
2017-03-01Merge pull request #3528 from abutcher/master-scaleupScott Dodson
Bug 1427003: Failed to add masters if openshift_master_ca_certificate is defined
2017-03-01Fixed error handling when oc adm ca create-server-cert fails. Fixed a logic ↵Kenny Woodson
error in secure.
2017-03-01Merge pull request #3532 from sdodson/fis-templatesScott Dodson
Add FIS templates
2017-03-01Merge pull request #3493 from kwoodson/registry_reencyrpt_routeScott Dodson
Adding support for a route with reencrypt and certificates.
2017-03-01removing extra when conditionKenny Woodson
2017-03-01Removing run_once.Kenny Woodson
2017-03-01Adding the activeDeadlineSeconds. Removed debug.Kenny Woodson
2017-03-01Separating routes so logic is simpler.Kenny Woodson
2017-03-01Defaulting variables properly to avoid undefined route in dict error.Kenny Woodson
2017-03-01Add v1.3 FIS templatesScott Dodson
2017-03-01v1.4 Add FIS templatesScott Dodson
2017-03-01Add FIS templatesScott Dodson
2017-03-01Merge pull request #3526 from richm/fluentd-filter-renamed-to-viaqJeff Cantrill
logging fluentd filter was renamed to viaq
2017-03-01Merge pull request #3502 from ↵Jan Chaloupka
ingvagabund/when-installing-excluder-install-the-latest install the latest excluders
2017-02-28Removed duplicate host param.Kenny Woodson
2017-02-28Fixed failures on create when objects exist.Kenny Woodson
2017-02-28Add ca-bundle.crt to list of certs to synchronize.Andrew Butcher
2017-02-28Do not force custom ca cert deployment.Andrew Butcher
2017-02-28Merge pull request #3522 from mtnbikenc/pvc-type-fixRussell Teague
Add 'persistentVolumeClaim' to volume_info type
2017-02-28logging fluentd filter was renamed to viaqRich Megginson
2017-02-28Merge pull request #3434 from giuseppe/system-containers-moduleGiuseppe Scrivano
System containers module
2017-02-28Add 'persistentVolumeClaim' to volume_info typeRussell Teague
2017-02-28Merge pull request #3515 from mtnbikenc/registry-pvc-fixRussell Teague
BZ1427009: Correct fact creation for pvc
2017-02-28Updating delete/recreate with replace --force.Kenny Woodson
2017-02-28Fixed logic error. Ensure both svc and dc exist.Kenny Woodson
2017-02-28Modified base debug statements. Fixed oc_secret debug/verbose flag. Added ↵Kenny Woodson
reencrypt for route.
2017-02-28Adding support for a route with certs and reencrypt.Kenny Woodson
2017-02-28node: use the new oc_atomic_container moduleGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>