summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-09Remove debug taskTim Bielawa
2017-03-08New roleTim Bielawa
2017-03-08Merge pull request #3589 from brenton/masterScott Dodson
Adding scripts for building and pushing images
2017-03-08Merge pull request #3597 from ingvagabund/enable-excluders-by-defaultScott Dodson
enable excluders by default
2017-03-08enable excluders by defaultJan Chaloupka
2017-03-08Merge pull request #3595 from ↵Jan Chaloupka
ingvagabund/check-docker-excluder-status-only-when-it-is-enabled Ignore the docker excluder status if it is not enabled by a user
2017-03-08ignore the docker excluder status if it is not enabled by a userJan Chaloupka
2017-03-07Merge pull request #3585 from tbielawa/petset_early_failScott Dodson
Petset early fail
2017-03-07Fix pylint/pyflakes errors on masterScott Dodson
2017-03-07Identify PetSets in 3.4 clusters and fail if any are detectedTim Bielawa
* PetSets are deprecated in 3.5, replaced with StatefulSets * We can not automatically migrate between the two * Red Hat has never supported PetSets nor do we support StatefulSets * Gracefully handles invalid resource queries if ran against 3.5+ clusters * Fails out with explanation and ref docs if petsets are detected Reference bug: https://bugzilla.redhat.com/show_bug.cgi?id=1428229
2017-03-07Merge pull request #3558 from ewolinetz/logging_metrics_defaultsScott Dodson
Adding some more logging and metrics defaults
2017-03-07More logging fixesewolinetz
2017-03-07Merge pull request #3529 from ingvagabund/upgrade-excluders-in-upgrade-onlyJan Chaloupka
WIP: update excluders to latest by default, in non-upgrade scenarios do not update
2017-03-07- update excluders to latest, in non-upgrade scenarios do not updateJan Chaloupka
- check both available excluder versions are at most of upgrade target version - get excluder status through status command - make excluders enablement configurable
2017-03-07Merge pull request #3588 from mtnbikenc/docker-fixScott Dodson
Bug 1416156: Loosely couple docker to iptables service
2017-03-07Adding scripts for building and pushing imagesBrenton Leanhardt
These scripts follow the same pattern as the origin and origin-metrics repo. From there the Jenkins job will be very simple.
2017-03-07Merge pull request #3574 from sdodson/35_sdnvalidatorScott Dodson
Add oc_objectvalidator to upgrade check
2017-03-07Loosely couple docker to iptables serviceRussell Teague
2017-03-07Generic message directing people to contact supportScott Dodson
2017-03-07Merge pull request #3565 from ↵Andrew Butcher
EricMountain-1A/fix_upstream_docker_registries_order Preserve order of Docker registries
2017-03-07Merge pull request #3582 from kwoodson/router_sharding_docScott Dodson
Augmenting documentation for router sharding.
2017-03-07Fixing plugin, nodeselectors, and secret pull checkewolinetz
2017-03-07Adding into the origin inventory doc.Kenny Woodson
2017-03-07Add oc_objectvalidator to upgrade checkScott Dodson
2017-03-07Augmenting documentation for router sharding.Kenny Woodson
2017-03-07openshift_facts: ensure system containers deps are installedGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-03-07Preserve order of Docker registriesEric Mountain
List of additional/blocked/insecure Docker registries was being converted to a set, thereby dropping the original order. Fixed to preserve order of the registries (this allows prioritising registries).
2017-03-06Updating metrics defaultsewolinetz
2017-03-06Merge pull request #3517 from ewolinetz/idempotency_role_bindingsEric Wolinetz
Adding changed_whens for role, rolebinding, and scc reconciliation ba…
2017-03-06Enable coveralls.ioJason DeTiberus
2017-03-06Merge pull request #3575 from sdodson/BZ1423430Scott Dodson
Fix indentation of run_once
2017-03-06Fix indentation of run_onceScott Dodson
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1423430
2017-03-06Merge pull request #3569 from detiber/consolidateToxJason DeTiberus
Consolidate root/utils tests
2017-03-06Update docs for test consolidation and remove the MakefileJason DeTiberus
2017-03-06Merge pull request #3570 from rhcarvalho/more-misc-cleanupJason DeTiberus
Remove lots of dead code in tests
2017-03-06Consolidate root/utils testsJason DeTiberus
- Consolidate tests between the root of the repo and utils
2017-03-06Remove dummy setup/teardown methodsRodolfo Carvalho
2017-03-06Clean up test filesRodolfo Carvalho
They are not executable anymore, and tests are now meant to be run through pytest.
2017-03-06Remove commented-out test codeRodolfo Carvalho
2017-03-06Merge pull request #3535 from enj/enj/f/reserve_ns_moduleScott Dodson
Add pre-upgrade check for reserved namespaces
2017-03-06Make generic OCObjectValidator from OCSDNValidatorMonis Khan
Signed-off-by: Monis Khan <mkhan@redhat.com>
2017-03-06Merge pull request #3567 from richm/logging-needs-openshift_master_factsScott Dodson
logging needs openshift_master_facts before openshift_facts
2017-03-06Merge pull request #3382 from codificat/playbook2imageScott Dodson
Dockerfile and docs to run containerized playbooks
2017-03-06logging needs openshift_master_facts before openshift_factsRich Megginson
2017-03-06Merge pull request #3566 from detiber/testConfigsJason DeTiberus
separate out test tool configs from setup.cfg
2017-03-06separate out test tool configs from setup.cfgJason DeTiberus
Since we are moving away from setuptools for invoking tests, lets move the configs for the different test tools into their own configs.
2017-03-06Dockerfile and docs to run containerized playbooksPep Turró Mauri
Update openshift-ansible's Dockerfile to use playbook2image as a base, with the goal to run an arbitrary playbook from a container. The existing Dockerfile is moved to Dockerfile.rhel7 for the productized version and will be updated to use playbook2image later.
2017-03-06Merge pull request #3549 from kwoodson/router_shardingScott Dodson
Adding support for multiple router shards.
2017-03-06Merge pull request #3325 from kwoodson/oc_projectKenny Woodson
Adding oc_project to lib_openshift.
2017-03-06Merge pull request #3563 from rhcarvalho/misc-cleanupRodolfo Carvalho
Misc cleanup