summaryrefslogtreecommitdiff
path: root/inventory
AgeCommit message (Collapse)Author
2016-05-14Update default max-pods parameterMarcel Wysocki
This updates the openshift_node_kubelet_args max-pods parameter from 40 to 110 which is the new number of maximum supported pods per node in OSE 3.2. The inventory file should reflect this.
2016-05-13Update default max-pods parameterMarcel Wysocki
This updates the openshift_node_kubelet_args max-pods parameter from 40 to 110 which is the new number of maximum supported pods per node in OSE 3.2. The inventory file should reflect this.
2016-05-12Document oauth token config inventory vars.Devan Goodwin
These were added in November but weren't covered in the example inventories.
2016-05-10Merge pull request #1192 from lebauce/storage-cinder-roleJason DeTiberus
Add support for Openstack based persistent volumes
2016-05-10Merge pull request #1828 from sdodson/bz1330920Jason DeTiberus
Fix openshift_generate_no_proxy_hosts boolean
2016-05-10Add support for Openstack based persistent volumesSylvain Baubeau
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
2016-04-29Fix inventory syntaxetalset
* ERROR: /etc/ansible/hosts:...: variables assigned to group must be in key=value form * change key: value by key=value
2016-04-28update tenand_id typo in example fileJianlin Liu
2016-04-28Update hosts.ose.exampleJianlin Liu
2016-04-28update tenand_id typo in example fileJianlin Liu
2016-04-27Fix openshift_generate_no_proxy_hosts examplesScott Dodson
2016-04-26Add masterConfig.volumeConfig.dynamicProvisioningEnabledScott Dodson
2016-04-26Merge pull request #1726 from detiber/htpasswd_usersJason DeTiberus
Add support for setting identity provider custom values
2016-04-25Add support for setting identity provider custom valuesJason DeTiberus
- htpasswd users - ldap ca file - openid ca file - request_header ca file
2016-04-25Replace deprecated sudo with become.Andrew Butcher
2016-04-25Merge pull request #1385 from sdodson/global-proxyJason DeTiberus
Global Proxy Config
2016-04-24As per ↵Donovan Muller
https://github.com/openshift/openshift-ansible/issues/1795#issuecomment-213873564, renamed openshift_node_dnsmasq to openshift_use_dnsmasq where applicable. Fixes 1795
2016-04-22Add global proxy configurationScott Dodson
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
2016-04-20Use a JSON list for docker log options.Devan Goodwin
Previously we expected you to comma separate, but this wasn't really clear. Insted we will use an explicit JSON list going forward. The comma separated list will be supported for backwards compatability.
2016-04-19Add openshift_node_dnsmasqScott Dodson
2016-04-19Merge pull request #1734 from joelddiaz/tools-roles-moveJoel Diaz
cleanup roles after roles move to openshift-tools
2016-04-15cleanup roles after roles move to openshift-toolsJoel Diaz
also removing inventory/multi_inventory* things left behind unchanged even though they were copied: playbooks/adhoc/* roles/dns roles/kube_nfs_volumes roles/os_update_latest
2016-04-13Merge pull request #1738 from dgoodwin/image-policy-configBrenton Leanhardt
Support setting imagePolicyConfig JSON in inventory.
2016-04-12Support setting imagePolicyConfig JSON in inventory.Devan Goodwin
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.
2016-04-11Add support for creating secure router.Andrew Butcher
* Move openshift_router to openshift_hosted role which will eventually contain registry, metrics and logging. * Adds option for specifying an openshift_hosted_router_certificate cert and key pair. * Removes dependency on node label variables and retrieves the node list from the API s.t. this role can be applied to any cluster with existing nodes. I've added an openshift_hosted playbook that occurs after node install to account for this. * Infrastructure nodes are selected using openshift_hosted_router_selector which is based on deployment type by default; openshift-enterprise -> "region=infra" and online -> "type=infra".
2016-03-29Add AWS cloud provider support.Andrew Butcher
2016-03-21Modified group selectors for muliple clusters per accountKenny Woodson
2016-03-15Group selector feature addedKenny Woodson
2016-03-14Docker role refactorJason DeTiberus
- 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
2016-02-25Merge pull request #1495 from jstuever/rename_osm_default_subdomainBrenton Leanhardt
Rename variable to openshift_master_default_subdomain
2016-02-25Add host subnet length example.Andrew Butcher
2016-02-25Rename variable to openshift_master_default_subdomain with backwards ↵Jeremiah Stuever
compatibility.
2016-02-19Add byo examples for network cidr and api/console ports.Andrew Butcher
2016-02-15Add openshift_docker_options to append arbitrary options toScott Dodson
/etc/sysconfig/docker OPTIONS
2016-02-11Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt
Remove fluentd_master and fluentd_node roles
2016-02-10update defaults and examples w/ iscsi pluginRobert van Veelen
2016-02-09Fix HA typo in example AEP/OSE/Origin inventoriesAlex Dellapenta
2016-02-08Remove fluentd_master and fluentd_node roles.Andrew Butcher
2016-02-03Merge pull request #1291 from sdodson/bz1293578Brenton Leanhardt
Check that openshift_hostname resolves to an ip on our host
2016-02-03Merge pull request #1173 from abutcher/nfs-groupBrenton Leanhardt
Refactor storage options
2016-02-03Add an early check to ensure that node names resolve to an interface on the hostScott Dodson
2016-02-02Updating examples to use /etc/origin/master/htpasswdJeremiah Stuever
2016-02-01Refactor registry storage options.Andrew Butcher
2016-01-28Add inventory example for logrotate_scriptsAndrew Butcher
2016-01-21Update inventory examples for console customizationDiego Castro
2016-01-20Enable kubernetes master config of podEvictionTimeout from ansibleJeremiah Stuever
2016-01-14Update ec2.iniJason DeTiberus
- Set rds and elasticache to False, since they are not needed for the playbooks and cause issues for users without those services enabled.
2016-01-04Merge pull request #1110 from abutcher/argsBrenton Leanhardt
Fix osm_controller_args and osm_api_server_args settings.
2016-01-04Fix osm_controller_args and osm_api_server_args settings.Andrew Butcher
2016-01-04Merge pull request #958 from kwoodson/envfixKenny Woodson
Fixing meta data tags env and environment