summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Adding support for v1.2 examplesBrenton Leanhardt2016-03-031-0/+9
|
* Correctly set the image tag for containerized installs (and upgrades)Brenton Leanhardt2016-03-031-5/+50
|
* Check for is_containerized value when setting binary locations.Andrew Butcher2016-03-021-1/+1
|
* Merge pull request #1337 from abutcher/master-scaleupBrenton Leanhardt2016-02-221-20/+93
|\ | | | | Support for adding new masters
| * Fail when master.master_count descreases or master.ha changes.Andrew Butcher2016-02-161-5/+9
| |
| * Protected facts.Andrew Butcher2016-02-161-20/+89
| |
* | Fix 1.2 version checkJason DeTiberus2016-02-191-1/+1
|/
* 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 #1253 from detiber/updateMinVersionBrenton Leanhardt2016-01-261-7/+5
|\ | | | | Update Docs and test for testing ansible version
| * Update Docs and test for testing ansible versionJason DeTiberus2016-01-251-7/+5
| |
* | 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
* | | Validate pacemaker cluster members.Andrew Butcher2016-01-121-0/+1
|/ /
* | 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
| |/ /
* | | Fix containerized variableScott Dodson2015-12-151-1/+1
| | |
* | | Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+13
| | |
* | | 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-152-57/+74
| | |
* | | Containerization work by @sdodsonScott Dodson2015-12-152-28/+56
| | |