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

feat: Adding a unique id to Windows VHDs for telemtry correlation #2388

Merged
merged 1 commit into from Dec 3, 2019

Conversation

marosset
Copy link
Contributor

@marosset marosset commented Dec 3, 2019

Reason for Change:

Adding a unique ID file to Windows VHDs so we can correlate telemetry from Windows node setup extensions to a specific VHD image

Issue Fixed:

Requirements:

Notes:

@codecov
Copy link

codecov bot commented Dec 3, 2019

Codecov Report

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

@@           Coverage Diff           @@
##           master    #2388   +/-   ##
=======================================
  Coverage   72.08%   72.08%           
=======================================
  Files         130      130           
  Lines       23310    23310           
=======================================
  Hits        16803    16803           
  Misses       5482     5482           
  Partials     1025     1025

@@ -241,6 +241,7 @@ switch ($env:ProvisioningPhase)
Install-Docker
Get-ContainerImages
Get-FilesToCacheOnVHD
(New-Guid).Guid | Out-File -FilePath 'c:\vhd-id.txt'
Copy link
Contributor

Choose a reason for hiding this comment

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

would putting this in a machine env var help with AppInsights integration?

Copy link
Contributor

Choose a reason for hiding this comment

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

n/m, the CSE will be able to read this just fine

Copy link
Contributor

@PatrickLang PatrickLang left a comment

Choose a reason for hiding this comment

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

/lgtm

@acs-bot
Copy link

acs-bot commented Dec 3, 2019

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: marosset, PatrickLang

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 [PatrickLang,marosset]

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

@acs-bot acs-bot merged commit ac9a074 into Azure:master Dec 3, 2019
@marosset marosset deleted the win-vhd-id branch December 3, 2019 23:53
@jackfrancis jackfrancis modified the milestones: Next, v0.45.0 Dec 16, 2019
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.

None yet

4 participants