You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Unfortunately the documentation is not up to date and we encountered multiple errors, which we were able most of them to work around.
But now we are stuck with errors like this:
Or problems with the templating paths.
We don't know if the errors are due bugs in this repo or in the rover repo.
If possible we are open to have a call to walkthrough this together.
The text was updated successfully, but these errors were encountered:
I too am having the same issue and am completely blocked by it. is there any kind of workaround as it makes it completely unusable? @arnaudlh do you have any thoughts on this?
Also i managed to make the most recent version working using the following changes:
on /tf/caf/landingzones/templates/platform/caf_platform_prod_nonprod.yaml comment out (or delete) line <gitops_agents: gitops_agents_aci.yaml> (line 169)
run ansible-galaxy collection install community.general (this is to fix the 'with_filetree' term on lines 37,46,59 on /tf/caf/landingzones/templates/ansible/load_deployments_alz.yaml. no changes in the file itself are needed).
on /tf/caf/landingzones/templates/platform/services/README.md delete line 65 ( -e AGENT_TOKEN={{ AGENT_TOKEN }} )
on /tf/caf/landingzones/templates/platform/caf_platform_prod_nonprod.yaml change <private_templates_folder: "{{base_folder}}/platform/templates"> with <private_templates_folder: "{{base_folder}}/landingzones/templates/platform">
on /tf/caf/landingzones/templates/ansible/get_tfstate_content.yaml remove task "Set {{exported_variable_name}} with env:'{{env}}' - (with resource_key: {{resource_key}})" (rows 98 - 110). feel free to remove any empty rows to make the file pretty
Hi,
using latest version 5.6.8
we are starting from scratch to ignite a complete greenfield environment.
We started using the caf-terraform-landingzones-platform-starter repo as starting point and follow the getting started documentation https://github.com/Azure/caf-terraform-landingzones-platform-starter/blob/main/getting-started/gihub.md
Unfortunately the documentation is not up to date and we encountered multiple errors, which we were able most of them to work around.
![image](https://private-user-images.githubusercontent.com/134270083/240567509-8afc0307-d5a1-4fa0-99b4-4041ac383b43.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDc5ODQsIm5iZiI6MTczOTM0NzY4NCwicGF0aCI6Ii8xMzQyNzAwODMvMjQwNTY3NTA5LThhZmMwMzA3LWQ1YTEtNGZhMC05OWI0LTQwNDFhYzM4M2I0My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwODA4MDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yMDhlYjU0YmZiMzE3MmU1MTZhNTEwNzAwMTEwNmM3Y2QwYjNkYTI5NzMwZGU2ZThkNGZkOWEyNjMyOWVkMjY3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.dCTc20zO6t4cBaFlakiWc7W3OjWQhsYd9OqH0VWCFVE)
But now we are stuck with errors like this:
Or problems with the templating paths.
We don't know if the errors are due bugs in this repo or in the rover repo.
If possible we are open to have a call to walkthrough this together.
The text was updated successfully, but these errors were encountered: