Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

refactor CSE to separate installs #3642

Merged
merged 19 commits into from
Aug 14, 2018

Conversation

CecileRobertMichon
Copy link
Contributor

@CecileRobertMichon CecileRobertMichon commented Aug 9, 2018

What this PR does / why we need it: Separate installs from runtime configs and simplify the Linux custom script to help the vhd effort. Based on #3536

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:

  • documentation
  • unit tests
  • tested backward compatibility (ie. deploy with previous version, upgrade with this branch)

Release note:

This is the first PR of a series of custom VHDs related PRs to breakdown https://github.com/Azure/acs-engine/pull/3536.

@ghost ghost added the in progress label Aug 9, 2018
@codecov
Copy link

codecov bot commented Aug 9, 2018

Codecov Report

Merging #3642 into master will increase coverage by 0.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #3642      +/-   ##
==========================================
+ Coverage   55.65%   55.66%   +0.01%     
==========================================
  Files         108      108              
  Lines       16026    16032       +6     
==========================================
+ Hits         8919     8925       +6     
  Misses       6341     6341              
  Partials      766      766

CRI_CONTAINERD_VERSION="1.1.0"
CONTAINERD_DOWNLOAD_URL="${CONTAINERD_DOWNLOAD_URL_BASE}cri-containerd-${CRI_CONTAINERD_VERSION}.linux-amd64.tar.gz"
CONTAINERD_TGZ_TMP=/tmp/containerd.tar.gz
retrycmd_get_tarball 60 5 "$CONTAINERD_TGZ_TMP" "$CONTAINERD_DOWNLOAD_URL" || exit $ERR_CONTAINERD_DOWNLOAD_TIMEOUT
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added exit code here

@CecileRobertMichon
Copy link
Contributor Author

@jackfrancis
Copy link
Member

/lgtm pending E2E

@acs-bot
Copy link

acs-bot commented Aug 13, 2018

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: CecileRobertMichon, jackfrancis

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [CecileRobertMichon,jackfrancis]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants