fuel-plugin-manila/gen_keys.sh
Igor Gajsin 15f3e8d522 prevent to execute unnecessary tasks when redeploy
Change-Id: I8c61f9a207016a8a867062fa250f5b89749d2add
2016-09-27 12:46:17 +03:00

8 lines
208 B
Bash

#!/bin/sh
CLUSTER_ID=$1
if [ ! -d /var/lib/fuel/keys/$CLUSTER_ID/manila ]; then
sh /etc/puppet/modules/osnailyfacter/modular/astute/generate_keys.sh -p /var/lib/fuel/keys/ -i $CLUSTER_ID -s 'manila'
fi