-
Notifications
You must be signed in to change notification settings - Fork 21
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
Azure chef extension policyfile support - 1210.13.4.1 #350
Comments
Hi @sean-horn, this issue is not reproducible in latest version, can you please try using latest azure chef extension version |
Any updates @sean-horn ? |
@sean-horn this is the template that we used
We are able to see policy_name and policy_group in chef/0.settings file under |
@sean-horn we will be closing this issue as it is not occurring with latest version, you can reopen the issue if it reoccurs. Thank you! |
@sean-horn We have tested with ubuntu20 and ubuntu18 by deploying azure chef extension with template and we are getting policyname and policy_group in our node. Can you please provide all log files from your vm - i.e In linux the location for these logs will be - Thank you! |
Thanks for the update, @ayushbhatt29 I'll ask the customer to review and that they should respond here. |
Any updates @sean-horn ? |
Hi @sean-horn, we will be closing this issue, feel free to reopen the issue if it reoccurs. Thank you! |
Describe the bug
Team,
We are trying to enable chef-extension on providing policyfile details while using the 1210.13.4.1 extension.
When we are trying to enable through azure arm template, as mentioned in https://github.com/chef-partners/azure-chef-extension, the chef-extension is getting deployed successfully, but policy details are not getting reflected on the node.
Can you please suggest, how to define the arm template for deploying chef-extn with policy file? We have our ARM template defined as the following. Note: We've already tried and it fails when "custom_json_attr" is kept outside "settings" with this exception: 'Could not find member 'custom_json_attr' on object of type 'TemplateResource'.
To Reproduce
Bootstrap a node with azure extension 1210.13.4.1 and the arm template above
Expected behavior
The node is bootstrapped and its config is defined by a policy_name and policy_group
Actual behavior
After the attempted bootstrap, the system has not had the
policy_name
,policy_group
defined undercustom_json_attr
Additional context
This seems to have been working in https://github.com/chef-partners/azure-chef-extension/releases/tag/1210.13.2.3, but has maybe stopped since then?
#259
The text was updated successfully, but these errors were encountered: