summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | 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