summaryrefslogtreecommitdiff
path: root/inventory/byo/hosts.aep.example
AgeCommit message (Collapse)Author
2016-08-29update kubelet argument example with references to new pods-per-core and new ↵Jeremy Eder
max-pods threshold for 3.3
2016-08-15Add nfs group to OSEv3:varsScott Dodson
Fixes #2129
2016-08-08Fix little mistake in openshift_master_htpasswd_users value .jmferrer
2016-08-01Add options for specifying named ca certificates to be added to the ↵Andrew Butcher
openshift ca bundle.
2016-07-26Document openshift_portal_netScott Dodson
2016-07-25remove outdated openshift_cluster_metrics roleJason DeTiberus
2016-07-14Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin
2016-07-08Merge branch 'aoi-32-up' into upgrade33Devan Goodwin
2016-07-07Various hosted component improvementsAndrew Butcher
* [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
2016-07-05Make image stream munging optionalScott Dodson
2016-07-04Fix typo in example inventories.Devan Goodwin
2016-06-28Merge branch 'master' into upgrade33Devan Goodwin
2016-06-24Allow skipping Docker upgrade during OpenShift upgrade.Devan Goodwin
2016-06-17Document the new and old version variables.Devan Goodwin
2016-06-13Add per-service environment variables.Andrew Butcher
2016-06-02Configure default docker logging options.Andrew Butcher
2016-05-26Merge pull request #1672 from jstuever/os_clocksJason DeTiberus
Add openshift_clock role
2016-05-20Adding openshift_clock parameters to example inventory filesJeremiah Stuever
2016-05-19Clarify the example inventory related to proxies and builddefaultsScott Dodson
2016-05-14Merge pull request #1888 from maci0/masterJason DeTiberus
Update default max-pods parameter
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-13Allow overriding servingInfo.maxRequestsInFlight via ↵Andrew Butcher
openshift_master_max_requests_inflight.
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-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-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-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