Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented steps to release new version of nxOMSAutomationWorker module #810

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
44 changes: 44 additions & 0 deletions Providers/nxOMSAutomationWorker/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Releasing a new Automation Linux Hybrid Worker version

## Merging and Releasing Code Changes

1. Merge your changes in repo - https://github.com/microsoft/PowerShell-DSC-for-Linux
Upgrade the worker version in Makefile and 3 other configuration files.
Approver DL - aaeng@microsoft.com

2. Fork and raise a PR to repo - https://github.com/microsoft/Build-OMS-Agent-for-Linux to update dsc-module. Approver DL - OMSLinuxAgent@microsoft.com, hestolz@microsoft.com

```
git clone --recursive https://github.com/microsoft/Build-OMS-Agent-for-Linux.git
cd dsc
git pull origin master
cd ..
git add dsc
commit -a -m "update dsc master branch"
git push origin master
```

3. Join this myaccess project '1BPipelineGHMicrosoft' for downloading the new module. The repository generates a daily build and updated package can be downloaded from the artifacts from here - https://github-private.visualstudio.com/microsoft/_build?definitionId=93&_a=summary

4. Check-in the new version zip file in src\Modules in https://dev.azure.com/msazure/One/_git/Mgmt-Automation-DSC-Modules and merge the PR.
Approver DL - aaeng@microsoft.com

5. Release the new module version in all regions using the release - https://dev.azure.com/msazure/One/_release?definitionId=20089&view=mine&_a=releases

## Releasing to Dev Scope for Testing

1. Execute a Geneva Action to promote some workspace to Dev Scope. Geneva portal -> Test Environment -> AzureLogAnalyticsControlPlane -> Ams -> ChangeCustomerType
- Endpoint - AzureLogAnalyticsControlPlane
- Ams Region - inteus
- Workspace Id - <workspace_id>
- Customer Type Parameter - Dev

2. Execute Geneva Action to upgrade the version of dsc module. Geneva portal -> Test Environment -> AzureLogAnalyticsControlPlane -> Ams -> UpdateModuleVersion
- Endpoint - AzureLogAnalyticsControlPlane
- Ams Region - inteus
- Module - nxOMSAutomationWorker
- Version - 1.7.5.0
- Scope - Dev