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

Address miscellaneous issues #437

Merged

Conversation

arvindshmicrosoft
Copy link
Member

  • Address an Ansible deprecation warning by changing the ansible.cfg file to use callbacks_enabled.
  • Use native Ansible module to create ADLS Gen2 storage accounts.
  • Resize filesystems to match provisioned disk space.
  • Move user specific environment (PATH definition) to bashrc to ensure that SSH command invocation also leverages correct path definition.

* Address an Ansible deprecation warning by changing the ansible.cfg
  file to use `callbacks_enabled`.
* Use native Ansible module to create ADLS Gen2 storage accounts.
* Resize filesystems to match provisioned disk space.
* Move user specific environment (PATH definition) to bashrc to ensure
  that SSH command invocation also leverages correct path definition.
@arvindshmicrosoft arvindshmicrosoft merged commit 8688ab0 into apache:main Nov 21, 2023
2 checks passed
@arvindshmicrosoft arvindshmicrosoft deleted the ansible-misc-fixes-20231120 branch November 21, 2023 23:50
arvindshmicrosoft added a commit to arvindshmicrosoft/fluo-muchos that referenced this pull request Nov 23, 2023
The change in apache#437 to use azure_rm_storageaccount to create the ADLS
Gen2 storage account used a deprecated property `type` to specify the
storage account type. In this PR we change that to `account_type`.
arvindshmicrosoft added a commit that referenced this pull request Nov 27, 2023
The change in #437 to use azure_rm_storageaccount to create the ADLS
Gen2 storage account used a deprecated property `type` to specify the
storage account type. In this PR we change that to `account_type`.
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.

2 participants