| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Resolved lint issues for version_requirement plugin
|
|/ |
|
|\
| |
| | |
Minimum Ansible version check
|
| |
| |
| |
| |
| |
| | |
Moved version check to callback pluging to allow checking the version
prior to playbook syntax checking. This prevents errors on
syntax-checking with older versions of Ansible.
|
|/ |
|
|\
| |
| | |
Fix metricsPublicURL only being set correctly on first master.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Problem was caused by facts not being set for that master. To fix this
patch cleans up the calculation of metricsPublicURL in general. Because
this value is used in openshift_master to template into the master
config file, we now define these facts more clearly in
openshift_master_facts, and add a dependency on this to
openshift_metrics.
The calculation of default sub-domain is also changed to remove it from
system facts (as neither of these are facts about the system) and
instead use plain variables.
|
|\ \
| | |
| | | |
Pre-pull master/node/ovs images during upgrade.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We did this for install but not upgrade, leading to situations where the
service restarts after upgrade could take much longer than expected as
docker pulls down the new image. Now the images are present when we
restart services and should allow them to come back online much more
quickly, equivalent to rpm service restarts.
|
|\ \ \
| | | |
| | | | |
Silence warnings when using rpm directly
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Properly handle x.y.z formatted versions for openshift_release
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix coverage not appending new data
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Adds '--cover-erase' flag to the 'ci-unittests' target
Fixes bug introduced in d7b4265f329591817bac381e2772ae14ac337cea:
"Can't add arcs to existing line data" error message
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Drop 3.2 upgrade playbooks.
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Silence warnings when using some commands directly
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Silence warnings when using rpm directly
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | | |
etcd_upgrade: Simplify package installation
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Speed up 'make ci' and trim the output
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The virtualenv is conditionally rebuilt now if the test requirements
file is modified. This will save upwards of 30+ seconds in iterative
'make ci' runs.
The pylint output is now trimmed to exclude disabled tests.
The order of the 'ci' target prerequisites has been changed to run the
fastest tests first.
Closes #2933
|
|\ \ \ \
| |/ / /
|/| | | |
Scheduler upgrades
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- do not upgrade predicates if openshift_master_scheduler_predicates is
defined
- do not upgrade priorities if openshift_master_scheduler_priorities is
defined
- do not upgrade predicates/priorities unless they match known previous
default configs
- output WARNING to user if predictes/priorities are not updated during
install
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
- fix nose coverage flags
- add coverage support for files tested outside of the utils directory
- exclude stdlib and virtualenv installed dependencies
|
|\ \ \
| |/ /
|/| | |
Fix etcd upgrades to etcd 3.x
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Scheduler var fix
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Introduce additional variables for current scheduler config and default
values to better determine if the values we are getting are user-defined,
coming from config or are the default values.
|
| | | |
|
|\ \ \
| | | |
| | | | |
node_dnsmasq - restart dnsmasq if it's not currently running
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes Bug 1401425
Fixes BZ1401425
|
|\ \ \ \
| |/ / /
|/| | | |
Conditionalize master config update for admission_plugin_config.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
upgrade_control_plane.yml: systemd_units.yaml needs the master facts
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
openshift-master/restart : use openshift.common.hostname instead of inventory_hostname
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
inventory_hostname
When using a dynamic inventory inventory_hostname isn't guaranteed to be usable. We should use openshift.common.hostname which
already copes with this
|
|\ \ \
| | | |
| | | | |
openshift_node_dnsmasq - Remove strict-order option from dnsmasq
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
strict-order forces dnsmasq to iterate through nameservers in order. If one of
the nameservers is down this will slow things down while dnsmasq waits for a
timeout. Also, this option prevents dnsmasq from querying other nameservers if
the first one returns a negative result. While I think it's odd to have a
nameserver that returns negative results for a query that another returns
positive results for this does seem to fix the issue in testing.
Fixes Bug 1399577
|
|\ \ \
| |_|/
|/| | |
Explictly set etcd vars for byo scaleup
|