-
Notifications
You must be signed in to change notification settings - Fork 908
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
Removing ability to invoke walinuxagent from cloud-init #799
Removing ability to invoke walinuxagent from cloud-init #799
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks good. Is there a reason we can't also remove the other agent references? In DataSourceAzure.py, I'm looking at lines:
51,52,258,1254-1255
Should we still be defaulting data_dir
to the AGENT_SEED_DIR
(259)?
Is 'x-ms-agent-name': 'WALinuxAgent',
still a valid header in azure.py
(348)?
I still see a ton of waagent
references in test_azure.py
. Are all of those still valid?
We should also update doc/rtd/topics/datasources/azure.rst
accordingly.
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging mitechie, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag mitechie to reopen it.) |
Hello! Thank you for this proposed change to cloud-init. This pull request is now marked as stale as it has not seen any activity in 14 days. If no activity occurs within the next 7 days, this pull request will automatically close. If you are waiting for code review and you are seeing this message, apologies! Please reply, tagging mitechie, and he will ensure that someone takes a look soon. (If the pull request is closed and you would like to continue working on it, please do tag mitechie to reopen it.) |
@TheRealFalcon I will update the doc in azure.rst |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @anhvoms , this looks good.
3179c7e
to
2292cfe
Compare
Some references were missed in the removal of the agent command in PR canonical#799. This simply removes the remaining references. Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
Some references were missed in the removal of the agent command in PR #799. This simply removes the remaining references. Signed-off-by: Chris Patterson <cpatterson@microsoft.com>
Proposed Commit Message
azure: removing ability to invoke walinuxagent from within cloud-init as this is no longer supported/necessary.
Additional Context
Test Steps
Checklist: