| Age | Commit message (Collapse) | Author |
|
Automatic merge from submit-queue.
Also require that we match the release
Since we're now only bumping the release field if you've already got openshift-ansible-3.7.0-0.1 and you try to install openshift-ansible-3.7.0-0.2 it won't upgrade all the dependencies but it should.
|
|
Automatic merge from submit-queue.
replace deprecated always_run with check_mode: no
Prior to Ansible 2.2 only the the equivalent of check_mode: no existed. The
notation for that was always_run: yes.
always_run now generates a deprecation warning:
> [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead..
> This feature will be removed in version 2.4. Deprecation warnings can be
> disabled by setting deprecation_warnings=False in ansible.cfg.
|
|
Automatic merge from submit-queue.
Removing unneeded bootstrap which moved into the product.
Removing unneeded code now that it has moved officially into the product.
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
Allows CI jobs to create images specifically for this cluster and then
remove them afterwards.
|
|
|
|
Allows other scripts to create metadata that is cleaned up safely.
|
|
Consistent with other use
|
|
Masters can be in a bootstrap config, but allow them to wait for stable
so that we don't have inventory issues.
|
|
Make the required package optional
|
|
Automatic merge from submit-queue.
Fix broken oc_secret update function
|
|
Automatic merge from submit-queue.
Correctly install cockpit
Seems this was changed inadvertantly in #5378
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1507061
|
|
On very large clusters dnsmasq performance suffers due to
limited cache-size and dns-forward-max values.
bug: 1482847
https://bugzilla.redhat.com/show_bug.cgi?id=1482847
|
|
|
|
|
|
Automatic merge from submit-queue.
bug 1501599. Omit logging project from overcommit restrictions
This PR:
* Annotates the logging project to remove overcommit restrictions
|
|
|
|
docker: Create openshift_docker_is_node_or_master variable
|
|
|
|
Automatic merge from submit-queue.
GlusterFS suppot for OpenShift v1.5
Added files and templates for OpenShift v1.5
|
|
|
|
Automatic merge from submit-queue.
GlusterFS: Remove image option from heketi command
Reverts #5562, option has been removed from heketi command
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1502054
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|
Automatic merge from submit-queue.
add new clusterNetworks fields to new installs
add clusterNetworks field to the networkConfig so that the new fields
appear in new installs
|
|
This commit enables retry on docker login commands.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506931
|
|
Sometimes journald fails to restart cleanly during upgrades.
This commit retries restarting 3 times.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1506141
|
|
Add dm_thin_pool for gluster use
|
|
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
|
|
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
|
|
|
|
|
|
Automatic merge from submit-queue.
Update the name of the service-catalog binary
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506541.
|
|
Automatic merge from submit-queue.
disk_availability check: include submount storage
Fixes bug [1491566](https://bugzilla.redhat.com/show_bug.cgi?id=1491566)
In order to determine how much storage is under a path, include any mounts that are below it in addition to the path itself.
|
|
Automatic merge from submit-queue.
bug 1506073. Lower cpu request for logging when it exceeds limit
This PR fixes https://bugzilla.redhat.com/show_bug.cgi?id=1506073 by:
* Lowering the CPU request to match the limit when the request is greater then a specified limit
I have an open question on if this is an acceptable change of if it makes the outcome unexpected. Should we prefer to exit during the deployment and advise the operator to correct their inventory?
|
|
Created by command:
/usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
|
|
Automatic merge from submit-queue.
Upgrade logging invalid
|
|
Renaming csr to bootstrap for consistency.
|
|
add clusterNetworks field to the networkConfig so that the new fields
appear in new installs when openshift version is greater then 3.7
|
|
This can be used in place of:
inventory_hostname in groups['oo_masters_to_config'] or \
inventory_hostname in groups['oo_nodes_to_config']
While the previous version works, this change helps with the tasks are
run during AMI creation.
Code written by Kenny Woodson @kwoodson.
|
|
cri-o: Set max log size to 50 mb
|
|
|
|
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
|
|
cri-o: open port 10010
|
|
crio: Add failed_when to overlay check
|
|
Correct openshift_release regular expression
|