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

Revert vmss extension name #3059

Merged
merged 5 commits into from
May 23, 2018
Merged

Conversation

CecileRobertMichon
Copy link
Contributor

@CecileRobertMichon CecileRobertMichon commented May 23, 2018

What this PR does / why we need it: PR #3031 changed the CSE name for vmss agents. This broke vmss deployments because vmss agentpools do not have a variable "offset".

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

Special notes for your reviewer:

If applicable:

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

Release note:

@ghost ghost added the in progress label May 23, 2018
@@ -135,7 +135,7 @@ jobs:
- checkout
- run: |
echo 'export TIMEOUT=10m' >> $BASH_ENV
echo 'export CLUSTER_DEFINITION=examples/kubernetes.json' >> $BASH_ENV
echo 'export CLUSTER_DEFINITION=examples/kubernetes-vmss/kubernetes.json' >> $BASH_ENV
Copy link
Contributor Author

Choose a reason for hiding this comment

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

VMSS is the default so updating the "k8s Linux default" to use vmss since all the other e2e tests use AvailabilitySet

Copy link
Member

Choose a reason for hiding this comment

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

Instead of this, let's just update the examples/kubernetes.json api model to no longer specify an "availabilityProfile" (it should use vmss by default)

@codecov
Copy link

codecov bot commented May 23, 2018

Codecov Report

Merging #3059 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3059   +/-   ##
=======================================
  Coverage   51.49%   51.49%           
=======================================
  Files          99       99           
  Lines       15026    15026           
=======================================
  Hits         7737     7737           
  Misses       6582     6582           
  Partials      707      707

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef5f5b3...6580ede. Read the comment docs.

CecileRobertMichon added 2 commits May 23, 2018 15:16
@jackfrancis
Copy link
Member

/approve
/lgtm

@acs-bot
Copy link

acs-bot commented May 23, 2018

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 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:

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

@jackfrancis jackfrancis merged commit ac34b4f into Azure:master May 23, 2018
@ghost ghost removed the in progress label May 23, 2018
@CecileRobertMichon CecileRobertMichon deleted the fix-vmss-cse branch June 6, 2018 19:13
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.

VMSS deployment is broken in 0.17.1
3 participants