From 6503bac5a5f2cdf70e28a058c9f30be3a11fa8ab Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 5 Nov 2015 09:35:14 -0600 Subject: [PATCH] ceph-deploy: add the FORCE and TEST properties Signed-off-by: Andrew Schoen --- ceph-deploy/config/definitions/ceph-deploy.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ceph-deploy/config/definitions/ceph-deploy.yml b/ceph-deploy/config/definitions/ceph-deploy.yml index c015ecaa..deafb9e5 100644 --- a/ceph-deploy/config/definitions/ceph-deploy.yml +++ b/ceph-deploy/config/definitions/ceph-deploy.yml @@ -20,6 +20,20 @@ name: RELEASE description: "If checked, it will use the key for releases, otherwise it will use the autosign one." + - bool: + name: TEST + description: " +If this is unchecked, then the builds will be pushed to chacra with the correct ref. This is the default. + +If this is checked, then the builds will be pushed to chacra under the 'test' ref." + + - bool: + name: FORCE + description: " +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." + scm: - git: url: https://github.com/ceph/ceph-deploy.git -- 2.39.5