summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates/node.yaml.v1.j2
Commit message (Collapse)AuthorAgeFilesLines
* Initial Kuryr supportMichał Dulko2017-10-201-1/+3
| | | | | | | | This commit enables deploying Kuryr networking on top of OpenShift in containers. kuryr-controller is a Deployment and kuryr-cni is deployed as DaemonSet (container will drop all CNI configuration files). Co-Authored-By: Antoni Segura Puimedon <celebdor@gmail.com>
* Add ability to set node and master imageConfig to latestMichael Gugino2017-10-121-1/+1
| | | | | | | | | Currently, imageConfig.latest is hard-coded to false. This commit adds an appropriate boolean to enable setting to true. Fixes: https://github.com/openshift/openshift-ansible/issues/1422
* Merge pull request #5208 from mgugino-upstream-stage/remove-openshift_commonOpenShift Bot2017-09-071-5/+5
|\ | | | | Merged by openshift-bot
| * Remove openshift-commonMichael Gugino2017-09-061-5/+5
| | | | | | | | | | | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* | remove experimental-cri flag from node configSeth Jennings2017-09-061-2/+0
|/
* roles: use openshift_use_crioGiuseppe Scrivano2017-08-251-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* openshift_node: fix typo for experimental-criSteve Milner2017-08-031-1/+1
|
* cri-o: Fix node template to use full variableSteve Milner2017-08-031-1/+1
|
* node.yaml: configure node to use cri-o when openshift.common.use_crioGiuseppe Scrivano2017-08-031-0/+15
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Use default ports for dnsmasq and node dnsScott Dodson2017-06-301-1/+1
|
* Run dns on the node and use that for dnsmasqScott Dodson2017-06-301-0/+4
|
* Allow overriding minTLSVersion and cipherSuitesMartin Eggen2017-03-091-0/+9
| | | | | Add parameters to allow overriding minTLSVersion and cipherSuites in master and node servingInfo config stanzas.
* Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal2017-02-271-1/+1
| | | | into Openshift Ansible. This is the first (beta) release of Contiv with Openshift and is only supported for Openshift Origin + Bare metal deployments at the time of this commit. Please refer to the Openshift and Contiv official documentation for details of the level of support for different features and modes of operation.
* Merge pull request #2763 from yfauser/byo_cni_plugin_fixesAndrew Butcher2016-11-161-1/+1
|\ | | | | [#2698] Change to allow cni deployments without openshift SDN
| * 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.
* Fix OpenStack cloud providerLénaïc Huard2016-09-261-1/+1
|
* Restore network plugin configurationScott Dodson2016-08-311-2/+2
|
* 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-251-1/+0
|/
* Add openshift_node_dnsmasqScott Dodson2016-04-191-2/+2
|
* 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.
* Enable selection of kubeproxy modeVishal Patil2016-02-101-0/+3
| | | | Addressed review comments
* 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
|/
* 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-261-0/+1
|\ | | | | Cluster Metrics
| * Configure cluster metricsDiego Castro2015-08-131-0/+1
| | | | | | | | | | Playbook based on https://docs.openshift.org/latest/admin_guide/cluster_metrics.html.
* | another kubelet_args fixJason DeTiberus2015-08-181-1/+1
| |
* | Fix kubelet_argsJason DeTiberus2015-08-181-2/+2
| |
* | Add support for setting kubeletArguments, controllerArguments, and ↵Jason DeTiberus2015-08-131-0/+3
|/ | | | apiServerArguments
* Playbook updates for clustered etcdJason DeTiberus2015-07-101-2/+2
| | | | | | | | | | | | | | | | | | | | | - Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme
* Update for RC2 changesScott Dodson2015-06-161-2/+4
| | | | | | | | | | | | | Remove openshift-deployer.kubeconfig from master template Sync config template Update enterprise image names Switch to node auto registration Add deployer to list of serviceAccountConfig.managedNames Move package installation before registering facts change default kubeconfig location Change system:openshift-client to system:openshift-master Rename node cert/key/kubeconfig per openshift/origin#3160 Update references to /var/lib/openshift/openshift.local.certificates
* Templatize configs and 0.5.2 changesJason DeTiberus2015-06-101-0/+18
- Templatize node config - Templatize master config - Integrated sdn changes - Updates for openshift_facts - Added support for node, master and sdn related changes - registry_url - added identity provider facts - Removed openshift_sdn_* roles - Install httpd-tools if configuring htpasswd auth - Remove references to external_id - Setting external_id interferes with nodes associating with the generated node object when pre-registering nodes. - osc/oc and osadm/oadm binary detection in openshift_facts Misc Changes: - make non-errata puddle default for byo example - comment out master in list of nodes in inventory/byo/hosts - remove non-error errors from fluentd_* roles - Use admin kubeconfig instead of openshift-client