Hello ,
I am attempting to provision MWS instance through composite template. I have defined required details of DB , Install host , port , directory , layers , templates , node provisioning etc…
However when i execute the template , i see an warning message
“WARN #13518 No nodes to process for layer: dbc. Skipping this layer.” and its skipping to execute DB scripts through DB configurator.
Also it attempts to install platform manager during the process , though its already available on target machine in different directory (installed alongwith IS)
following is YAML section in template for provisioning .
provision:
default:
dbc:
- ${dbc.alias}
mws:
- ${env.alias}
server:
dbc:
- ${dbc.alias}
mws:
- ${env.alias}
nodes:
default:
default:
host: ${mws.host}
port: ${mws.http.port}
secure: ${mws.https.port}
#credentials: ${spm.credentials.key}
bootstrapInfo:
installDir: ${install.dir}
repoName: ${repo.product}
platform: ${os.platform}
port: ${os.port}
credentials: ${os.credentials.key}
are any details missing in above section? Appreciate if i can get working template for cross verifying the template. I have used SAG provided template on github site.
regards,
Shahed