summaryrefslogtreecommitdiff
path: root/leap-platform-test
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-06-25 13:54:54 +0200
committervarac <varacanero@zeromail.org>2013-06-25 13:54:54 +0200
commit01e004cb0eb500a6f824bc1c816935d7bd8b0ab4 (patch)
treee780dc15f54edfe966d3924e685732228e89b1f0 /leap-platform-test
parentc9fd8e9b309ab72e891630dc8e00f0b270afe4b0 (diff)
added ssh host key adding warning, begin of version()
Diffstat (limited to 'leap-platform-test')
-rwxr-xr-xleap-platform-test14
1 files changed, 13 insertions, 1 deletions
diff --git a/leap-platform-test b/leap-platform-test
index b7e1f5a..2890978 100755
--- a/leap-platform-test
+++ b/leap-platform-test
@@ -96,7 +96,8 @@ deploy() {
# we need to deploy with verbose level 2, and filter out unwanted stuff
# until puppet errors show up in verbose level 0 +1 (#1750)
- FILTER_CLI='= read|= loading|= no change| - executing| = executing| = applying| = ran git| = checking| = synching| = skipping file_path| - cd .*; rsync -a| - hiera| = created hiera/| - cd /root/| - rolling backexecuting| - files/ca/client_ca.crt|\[bin,puppet\] ->|] Hostname updated.'
+ FILTER_CLI='= read|= loading|= no change| - executing| = executing| = applying| = ran git| = checking| = synching| = skipping file_path| - cd .*; rsync -a| - hiera| = created hiera/| - cd /root/| - rolling backexecuting| - files/ca/client_ca.crt|\[bin,puppet\] ->|] Hostname updated.| = Updating submodule puppet/modules|Warning: Permanently added.*(ECDSA) to the list of known hosts.'
+
FILTER_PUPPET='] notice: |] No change to hostname|] Puppet apply complete|] warning: Dynamic lookup|] warning: Scope\(Class'
FILTER_ALL="($FILTER_CLI|$FILTER_PUPPET)"
@@ -172,6 +173,17 @@ wait_for_node() {
done
}
+# beginning of version check
+versions () {
+ cd $PLATFORMDIR
+
+
+}
+
+
+
+
+
config=""
all=false