summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/library
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1362 from detiber/fixLoopbackBrenton Leanhardt2016-02-121-4/+5
|\ | | | | Fix loopback cluster name, context name, and user
| * conditionalize loopback config on v >= 3.2/1.2Jason DeTiberus2016-02-111-2/+2
| |
| * Fix loopback cluster name, context name, and userJason DeTiberus2016-02-111-2/+3
| |
* | Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt2016-02-111-18/+0
|\ \ | |/ |/| Remove fluentd_master and fluentd_node roles
| * Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-081-18/+0
| |
* | Merge pull request #1370 from vanveele/iscsi-pluginBrenton Leanhardt2016-02-101-2/+2
|\ \ | | | | | | add iscsi storage_plugin dependency
| * | add default storage plugins to 'origin' deployment_typeRobert van Veelen2016-02-101-1/+1
| | |
| * | update defaults and examples w/ iscsi pluginRobert van Veelen2016-02-101-1/+1
| | |
* | | Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-11/+15
|/ /
* | Bug 1304150 - Can't upgrade atomic-openshift to specified versionBrenton Leanhardt2016-02-091-0/+24
| |
* | Refactor registry storage options.Andrew Butcher2016-02-011-19/+61
|/
* Merge pull request #1160 from vishpat/nuageBrenton Leanhardt2016-01-251-0/+18
|\ | | | | Nuage
| * Add Nuage support to openshift ansibleVishal Patil2016-01-251-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge pull request #1240 from abutcher/wrapper-pathingBrenton Leanhardt2016-01-201-0/+4
|\ \ | | | | | | Fix client and admin wrapper pathing for non-root user install.
| * | Fix wrapper pathing for non-root user install.Andrew Butcher2016-01-191-0/+4
| | |
* | | Merge pull request #1175 from detiber/ha_port_fixesBrenton Leanhardt2016-01-191-43/+59
|\ \ \ | |/ / |/| | Ha port fixes
| * | Use local address for loopback kubeconfigJason DeTiberus2016-01-141-43/+58
| | |
| * | Controllers_port and firewall rulesDiego Castro2016-01-121-1/+2
| | |
* | | Remove default disable of SDN for GCEJason DeTiberus2016-01-151-8/+1
|/ / | | | | | | | | | | - Update openshift_facts to no longer default use_openshift_sdn for GCE installs - Remove workarounds in the GCE playbooks that were forcing SDN configuration
* | Bug 1296388 - fixing typoBrenton Leanhardt2016-01-081-1/+1
| |
* | Bug 1296388 - The playbook still configure ManageIQ when ↵Brenton Leanhardt2016-01-071-2/+2
| | | | | | | | openshift_use_manageiq is false
* | Update openshift_facts config_base for Online deploymentsWesley Hearn2016-01-071-2/+2
| |
* | Merge pull request #1123 from brenton/manageiqBrenton Leanhardt2016-01-061-1/+27
|\ \ | | | | | | We can't enable manageiq for installations less than OSE 3.1 or Origi…
| * | We can't enable manageiq for installations less than OSE 3.1 or Origin 1.1Brenton Leanhardt2016-01-061-1/+27
| | | | | | | | | | | | This is because 'oadmn policy add-scc-to-user' didn't exist in 3.0
* | | Merge pull request #1018 from abutcher/secretsBrenton Leanhardt2016-01-061-1/+66
|\ \ \ | |/ / |/| | Clean up idempotency issues with session secrets.
| * | Move extra secret validations into openshift_facts.Andrew Butcher2016-01-061-3/+15
| | |
| * | openshift_facts validationAndrew Butcher2016-01-041-1/+54
| | |
* | | Merge pull request #1050 from enoodle/propose_manageiq_as_defaultBrenton Leanhardt2016-01-041-1/+1
|\ \ \ | | | | | | | | Propose adding ManageIQ service account by default
| * | | Adding ManageIQ service account by defaultenoodle2015-12-301-1/+1
| |/ / | | | | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* | | Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-041-1/+7
|\ \ \ | |/ / |/| | NFS for registry storage
| * | Create nfs host group with registry volume attachment.Andrew Butcher2015-12-151-1/+7
| | |
* | | Merge pull request #1094 from abutcher/notifyBrenton Leanhardt2015-12-241-0/+5
|\ \ \ | | | | | | | | Reset Type=notify for controllers service
| * | | Conditionalize for 3.1.1/1.1.1Andrew Butcher2015-12-181-0/+5
| |/ /
* | | Move all docker config into openshift_docker to minimize docker restartsScott Dodson2015-12-151-3/+2
| | |
* | | Add openshift_cli roleScott Dodson2015-12-151-18/+2
| | | | | | | | | | | | | | | | | | This role ensures that the clients package is installed or if it's a containerized install places a wrapper script in /usr/local/bin/openshift and symlinks for oc, oadm, and kubectl.
* | | fixesJason DeTiberus2015-12-151-56/+70
| | |
* | | Containerization work by @sdodsonScott Dodson2015-12-151-14/+56
| | |
* | | Initial containerization work from @ibottyTobias Florek2015-12-151-1/+25
|/ / | | | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* / Make the install of openshift_examples optionalJohn T Skarbek2015-12-091-0/+1
|/ | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true
* Merge pull request #988 from dak1n1/upgradesStefanie Forrester2015-12-041-1/+1
|\ | | | | added upgrade playbook for online
| * added upgrade playbook for onlineStefanie Forrester2015-12-011-1/+1
| |
* | Merge pull request #983 from enoodle/manageiq_serviceBrenton Leanhardt2015-12-041-1/+1
|\ \ | | | | | | Adding ManageIQ service account
| * | ManageIQ Service Account: added role for ManageIQ service accountenoodle2015-12-041-1/+1
| |/ | | | | | | Signed-off-by: enoodle <efreiber@redhat.com>
* / Refactor dns options and facts.Andrew Butcher2015-12-031-4/+4
|/
* Conditionally set the nodeIPJason DeTiberus2015-11-241-1/+1
|
* Merge pull request #881 from abutcher/namedCertRefactorBrenton Leanhardt2015-11-191-10/+36
|\ | | | | Refactor named certficates
| * Add additive_facts_to_overwrite instead of overwriting all additive_factsAndrew Butcher2015-11-161-17/+29
| |
| * Refactor named certificates.Andrew Butcher2015-11-161-10/+24
| |
* | Merge pull request #926 from brenton/aep3Brenton Leanhardt2015-11-171-1/+1
|\ \ | |/ |/| The aep3 images changed locations.
| * The aep3 images changed locations.Brenton Leanhardt2015-11-171-1/+1
| |