service-fabrik-apiserver job from service-fabrik/3.66.0
Github source:
20bb680
or
master branch
Properties¶
admin-password
¶
The password for the admin account
admin-username
¶
The admin username for the apiserver cluster
crds
¶
CRD list to be deployed on apiserver
etcd
¶
ssl
¶
ca
¶CA for etcd client and server authentication
crt
¶Certificate for etcd client and server authentication
key
¶Private key for etcd client and server authentication
url
¶ETCD host URL to connect
ip
¶
IP address used for apiserver
logging-level
¶
V-leveled logging at the specified level. See https://github.com/golang/glog
- Default
2
port
¶
Port used for apiserver
- Default
9443
tls
¶
apiserver
¶
ca
¶CA Certificate for the apiserver master
certificate
¶Certificate for the apiserver master
private_key
¶Private key for the apiserver master
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/service-fabrik-apiserver/
directory
(learn more).
bin/ensure_apiserver_healthy
(frombin/ensure_apiserver_healthy.erb
)bin/post-start
(frombin/post-start.erb
)config/apiserver-key.pem
(fromconfig/apiserver-key.pem.erb
)config/apiserver.pem
(fromconfig/apiserver.pem.erb
)config/bpm.yml
(fromconfig/bpm.yml.erb
)config/etcd-ca.crt
(fromconfig/etcd-ca.crt.erb
)config/etcd.crt
(fromconfig/etcd.crt.erb
)config/etcd.key
(fromconfig/etcd.key.erb
)config/tokens.csv
(fromconfig/tokens.csv.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.