| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Updated OpenShift Master iptables rules
|
|/
|
|
|
|
|
| |
* Removed unneeded rules
* Moved etcd rule to conditional based on usage of embedded etcd
https://bugzilla.redhat.com/show_bug.cgi?id=1386329
|
|\
| |
| | |
YAML Linting with CI checking
|
| |
| |
| |
| |
| | |
* Added checks to make ci for yaml linting
* Modified y(a)ml files to pass lint checks
|
|\ \
| |/
|/| |
Limit node certificate SANs to node hostnames/ips.
|
| | |
|
|\ \
| | |
| | | |
Upgrade etcd by default
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Fixes to 'make ci'
|
| | |
| | |
| | |
| | | |
all ci-* targets
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Fixed: A grep filter was capturing the actual pylint check rc's
* Changed: pylint used to print out messages for locally-disabled and
file-ignored items
* Changed: pylint output format is now 'parseable'
* Cleaned up: Pylint was emitting deprecation messages for
'required-attributes' and 'ignore-iface-methods'. They have been
removed from the pylintrc file
|
|\ \
| |/
|/| |
upgrades - Fix logic error about when to backup etcd
|
|/ |
|
|\
| |
| | |
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
|