summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of openshift_node_config_file entirelyScott Dodson2016-10-173-5/+2
|
* Build full node config path in systemd_units tasks.Andrew Butcher2016-10-171-1/+1
|
* Merge pull request #2586 from cgwalters/seboolean-handle-aliasesScott Dodson2016-10-132-19/+15
|\ | | | | nfs: Handle seboolean aliases not just in Fedora
| * nfs: Handle seboolean aliases not just in FedoraColin Walters2016-10-122-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | I'm testing with a bleeding edge RHEL Atomic Host, and it looks like we pulled in a new version of selinux-policy that has `virt_sandbox_use_nfs` aliased to `virt_use_nfs`. In https://github.com/openshift/openshift-ansible/pull/2356 Adam changed this to check for Fedora. This changes things to drop the distribution check, and instead parse the `getsebool` output to determine whether or not the boolean is an alias, and should hence work on all distributions/versions.
* | Merge branch 'master' of github.com:openshift/openshift-ansible into ↵Justin Cook2016-10-111-11/+3
|\ \ | |/ | | | | variable_with_no_default_2576
| * Improve how we handle containerized node failure on first startupScott Dodson2016-10-101-11/+3
| |
* | set defaults for debug_level in template and taskJustin Cook2016-10-111-1/+1
|/
* Suppress more warnings.Andrew Butcher2016-09-282-6/+10
|
* Merge pull request #2501 from lhuard1A/fix_openstack_cloudproviderAndrew Butcher2016-09-261-1/+1
|\ | | | | Fix openstack cloudprovider
| * Fix OpenStack cloud providerLénaïc Huard2016-09-261-1/+1
| |
* | Fix references to openshift.master.sdn_cluster_network_cidr in node rolesScott Dodson2016-09-201-1/+1
| |
* | Merge pull request #2466 from sdodson/node-no-proxy-v2Scott Dodson2016-09-191-1/+1
|\ \ | | | | | | Add portal_net and sdn_cluster_network_cidr to node NO_PROXY
| * | Add portal_net and sdn_cluster_network_cidr to node NO_PROXYScott Dodson2016-09-191-1/+1
| |/
* | Merge pull request #2433 from andrewklau/tuned-atomic-guestScott Dodson2016-09-191-0/+4
|\ \ | |/ |/| Add atomic-guest tuned profile
| * Add atomic-guest tuned profileAndrew Lau2016-09-131-0/+4
| |
* | Define proxy settings for node servicesScott Dodson2016-09-131-0/+17
| |
* | Check for use_openshift_sdn when restarting openvswitch.Andrew Butcher2016-09-121-2/+1
| |
* | Pause after restarting openvswitch in containerized upgrade.Devan Goodwin2016-09-121-0/+6
|/ | | | | | | | The openvswitch restart appears to hang the node container running briefly, if you try to restart node too quickly it will fail complaining that the node container name is still in use. Pausing after openvswitch restart allows the existing node container to catch up and then shutdown cleanly.
* Persist net.ipv4.ip_forward sysctl entry for openshift nodesTim Bielawa2016-09-011-0/+6
| | | | | Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1372388
* Restore network plugin configurationScott Dodson2016-08-311-2/+2
|
* Merge pull request #2378 from dgoodwin/node-reload-unitsScott Dodson2016-08-292-6/+6
|\ | | | | Reload units after node container service modified.
| * Reload units after node container service modified.Devan Goodwin2016-08-292-6/+6
| |
* | Don't use openshift_env for cloud provider facts.Andrew Butcher2016-08-252-4/+4
|/
* don't set virt_sandbox_use_nfs on Fedora, it was replaced by virt_use_nfsAdam Miller2016-08-241-4/+4
| | | | Signed-off-by: Adam Miller <maxamillion@fedoraproject.org>
* Mount /sys rwScott Dodson2016-08-181-1/+1
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1367937
* qps typodeads2k2016-08-111-2/+2
|
* Merge pull request #2268 from abutcher/ansible-2.2Scott Dodson2016-08-092-19/+14
|\ | | | | Ansible 2.2 Support
| * Move storage includes up to main.Andrew Butcher2016-08-082-19/+14
| |
* | Merge pull request #2211 from dgoodwin/33-upgrade-playbookScott Dodson2016-08-081-0/+7
|\ \ | |/ |/| 1.3 / 3.3 Upgrades
| * 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
| | |