| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
openshift ca bundle.
|
| |
|
| |
|
|\
| |
| | |
openshift_release / version / upgrade improvements
|
| |\ |
|
| |\ \ |
|
| |\ \ \ |
|
| | | | | |
|
| |\ \ \ \ |
|
| | | | | | |
|
| | | | | | |
|
| |_|_|_|/
|/| | | | |
|
| | | | | |
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* [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
|
|\ \ \ \
| |_|_|/
|/| | | |
Make image stream munging optional
|
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | | |
As described in https://github.com/openshift/openshift-ansible/issues/1987#issuecomment-223965843
Hopefully this will help others who are trying install Origin.
|
|/ /
| |
| |
| |
| |
| | |
Useful for POC environments where DNS may not actually be setup yet. Make sure
you don't define anything that would conflict with the default configuration.
You have been warned.
|
|/ |
|
| |
|
|\
| |
| | |
Add openshift_clock role
|
| | |
|
|/ |
|
|\
| |
| | |
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.
|