summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add 3.3 protobuf config stanzas for master/node config.Devan Goodwin2016-07-281-0/+7
| |
* | Merge pull request #2238 from sdodson/no-network-pluginAndrew Butcher2016-08-031-2/+2
|\ \ | | | | | | Don't set a networkPluginName in 3.3 installs
| * | Don't set a networkPluginName in 3.3 installsScott Dodson2016-07-291-2/+2
| | |
* | | Move role dependencies to playbooks.Andrew Butcher2016-07-291-23/+1
|/ /
* | remove outdated openshift_cluster_metrics roleJason DeTiberus2016-07-252-6/+0
| |
* | Merge pull request #1990 from abutcher/openshift-certificatesScott Dodson2016-07-211-1/+2
|\ \ | |/ |/| Refactor openshift certificates roles.
| * Refactor openshift certificates roles.Andrew Butcher2016-07-201-1/+2
| |
* | Stop reporting changes when docker pull is already up to date.Devan Goodwin2016-07-201-2/+6
|/
* Check for existence of sebooleans prior to setting.Andrew Butcher2016-07-182-8/+38
|
* Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-07-141-0/+2
|\
| * Fix up some broken markdown formatting (mostly tables)Tim Bielawa2016-07-081-0/+2
| |
* | Merge branch 'aoi-32-up' into upgrade33Devan Goodwin2016-07-081-1/+1
|\|
| * Make /var/lib/origin mounted rslaveScott Dodson2016-07-061-1/+1
| |
* | Merge branch 'master' into upgrade33Devan Goodwin2016-07-041-0/+7
|\|
| * Enable additional 'virt_sandbox_use_nfs' seboolean as per documentation:George Goh2016-06-291-0/+7
| | | | | | | | https://docs.openshift.org/latest/install_config/persistent_storage/persistent_storage_nfs.html#nfs-selinux
* | Merge branch 'master' into upgrade33Devan Goodwin2016-06-281-0/+11
|\|
| * Merge pull request #2025 from abutcher/global-envAndrew Butcher2016-06-231-0/+11
| |\ | | | | | | Per-service environment variables
| | * Add per-service environment variables.Andrew Butcher2016-06-131-0/+11
| | |
* | | Merge branch 'master' into upgrade33Devan Goodwin2016-06-232-8/+13
|\| |
| * | Add 30 second pause before retrying to start the nodeScott Dodson2016-06-171-0/+5
| | |
| * | Stop dumping debug output, re-try startng the node onceScott Dodson2016-06-161-8/+4
| | |
| * | Merge pull request #2037 from ibotty/docker-current_fixesScott Dodson2016-06-151-1/+1
| |\ \ | | | | | | | | also volume-mount /etc/sysconfig/docker
| | * | also volume-mount /etc/sysconfig/dockerTobias Florek2016-06-141-1/+1
| | |/
| * / Attempt to fix containerized node start failure with Docker 1.10.Devan Goodwin2016-06-141-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | It appears that in some situations (can't reliably reproduce yet), node will fail to start. This appears to be related to the node-dep service and possibly it's environment file. This file is also an EnvironmentFile for the node service, but it's only created by the node-dep service, and it looks like it may try to read it's environment before the node-dep service has fully started and created the file. Workaround with a an explicit service start.
* | Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-153-7/+6
| | | | | | | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* | Merge branch 'master' into upgrade33Devan Goodwin2016-06-101-2/+2
|\|
| * Fix Docker 1.10 problems with empty tags and trailing :Devan Goodwin2016-06-061-2/+2
| | | | | | | | | | | | | | | | | | | | Docker 1.10 is no longer tolerant of commands like "docker pull myimage:" when we do not have an image tag in play. Adjust all occurrences with one that only includes the : if a version is defined. Adjust the containerized CLI wrappers for a similar problem.
* | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-06-061-1/+14
|\|
| * Move os_firewall_allow from defaults to role dependencies.Andrew Butcher2016-06-012-15/+14
| |
* | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-311-1/+1
|\|
| * Revert openshift-certificates changes.Andrew Butcher2016-05-301-1/+1
| |
* | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-301-1/+2
|\|
| * Merge pull request #1672 from jstuever/os_clocksJason DeTiberus2016-05-261-0/+1
| |\ | | | | | | Add openshift_clock role
| | * Enable openshift_clock role for openshift_master, openshift_node, and ↵Jeremiah Stuever2016-05-201-0/+1
| | | | | | | | | | | | openshift_etcd
| * | Merge pull request #1908 from abutcher/openshift-certificatesJason DeTiberus2016-05-261-1/+1
| |\ \ | | | | | | | | Refactor openshift certificate roles
| | * | Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher2016-05-191-1/+1
| | |/
* | | Hookup node configuration.Devan Goodwin2016-05-253-4/+5
| | |
* | | Work towards determining openshift_version when unspecified.Devan Goodwin2016-05-251-1/+0
|/ / | | | | | | | | | | | | openshift_docker role was largely useless now, but also almost did what we needed. (deps ordering still needs to be changed) Remove defaulting of openshift_version.
* / Conditionally bind mount /usr/bin/docker-current when it is present (#1941)Scott Dodson2016-05-244-6/+27
|/ | | | | | | | | | * Conditionally bind mount /usr/bin/docker-current when it is present * fix upgrade * add atomic-openshift-node-dep files to uninstall playbook * Fix variable expansion
* docker-current was missing from the containerized ↵Marcel Wysocki2016-05-181-1/+1
| | | | | atomic-openshift-node.service file This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1336780
* Fixed openvswitch not upgrading.Devan Goodwin2016-05-122-3/+6
| | | | | | | | | | Problem was a missing restart as systemd file did not change, so no notification was triggered. Added a notification on a file that contains the image version which does change. This exposed a bug where openvswitch shuts down the node and you return to no functioning nodes. Fixed by reordering the handlers so openvswitch restarts first.
* Why is the node failing to startScott Dodson2016-05-111-0/+11
|
* Move os_firewall out of openshift_commonScott Dodson2016-05-111-0/+1
|
* Add openshift_node_dnsmasqScott Dodson2016-04-193-10/+6
|
* Promote portal_net to openshift.common, add kube_svc_ipScott Dodson2016-04-191-0/+1
| | | | | Conflicts: roles/openshift_facts/library/openshift_facts.py
* Support mixed RPM/container installsBrenton Leanhardt2016-04-141-2/+2
|
* The openshift_docker role must set the version facts for containerized installsBrenton Leanhardt2016-04-141-1/+1
| | | | | | QE found that for fresh installs we were basing the docker version facts of the images that could be pulled prior to configuring /etc/sysconfig/docker. This is an edge case but something we need to fix.
* use RestartSec to avoid default rate limit in systemdBrenton Leanhardt2016-04-122-0/+2
| | | | Lifted from https://github.com/openshift/origin/pull/8317
* Merge pull request #1722 from abutcher/containerized-cloudproviderBrenton Leanhardt2016-04-071-1/+1
|\ | | | | Add cloudprovider config dir to docker options.
| * Add cloudprovider config dir to docker options.Andrew Butcher2016-04-061-1/+1
| |