import job from shield/8.7.1
Github source:
7e8b5dd or
master branch
Properties¶
core¶
shield core (this only needs to be set if you want to use automated generated tokens)
- Default
shield
domain¶
domain name for shield api (this only needs to be set if you want to use automated generated tokens)
generate_token¶
set to true for automated token generation ( username/password are required)
- Default
false
import¶
A complete `shield import’ YAML file, for importing and auto-provisioning tenants, users, cloud storage, data systems, etc.
password¶
shield password for generating tokens (this is not the recomanded way and you should use the more secure generated tokens shield create-auth-token)
- Default
shield
token_name¶
default name for the token create with shield create-auth-token
- Default
(deployment)-(name)-(index)-(time)
username¶
shield username for generating tokens (this is not the recomanded way and you should use the more secure generated tokens shield create-auth-token)
- Default
admin
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/import/ directory
(learn more).
bin/run(frombin/run)config/import.yml(fromconfig/import.yml)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.