shipyard job from shipyard/2
Github source:
275d2bb3
or
master branch
Properties¶
docker
¶
group
¶Group which will own the Docker services
- Default
vcap
user
¶User which will own the Docker services
- Default
root
shipyard
¶
admin_pass
¶Shipyard admin password
- Default
shipyard
celery_workers
¶Shipyard Celery workers
- Default
"4"
db
¶
host
¶Shipyard database address/hostname
- Default
127.0.0.1
name
¶Shipyard database name
- Default
shipyard
password
¶Shipyard database password
- Default
c1oudc0w
port
¶TCP Port where Shipyard database will listen to
- Default
"5432"
type
¶Shipyard database type
- Default
postgresql_psycopg2
user
¶Shipyard database user
- Default
shipyard
debug
¶Shipyard debug enabled/disabled
- Default
"True"
port
¶Shipyard port
- Default
"8000"
redis
¶
host
¶Shipyard redis address/hostname
- Default
127.0.0.1
port
¶TCP Port where Shipyard redis will listen to
- Default
"6379"
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/shipyard/
directory
(learn more).
bin/job_properties.sh
(frombin/job_properties.sh.erb
)bin/shipyard_ctl
(frombin/shipyard_ctl
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.