| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
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
|
|\ \
| | |
| | | |
openshift-metrics: adding duration and resolution options
|
| |/ |
|
|\ \
| | |
| | | |
remove duplicate `register:`
|
| | | |
|
| |/
|/| |
|
| | |
|
|\ \
| | |
| | | |
Configurable admin username and passsword for Openshift enterprise in Nuage.
|
| | |
| | |
| | |
| | | |
Prefix changes for admin and password with nuage_master
|
|\ \ \
| | | |
| | | | |
Image stream sync
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix use of JSON inventory vars with raw booleans.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Thought this was fixed in recent patch but somehow backed out a critical
change to the isinstance, we need to check for basestring to also have
this work with unicode strings.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bug 1299065: Fix etcd hostname/ip address handling
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
etcd role.
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
certificates.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bug 1328119 - router selector not obeyed
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
counting nodes.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
added new openshift-metrics service
|
| |/ / / / |
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Conflicts:
roles/openshift_facts/library/openshift_facts.py
|
|\ \ \ \
| | | | |
| | | | | |
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
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Use 'openshift3/' as IMAGE_PREFIX for enterprise logging and metrics
|
| | |/ /
| |/| | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
The openshift_docker role must set the version facts for containerize…
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
QE found that for fresh installs we were basing the docker version facts of the
images that could be pulled prior to configuring /etc/sysconfig/docker. This
is an edge case but something we need to fix.
|
| | | | |
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
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.
|
|\ \ \
| | | |
| | | | |
Convert image_tag on masters
|
| | | |
| | | |
| | | |
| | | | |
Also convert openshift_image_tag to and rpm versions for masters.
|
| | | |
| | | |
| | | |
| | | | |
containerized env
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Lifted from https://github.com/openshift/origin/pull/8317
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Add support for creating secure router
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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".
|
|/ / / |
|