From: Alfredo Deza Date: Mon, 13 Jun 2016 20:48:54 +0000 (-0400) Subject: radosgw-agent: have some defaults to prevent null var references X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cc787b8b493605b898bf8119d47f634f00737dac;p=ceph-build.git radosgw-agent: have some defaults to prevent null var references Signed-off-by: Alfredo Deza --- diff --git a/radosgw-agent/config/definitions/radosgw-agent.yml b/radosgw-agent/config/definitions/radosgw-agent.yml index cc37094b..a6a1ff56 100644 --- a/radosgw-agent/config/definitions/radosgw-agent.yml +++ b/radosgw-agent/config/definitions/radosgw-agent.yml @@ -14,10 +14,12 @@ - string: name: BRANCH description: "The git branch or tag to build" + default: master - bool: name: RELEASE description: "If checked, it will use the key for releases, otherwise it will use the autosign one." + default: true - bool: name: TEST @@ -32,6 +34,7 @@ If this is checked, then the builds will be pushed to chacra under the 'test' re If this is unchecked, then then nothing is built or pushed if they already exist in chacra. This is the default. If this is checked, then the binaries will be built and pushed to chacra even if they already exist in chacra." + default: true scm: - git: