summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates
Commit message (Collapse)AuthorAgeFilesLines
...
| * Change to allow cni deployments without openshift SDNyfauser2016-11-081-1/+1
| | | | | | | | | | | | | | The roles/openshift_facts main task did not pass the cni plugin variable to the later role playbooks. The master.yaml and node.yaml templates did not allow for a cni configuration without either installing openshift sdn or nuage. This change will allow to use os_sdn_network_plugin_name=cni and set openshift_use_openshift_sdn=false for deployments that use a cni plugin that doesn't need and want openshift sdn to be installed
* | Revert "Revert openshift.node.nodename changes"Scott Dodson2016-11-081-1/+1
|/
* Revert "Fix OpenStack cloud provider"Scott Dodson2016-11-071-1/+1
| | | | This reverts commit 1f2276fff1e41c1d9440ee8b589042ee249b95d7.
* Deploy an OOM systemd override for openvswitch.Devan Goodwin2016-11-021-0/+3
| | | | | | At recommendation of network team, more details in: https://bugzilla.redhat.com/show_bug.cgi?id=1331590
* Fix OpenStack cloud providerLénaïc Huard2016-09-261-1/+1
|
* Restore network plugin configurationScott Dodson2016-08-311-2/+2
|
* Don't use openshift_env for cloud provider facts.Andrew Butcher2016-08-251-1/+1
|
* 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 #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
| |
* | Don't set a networkPluginName in 3.3 installsScott Dodson2016-07-291-2/+2
| |
* | remove outdated openshift_cluster_metrics roleJason DeTiberus2016-07-252-6/+0
|/
* 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-06-231-1/+1
|\ \ | |/
| * also volume-mount /etc/sysconfig/dockerTobias Florek2016-06-141-1/+1
| |
* | Always populate openshift_image_tag and openshift_pkg_version.Devan Goodwin2016-06-151-1/+1
| | | | | | | | | | Allows the use of arbitrary tags, precise control over containers and rpms, and likely mixed environments.
* | Hookup node configuration.Devan Goodwin2016-05-251-1/+1
|/
* Conditionally bind mount /usr/bin/docker-current when it is present (#1941)Scott Dodson2016-05-242-1/+15
| | | | | | | | | | * 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
* Add openshift_node_dnsmasqScott Dodson2016-04-191-2/+2
|
* use RestartSec to avoid default rate limit in systemdBrenton Leanhardt2016-04-122-0/+2
| | | | Lifted from https://github.com/openshift/origin/pull/8317
* Add cloudprovider config dir to docker options.Andrew Butcher2016-04-061-1/+1
|
* make docker service want ose containerized servicesSeth Jennings2016-03-282-2/+2
| | | | | | | | | | | | | | | | There are points where the docker service is restarted during the install. Sometimes the services that are PartOf docker.service do not get restarted when docker is restarted. https://bugzilla.redhat.com/show_bug.cgi?id=1318948 Systemd documentation recommends using "wants" as the perferred means of creating startup linkages between units. This patch makes the ose services wanted by the docker service rather than multi-user.target. This creates a downward link from the docker service to the ose containerized services.
* Merge pull request #1648 from sdodson/bz1313210Brenton Leanhardt2016-03-231-1/+1
|\ | | | | Add /dev to node containers
| * Add /dev to node containersScott Dodson2016-03-221-1/+1
| |
* | Support setting local storage perFSGroup quota in node config.Devan Goodwin2016-03-221-0/+3
|/ | | | | Adds a new inventory var "openshift_node_local_quota_per_fsgroup", which will set the perFSGroup quota node-config.yaml.
* Load environment files in containerized installsScott Dodson2016-03-161-1/+1
|
* improve ordering of systemd unitsJason DeTiberus2016-03-142-3/+6
|
* Support openshift_image_tagBrenton Leanhardt2016-03-071-1/+1
| | | | | | | | | | | | | 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.
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-033-2/+4
|
* Add /var/log to containerized node mountsScott Dodson2016-02-181-1/+1
|
* Enable selection of kubeproxy modeVishal Patil2016-02-101-0/+3
| | | | Addressed review comments
* 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
* | - sqashed to one commitLutz Lange2016-01-121-3/+1
| |
* | Containerization work by @sdodsonScott Dodson2015-12-152-2/+24
| |
* | Initial containerization work from @ibottyTobias Florek2015-12-151-0/+11
|/ | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Refactor dns options and facts.Andrew Butcher2015-12-031-2/+4
|
* Conditionally set the nodeIPJason DeTiberus2015-11-241-0/+2
|
* New `iptablesSyncPeriod` field in node configurationAndrew Butcher2015-11-061-0/+1
|
* Bug 1277592 - SDN MTU has hardcoded defaultJason DeTiberus2015-11-041-0/+1
| | | | | | - Attempt to detect the MTU of the interface associated with the node IP and set the default for sdn_mtu accordingly. The value can still be overriden by users and if detection fails the previous default of 1450 is still used.
* Allow disabling the network plugin configurationTomas Sedovic2015-10-201-0/+4
| | | | | | This is useful when we want to use a different networking solution without having any networking plugin code run when the services start up.
* Use lower() filter for node hostnameAndrew Butcher2015-10-081-1/+1
|
* Move openshift_data_dir to a fact based on deployment_typeScott Dodson2015-09-101-1/+1
| | | | | | Previously this was being set to /var/lib/origin regardless of deployment_type which isn't correct given that existing 'enterprise' and 'online' deployments would have been deployed with /var/lib/openshift
* Add openshift_node_sdn_mtu configurationScott Dodson2015-09-021-1/+6
| | | | | Sync's with Origin 1.0.6 and OSE 3.0.2 node-config.yaml networkConfig changes Fixes #534
* Merge pull request #462 from spinolacastro/clustermetricsWesley Hearn2015-08-262-0/+6
|\ | | | | Cluster Metrics
| * Configure cluster metricsDiego Castro2015-08-132-0/+6
| | | | | | | | | | Playbook based on https://docs.openshift.org/latest/admin_guide/cluster_metrics.html.