]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
radosgw-agent: have some defaults to prevent null var references 406/head
authorAlfredo Deza <adeza@redhat.com>
Mon, 13 Jun 2016 20:48:54 +0000 (16:48 -0400)
committerAlfredo Deza <adeza@redhat.com>
Mon, 13 Jun 2016 20:48:54 +0000 (16:48 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
radosgw-agent/config/definitions/radosgw-agent.yml

index cc37094b12c9c9b36388dc84193edf0cebf76d96..a6a1ff56a68d47d84b29934084057e816e42dfdf 100644 (file)
       - 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: