| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Update default max-pods parameter
|
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
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.
|
|/
|
|
| |
openshift_master_max_requests_inflight.
|
|
|
|
|
| |
These were added in November but weren't covered in the example
inventories.
|
|\
| |
| | |
Add support for Openstack based persistent volumes
|
| |
| |
| |
| | |
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
|
|\ \
| | |
| | | |
Fix openshift_generate_no_proxy_hosts boolean
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
* ERROR: /etc/ansible/hosts:...: variables assigned to group must be in key=value form
* change key: value by key=value
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Add support for setting identity provider custom values
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- htpasswd users
- ldap ca file
- openid ca file
- request_header ca file
|
|/ / |
|
|\ \
| | |
| | | |
Global Proxy Config
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
https://github.com/openshift/openshift-ansible/issues/1795#issuecomment-213873564, renamed openshift_node_dnsmasq to openshift_use_dnsmasq where applicable. Fixes 1795
|
|
|
|
|
|
|
| |
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.
|
| |
|
|\
| |
| | |
cleanup roles after roles move to openshift-tools
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Support setting imagePolicyConfig JSON in inventory.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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".
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|\
| |
| | |
Rename variable to openshift_master_default_subdomain
|
| |
| |
| |
| | |
compatibility.
|
| | |
|
|/ |
|
|
|
|
| |
/etc/sysconfig/docker OPTIONS
|
|\
| |
| | |
Remove fluentd_master and fluentd_node roles
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Check that openshift_hostname resolves to an ip on our host
|
| |/ |
|
|\ \
| | |
| | | |
Refactor storage options
|
| |/ |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Set rds and elasticache to False, since they are not needed for the
playbooks and cause issues for users without those services enabled.
|
|\
| |
| | |
Fix osm_controller_args and osm_api_server_args settings.
|