summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-30Merge pull request #3817 from ingvagabund/polish-etcd-roleJan Chaloupka
Refactor etcd roles
2017-04-29Automatic commit of package [openshift-ansible] release [3.6.43-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-28Merge pull request #4003 from lhuard1A/fix_registry_ose_3.2OpenShift Bot
Merged by openshift-bot
2017-04-28Merge pull request #4018 from ewolinetz/issue4007OpenShift Bot
Merged by openshift-bot
2017-04-28Merge pull request #3983 from rhcarvalho/docs-and-ciScott Dodson
Document pull request process and improve contribution guide
2017-04-28Automatic commit of package [openshift-ansible] release [3.6.42-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-28Merge pull request #3994 from codificat/boto-requirementOpenShift Bot
Merged by openshift-bot
2017-04-28Refactor etcd rolesJan Chaloupka
- introduce block and simplify when conditions - introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment) - remove empty task files - skip dependency on openshift_etcd_ca - replace cert paths with their appropriate variables
2017-04-27Merge pull request #4009 from codificat/ex-job-fixOpenShift Bot
Merged by openshift-bot
2017-04-27Automatic commit of package [openshift-ansible] release [3.6.41-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-27Merge pull request #4017 from mtnbikenc/fix-swapOpenShift Bot
Merged by openshift-bot
2017-04-27Automatic commit of package [openshift-ansible] release [3.6.40-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-27Merge pull request #3951 from lhuard1A/fix_bin_cluster_no_glusterfsOpenShift Bot
Merged by openshift-bot
2017-04-27Document the Pull Request processRodolfo Carvalho
2017-04-27Automatic commit of package [openshift-ansible] release [3.6.39-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-27Add Table of ContentsRodolfo Carvalho
2017-04-27Improve Contribution GuideRodolfo Carvalho
Update how to submit contributions and how to run tests, reorganizing and expanding the content.
2017-04-27Replace absolute with relative URLsRodolfo Carvalho
This makes the links point to the right place in different contexts (e.g., different branches).
2017-04-27Move repo structure to a separate documentRodolfo Carvalho
Reduces the clutter in CONTRIBUTING.md.
2017-04-27Remove outdated information about PRsRodolfo Carvalho
The contents are outdated and irrelevant since the "best practice" is automatically enforced. Documenting the PR flow is out of the Best Practices guide.
2017-04-27Move link to BUILD.md to README.mdRodolfo Carvalho
Most people contributing to the project do not need to build an RPM, so it can be left out of the Contribution Guide. Placing it in the README for still some visibility.
2017-04-26Adding checks for starting mux for 2.2.0ewolinetz
2017-04-26Add bool for proper conditional handlingRussell Teague
2017-04-26Merge pull request #3961 from codificat/qe-container-docOpenShift Bot
Merged by openshift-bot
2017-04-26Automatic commit of package [openshift-ansible] release [3.6.38-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-26Fix certificate check Job examplesPep Turró Mauri
The example Job specifications were wrong (they had a Pod spec instead). Also fixing a tabs-vs-spaces problem in examples/README.md.
2017-04-26Merge pull request #4005 from jlebon/pr/rhci-journalsOpenShift Bot
Merged by openshift-bot
2017-04-26Merge pull request #3816 from sosiouxme/20170328-integration-testsOpenShift Bot
Merged by openshift-bot
2017-04-26Merge pull request #3950 from lhuard1A/enterprise_ose_3.5OpenShift Bot
Merged by openshift-bot
2017-04-25Merge pull request #3860 from sdodson/backup-v3-dataOpenShift Bot
Merged by openshift-bot
2017-04-25Merge pull request #3970 from mtnbikenc/3_6-upgradeOpenShift Bot
Merged by openshift-bot
2017-04-25Merge pull request #3988 from abutcher/router-cert-varsOpenShift Bot
Merged by openshift-bot
2017-04-25Fix OpenShift registry deployment on OSE 3.2Lénaïc Huard
Fix #4000
2017-04-25.redhat-ci.yml: also publish journal logsJonathan Lebon
- Update to only target v3.6.0-alpha.1 (will open another PR to target the newly released 1.5.0 on the 1.5 branch). - Move test script to its own file. - Upload journal logs on failure.
2017-04-25Merge pull request #3968 from jarrpa/oc_obj-kindsOpenShift Bot
Merged by openshift-bot
2017-04-25Standardize all Origin versioning on 3.6Russell Teague
2017-04-25Merge pull request #3962 from sdodson/image-stream-syncOpenShift Bot
Merged by openshift-bot
2017-04-25Merge pull request #3911 from ewolinetz/logging_15_picksOpenShift Bot
Merged by openshift-bot
2017-04-25integration tests: add CI scriptsLuke Meyer
Add some scripts that can be run from Jenkins to build/push test images and to run the tests. Updated README to expand on running tests.
2017-04-25preflight int tests: define image builds to support testsLuke Meyer
2017-04-25preflight int tests: generalize; add testsLuke Meyer
Make the container setup and teardown more reusable. Remove example tests. Add basic package tests.
2017-04-25Add stub of preflight integration testsRodolfo Carvalho
2017-04-25Move Python unit tests to subdirectoryRodolfo Carvalho
To make room for integration tests.
2017-04-25Merge pull request #3998 from openshift/revert-3955-fix_etcd_pathsScott Dodson
Revert "Add /etc/sysconfig/etcd to etcd_container"
2017-04-25Revert "Add /etc/sysconfig/etcd to etcd_container"Scott Dodson
2017-04-25Automatic commit of package [openshift-ansible] release [3.6.37-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-25Merge pull request #3990 from abutcher/custom-router-cert-replace-ngScott Dodson
Replace custom router certificate during redeploy
2017-04-25Add python-boto requirementPep Turró Mauri
The AWS inventory (inventory/aws/hosts/ec2.py) uses the Boto library.
2017-04-25Automatic commit of package [openshift-ansible] release [3.6.36-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-25Merge pull request #3976 from mtnbikenc/swap-updateOpenShift Bot
Merged by openshift-bot