From: Andrew Schoen Date: Wed, 27 Jan 2016 21:02:57 +0000 (-0600) Subject: ceph-ansible-pull-requests: add fsid and monitor_secret to extra-vars X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e1bc6fc8a571b3eab2997f080637734562cb01cd;p=ceph-build.git ceph-ansible-pull-requests: add fsid and monitor_secret to extra-vars Signed-off-by: Andrew Schoen --- diff --git a/ceph-ansible-pull-requests/build/build b/ceph-ansible-pull-requests/build/build index 0e140c97..3fd2af2f 100644 --- a/ceph-ansible-pull-requests/build/build +++ b/ceph-ansible-pull-requests/build/build @@ -19,6 +19,8 @@ public_network="127.0.0.1/0" # the default settings include a setting for vm.min_free_kbytes which asks # for more memory than our jenkins slaves allow, so we remove it here os_tuning_params='[{"name": "kernel.pid_max", "value": 4194303},{"name": "fs.file-max", "value": 26234859}]' +fsid="4a158d27-f750-41d5-9e7f-26ce4c9d2d45" +monitor_secret="AQAWqilTCDh7CBAAawXt6kyTgLFCxSvJhTEmuw==" cat > $HOME/test-vars.json << EOF { @@ -29,7 +31,9 @@ cat > $HOME/test-vars.json << EOF "monitor_interface":"$monitor_interace", "cluster_network":"$cluster_network", "public_network":"$cluster_network", - "os_tuning_params":$os_tuning_params + "os_tuning_params":$os_tuning_params, + "fsid":"$fsid", + "monitor_secret":"$monitor_secret" } EOF