summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-26Merge pull request #503 from detiber/fixKubeArgsBrenton Leanhardt
fix apiServerArguments and controllerServerArguments
2015-08-22Fix quoting around nullJason DeTiberus
2015-08-22fix apiServerArguments and controllerServerArgumentsJason DeTiberus
2015-08-21Merge pull request #500 from jim-minter/fix-etcd-ca-lifetimeBrenton Leanhardt
Make CA lifetime 365 days, not 30
2015-08-21Make CA lifetime 365 days, not 30Jim Minter
2015-08-20Merge pull request #496 from kwoodson/zbxsetupMatt Woodson
Playbook for updating users during zabbix setup.
2015-08-20fixed zbx_user. Update password playbook addedKenny Woodson
2015-08-20Automatic commit of package [openshift-ansible-inventory] release [0.0.9-1].Kenny Woodson
2015-08-20Automatic commit of package [openshift-ansible-bin] release [0.0.19-1].Kenny Woodson
2015-08-19Merge pull request #495 from kwoodson/pvfix1Kenny Woodson
tagging pv
2015-08-19Added tagging to the pv volumesKenny Woodson
2015-08-19Merge pull request #493 from kwoodson/pvfixKenny Woodson
fstab cleanup after pv creation
2015-08-19remove fstab entry after pv creationKenny Woodson
2015-08-18Merge pull request #491 from detiber/masterBrenton Leanhardt
another kubelet_args fix
2015-08-18another kubelet_args fixJason DeTiberus
2015-08-18Merge pull request #490 from detiber/masterBrenton Leanhardt
Fix kubelet_args
2015-08-18Fix kubelet_argsJason DeTiberus
2015-08-18Merge pull request #487 from detiber/bz1252337Brenton Leanhardt
Bug 1252337 - Fix for quote error in oauthConfig template
2015-08-17Merge pull request #488 from kwoodson/zbxapiKenny Woodson
Zabbix API updates
2015-08-17UpdatesKenny Woodson
2015-08-17Bug 1252337 - Fix for quote error in oauthConfig templateJason DeTiberus
https://bugzilla.redhat.com/show_bug.cgi?id=1252337
2015-08-17Merge pull request #444 from aveshagarwal/ae-ansible-merge-uninstallBrenton Leanhardt
AE->OSO ansible uninstall merge
2015-08-17Merge pull request #468 from kwoodson/tempKenny Woodson
List also private ip.
2015-08-17Updated to include origin and atomic-openshift RPMs re-factoring toAvesh Agarwal
include all origin, AE and openshift products. For back-word compatibility, older openshift and AE naming is retained too.
2015-08-17Updated tutorial reset file and made following chages:Avesh Agarwal
1. Included openshift clean up 2. Renamed file to atomic_openshift_tutorial_reset.yml 3. docker service is not not stopped 4. docker containers and images are removed 5. /etc/openshift-sdn are removed too now
2015-08-17Renamed the file as it mainly applies to atomic enterprise.Avesh Agarwal
2015-08-17Added /root/.kube to be deleted so that the stuff there does not preventAvesh Agarwal
a new install.
2015-08-17playbooks/adhoc: Add a tutorial-reset playbook to undo everythingColin Walters
This makes it easier to run through the tutorial, as well as reset a VM or baremetal node to a clean slate for developer testing.
2015-08-17Merge pull request #405 from sdodson/loglevel2Brenton Leanhardt
Set loglevel=2 as our default across the board
2015-08-17Merge pull request #408 from sdodson/docker-buildvmBrenton Leanhardt
docker-buildvm-rhose is dead
2015-08-17Merge pull request #393 from detiber/bz1246458Brenton Leanhardt
Bug 1246458 - dnsIP does not point to cluster IP
2015-08-17Merge pull request #286 from sdodson/contrib-guideBrenton Leanhardt
Add links to style guide, best practices in README.md
2015-08-17Merge pull request #410 from codificat/rhel-reposBrenton Leanhardt
Fine tune RHEL repos
2015-08-17Merge pull request #456 from aveshagarwal/ae-ansible-merge-containerBrenton Leanhardt
AE->OSO ansible merge: ansible in container
2015-08-14Merge pull request #443 from aveshagarwal/ae-ansible-merge-docThomas Wiest
AE->OSO ansible doc merge
2015-08-14Merge pull request #358 from lhuard1A/selinux-disabledThomas Wiest
Make the playbooks friendlier with SELinux disabled hosts
2015-08-14Merge pull request #428 from jtslear/issue-383Thomas Wiest
Removes hardcoded python2
2015-08-14Merge pull request #460 from detiber/serverArgsThomas Wiest
Add support for setting kubeletArguments, controllerArguments, and apiServerArguments
2015-08-14Merge pull request #351 from codificat/vagrantfile-typeThomas Wiest
Reference deployment_type instead of hardcoding origin
2015-08-14Merge pull request #477 from wshearn/correct_instance_size_for_onlineWesley Hearn
Update instance sizes for online
2015-08-14Update instance sizes for onlineWesley Hearn
2015-08-14Updated Dockerfile not to clone openshift-ansible repo.Avesh Agarwal
Movied Dockerfile to openshift-ansible repo root and updated README_ANSIBLE_CONTAINER.md file.
2015-08-14Removed white spaces.Avesh Agarwal
2015-08-14Renamed README_ANSIBLE to README_ANSIBLE_CONTAINER as per feedback.Avesh Agarwal
2015-08-14Added README_ANSIBLE.md file that contains instructions to build and runAvesh Agarwal
ansible in a docker container, and also modified Dockerfile to replace CMD with ENTRYPOINT to run the container as executable.
2015-08-14Changes to Dockerfile to make it work with openshift-ansible andAvesh Agarwal
also added privileged flag to allow sharing host network and host dirs.
2015-08-14add RHEL7 DockerfileAaron Weitekamp
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
2015-08-14Merge pull request #475 from wshearn/fix_labelWesley Hearn
Skip node label if labels are empty
2015-08-14Skip node label if labels are emptyWesley Hearn
2015-08-14Merge pull request #466 from sdodson/require-etcd-2Brenton Leanhardt
Require etcd-2.*