[ ] My code follows the code style of this project.
[ ] I ran lint checks locally prior to submission.
[ ] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
Description
Documentation fixes. Main change is to update the starter command with the missing config_folder variable that is used by e2e.yaml. Initially without the variable, the error is:
The config_folder is inferred by looking at connectivity.yaml which is found in /enterprise_scale/contoso/platform
Does this introduce a breaking change
[ ] YES
[x] NO
Testing
Run the starter commands which should work with the new variable injected @LaurentLesle
cd /tf/caf/templates/platform
ansible-playbook e2e.yaml -e scenario=contoso -e model=demo -e config_folder=/tf/caf/enterprise_scale/contoso/platform
PR Checklist
Description
Documentation fixes. Main change is to update the starter command with the missing
config_folder
variable that is used bye2e.yaml
. Initially without the variable, the error is:The
config_folder
is inferred by looking atconnectivity.yaml
which is found in/enterprise_scale/contoso/platform
Does this introduce a breaking change
Testing
Run the starter commands which should work with the new variable injected @LaurentLesle