Fix foreman deploy by providing parameters to clean and deploy scripts 59/459/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 4 May 2015 16:23:40 +0000 (18:23 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Mon, 4 May 2015 16:23:40 +0000 (18:23 +0200)
JIRA: OCTO-47

Change-Id: I6e01e46c64b7252f94ec9b553dcbd585e9714bd4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/genesis/genesis-foreman.yml

index 906de1e..336af30 100644 (file)
 
             cd $WORKSPACE
 
+            # messy workaround
+            git clone https://gist.github.com/4f2eb87d8c9937ee19f0.git lf_settings
+            ls -al $WORKSPACE/lf_settings
+
             # cleanup first
-            $WORKSPACE/clean.sh
+            $WORKSPACE/clean.sh -base_config $WORKSPACE/lf_settings/lf_pod2_ksgen_settings.yml
 
             # and then initiate deployment
-            $WORKSPACE/deploy.sh
+            $WORKSPACE/deploy.sh -base_config $WORKSPACE/lf_settings/lf_pod2_ksgen_settings.yml