summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_facts
Commit message (Collapse)AuthorAgeFilesLines
...
* Make usage of short_version/release consistentRodolfo Carvalho2017-02-202-27/+26
| | | | | This removes irrelevant differences between the two test files, making it easier to observe similarities.
* Reorganize tests and helper functions logicallyRodolfo Carvalho2017-02-202-129/+129
| | | | | | | | This is intented to make it easier to read tests top-down. The test methods in both files are sorted somehow logically, and in the same order in both files, to help visualizing the similarities between them with diff tools.
* Remove test duplicationRodolfo Carvalho2017-02-203-80/+60
| | | | | Consolidate tests for bad input into a single file instead of having the same code in two files.
* Move similar test cases togetherRodolfo Carvalho2017-02-202-64/+64
| | | | | And reorganize them in such a way to show that there are a bunch of duplicated tests that are exactly the same.
* Insert paths in the second position of sys.pathRodolfo Carvalho2017-02-202-2/+2
| | | | | | http://stackoverflow.com/a/10097543/4804690 Additionally, avoid using platform-specific '/' and '..'.
* Rename test for consistencyRodolfo Carvalho2017-02-201-1/+1
|
* Remove dead codeRodolfo Carvalho2017-02-182-34/+0
|
* Ansible Lint cleanup and making filter/lookup plugins used by ↵Jason DeTiberus2017-02-144-6/+592
| | | | openshift_master_facts available within the role
* fixup! master: latest use same predicates as last versionGiuseppe Scrivano2017-02-081-1/+4
|
* fixup! master: latest use same priorities as last versionGiuseppe Scrivano2017-02-081-1/+4
|
* master: latest use same predicates as last versionGiuseppe Scrivano2017-02-081-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* master: latest use same priorities as last versionGiuseppe Scrivano2017-02-081-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Create v3_5 upgrade playbooksRussell Teague2017-01-304-47/+137
|
* Set metrics url even if metrics_deploy is falseAlberto Peon2017-01-201-3/+2
|
* add configuration for build default+overrides settingsBen Parees2017-01-161-21/+0
|
* Fix openshift_image_tag=latest.Andrew Butcher2017-01-092-4/+4
|
* Add future versions to openshift_factsClayton Coleman2017-01-043-5/+9
|
* YAML LintingRussell Teague2016-12-122-3/+2
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Merge pull request #2902 from dgoodwin/fix-metrics-urlScott Dodson2016-12-082-6/+28
|\ | | | | Fix metricsPublicURL only being set correctly on first master.
| * Fix metricsPublicURL only being set correctly on first master.Devan Goodwin2016-12-012-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | Problem was caused by facts not being set for that master. To fix this patch cleans up the calculation of metricsPublicURL in general. Because this value is used in openshift_master to template into the master config file, we now define these facts more clearly in openshift_master_facts, and add a dependency on this to openshift_metrics. The calculation of default sub-domain is also changed to remove it from system facts (as neither of these are facts about the system) and instead use plain variables.
* | Remove Hostname from 1.1 and 1.2 predicatesJason DeTiberus2016-12-072-3/+0
| |
* | Properly handle x.y.z formatted versions for openshift_releaseJason DeTiberus2016-12-074-0/+12
| |
* | Handle updating of scheduler config during upgradeJason DeTiberus2016-12-064-253/+386
| | | | | | | | | | | | | | | | | | | | | | - do not upgrade predicates if openshift_master_scheduler_predicates is defined - do not upgrade priorities if openshift_master_scheduler_priorities is defined - do not upgrade predicates/priorities unless they match known previous default configs - output WARNING to user if predictes/priorities are not updated during install
* | Merge pull request #2920 from detiber/schedulerVarFixAndrew Butcher2016-12-051-18/+10
|\ \ | | | | | | Scheduler var fix
| * | Update scheduler predicate/priorities varsJason DeTiberus2016-12-011-18/+10
| |/ | | | | | | | | | | - Introduce additional variables for current scheduler config and default values to better determine if the values we are getting are user-defined, coming from config or are the default values.
* | Conditionalize master config update for admission_plugin_config.Andrew Butcher2016-12-051-0/+2
|/
* refactor handling of scheduler defaultsJason DeTiberus2016-11-296-2/+561
|
* Merge kube_admission_plugin_config with admission_plugin_configSamuel Munilla2016-11-221-3/+1
| | | | | | | | Move the values in kube_admission_plugin_config up one level per the new format from 1.3: "The kubernetesMasterConfig.admissionConfig.pluginConfig should be moved and merged into admissionConfig.pluginConfig."
* support 3rd party schedulerenlinxu2016-10-201-0/+1
|
* Remove openshift_master_metrics_public_urlAndrew Butcher2016-08-312-2/+1
|
* Change how we set master's metricsPublicURLScott Dodson2016-08-302-1/+7
|
* [master] add support for setting auditConfigJason DeTiberus2016-07-131-0/+1
|
* Various hosted component improvementsAndrew Butcher2016-07-071-1/+0
| | | | | | | | | | | | | * [openshift_projects] Add openshift_projects role * [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined * [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted * [router] improve router deployment - add router option to force subdomain - add CA to router certificate options * [registry] move registry config into openshift_hosted role - additional registry fixes/tweaks - add s3 storage support for registry * [serviceaccount] fix up serviceaccount creation
* Add per-service environment variables.Andrew Butcher2016-06-131-0/+2
|
* Merge pull request #2007 from bachp/lowercase-proxy-varsScott Dodson2016-06-091-0/+6
|\ | | | | Add lower case proxy variables
| * Add lower case proxy variablesPascal Bach2016-06-091-0/+6
| | | | | | | | | | | | | | | | Some applications expect the *_PROXY variables to be lower case. To support this too inject them in addition to the upper case ones. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Reviewed-by: Fabio Huser <fabio.huser@siemens.com>
* | Add flag to manage htpasswd, or not.Tobias Florek2016-06-021-0/+1
|/ | | | | Setting `openshift_master_manage_htpasswd` falsy will disable managing the htpasswd file. It won't get overwritten/generated.
* Allow overriding servingInfo.maxRequestsInFlight via ↵Andrew Butcher2016-05-131-0/+1
| | | | openshift_master_max_requests_inflight.
* Remove duplicate oauth_template fact.Andrew Butcher2016-04-291-1/+0
|
* Add masterConfig.volumeConfig.dynamicProvisioningEnabledScott Dodson2016-04-261-0/+1
|
* Merge pull request #1726 from detiber/htpasswd_usersJason DeTiberus2016-04-261-0/+4
|\ | | | | Add support for setting identity provider custom values
| * Add support for setting identity provider custom valuesJason DeTiberus2016-04-251-0/+4
| | | | | | | | | | | | | | - htpasswd users - ldap ca file - openid ca file - request_header ca file
* | Fix backward compat for osm_default_subdomainJason DeTiberus2016-04-251-1/+1
|/
* Add global proxy configurationScott Dodson2016-04-221-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | Configures HTTP_PROXY, HTTPS_PROXY, NO_PROXY for master and docker services. Configugres BuildDefaults Admission controller for master to automatically insert proxy environment configuration into build environments. To use set at least these variables - openshift_http_proxy - openshift_https_proxy NO_PROXY entries will automatically be configured for hostnames of all openshift hosts. You may specify additional NO_PROXY hosts or patterns by setting `openshift_no_proxy` If you wish to disable automatic generation of NO_PROXY hosts you may set `openshift_generate_no_proxy_hosts` to False. If you wish to have different builddefaults proxy configuration than baseline proxy configuration set these variables - openshift_builddefaults_http_proxy - openshift_builddefaults_https_proxy - openshift_builddefaults_no_proxy - openshift_builddefaults_git_http_proxy - openshift_builddefaults_git_https_proxy
* Fix router selector fact migration and match multiple selectors when ↵Andrew Butcher2016-04-201-1/+0
| | | | counting nodes.
* Add openshift_node_dnsmasqScott Dodson2016-04-191-1/+1
|
* Support setting imagePolicyConfig JSON in inventory.Devan Goodwin2016-04-121-0/+1
| | | | | | | | | For flexibility this is another pure JSON field to translate directly to yaml in the master config. Also updated to more safely handle JSON inventory variables as this uncovered a bug with booleans where you end up with a string containing json in your yaml.
* Add support for configuring oauth templates.Devan Goodwin2016-04-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow users who wish to deploy configs with ansible to define templates for oauth screens, and control the alwaysShowProviderSelection setting. There are currently three supported oauth templates, and we have a pre-existing 'oauth_template' variable, but it is assumed to mean you are controlling the 'login' screen, and this is the only one you can configure. To work around this, supporting all current and future templates, introduce a pluralized variable 'oauth_templates', which contains a JSON dict allowing the admin to control any template they wish. If both new and old variables are defined, the old one is ignored. (and can be considered deprecated) Internally the old value will be converted to the new dict, so the template just references one value. Example: openshift_master_oauth_always_show_provider_selection=true openshift_master_oauth_templates={"providerSelection": "provider-selection.html", "error": "oauth-error.html"} Yeilds: oauthConfig: alwaysShowProviderSelection: true templates: error: oauth-error.html providerSelection: provider-selection.html
* Add support for templating master admissionConfig.Devan Goodwin2016-04-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds four new inventory variables for setting sections in "admissionConfig" and "kubernetesMasterConfig.admissionConfig". openshift_master_admission_plugin_order allows configuring the list of origin admission controller plugins to enable and what order to run them in. This must be a JSON formatted list of strings: openshift_master_admission_plugin_order=["RunOnceDuration", "NamespaceLifecycle", "OriginPodNodeEnvironment", "ClusterResourceOverride", "LimitRanger", "ServiceAccount", "SecurityContextConstraint", "ResourceQuota", "SCCExecRestrictions"] openshift_master_kube_admission_plugin_order is identical but for the kubernetes admission controller plugins which appear beneath kubernetesMasterConfig. openshift_master_admission_plugin_config allows setting free-form configuration stanzas that match up with enabled admission controller plugins. This must be a JSON formatted hash: openshift_master_admission_plugin_config={"RunOnceDuration":{"configuration":{"apiVersion":"v1","kind":"RunOnceDurationConfig","activeDeadlineSecondsOverride":3600}},"ClusterResourceOverride":{"configuration":{"apiVersion":"v1","kind":"ClusterResourceOverrideConfig","limitCPUToMemoryPercent":200,"cpuRequestToLimitPercent":6,"memoryRequestToLimitPercent":60}}} openshift_master_kube_admission_plugin_config is the equivalent for kubernetes admission controller plugins. Contains a change to merge_facts to fix issues with modifying inventory variables that contain JSON dicts. If you modified a previously set variable, the result would be a merge of old and new, which is completely wrong in this case. Addded new overwrite_facts to shortcut to just taking the new values. This differs from the pre-existing concept of "protected" in that we're not protecting an old value, we're trashing it and taking the new.
* Allow for overriding scheduler configJason DeTiberus2016-03-311-0/+2
| | | | | | | | | - introduce openshift_master_scheduler_predicates and openshift_master_scheduler_priorities to override the default scheduler predicates and priorities - switch default scheduler priorities to use SelectorSpreadPriority instead of ServiceSpreadingPriority