Xicheng Chang 51ac20929b Initial commmit
docker/build/compass is for building compass docker image, which
should be triggered automatically by CI(or other periodic jobs).
under docker/build/scripts there is a sample start that can be
included in Dockerfile(uncomment CMD["/root/sample_start"] when
testing this image build.

Change-Id: I05dbbde67bd82803971cf3f90a8dbea6d57b0776
2014-12-12 13:44:43 -08:00

10 lines
201 B
Plaintext

NAME = 'cobbler'
INSTANCE_NAME = 'cobbler'
SETTINGS = {
'cobbler_url': 'http://10.145.89.140/cobbler_api',
'credentials': {
'username': 'cobbler',
'password': 'cobbler'
}
}