summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/library/openshift_facts.py
Commit message (Collapse)AuthorAgeFilesLines
* Add AWS cloud provider support.Andrew Butcher2016-03-291-38/+119
|
* Workaround for authenticated registriesBrenton Leanhardt2016-03-291-0/+21
| | | | | | | | | | Currently there's no good way to install from a registry that requires authentication. This applies both to RPM and containerized installs: https://bugzilla.redhat.com/show_bug.cgi?id=1316341 The workaround is to 'docker login' as root and then have ansible pull the images to the image cache.
* First pass at systemd unit refactorBrenton Leanhardt2016-03-291-1/+1
|
* Support setting local storage perFSGroup quota in node config.Devan Goodwin2016-03-221-0/+1
| | | | | Adds a new inventory var "openshift_node_local_quota_per_fsgroup", which will set the perFSGroup quota node-config.yaml.
* Bug 1317755 - Set insecure-registry for internal registry by defaultJason DeTiberus2016-03-171-1/+4
|
* Merge pull request #883 from lebauce/openstack-integrationBrenton Leanhardt2016-03-141-1/+31
|\ | | | | Add support for Openstack integration
| * Add support for Openstack integrationSylvain Baubeau2016-03-141-1/+31
| |
* | Docker role refactorJason DeTiberus2016-03-141-42/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included
* | Ensure is_containerized is cast as bool.Andrew Butcher2016-03-141-2/+2
| |
* | openshift_facts: Safe cast additional boolsSamuel Munilla2016-03-101-1/+1
| |
* | openshift-ansible: Wrap boolean factsSamuel Munilla2016-03-101-2/+11
| | | | | | | | | | Centralize the very weird process for converting strings to booleans to help keep the code consistent.
* | 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 #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
| | |