summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-24 12:37:41 +0000
committervarac <varacanero@zeromail.org>2016-02-24 12:37:41 +0000
commit9fc6136f665de3a9df41c9b68d2c899b8323b069 (patch)
treed2bb69a85fcee50b5bc1282624a0395444ad26ce
parent9d4953be78c39b478c9ede5fe2a138de6193911c (diff)
ignore dkim msgs, dont run extra deploy on bootstrap_nodes
-rwxr-xr-xleap-platform-test7
1 files changed, 5 insertions, 2 deletions
diff --git a/leap-platform-test b/leap-platform-test
index 28fb2aa..1748253 100755
--- a/leap-platform-test
+++ b/leap-platform-test
@@ -77,7 +77,10 @@ bootstrap_nodes() {
wait_for_node "$vm"
$LEAP_CMD $OPTS node init "$vm"
# set hostname + do dist-upgrade
- $LEAP_CMD $OPTS deploy "$vm" --tags site_apt::dist_upgrade,site_config::hosts,site_squid_deb_proxy::client
+ # deploying these classes have too much dependencies,
+ # this is done now by the "~/vagrant/bootstrap_only.sh" provisioner
+ #$LEAP_CMD $OPTS deploy "$vm" --tags site_apt::dist_upgrade,site_config::hosts,site_squid_deb_proxy::client
+
# make sure machines are rebooted in order to be able to load kernel modules after a kernel update
# https://leap.se/code/issues/6494
@@ -154,7 +157,7 @@ deploy() {
returncode=0
# 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 -| - hiera| = created hiera/| = updated hiera/| = updated secrets.json| - cd /root/| - rolling backexecuting| - files/|\[bin,tests,puppet\] ->|] Hostname updated.| = Updating submodule puppet/modules|Warning: Permanently added.*to the list of known hosts.| = leap command v| = leap platform v| - \[.*\] ok| - \[.*\] STARTING APPLY| - \[.*\] APPLY COMPLETE|net.ssh.authentication.agent.*could not connect to ssh-agent|Deploying '
+ FILTER_CLI=' - \[.*\] Changed /etc/hostname to| - \[.*\] Changed hostname to|= read|= loading|= no change| - executing| = executing| = applying| = ran git| = checking| = synching| = skipping file_path| - cd .*; rsync -| - hiera| = created hiera/| = updated hiera/| = updated secrets.json| - cd /root/| - rolling backexecuting| - files/|\[bin,tests,puppet\] ->|] Hostname updated.| = Updating submodule puppet/modules|Warning: Permanently added.*to the list of known hosts.| = leap command v| = leap platform v| - \[.*\] ok| - \[.*\] STARTING APPLY| - \[.*\] APPLY COMPLETE|net.ssh.authentication.agent.*could not connect to ssh-agent|Deploying | - mx/dkim.pub, mx/dkim.key -> rewdevmx1:/srv/leap/files'
FILTER_PUPPET="] notice: |] No change to hostname|] Puppet apply complete \(changes made\).|] warning: Dynamic lookup|] warning: Scope\(Class|Skipping because of failed dependencies|warning: You cannot collect without storeconfigs being set|warning: Not collecting exported resources without storeconfigs|warning: default \`to_a' will be obsolete|Warning: Found multiple default providers for vcsrepo"