summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'wait-all-the-time' of ↵Brenton Leanhardt2016-03-081-2/+2
|\ | | | | | | https://github.com/abutcher/openshift-ansible
| * Use /healthz/ready when verifying apiAndrew Butcher2016-03-081-2/+2
| |
* | reverting back to pre-pulling the master imageBrenton Leanhardt2016-03-081-2/+2
|/
* Support openshift_image_tagBrenton Leanhardt2016-03-073-3/+3
| | | | | | | | | | | | | This is the containerized openshift_pkg_version equivalent. Originally I was hoping to reuse openshift_pkg_version for containerized installs but the fact that it's very coupled to yum made that pretty ugly. However, I did opt to rely on the previously existing 'openshift_version' variable. Containerized and RPM installs can both use that variable and it will be set appropriately if either openshift_pkg_version or openshift_image_tag are set. I suspect someday containerized installs will be the only option and I didn't can to have thinkgs like openshift_pkg_version and openshift_image_tag in the playbooks anymore the necessary.
* Adding verify_upgrade_version variable for upgrade debuggingBrenton Leanhardt2016-03-031-1/+1
|
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-035-3/+18
|
* Merge pull request #1440 from sdodson/containerized-efkBrenton Leanhardt2016-02-181-1/+1
|\ | | | | Add /var/log to containerized node mounts
| * Add /var/log to containerized node mountsScott Dodson2016-02-181-1/+1
| |
* | Don't make config files world readableScott Dodson2016-02-171-0/+3
|/
* Merge pull request #1363 from vishpat/kubeproxyBrenton Leanhardt2016-02-102-0/+4
|\ | | | | Enable selection of kubeproxy mode
| * Enable selection of kubeproxy modeVishal Patil2016-02-102-0/+4
| | | | | | | | Addressed review comments
* | Merge pull request #1370 from vanveele/iscsi-pluginBrenton Leanhardt2016-02-102-0/+8
|\ \ | | | | | | add iscsi storage_plugin dependency
| * | add iscsi storage_plugin dependencyRobert van Veelen2016-02-102-0/+8
| |/
* | Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
|/
* Give openvswitch container some time to startJan Provaznik2016-01-291-0/+1
| | | | | | It's possible that openshift containers are started sooner than openvswitch starts/sets networking (this typically happens when docker service is restarted).
* Merge pull request #1160 from vishpat/nuageBrenton Leanhardt2016-01-251-1/+1
|\ | | | | Nuage
| * Add Nuage support to openshift ansibleVishal Patil2016-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added variables Made changes for node configuration Add service restart logic to node Fixed ansible syntax errors Add cert and key info for nodes Added active and standby controller ip configuration information Uncommented the nuage sdn check Changed ca_crt -> ca_cert Added restarting of atomic openshift master Removed service account dependencies Fixes Fixed the api server url Removed redundant restart of atomic openshift master Configure nuagekubemon on all of the master nodes Restart master api and controllers as well on nuagekubemon installation Converted plugin config into template Add template for nuagekubemon Removed uplink interface from vars Able to copy cert keys Uninstall default ovs Add the kubemon template Do not install rdo sdn rpms in case of nuage Addressed latest review comments Set the networkPluginName for nuage
* | Ensure nfs-utils installed for non-atomic hosts.Andrew Butcher2016-01-141-0/+4
| |
* | Check api prior to starting node.Andrew Butcher2016-01-141-0/+15
| |
* | Merge pull request #1148 from LutzLange/masterBrenton Leanhardt2016-01-121-3/+1
|\ \ | | | | | | Fix for providing cloud-provider arguments with multiline yaml capability
| * | - sqashed to one commitLutz Lange2016-01-121-3/+1
| | |
* | | Always pull docker imagesScott Dodson2016-01-071-28/+1
|/ /
* | Install gluster and ceph packages when containerized but not atomicScott Dodson2016-01-072-2/+2
| | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1296022
* | Remove not is_containerized restriction on storage plugin includes.Andrew Butcher2016-01-061-3/+2
| |
* | Fix restart handlers.Andrew Butcher2015-12-262-2/+2
| |
* | Add some guards to wait for images to be pulled before moving onScott Dodson2015-12-161-5/+26
| |
* | Skip yum/dnf ops when is_containerizedScott Dodson2015-12-153-12/+5
| |
* | Move all docker config into openshift_docker to minimize docker restartsScott Dodson2015-12-151-2/+0
| |
* | pull docker images only if not already presentJason DeTiberus2015-12-151-0/+16
| |
* | fixesJason DeTiberus2015-12-151-1/+0
| |
* | Containerization work by @sdodsonScott Dodson2015-12-155-72/+64
| |
* | Initial containerization work from @ibottyTobias Florek2015-12-153-1/+21
| | | | | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* | Merge pull request #1067 from dgoodwin/node-registry-bugThomas Wiest2015-12-151-2/+2
|\ \ | | | | | | Fix registry modification for new deployment types.
| * | Fix registry modification for new deployment types.Devan Goodwin2015-12-151-2/+2
| | | | | | | | | | | | | | | New deployment types were missed when installing with additional docker registries.
* | | Fixes typo when setting facts to record whether master/node has been ↵Eric Mountain2015-12-141-1/+1
|/ / | | | | | | | | | | restarted already, to decide whether notify handler should do so or not. Currently, this causes random SDN network setup failures as openshift-node gets restarted while the setup script is running, and the subsequent start fails to configure the SDN because it thinks it's already done.
* | Remove yum / dnf duplicationScott Dodson2015-12-093-36/+5
|/
* Pass in and use first_master_ip as dnsIP for pre 3.1 nodes.Andrew Butcher2015-12-081-1/+4
|
* Merge pull request #1012 from abutcher/dns-ip-overrideBrenton Leanhardt2015-12-032-8/+5
|\ | | | | Refactor dns options and facts
| * Refactor dns options and facts.Andrew Butcher2015-12-032-8/+5
| |
* | Fedora changes:Adam Miller2015-12-023-1/+26
|/ | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* Merge pull request #975 from detiber/fixSELinuxBoolTestBrenton Leanhardt2015-11-301-1/+1
|\ | | | | Fix failure when seboolean not present
| * Fix failure when seboolean not presentJason DeTiberus2015-11-241-1/+1
| |
* | Conditionally set the nodeIPJason DeTiberus2015-11-242-0/+3
|/
* Bug 1282336 - Add additional seboolean for glusterJason DeTiberus2015-11-161-2/+7
| | | | | - Added setting seboolean for virt_sandbox_use_fusefs - Added a failed_when to not fail if virt_sandbox_use_fusefs does not exist
* New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-062-6/+8
|
* Bug 1278863 - Error using openshift_pkg_versionJason DeTiberus2015-11-061-9/+0
| | | | | - Install correct version of package in openshift_master_ca - Remove duplicate yum tasks in openshift_node
* Merge pull request #608 from abutcher/native-haBrenton Leanhardt2015-11-052-1/+11
|\ | | | | Native Support for Multi-Master HA
| * Revert to defaultsAndrew Butcher2015-11-051-1/+0
| |
| * Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-052-0/+2
| |
| * Atomic Enterprise/OpenShift Enterprise merge updateJason DeTiberus2015-11-041-1/+1
| |