Azure / acs-engine

WE HAVE MOVED: Please join us at Azure/aks-engine!
https://github.com/Azure/aks-engine
MIT License
1.03k stars 560 forks source link

Remove OpenShift support #4317

Closed mboersma closed 5 years ago

mboersma commented 5 years ago

What this PR does / why we need it:

The OpenShift code in acs-engine is unsupported and untested. #4302 removed it from testing, and this PR completes the removal from the codebase. (moved to https://github.com/openshift/openshift-azure)

Once this merges, I'll follow on with a PR to remove OpenShift from documentation and examples. Done in this PR.

This should make our reboot of aks-engine simpler as well.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

If applicable:

Release note:

Remove OpenShift support
codecov[bot] commented 5 years ago

Codecov Report

Merging #4317 into master will decrease coverage by 2.45%. The diff coverage is 54.54%.

@@            Coverage Diff             @@
##           master    #4317      +/-   ##
==========================================
- Coverage   55.45%   52.99%   -2.46%     
==========================================
  Files         109       96      -13     
  Lines       16054    14287    -1767     
==========================================
- Hits         8903     7572    -1331     
+ Misses       6368     6045     -323     
+ Partials      783      670     -113
mboersma commented 5 years ago

See Azure/aks-engine#80