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

Update 'Provisioning' options in default configs #1853

Merged
merged 2 commits into from
Apr 21, 2020

Conversation

vittyvk
Copy link
Contributor

@vittyvk vittyvk commented Apr 14, 2020

'Provisioning.Enabled' and 'Provisioning.UseCloudInit' parameters are
removed since v2.2.45 and replaced with 'Provisioning.Agent'. Update
distro specific configs accordingly.

Issue #


PR information

  • [X ] The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • Except for special cases involving multiple contributors, the PR is started from a fork of the main repository, not a branch.
  • [-] If applicable, the PR references the bug/issue that it fixes in the description.
  • [-] New Unit tests were added for the changes made and Travis.CI is passing.

Quality of Code and Contribution Guidelines


This change is Reviewable

@codecov
Copy link

codecov bot commented Apr 14, 2020

Codecov Report

Merging #1853 into develop will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1853      +/-   ##
===========================================
- Coverage    69.47%   69.45%   -0.02%     
===========================================
  Files           82       82              
  Lines        11469    11469              
  Branches      1619     1619              
===========================================
- Hits          7968     7966       -2     
- Misses        3164     3166       +2     
  Partials       337      337              
Impacted Files Coverage Δ
azurelinuxagent/pa/provision/default.py 73.97% <0.00%> (-1.03%) ⬇️

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 5447406...4d69856. Read the comment docs.

'Provisioning.Enabled' and 'Provisioning.UseCloudInit' parameters are
removed since v2.2.45 and replaced with 'Provisioning.Agent'. Update
distro specific configs accordingly.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
@narrieta
Copy link
Member

@vittyvk - it seems like you need to update your branch with develop. thanks!

@vittyvk
Copy link
Contributor Author

vittyvk commented Apr 20, 2020

The commit doesn't change the code so I hope the 0.02% change in coverage can be tolerated.

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

Successfully merging this pull request may close these issues.

4 participants