summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Bug 1246458 - dnsIP does not point to cluster IPJason DeTiberus2015-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1246458 - Previously when configuring an HA cluster for multi-master the dns ip in the node config was pointing only to the first master instead of the cluster ip.
* | | | | | | Merge pull request #286 from sdodson/contrib-guideBrenton Leanhardt2015-08-171-0/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add links to style guide, best practices in README.md
| * | | | | | | Add links to style guide, best practices in README.mdScott Dodson2015-06-171-0/+3
| | | | | | | |
* | | | | | | | Merge pull request #410 from codificat/rhel-reposBrenton Leanhardt2015-08-171-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fine tune RHEL repos
| * | | | | | | | Remove the 'optional' repositoryPep Turró Mauri2015-08-121-1/+0
| | | | | | | | |
| * | | | | | | | Fine tune RHEL reposPep Turró Mauri2015-08-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable all repos before explicitly enabling the expected ones: sometimes active repos might be polluted (e.g. depending on the result of rhsm auto-attach). Enable Extras and Optional repos.
* | | | | | | | | Merge pull request #456 from aveshagarwal/ae-ansible-merge-containerBrenton Leanhardt2015-08-172-0/+32
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | AE->OSO ansible merge: ansible in container
| * | | | | | | | Updated Dockerfile not to clone openshift-ansible repo.Avesh Agarwal2015-08-142-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Movied Dockerfile to openshift-ansible repo root and updated README_ANSIBLE_CONTAINER.md file.
| * | | | | | | | Removed white spaces.Avesh Agarwal2015-08-141-4/+1
| | | | | | | | |
| * | | | | | | | Renamed README_ANSIBLE to README_ANSIBLE_CONTAINER as per feedback.Avesh Agarwal2015-08-141-0/+0
| | | | | | | | |
| * | | | | | | | Added README_ANSIBLE.md file that contains instructions to build and runAvesh Agarwal2015-08-142-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ansible in a docker container, and also modified Dockerfile to replace CMD with ENTRYPOINT to run the container as executable.
| * | | | | | | | Changes to Dockerfile to make it work with openshift-ansible andAvesh Agarwal2015-08-141-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also added privileged flag to allow sharing host network and host dirs.
| * | | | | | | | add RHEL7 DockerfileAaron Weitekamp2015-08-141-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This Dockerfile packages ansible and the playbook as a container image. It's a proof of concept as it makes some assumptions: - bindmounts private key ~/.ssh/id_rsa - default cmd executes the byo playbook
* | | | | | | | | Merge pull request #443 from aveshagarwal/ae-ansible-merge-docThomas Wiest2015-08-144-7/+248
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | AE->OSO ansible doc merge
| * | | | | | | | | Changed the string Master to master to make it more readable.Avesh Agarwal2015-08-131-1/+1
| | | | | | | | | |
| * | | | | | | | | Changes to make documentation less specific to OSE or AE and alsoAvesh Agarwal2015-08-134-7/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds README_AEP.md.
* | | | | | | | | | Merge pull request #358 from lhuard1A/selinux-disabledThomas Wiest2015-08-141-1/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make the playbooks friendlier with SELinux disabled hosts
| * | | | | | | | | | Force SELinux on "enterprise" deployment typeLénaïc Huard2015-08-131-0/+3
| | | | | | | | | | |
| * | | | | | | | | | Make the playbooks friendlier with SELinux disabled hostsLénaïc Huard2015-07-171-1/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #428 from jtslear/issue-383Thomas Wiest2015-08-144-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removes hardcoded python2
| * | | | | | | | | | | Removes hardcoded python2John T Skarbek2015-08-054-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * replaces the hard coded items in favor of pulling a users environment * resolves #383 * Feedback and/or additional testing is more than welcome
* | | | | | | | | | | | Merge pull request #460 from detiber/serverArgsThomas Wiest2015-08-144-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for setting kubeletArguments, controllerArguments, and apiServerArguments
| * | | | | | | | | | | | Add support for setting kubeletArguments, controllerArguments, and ↵Jason DeTiberus2015-08-134-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apiServerArguments
* | | | | | | | | | | | | Merge pull request #351 from codificat/vagrantfile-typeThomas Wiest2015-08-144-9/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference deployment_type instead of hardcoding origin
| * | | | | | | | | | | | | Use deployment_type, not openshift_deployment_typePep Turró Mauri2015-08-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to be what's used in other places
| * | | | | | | | | | | | | Move rhel_subscribe tasks to its own playbookPep Turró Mauri2015-08-032-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows reuse out of vagrant, e.g. to subscribe systems by its own
| * | | | | | | | | | | | | Deploying enterprise with VagrantPep Turró Mauri2015-08-033-8/+73
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Reference deployment_type instead of hardcoding originPep Turró Mauri2015-08-031-1/+1
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #477 from wshearn/correct_instance_size_for_onlineWesley Hearn2015-08-143-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | Update instance sizes for online
| * | | | | | | | | | | | Update instance sizes for onlineWesley Hearn2015-08-143-6/+6
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #475 from wshearn/fix_labelWesley Hearn2015-08-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Skip node label if labels are empty
| * | | | | | | | | | | | Skip node label if labels are emptyWesley Hearn2015-08-141-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #466 from sdodson/require-etcd-2Brenton Leanhardt2015-08-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Require etcd-2.*
| * | | | | | | | | | | | Require etcd 2.*Scott Dodson2015-08-131-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #422 When etcd-2.1 is available in RHEL7 / Centos 7 we'll bumpt to that as it's considerably more stable with regard to WAL corruption and recovery.
* | | | | | | | | | | | Merge pull request #473 from lhuard1A/fix_pylintWesley Hearn2015-08-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | Fix pylint errors on oo_filters.py
| * | | | | | | | | | | Fix pylint errors on oo_filters.pyLénaïc Huard2015-08-141-2/+2
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #467 from detiber/fixNodeLabelingWesley Hearn2015-08-142-5/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix for node labeling where internal node name != inventory_hostname
| * | | | | | | | | | | Fix for node labeling where internal node name != inventory_hostnameJason DeTiberus2015-08-132-5/+5
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #407 from aveshagarwal/ae-ansible-merge-authBrenton Leanhardt2015-08-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Enable htpasswd by default in the example hosts file.
| * | | | | | | | | | Enable htpasswd by default in the example hosts file.Avesh Agarwal2015-08-131-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #464 from dak1n1/fix_pauseStefanie Forrester2015-08-131-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | pause for a minimum of 15 seconds
| * | | | | | | | | make sure that number is an intStefanie Forrester2015-08-131-1/+1
| | | | | | | | | |
| * | | | | | | | | pause for a minimum of 15 secondsStefanie Forrester2015-08-131-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #450 from detiber/addDefaultNodeSelectorThomas Wiest2015-08-133-1/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Add support for setting default node selector
| * | | | | | | | Add support for setting default node selectorJason DeTiberus2015-08-123-1/+5
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #416 from spinolacastro/fix_labelsWesley Hearn2015-08-124-1/+32
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fix node labeling. Issue #305
| * | | | | | | Notes for schedule behavior.Diego Castro (dscastro)2015-08-121-0/+12
| | | | | | | |
| * | | | | | | Don't try to label node if there's no labelsDiego Castro2015-08-101-0/+2
| | | | | | | |
| * | | | | | | Fix node labelsDiego Castro2015-08-102-7/+3
| | | | | | | |
| * | | | | | | Applying changes suggested by @sdodsonDiego Castro (dscastro)2015-08-041-3/+3
| | | | | | | |