We trialled running the AVP demo on Local Hardware.
The following error occurs in blueprint configure command. (omitting the first provision step)

Is the cause the same as #18?
If so, please modify the procedure below.
- "Then run the blueprint scripts, omitting the first provision step."
Even if we run the AVP demo on Local Hardware, is it possible to generate instances/onsite-hosts automatically?
Workaround:
Modify blueprint scripts
"ansible_init" processing (which normally existes in blueprint provision) is added to blueprint init-user .
init-user)
print_header
ansible_init # Add processing
run_init_user $@
We trialled running the AVP demo on Local Hardware.
The following error occurs in
blueprint configurecommand. (omitting the firstprovisionstep)Is the cause the same as #18?
If so, please modify the procedure below.
Even if we run the AVP demo on Local Hardware, is it possible to generate
instances/onsite-hostsautomatically?Workaround:
Modify blueprint scripts
"ansible_init" processing (which normally existes in
blueprint provision) is added toblueprint init-user.