2017-12-24 09:40:34,793 [salt.cli.daemons ][WARNING ][2296] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-12-24 09:41:07,371 [salt.state       ][ERROR   ][3761] No contents found in top file
2017-12-24 09:43:09,623 [salt.utils.parsers][WARNING ][2296] Minion received a SIGTERM. Exiting.
2017-12-24 09:47:39,134 [salt.cli.daemons ][WARNING ][3530] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-12-24 09:47:55,433 [py.warnings      ][WARNING ][3751] /usr/lib/python2.7/dist-packages/salt/utils/templates.py:73: DeprecationWarning: Starting in 2015.5, cmd.run uses python_shell=False by default, which doesn't support shellisms (pipes, env variables, etc). cmd.run is currently aliased to cmd.shell to prevent breakage. Please switch to cmd.shell or set python_shell=True to avoid breakage in the future, when this aliasing is removed.

2017-12-24 09:48:45,737 [salt.loaded.int.module.cmdmod][ERROR   ][3751] Command 'while true; do salt-call saltutil.running|grep fun: && continue; salt-call --local service.restart salt-minion; break; done' failed with return code: None
2017-12-24 09:48:49,210 [salt.loaded.int.module.cmdmod][INFO    ][8316] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-12-24 09:48:49,223 [salt.loaded.int.module.cmdmod][INFO    ][8316] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-12-24 09:48:49,246 [salt.loaded.int.module.cmdmod][INFO    ][8316] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'salt-minion.service'] in directory '/root'
2017-12-24 09:48:49,269 [salt.utils.parsers][WARNING ][3530] Minion received a SIGTERM. Exiting.
2017-12-24 09:48:49,849 [salt.cli.daemons ][INFO    ][8428] Setting up the Salt Minion "kvm03.baremetal-mcp-pike-ovs-dpdk-ha.local"
2017-12-24 09:48:50,877 [salt.minion      ][INFO    ][8428] Creating minion process manager
2017-12-24 09:48:50,878 [salt.cli.daemons ][WARNING ][8428] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-12-24 09:48:50,878 [salt.cli.daemons ][INFO    ][8428] The Salt Minion is starting up
2017-12-24 09:48:50,879 [salt.minion      ][INFO    ][8428] Minion is starting as user 'root'
2017-12-24 09:48:50,879 [salt.utils.event ][INFO    ][8428] Starting pull socket on /var/run/salt/minion/minion_event_9ddf3e114e_pull.ipc
2017-12-24 09:48:52,508 [salt.loaded.int.module.cmdmod][INFO    ][8428] Executing command ['date', '+%z'] in directory '/root'
2017-12-24 09:48:52,536 [salt.utils.schedule][INFO    ][8428] Updating job settings for scheduled job: __mine_interval
2017-12-24 09:48:52,552 [salt.minion      ][INFO    ][8428] Added mine.update to scheduler
2017-12-24 09:48:52,589 [salt.minion      ][INFO    ][8428] Minion is ready to receive requests!
2017-12-24 09:48:53,595 [salt.utils.schedule][INFO    ][8428] Running scheduled job: __mine_interval
2017-12-24 09:48:58,027 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224094857948816
2017-12-24 09:48:58,048 [salt.minion      ][INFO    ][9336] Starting a new job with PID 9336
2017-12-24 09:48:58,065 [salt.minion      ][INFO    ][9336] Returning information for job: 20171224094857948816
2017-12-24 09:49:09,974 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command state.sls with jid 20171224094909898019
2017-12-24 09:49:09,992 [salt.minion      ][INFO    ][9349] Starting a new job with PID 9349
2017-12-24 09:49:12,611 [salt.state       ][INFO    ][9349] Loading fresh modules for state activity
2017-12-24 09:49:12,649 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/init.sls'
2017-12-24 09:49:12,680 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/server/init.sls'
2017-12-24 09:49:12,697 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/server/service.sls'
2017-12-24 09:49:12,734 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/map.jinja'
2017-12-24 09:49:12,771 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/server/network.sls'
2017-12-24 09:49:12,805 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/map.jinja'
2017-12-24 09:49:12,835 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/server/pool.sls'
2017-12-24 09:49:12,866 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/map.jinja'
2017-12-24 09:49:13,308 [salt.state       ][INFO    ][9349] Running state [libvirt0] at time 09:49:13.308280
2017-12-24 09:49:13,309 [salt.state       ][INFO    ][9349] Executing state pkg.installed for libvirt0
2017-12-24 09:49:13,309 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 09:49:13,664 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-24 09:49:15,883 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'libvirt0'] in directory '/root'
2017-12-24 09:49:18,916 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 09:49:18,992 [salt.state       ][INFO    ][9349] Made the following changes:
'libvirt0' changed from 'absent' to '3.6.0-1ubuntu5~cloud0'
'libavahi-common-data' changed from 'absent' to '0.6.32~rc+dfsg-1ubuntu2'
'libyajl2' changed from 'absent' to '2.1.0-2'
'libavahi-common3' changed from 'absent' to '0.6.32~rc+dfsg-1ubuntu2'
'libxen-4.6' changed from 'absent' to '4.6.5-0ubuntu1.4'
'libxenstore3.0' changed from 'absent' to '4.6.5-0ubuntu1.4'
'libavahi-client3' changed from 'absent' to '0.6.32~rc+dfsg-1ubuntu2'

2017-12-24 09:49:19,017 [salt.state       ][INFO    ][9349] Loading fresh modules for state activity
2017-12-24 09:49:19,047 [salt.state       ][INFO    ][9349] Completed state [libvirt0] at time 09:49:19.046599 duration_in_ms=5738.318
2017-12-24 09:49:19,060 [salt.state       ][INFO    ][9349] Running state [pm-utils] at time 09:49:19.059814
2017-12-24 09:49:19,060 [salt.state       ][INFO    ][9349] Executing state pkg.installed for pm-utils
2017-12-24 09:49:19,461 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'pm-utils'] in directory '/root'
2017-12-24 09:49:20,072 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224094919996587
2017-12-24 09:49:20,085 [salt.minion      ][INFO    ][9905] Starting a new job with PID 9905
2017-12-24 09:49:20,102 [salt.minion      ][INFO    ][9905] Returning information for job: 20171224094919996587
2017-12-24 09:49:22,249 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 09:49:22,307 [salt.state       ][INFO    ][9349] Made the following changes:
'pm-utils' changed from 'absent' to '1.4.1-16'
'libx86-1' changed from 'absent' to '1.1+ds1-10'
'vbetool' changed from 'absent' to '1.1-3'

2017-12-24 09:49:22,321 [salt.state       ][INFO    ][9349] Loading fresh modules for state activity
2017-12-24 09:49:22,385 [salt.state       ][INFO    ][9349] Completed state [pm-utils] at time 09:49:22.385280 duration_in_ms=3325.465
2017-12-24 09:49:22,393 [salt.state       ][INFO    ][9349] Running state [python-libvirt] at time 09:49:22.392667
2017-12-24 09:49:22,393 [salt.state       ][INFO    ][9349] Executing state pkg.installed for python-libvirt
2017-12-24 09:49:22,721 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'python-libvirt'] in directory '/root'
2017-12-24 09:49:30,281 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224094930216017
2017-12-24 09:49:30,308 [salt.minion      ][INFO    ][11555] Starting a new job with PID 11555
2017-12-24 09:49:30,337 [salt.minion      ][INFO    ][11555] Returning information for job: 20171224094930216017
2017-12-24 09:49:32,811 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 09:49:32,855 [salt.state       ][INFO    ][9349] Made the following changes:
'libbluetooth3' changed from 'absent' to '5.37-0ubuntu5.1'
'libvirt-daemon' changed from 'absent' to '3.6.0-1ubuntu5~cloud0'
'libpixman-1-0' changed from 'absent' to '0.33.6-1'
'qemu-system-x86-64' changed from 'absent' to '1'
'libnspr4' changed from 'absent' to '2:4.13.1-0ubuntu0.16.04.1'
'qemu-kvm' changed from 'absent' to '1:2.10+dfsg-0ubuntu3.1~cloud0'
'libnl-route-3-200' changed from 'absent' to '3.2.27-1ubuntu0.16.04.1'
'qemu-kvm-spice' changed from 'absent' to '1'
'librbd1' changed from 'absent' to '12.2.1-0ubuntu0.17.10.1~cloud0'
'libasound2' changed from 'absent' to '1.1.0-0ubuntu1'
'libjpeg-turbo8' changed from 'absent' to '1.4.2-0ubuntu3'
'python-libvirt' changed from 'absent' to '3.5.0-1build1~cloud0'
'libnss3' changed from 'absent' to '2:3.28.4-0ubuntu0.16.04.3'
'libasyncns0' changed from 'absent' to '0.8-5build1'
'libaugeas0' changed from 'absent' to '1.4.0-0ubuntu1.1'
'libsdl1.2debian' changed from 'absent' to '1.2.15+dfsg1-3'
'libpciaccess0' changed from 'absent' to '0.13.4-1'
'libiscsi2' changed from 'absent' to '1.12.0-2'
'libfdt1' changed from 'absent' to '1.4.2-1~cloud0'
'libvorbisenc2' changed from 'absent' to '1.3.5-3'
'augeas-lenses' changed from 'absent' to '1.4.0-0ubuntu1.1'
'librados2' changed from 'absent' to '12.2.1-0ubuntu0.17.10.1~cloud0'
'qemu-system-x86' changed from 'absent' to '1:2.10+dfsg-0ubuntu3.1~cloud0'
'msr-tools' changed from 'absent' to '1.3-2'
'ipxe-qemu' changed from 'absent' to '1.0.0+git-20150424.a25a16d-1ubuntu1.2'
'libogg0' changed from 'absent' to '1.3.2-1'
'libsndfile1' changed from 'absent' to '1.0.25-10ubuntu0.16.04.1'
'libasound2-data' changed from 'absent' to '1.1.0-0ubuntu1'
'libaio1' changed from 'absent' to '0.3.110-2'
'seabios' changed from 'absent' to '1.10.2-1ubuntu1~cloud0'
'libxml2-utils' changed from 'absent' to '2.9.3+dfsg1-1ubuntu0.5'
'libibverbs1' changed from 'absent' to '1.1.8-1.1ubuntu2'
'qemu-block-extra' changed from 'absent' to '1:2.10+dfsg-0ubuntu3.1~cloud0'
'libvorbis0a' changed from 'absent' to '1.3.5-3'
'kvm' changed from 'absent' to '1'
'libspice-server1' changed from 'absent' to '0.12.6-4ubuntu0.3'
'qemu-utils' changed from 'absent' to '1:2.10+dfsg-0ubuntu3.1~cloud0'
'libcacard0' changed from 'absent' to '1:2.5.0-2'
'libcaca0' changed from 'absent' to '0.99.beta19-2build2~gcc5.2'
'libnss3-nssdb' changed from 'absent' to '2:3.28.4-0ubuntu0.16.04.3'
'qemu-keymaps' changed from 'absent' to '1'
'libbrlapi0.6' changed from 'absent' to '5.3.1-2ubuntu2.1'
'libpulse0' changed from 'absent' to '1:8.0-0ubuntu3.7'
'qemu-system-common' changed from 'absent' to '1:2.10+dfsg-0ubuntu3.1~cloud0'
'sharutils' changed from 'absent' to '1:4.15.2-1'
'qemu-system-i386' changed from 'absent' to '1'
'libnetcf1' changed from 'absent' to '1:0.2.8-1ubuntu1'
'libopus0' changed from 'absent' to '1.1.2-1ubuntu1'
'libjpeg8' changed from 'absent' to '8c-2ubuntu8'
'libusbredirparser1' changed from 'absent' to '0.7.1-1'
'libxslt1.1' changed from 'absent' to '1.1.28-2.1ubuntu0.1'
'libflac8' changed from 'absent' to '1.3.1-4'
'cpu-checker' changed from 'absent' to '0.7-0ubuntu7'

2017-12-24 09:49:32,869 [salt.state       ][INFO    ][9349] Loading fresh modules for state activity
2017-12-24 09:49:32,920 [salt.state       ][INFO    ][9349] Completed state [python-libvirt] at time 09:49:32.919919 duration_in_ms=10527.251
2017-12-24 09:49:32,928 [salt.state       ][INFO    ][9349] Running state [libvirt-bin] at time 09:49:32.928431
2017-12-24 09:49:32,929 [salt.state       ][INFO    ][9349] Executing state pkg.installed for libvirt-bin
2017-12-24 09:49:33,332 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'libvirt-bin'] in directory '/root'
2017-12-24 09:49:40,313 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224094940249154
2017-12-24 09:49:40,333 [salt.minion      ][INFO    ][13025] Starting a new job with PID 13025
2017-12-24 09:49:40,359 [salt.minion      ][INFO    ][13025] Returning information for job: 20171224094940249154
2017-12-24 09:49:42,197 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 09:49:42,256 [salt.state       ][INFO    ][9349] Made the following changes:
'libvirt-daemon-system' changed from 'absent' to '3.6.0-1ubuntu5~cloud0'
'ebtables' changed from 'absent' to '2.0.10.4-3.4ubuntu2'
'libvirt-clients' changed from 'absent' to '3.6.0-1ubuntu5~cloud0'
'libvirt-bin' changed from 'absent' to '3.6.0-1ubuntu5~cloud0'

2017-12-24 09:49:42,271 [salt.state       ][INFO    ][9349] Loading fresh modules for state activity
2017-12-24 09:49:42,293 [salt.state       ][INFO    ][9349] Completed state [libvirt-bin] at time 09:49:42.293137 duration_in_ms=9364.706
2017-12-24 09:49:42,301 [salt.state       ][INFO    ][9349] Running state [qemu-utils] at time 09:49:42.301314
2017-12-24 09:49:42,302 [salt.state       ][INFO    ][9349] Executing state pkg.installed for qemu-utils
2017-12-24 09:49:42,678 [salt.state       ][INFO    ][9349] Package qemu-utils is already installed
2017-12-24 09:49:42,678 [salt.state       ][INFO    ][9349] Completed state [qemu-utils] at time 09:49:42.678210 duration_in_ms=376.895
2017-12-24 09:49:42,678 [salt.state       ][INFO    ][9349] Running state [qemu-kvm] at time 09:49:42.678451
2017-12-24 09:49:42,679 [salt.state       ][INFO    ][9349] Executing state pkg.installed for qemu-kvm
2017-12-24 09:49:42,683 [salt.state       ][INFO    ][9349] Package qemu-kvm is already installed
2017-12-24 09:49:42,683 [salt.state       ][INFO    ][9349] Completed state [qemu-kvm] at time 09:49:42.683398 duration_in_ms=4.947
2017-12-24 09:49:42,685 [salt.state       ][INFO    ][9349] Running state [/etc/libvirt/libvirtd.conf] at time 09:49:42.684897
2017-12-24 09:49:42,685 [salt.state       ][INFO    ][9349] Executing state file.managed for /etc/libvirt/libvirtd.conf
2017-12-24 09:49:42,720 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/files/libvirtd.conf.Debian'
2017-12-24 09:49:42,750 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/map.jinja'
2017-12-24 09:49:42,765 [salt.state       ][INFO    ][9349] File changed:
--- 
+++ 
@@ -32,6 +32,9 @@
 # This is disabled by default, uncomment this to enable it.
 #listen_tcp = 1
 
+listen_tls = 0
+listen_tcp = 1
+auth_tcp="none"
 
 
 # Override the port for accepting secure TLS connections
@@ -47,10 +50,6 @@
 
 # Override the default configuration which binds to all network
 # interfaces. This can be a numeric IPv4/6 address, or hostname
-#
-# If the libvirtd service is started in parallel with network
-# startup (e.g. with systemd), binding to addresses other than
-# the wildcards (0.0.0.0/::) might not be available yet.
 #
 #listen_addr = "192.168.0.1"
 
@@ -101,16 +100,8 @@
 # control, then you may want to relax this too.
 unix_sock_rw_perms = "0770"
 
-# Set the UNIX socket permissions for the admin interface socket.
-#
-# Default allows only owner (root), do not change it unless you are
-# sure to whom you are exposing the access to.
-#unix_sock_admin_perms = "0700"
-
 # Set the name of the directory in which sockets will be found/created.
 #unix_sock_dir = "/var/run/libvirt"
-
-
 
 #################################################################
 #
@@ -242,7 +233,7 @@
 #tls_allowed_dn_list = ["DN1", "DN2"]
 
 
-# A whitelist of allowed SASL usernames. The format for username
+# A whitelist of allowed SASL usernames. The format for usernames
 # depends on the SASL authentication mechanism. Kerberos usernames
 # look like username@REALM
 #
@@ -259,13 +250,6 @@
 #sasl_allowed_username_list = ["joe@EXAMPLE.COM", "fred@EXAMPLE.COM" ]
 
 
-# Override the compile time default TLS priority string. The
-# default is usually "NORMAL" unless overridden at build time.
-# Only set this is it is desired for libvirt to deviate from
-# the global default settings.
-#
-#tls_priority="NORMAL"
-
 
 #################################################################
 #
@@ -274,7 +258,7 @@
 
 # The maximum number of concurrent client connections to allow
 # over all sockets combined.
-#max_clients = 5000
+#max_clients = 20
 
 # The maximum length of queue of connections waiting to be
 # accepted by the daemon. Note, that some protocols supporting
@@ -282,10 +266,6 @@
 # connection succeeds.
 #max_queued_clients = 1000
 
-# The maximum length of queue of accepted but not yet
-# authenticated clients. The default value is 20. Set this to
-# zero to turn this feature off.
-#max_anonymous_clients = 20
 
 # The minimum limit sets the number of workers to start up
 # initially. If the number of active clients exceeds this,
@@ -317,16 +297,6 @@
 # and max_workers parameter
 #max_client_requests = 5
 
-# Same processing controls, but this time for the admin interface.
-# For description of each option, be so kind to scroll few lines
-# upwards.
-
-#admin_min_workers = 1
-#admin_max_workers = 5
-#admin_max_clients = 5
-#admin_max_queued_clients = 5
-#admin_max_client_requests = 5
-
 #################################################################
 #
 # Logging controls
@@ -334,10 +304,6 @@
 
 # Logging level: 4 errors, 3 warnings, 2 information, 1 debug
 # basically 1 will log everything possible
-# Note: Journald may employ rate limiting of the messages logged
-# and thus lock up the libvirt daemon. To use the debug level with
-# journald you have to specify it explicitly in 'log_outputs', otherwise
-# only information level messages will be logged.
 #log_level = 3
 
 # Logging filters:
@@ -346,16 +312,10 @@
 # The format for a filter is one of:
 #    x:name
 #    x:+name
-
-#      where name is a string which is matched against the category
-#      given in the VIR_LOG_INIT() at the top of each libvirt source
-#      file, e.g., "remote", "qemu", or "util.json" (the name in the
-#      filter can be a substring of the full category name, in order
-#      to match multiple similar categories), the optional "+" prefix
-#      tells libvirt to log stack trace for each message matching
-#      name, and x is the minimal level where matching messages should
-#      be logged:
-
+#      where name is a string which is matched against source file name,
+#      e.g., "remote", "qemu", or "util/json", the optional "+" prefix
+#      tells libvirt to log stack trace for each message matching name,
+#      and x is the minimal level where matching messages should be logged:
 #    1: DEBUG
 #    2: INFO
 #    3: WARNING
@@ -377,8 +337,6 @@
 #      use syslog for the output and use the given name as the ident
 #    x:file:file_path
 #      output to a file, with the given filepath
-#    x:journald
-#      output to journald logging system
 # In all case the x prefix is the minimal level, acting as a filter
 #    1: DEBUG
 #    2: INFO
@@ -390,11 +348,11 @@
 #log_outputs="3:syslog:libvirtd"
 #
 
-# Log debug buffer size:
-#
-# This configuration option is no longer used, since the global
-# log buffer functionality has been removed. Please configure
-# suitable log_outputs/log_filters settings to obtain logs.
+# Log debug buffer size: default 64
+# The daemon keeps an internal debug log buffer which will be dumped in case
+# of crash or upon receiving a SIGUSR2 signal. This setting allows to override
+# the default buffer size in kilobytes.
+# If value is 0 or less the debug log buffer is deactivated
 #log_buffer_size = 64
 
 
@@ -417,16 +375,10 @@
 
 ###################################################################
 # UUID of the host:
-# Host UUID is read from one of the sources specified in host_uuid_source.
-#
-# - 'smbios': fetch the UUID from 'dmidecode -s system-uuid'
-# - 'machine-id': fetch the UUID from /etc/machine-id
-#
-# The host_uuid_source default is 'smbios'. If 'dmidecode' does not provide
-# a valid UUID a temporary UUID will be generated.
-#
-# Another option is to specify host UUID in host_uuid.
-#
+# Provide the UUID of the host here in case the command
+# 'dmidecode -s system-uuid' does not provide a valid uuid. In case
+# 'dmidecode' does not provide a valid UUID and none is provided here, a
+# temporary UUID will be generated.
 # Keep the format of the example UUID below. UUID must not have all digits
 # be the same.
 
@@ -434,7 +386,6 @@
 # it with the output of the 'uuidgen' command and then
 # uncomment this entry
 #host_uuid = "00000000-0000-0000-0000-000000000000"
-#host_uuid_source = "smbios"
 
 ###################################################################
 # Keepalive protocol:
@@ -455,24 +406,8 @@
 #
 #keepalive_interval = 5
 #keepalive_count = 5
-
-#
-# These configuration options are no longer used.  There is no way to
-# restrict such clients from connecting since they first need to
-# connect in order to ask for keepalive.
+#
+# If set to 1, libvirtd will refuse to talk to clients that do not
+# support keepalive protocol.  Defaults to 0.
 #
 #keepalive_required = 1
-#admin_keepalive_required = 1
-
-# Keepalive settings for the admin interface
-#admin_keepalive_interval = 5
-#admin_keepalive_count = 5
-
-###################################################################
-# Open vSwitch:
-# This allows to specify a timeout for openvswitch calls made by
-# libvirt. The ovs-vsctl utility is used for the configuration and
-# its timeout option is set by default to 5 seconds to avoid
-# potential infinite waits blocking libvirt.
-#
-#ovs_timeout = 5

2017-12-24 09:49:42,765 [salt.state       ][INFO    ][9349] Completed state [/etc/libvirt/libvirtd.conf] at time 09:49:42.764979 duration_in_ms=80.082
2017-12-24 09:49:42,765 [salt.state       ][INFO    ][9349] Running state [/etc/default/libvirtd] at time 09:49:42.765384
2017-12-24 09:49:42,766 [salt.state       ][INFO    ][9349] Executing state file.managed for /etc/default/libvirtd
2017-12-24 09:49:42,790 [salt.fileclient  ][INFO    ][9349] Fetching file from saltenv 'base', ** done ** 'libvirt/files/libvirt-bin'
2017-12-24 09:49:42,795 [salt.state       ][INFO    ][9349] File changed:
--- 
+++ 
@@ -1,17 +1,13 @@
-# Defaults for libvirtd initscript (/etc/init.d/libvirtd)
+# Defaults for libvirt-bin initscript (/etc/init.d/libvirt-bin)
 # This is a POSIX shell fragment
 
 # Start libvirtd to handle qemu/kvm:
 start_libvirtd="yes"
 
 # options passed to libvirtd, add "-l" to listen on tcp
-#libvirtd_opts=""
+# Don't use "-d" option with systemd
+
+libvirtd_opts="-l"
 
 # pass in location of kerberos keytab
-#export KRB5_KTNAME=/etc/libvirt/libvirt.keytab
-
-# Whether to mount a systemd like cgroup layout (only
-# useful when not running systemd)
-#mount_cgroups=yes
-# Which cgroups to mount
-#cgroups="memory devices"
+#export KRB5_KTNAME=/etc/libvirt/libvirt.keytab
2017-12-24 09:49:42,795 [salt.state       ][INFO    ][9349] Completed state [/etc/default/libvirtd] at time 09:49:42.794953 duration_in_ms=29.569
2017-12-24 09:49:42,796 [salt.state       ][INFO    ][9349] Running state [service.systemctl_reload] at time 09:49:42.795974
2017-12-24 09:49:42,796 [salt.state       ][INFO    ][9349] Executing state module.wait for service.systemctl_reload
2017-12-24 09:49:42,796 [salt.state       ][INFO    ][9349] No changes made for service.systemctl_reload
2017-12-24 09:49:42,797 [salt.state       ][INFO    ][9349] Completed state [service.systemctl_reload] at time 09:49:42.796582 duration_in_ms=0.608
2017-12-24 09:49:42,797 [salt.state       ][INFO    ][9349] Running state [service.systemctl_reload] at time 09:49:42.796758
2017-12-24 09:49:42,797 [salt.state       ][INFO    ][9349] Executing state module.mod_watch for service.systemctl_reload
2017-12-24 09:49:42,797 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2017-12-24 09:49:42,898 [salt.state       ][INFO    ][9349] {'ret': True}
2017-12-24 09:49:42,898 [salt.state       ][INFO    ][9349] Completed state [service.systemctl_reload] at time 09:49:42.898320 duration_in_ms=101.561
2017-12-24 09:49:42,904 [salt.state       ][INFO    ][9349] Running state [/etc/libvirt/qemu/networks/default.xml] at time 09:49:42.903952
2017-12-24 09:49:42,904 [salt.state       ][INFO    ][9349] Executing state file.absent for /etc/libvirt/qemu/networks/default.xml
2017-12-24 09:49:42,905 [salt.state       ][INFO    ][9349] {'removed': '/etc/libvirt/qemu/networks/default.xml'}
2017-12-24 09:49:42,907 [salt.state       ][INFO    ][9349] Completed state [/etc/libvirt/qemu/networks/default.xml] at time 09:49:42.906351 duration_in_ms=2.399
2017-12-24 09:49:42,908 [salt.state       ][INFO    ][9349] Running state [libvirtd] at time 09:49:42.907825
2017-12-24 09:49:42,908 [salt.state       ][INFO    ][9349] Executing state service.running for libvirtd
2017-12-24 09:49:42,909 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemctl', 'status', 'libvirtd.service', '-n', '0'] in directory '/root'
2017-12-24 09:49:42,926 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemctl', 'is-active', 'libvirtd.service'] in directory '/root'
2017-12-24 09:49:42,939 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemctl', 'is-enabled', 'libvirtd.service'] in directory '/root'
2017-12-24 09:49:42,951 [salt.state       ][INFO    ][9349] The service libvirtd is already running
2017-12-24 09:49:42,952 [salt.state       ][INFO    ][9349] Completed state [libvirtd] at time 09:49:42.951561 duration_in_ms=43.735
2017-12-24 09:49:42,952 [salt.state       ][INFO    ][9349] Running state [libvirtd] at time 09:49:42.952130
2017-12-24 09:49:42,953 [salt.state       ][INFO    ][9349] Executing state service.mod_watch for libvirtd
2017-12-24 09:49:42,953 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemctl', 'is-active', 'libvirtd.service'] in directory '/root'
2017-12-24 09:49:42,967 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemctl', 'is-enabled', 'libvirtd.service'] in directory '/root'
2017-12-24 09:49:42,978 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'libvirtd.service'] in directory '/root'
2017-12-24 09:49:43,090 [salt.state       ][INFO    ][9349] {'libvirtd': True}
2017-12-24 09:49:43,090 [salt.state       ][INFO    ][9349] Completed state [libvirtd] at time 09:49:43.090225 duration_in_ms=138.094
2017-12-24 09:49:43,092 [salt.state       ][INFO    ][9349] Running state [virsh net-undefine default;virsh net-destroy default 2>&1 1>/dev/null] at time 09:49:43.092037
2017-12-24 09:49:43,093 [salt.state       ][INFO    ][9349] Executing state cmd.run for virsh net-undefine default;virsh net-destroy default 2>&1 1>/dev/null
2017-12-24 09:49:43,093 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command 'virsh -q net-list --all | grep -Eq '^\s*default'' in directory '/root'
2017-12-24 09:49:43,574 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command 'virsh net-undefine default;virsh net-destroy default 2>&1 1>/dev/null' in directory '/root'
2017-12-24 09:49:43,883 [salt.state       ][INFO    ][9349] {'pid': 13562, 'retcode': 0, 'stderr': "error: Failed to undefine network default\nerror: Requested operation is not valid: can't undefine transient network", 'stdout': ''}
2017-12-24 09:49:43,883 [salt.state       ][INFO    ][9349] Completed state [virsh net-undefine default;virsh net-destroy default 2>&1 1>/dev/null] at time 09:49:43.883210 duration_in_ms=791.171
2017-12-24 09:49:43,884 [salt.state       ][INFO    ][9349] Running state [virsh net-autostart default --disable] at time 09:49:43.883754
2017-12-24 09:49:43,884 [salt.state       ][INFO    ][9349] Executing state cmd.run for virsh net-autostart default --disable
2017-12-24 09:49:43,885 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command 'virsh net-info default | grep -Eq '^Autostart:\s+yes'' in directory '/root'
2017-12-24 09:49:43,927 [salt.state       ][INFO    ][9349] onlyif execution failed
2017-12-24 09:49:43,928 [salt.state       ][INFO    ][9349] Completed state [virsh net-autostart default --disable] at time 09:49:43.927439 duration_in_ms=43.684
2017-12-24 09:49:43,928 [salt.state       ][INFO    ][9349] Running state [virsh net-destroy default] at time 09:49:43.927955
2017-12-24 09:49:43,928 [salt.state       ][INFO    ][9349] Executing state cmd.run for virsh net-destroy default
2017-12-24 09:49:43,929 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command 'virsh -q net-list --all | grep -Eq '^\s*default\s+active'' in directory '/root'
2017-12-24 09:49:43,963 [salt.state       ][INFO    ][9349] onlyif execution failed
2017-12-24 09:49:43,964 [salt.state       ][INFO    ][9349] Completed state [virsh net-destroy default] at time 09:49:43.963820 duration_in_ms=35.865
2017-12-24 09:49:43,964 [salt.state       ][INFO    ][9349] Running state [echo 'No pool is defined'] at time 09:49:43.964324
2017-12-24 09:49:43,965 [salt.state       ][INFO    ][9349] Executing state cmd.run for echo 'No pool is defined'
2017-12-24 09:49:43,967 [salt.loaded.int.module.cmdmod][INFO    ][9349] Executing command 'echo 'No pool is defined'' in directory '/root'
2017-12-24 09:49:43,981 [salt.state       ][INFO    ][9349] {'pid': 13601, 'retcode': 0, 'stderr': '', 'stdout': 'No pool is defined'}
2017-12-24 09:49:43,981 [salt.state       ][INFO    ][9349] Completed state [echo 'No pool is defined'] at time 09:49:43.981256 duration_in_ms=16.933
2017-12-24 09:49:43,984 [salt.minion      ][INFO    ][9349] Returning information for job: 20171224094909898019
2017-12-24 09:49:44,834 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command state.apply with jid 20171224094944777486
2017-12-24 09:49:44,852 [salt.minion      ][INFO    ][13606] Starting a new job with PID 13606
2017-12-24 09:49:47,623 [salt.state       ][INFO    ][13606] Loading fresh modules for state activity
2017-12-24 09:49:47,660 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/init.sls'
2017-12-24 09:49:47,692 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/minion/init.sls'
2017-12-24 09:49:47,715 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/minion/service.sls'
2017-12-24 09:49:47,756 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 09:49:47,843 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'linux/meta/salt.yml'
2017-12-24 09:49:47,871 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-24 09:49:47,947 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'linux/meta/sphinx.yml'
2017-12-24 09:49:47,981 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/sphinx.yml'
2017-12-24 09:49:47,998 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-24 09:49:48,019 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/sphinx.yml'
2017-12-24 09:49:48,034 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-24 09:49:48,053 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-24 09:49:48,087 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/meta/sphinx.yml'
2017-12-24 09:49:48,120 [py.warnings      ][WARNING ][13606] /usr/lib/python2.7/dist-packages/salt/utils/templates.py:73: DeprecationWarning: Starting in 2015.5, cmd.run uses python_shell=False by default, which doesn't support shellisms (pipes, env variables, etc). cmd.run is currently aliased to cmd.shell to prevent breakage. Please switch to cmd.shell or set python_shell=True to avoid breakage in the future, when this aliasing is removed.

2017-12-24 09:49:48,121 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'salt-minion --version' in directory '/root'
2017-12-24 09:49:48,619 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'salt-minion --version' in directory '/root'
2017-12-24 09:49:49,143 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/salt.yml'
2017-12-24 09:49:49,168 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/salt.yml'
2017-12-24 09:49:49,184 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'openssh/meta/salt.yml'
2017-12-24 09:49:49,200 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/meta/salt.yml'
2017-12-24 09:49:49,257 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'reclass/meta/meta.yml'
2017-12-24 09:49:49,279 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'reclass/map.jinja'
2017-12-24 09:49:49,311 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'ntp/meta/meta.yml'
2017-12-24 09:49:49,328 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-24 09:49:49,356 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'linux/meta/meta.yml'
2017-12-24 09:49:49,403 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/meta/meta.yml'
2017-12-24 09:49:49,495 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/minion/grains.sls'
2017-12-24 09:49:49,527 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 09:49:49,615 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'linux/meta/salt.yml'
2017-12-24 09:49:49,642 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-24 09:49:49,716 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'linux/meta/sphinx.yml'
2017-12-24 09:49:49,761 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/sphinx.yml'
2017-12-24 09:49:49,782 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-24 09:49:49,813 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/sphinx.yml'
2017-12-24 09:49:49,827 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-24 09:49:49,855 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-24 09:49:49,888 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/meta/sphinx.yml'
2017-12-24 09:49:49,917 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'salt-minion --version' in directory '/root'
2017-12-24 09:49:50,409 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'salt-minion --version' in directory '/root'
2017-12-24 09:49:50,926 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/salt.yml'
2017-12-24 09:49:50,949 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/salt.yml'
2017-12-24 09:49:50,964 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'openssh/meta/salt.yml'
2017-12-24 09:49:50,983 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/meta/salt.yml'
2017-12-24 09:49:51,051 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'reclass/meta/meta.yml'
2017-12-24 09:49:51,072 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'reclass/map.jinja'
2017-12-24 09:49:51,104 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'ntp/meta/meta.yml'
2017-12-24 09:49:51,121 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-24 09:49:51,146 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'linux/meta/meta.yml'
2017-12-24 09:49:51,196 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/meta/meta.yml'
2017-12-24 09:49:51,301 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/minion/cert.sls'
2017-12-24 09:49:51,402 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 09:49:51,481 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/control/init.sls'
2017-12-24 09:49:51,508 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/control/virt.sls'
2017-12-24 09:49:51,548 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 09:49:52,036 [salt.state       ][INFO    ][13606] Running state [salt-minion] at time 09:49:52.035571
2017-12-24 09:49:52,036 [salt.state       ][INFO    ][13606] Executing state pkg.installed for salt-minion
2017-12-24 09:49:52,037 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 09:49:52,379 [salt.state       ][INFO    ][13606] Package salt-minion is already installed
2017-12-24 09:49:52,380 [salt.state       ][INFO    ][13606] Completed state [salt-minion] at time 09:49:52.379669 duration_in_ms=344.099
2017-12-24 09:49:52,380 [salt.state       ][INFO    ][13606] Running state [salt_minion_dependency_packages] at time 09:49:52.379992
2017-12-24 09:49:52,380 [salt.state       ][INFO    ][13606] Executing state pkg.installed for salt_minion_dependency_packages
2017-12-24 09:49:52,385 [salt.state       ][INFO    ][13606] All specified packages are already installed
2017-12-24 09:49:52,385 [salt.state       ][INFO    ][13606] Completed state [salt_minion_dependency_packages] at time 09:49:52.385124 duration_in_ms=5.132
2017-12-24 09:49:52,387 [salt.state       ][INFO    ][13606] Running state [/etc/salt/minion.d/minion.conf] at time 09:49:52.387331
2017-12-24 09:49:52,388 [salt.state       ][INFO    ][13606] Executing state file.managed for /etc/salt/minion.d/minion.conf
2017-12-24 09:49:52,412 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/files/minion.conf'
2017-12-24 09:49:52,491 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 09:49:52,567 [salt.fileclient  ][INFO    ][13606] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-24 09:49:52,633 [salt.state       ][INFO    ][13606] File /etc/salt/minion.d/minion.conf is in the correct state
2017-12-24 09:49:52,633 [salt.state       ][INFO    ][13606] Completed state [/etc/salt/minion.d/minion.conf] at time 09:49:52.633099 duration_in_ms=245.768
2017-12-24 09:49:52,634 [salt.state       ][INFO    ][13606] Running state [/etc/salt/minion.d/_virt.conf] at time 09:49:52.633548
2017-12-24 09:49:52,634 [salt.state       ][INFO    ][13606] Executing state file.managed for /etc/salt/minion.d/_virt.conf
2017-12-24 09:49:52,635 [salt.state       ][INFO    ][13606] File /etc/salt/minion.d/_virt.conf is in the correct state
2017-12-24 09:49:52,635 [salt.state       ][INFO    ][13606] Completed state [/etc/salt/minion.d/_virt.conf] at time 09:49:52.634697 duration_in_ms=1.149
2017-12-24 09:49:52,637 [salt.state       ][INFO    ][13606] Running state [salt-minion] at time 09:49:52.636738
2017-12-24 09:49:52,637 [salt.state       ][INFO    ][13606] Executing state service.running for salt-minion
2017-12-24 09:49:52,637 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-12-24 09:49:52,669 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command ['systemctl', 'is-active', 'salt-minion.service'] in directory '/root'
2017-12-24 09:49:52,687 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-12-24 09:49:52,704 [salt.state       ][INFO    ][13606] The service salt-minion is already running
2017-12-24 09:49:52,704 [salt.state       ][INFO    ][13606] Completed state [salt-minion] at time 09:49:52.703973 duration_in_ms=67.234
2017-12-24 09:49:52,708 [salt.state       ][INFO    ][13606] Running state [/etc/salt/grains.d] at time 09:49:52.708302
2017-12-24 09:49:52,709 [salt.state       ][INFO    ][13606] Executing state file.directory for /etc/salt/grains.d
2017-12-24 09:49:52,711 [salt.state       ][INFO    ][13606] Directory /etc/salt/grains.d is in the correct state
2017-12-24 09:49:52,711 [salt.state       ][INFO    ][13606] Completed state [/etc/salt/grains.d] at time 09:49:52.711030 duration_in_ms=2.727
2017-12-24 09:49:52,712 [salt.state       ][INFO    ][13606] Running state [/etc/salt/grains] at time 09:49:52.712281
2017-12-24 09:49:52,713 [salt.state       ][INFO    ][13606] Executing state file.managed for /etc/salt/grains
2017-12-24 09:49:52,714 [salt.state       ][INFO    ][13606] File /etc/salt/grains exists with proper permissions. No changes made.
2017-12-24 09:49:52,715 [salt.state       ][INFO    ][13606] Completed state [/etc/salt/grains] at time 09:49:52.714597 duration_in_ms=2.317
2017-12-24 09:49:52,715 [salt.state       ][INFO    ][13606] Running state [/etc/salt/grains.d/placeholder] at time 09:49:52.715012
2017-12-24 09:49:52,715 [salt.state       ][INFO    ][13606] Executing state file.managed for /etc/salt/grains.d/placeholder
2017-12-24 09:49:52,716 [salt.state       ][INFO    ][13606] File /etc/salt/grains.d/placeholder exists with proper permissions. No changes made.
2017-12-24 09:49:52,716 [salt.state       ][INFO    ][13606] Completed state [/etc/salt/grains.d/placeholder] at time 09:49:52.715787 duration_in_ms=0.775
2017-12-24 09:49:52,716 [salt.state       ][INFO    ][13606] Running state [/etc/salt/grains.d/sphinx] at time 09:49:52.716205
2017-12-24 09:49:52,716 [salt.state       ][INFO    ][13606] Executing state file.managed for /etc/salt/grains.d/sphinx
2017-12-24 09:49:52,719 [salt.state       ][INFO    ][13606] File changed:
--- 
+++ 
@@ -49,6 +49,7 @@
               - 127.0.0.1
               - 192.168.10.143
               - 192.168.11.24
+              - 192.168.122.1
         system:
           name: System
           param:

2017-12-24 09:49:52,719 [salt.state       ][INFO    ][13606] Completed state [/etc/salt/grains.d/sphinx] at time 09:49:52.719132 duration_in_ms=2.927
2017-12-24 09:49:52,720 [salt.state       ][INFO    ][13606] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 09:49:52.719987
2017-12-24 09:49:52,720 [salt.state       ][INFO    ][13606] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-24 09:49:52,721 [salt.state       ][INFO    ][13606] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-24 09:49:52,721 [salt.state       ][INFO    ][13606] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 09:49:52.720653 duration_in_ms=0.666
2017-12-24 09:49:52,721 [salt.state       ][INFO    ][13606] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 09:49:52.720834
2017-12-24 09:49:52,721 [salt.state       ][INFO    ][13606] Executing state cmd.mod_watch for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-24 09:49:52,722 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"' in directory '/root'
2017-12-24 09:49:52,830 [salt.state       ][INFO    ][13606] {'pid': 13676, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-24 09:49:52,831 [salt.state       ][INFO    ][13606] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 09:49:52.830850 duration_in_ms=110.014
2017-12-24 09:49:52,832 [salt.state       ][INFO    ][13606] Running state [/etc/salt/grains.d/dns_records] at time 09:49:52.832043
2017-12-24 09:49:52,833 [salt.state       ][INFO    ][13606] Executing state file.managed for /etc/salt/grains.d/dns_records
2017-12-24 09:49:52,835 [salt.state       ][INFO    ][13606] File /etc/salt/grains.d/dns_records is in the correct state
2017-12-24 09:49:52,835 [salt.state       ][INFO    ][13606] Completed state [/etc/salt/grains.d/dns_records] at time 09:49:52.835256 duration_in_ms=3.214
2017-12-24 09:49:52,837 [salt.state       ][INFO    ][13606] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"] at time 09:49:52.837330
2017-12-24 09:49:52,838 [salt.state       ][INFO    ][13606] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"
2017-12-24 09:49:52,838 [salt.state       ][INFO    ][13606] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"
2017-12-24 09:49:52,839 [salt.state       ][INFO    ][13606] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"] at time 09:49:52.838807 duration_in_ms=1.477
2017-12-24 09:49:52,840 [salt.state       ][INFO    ][13606] Running state [/etc/salt/grains.d/salt] at time 09:49:52.839727
2017-12-24 09:49:52,840 [salt.state       ][INFO    ][13606] Executing state file.managed for /etc/salt/grains.d/salt
2017-12-24 09:49:52,843 [salt.state       ][INFO    ][13606] File /etc/salt/grains.d/salt is in the correct state
2017-12-24 09:49:52,843 [salt.state       ][INFO    ][13606] Completed state [/etc/salt/grains.d/salt] at time 09:49:52.843046 duration_in_ms=3.32
2017-12-24 09:49:52,845 [salt.state       ][INFO    ][13606] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"] at time 09:49:52.844669
2017-12-24 09:49:52,846 [salt.state       ][INFO    ][13606] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"
2017-12-24 09:49:52,846 [salt.state       ][INFO    ][13606] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"
2017-12-24 09:49:52,846 [salt.state       ][INFO    ][13606] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"] at time 09:49:52.846181 duration_in_ms=1.513
2017-12-24 09:49:52,848 [salt.state       ][INFO    ][13606] Running state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 09:49:52.848124
2017-12-24 09:49:52,848 [salt.state       ][INFO    ][13606] Executing state cmd.wait for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-24 09:49:52,849 [salt.state       ][INFO    ][13606] No changes made for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-24 09:49:52,849 [salt.state       ][INFO    ][13606] Completed state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 09:49:52.848806 duration_in_ms=0.682
2017-12-24 09:49:52,849 [salt.state       ][INFO    ][13606] Running state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 09:49:52.848986
2017-12-24 09:49:52,849 [salt.state       ][INFO    ][13606] Executing state cmd.mod_watch for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-24 09:49:52,852 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'cat /etc/salt/grains.d/* > /etc/salt/grains' in directory '/root'
2017-12-24 09:49:52,865 [salt.state       ][INFO    ][13606] {'pid': 13678, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-24 09:49:52,866 [salt.state       ][INFO    ][13606] Completed state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 09:49:52.866313 duration_in_ms=17.327
2017-12-24 09:49:52,867 [salt.state       ][INFO    ][13606] Running state [mine.update] at time 09:49:52.867225
2017-12-24 09:49:52,868 [salt.state       ][INFO    ][13606] Executing state module.wait for mine.update
2017-12-24 09:49:52,868 [salt.state       ][INFO    ][13606] No changes made for mine.update
2017-12-24 09:49:52,868 [salt.state       ][INFO    ][13606] Completed state [mine.update] at time 09:49:52.867990 duration_in_ms=0.765
2017-12-24 09:49:52,868 [salt.state       ][INFO    ][13606] Running state [mine.update] at time 09:49:52.868194
2017-12-24 09:49:52,868 [salt.state       ][INFO    ][13606] Executing state module.mod_watch for mine.update
2017-12-24 09:49:53,408 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:49:53,409 [salt.state       ][INFO    ][13606] Completed state [mine.update] at time 09:49:53.408916 duration_in_ms=540.719
2017-12-24 09:49:53,410 [salt.state       ][INFO    ][13606] Running state [ca-certificates] at time 09:49:53.410272
2017-12-24 09:49:53,411 [salt.state       ][INFO    ][13606] Executing state pkg.installed for ca-certificates
2017-12-24 09:49:53,423 [salt.state       ][INFO    ][13606] Package ca-certificates is already installed
2017-12-24 09:49:53,423 [salt.state       ][INFO    ][13606] Completed state [ca-certificates] at time 09:49:53.423068 duration_in_ms=12.797
2017-12-24 09:49:53,424 [salt.state       ][INFO    ][13606] Running state [update-ca-certificates] at time 09:49:53.423899
2017-12-24 09:49:53,424 [salt.state       ][INFO    ][13606] Executing state cmd.wait for update-ca-certificates
2017-12-24 09:49:53,425 [salt.state       ][INFO    ][13606] No changes made for update-ca-certificates
2017-12-24 09:49:53,425 [salt.state       ][INFO    ][13606] Completed state [update-ca-certificates] at time 09:49:53.424764 duration_in_ms=0.865
2017-12-24 09:49:53,425 [salt.state       ][INFO    ][13606] Running state [libvirt-dev] at time 09:49:53.425067
2017-12-24 09:49:53,425 [salt.state       ][INFO    ][13606] Executing state pkg.installed for libvirt-dev
2017-12-24 09:49:53,441 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-24 09:49:54,925 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224094954870748
2017-12-24 09:49:54,942 [salt.minion      ][INFO    ][14017] Starting a new job with PID 14017
2017-12-24 09:49:55,003 [salt.minion      ][INFO    ][14017] Returning information for job: 20171224094954870748
2017-12-24 09:49:55,662 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'libvirt-dev'] in directory '/root'
2017-12-24 09:50:04,964 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095004912896
2017-12-24 09:50:04,986 [salt.minion      ][INFO    ][15573] Starting a new job with PID 15573
2017-12-24 09:50:05,100 [salt.minion      ][INFO    ][15573] Returning information for job: 20171224095004912896
2017-12-24 09:50:10,079 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 09:50:10,204 [salt.state       ][INFO    ][13606] Made the following changes:
'build-essential' changed from 'absent' to '12.1ubuntu2'
'libgomp1' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'c++-compiler' changed from 'absent' to '1'
'cpp' changed from 'absent' to '4:5.3.1-1ubuntu1'
'libalgorithm-merge-perl' changed from 'absent' to '0.08-3'
'binutils-gold' changed from 'absent' to '1'
'libfakeroot' changed from 'absent' to '1.20.2-1ubuntu1'
'linux-libc-dev' changed from 'absent' to '4.4.0-104.127'
'gcc-5' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'libubsan0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'libalgorithm-diff-xs-perl' changed from 'absent' to '0.04-4build1'
'gcc' changed from 'absent' to '4:5.3.1-1ubuntu1'
'make' changed from 'absent' to '4.1-6'
'libitm1' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'g++' changed from 'absent' to '4:5.3.1-1ubuntu1'
'libfile-fcntllock-perl' changed from 'absent' to '0.22-3'
'c-compiler' changed from 'absent' to '1'
'libquadmath0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'cpp:any' changed from 'absent' to '1'
'libmpc3' changed from 'absent' to '1.0.3-1'
'dpkg-dev' changed from 'absent' to '1.18.4ubuntu1.3'
'libmpx0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'libstdc++-5-dev' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'g++-5' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'libc-dev' changed from 'absent' to '1'
'make:any' changed from 'absent' to '1'
'libatomic1' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'libtsan0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'libasan2' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'libvirt-dev' changed from 'absent' to '3.6.0-1ubuntu5~cloud0'
'libstdc++-dev' changed from 'absent' to '1'
'libc6-dev' changed from 'absent' to '2.23-0ubuntu9'
'libdpkg-perl' changed from 'absent' to '1.18.4ubuntu1.3'
'libcilkrts5' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'elf-binutils' changed from 'absent' to '1'
'libxen-dev' changed from 'absent' to '4.6.5-0ubuntu1.4'
'manpages-dev' changed from 'absent' to '4.04-2'
'cpp-5' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'c++abi2-dev' changed from 'absent' to '1'
'libisl15' changed from 'absent' to '0.16.1-1'
'linux-kernel-headers' changed from 'absent' to '1'
'liblsan0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'fakeroot' changed from 'absent' to '1.20.2-1ubuntu1'
'libc-dev-bin' changed from 'absent' to '2.23-0ubuntu9'
'libgcc-5-dev' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'libcc1-0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.5'
'libalgorithm-diff-perl' changed from 'absent' to '1.19.03-1'
'binutils' changed from 'absent' to '2.26.1-1ubuntu1~16.04.5'
'pkg-config' changed from 'absent' to '0.29.1-0ubuntu1'

2017-12-24 09:50:10,222 [salt.state       ][INFO    ][13606] Loading fresh modules for state activity
2017-12-24 09:50:10,245 [salt.state       ][INFO    ][13606] Completed state [libvirt-dev] at time 09:50:10.244933 duration_in_ms=16819.865
2017-12-24 09:50:10,252 [salt.state       ][INFO    ][13606] Running state [pkg-config] at time 09:50:10.251980
2017-12-24 09:50:10,252 [salt.state       ][INFO    ][13606] Executing state pkg.installed for pkg-config
2017-12-24 09:50:10,572 [salt.state       ][INFO    ][13606] Package pkg-config is already installed
2017-12-24 09:50:10,572 [salt.state       ][INFO    ][13606] Completed state [pkg-config] at time 09:50:10.572322 duration_in_ms=320.341
2017-12-24 09:50:10,573 [salt.state       ][INFO    ][13606] Running state [virtng.init] at time 09:50:10.572877
2017-12-24 09:50:10,573 [salt.state       ][INFO    ][13606] Executing state module.run for virtng.init
2017-12-24 09:50:10,643 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command ['git', '--version'] in directory '/root'
2017-12-24 09:50:10,707 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --all --name| grep -E "^mdb03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:50:15,053 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095015012571
2017-12-24 09:50:15,071 [salt.minion      ][INFO    ][19240] Starting a new job with PID 19240
2017-12-24 09:50:15,093 [salt.minion      ][INFO    ][19240] Returning information for job: 20171224095015012571
2017-12-24 09:50:25,261 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095025222107
2017-12-24 09:50:25,282 [salt.minion      ][INFO    ][19245] Starting a new job with PID 19245
2017-12-24 09:50:25,304 [salt.minion      ][INFO    ][19245] Returning information for job: 20171224095025222107
2017-12-24 09:50:35,480 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095035447959
2017-12-24 09:50:35,501 [salt.minion      ][INFO    ][19253] Starting a new job with PID 19253
2017-12-24 09:50:35,521 [salt.minion      ][INFO    ][19253] Returning information for job: 20171224095035447959
2017-12-24 09:50:45,492 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095045463331
2017-12-24 09:50:45,512 [salt.minion      ][INFO    ][19258] Starting a new job with PID 19258
2017-12-24 09:50:45,533 [salt.minion      ][INFO    ][19258] Returning information for job: 20171224095045463331
2017-12-24 09:50:55,723 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095055691449
2017-12-24 09:50:55,741 [salt.minion      ][INFO    ][19263] Starting a new job with PID 19263
2017-12-24 09:50:55,763 [salt.minion      ][INFO    ][19263] Returning information for job: 20171224095055691449
2017-12-24 09:51:05,740 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095105719766
2017-12-24 09:51:05,760 [salt.minion      ][INFO    ][19268] Starting a new job with PID 19268
2017-12-24 09:51:05,781 [salt.minion      ][INFO    ][19268] Returning information for job: 20171224095105719766
2017-12-24 09:51:15,751 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095115738124
2017-12-24 09:51:15,772 [salt.minion      ][INFO    ][19273] Starting a new job with PID 19273
2017-12-24 09:51:15,791 [salt.minion      ][INFO    ][19273] Returning information for job: 20171224095115738124
2017-12-24 09:51:25,769 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095125756876
2017-12-24 09:51:25,789 [salt.minion      ][INFO    ][19278] Starting a new job with PID 19278
2017-12-24 09:51:25,809 [salt.minion      ][INFO    ][19278] Returning information for job: 20171224095125756876
2017-12-24 09:51:35,788 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095135776298
2017-12-24 09:51:35,807 [salt.minion      ][INFO    ][19283] Starting a new job with PID 19283
2017-12-24 09:51:35,828 [salt.minion      ][INFO    ][19283] Returning information for job: 20171224095135776298
2017-12-24 09:51:45,817 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095145802948
2017-12-24 09:51:45,837 [salt.minion      ][INFO    ][19288] Starting a new job with PID 19288
2017-12-24 09:51:45,859 [salt.minion      ][INFO    ][19288] Returning information for job: 20171224095145802948
2017-12-24 09:51:55,846 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095155832094
2017-12-24 09:51:55,869 [salt.minion      ][INFO    ][19303] Starting a new job with PID 19303
2017-12-24 09:51:55,888 [salt.minion      ][INFO    ][19303] Returning information for job: 20171224095155832094
2017-12-24 09:52:05,871 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095205859531
2017-12-24 09:52:05,894 [salt.minion      ][INFO    ][19308] Starting a new job with PID 19308
2017-12-24 09:52:05,915 [salt.minion      ][INFO    ][19308] Returning information for job: 20171224095205859531
2017-12-24 09:52:15,914 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095215900450
2017-12-24 09:52:15,934 [salt.minion      ][INFO    ][19313] Starting a new job with PID 19313
2017-12-24 09:52:15,955 [salt.minion      ][INFO    ][19313] Returning information for job: 20171224095215900450
2017-12-24 09:52:25,947 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095225934213
2017-12-24 09:52:25,968 [salt.minion      ][INFO    ][19318] Starting a new job with PID 19318
2017-12-24 09:52:25,988 [salt.minion      ][INFO    ][19318] Returning information for job: 20171224095225934213
2017-12-24 09:52:35,987 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095235971132
2017-12-24 09:52:36,006 [salt.minion      ][INFO    ][19326] Starting a new job with PID 19326
2017-12-24 09:52:36,027 [salt.minion      ][INFO    ][19326] Returning information for job: 20171224095235971132
2017-12-24 09:52:46,033 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095246016887
2017-12-24 09:52:46,048 [salt.minion      ][INFO    ][19331] Starting a new job with PID 19331
2017-12-24 09:52:46,069 [salt.minion      ][INFO    ][19331] Returning information for job: 20171224095246016887
2017-12-24 09:52:56,064 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095256049466
2017-12-24 09:52:56,084 [salt.minion      ][INFO    ][19336] Starting a new job with PID 19336
2017-12-24 09:52:56,103 [salt.minion      ][INFO    ][19336] Returning information for job: 20171224095256049466
2017-12-24 09:53:06,100 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095306088014
2017-12-24 09:53:06,121 [salt.minion      ][INFO    ][19342] Starting a new job with PID 19342
2017-12-24 09:53:06,140 [salt.minion      ][INFO    ][19342] Returning information for job: 20171224095306088014
2017-12-24 09:53:16,143 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095316128053
2017-12-24 09:53:16,164 [salt.minion      ][INFO    ][19347] Starting a new job with PID 19347
2017-12-24 09:53:16,184 [salt.minion      ][INFO    ][19347] Returning information for job: 20171224095316128053
2017-12-24 09:53:26,190 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095326175114
2017-12-24 09:53:26,209 [salt.minion      ][INFO    ][19352] Starting a new job with PID 19352
2017-12-24 09:53:26,231 [salt.minion      ][INFO    ][19352] Returning information for job: 20171224095326175114
2017-12-24 09:53:36,246 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095336229344
2017-12-24 09:53:36,266 [salt.minion      ][INFO    ][19357] Starting a new job with PID 19357
2017-12-24 09:53:36,288 [salt.minion      ][INFO    ][19357] Returning information for job: 20171224095336229344
2017-12-24 09:53:46,313 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095346295959
2017-12-24 09:53:46,335 [salt.minion      ][INFO    ][19362] Starting a new job with PID 19362
2017-12-24 09:53:46,355 [salt.minion      ][INFO    ][19362] Returning information for job: 20171224095346295959
2017-12-24 09:53:56,374 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095356354417
2017-12-24 09:53:56,395 [salt.minion      ][INFO    ][19367] Starting a new job with PID 19367
2017-12-24 09:53:56,415 [salt.minion      ][INFO    ][19367] Returning information for job: 20171224095356354417
2017-12-24 09:54:06,423 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095406407256
2017-12-24 09:54:06,443 [salt.minion      ][INFO    ][19372] Starting a new job with PID 19372
2017-12-24 09:54:06,463 [salt.minion      ][INFO    ][19372] Returning information for job: 20171224095406407256
2017-12-24 09:54:16,489 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095416471476
2017-12-24 09:54:16,509 [salt.minion      ][INFO    ][19377] Starting a new job with PID 19377
2017-12-24 09:54:16,529 [salt.minion      ][INFO    ][19377] Returning information for job: 20171224095416471476
2017-12-24 09:54:26,571 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095426556792
2017-12-24 09:54:26,591 [salt.minion      ][INFO    ][19382] Starting a new job with PID 19382
2017-12-24 09:54:26,611 [salt.minion      ][INFO    ][19382] Returning information for job: 20171224095426556792
2017-12-24 09:54:36,642 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095436622819
2017-12-24 09:54:36,664 [salt.minion      ][INFO    ][19387] Starting a new job with PID 19387
2017-12-24 09:54:36,683 [salt.minion      ][INFO    ][19387] Returning information for job: 20171224095436622819
2017-12-24 09:54:46,711 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095446699049
2017-12-24 09:54:46,734 [salt.minion      ][INFO    ][19394] Starting a new job with PID 19394
2017-12-24 09:54:46,754 [salt.minion      ][INFO    ][19394] Returning information for job: 20171224095446699049
2017-12-24 09:54:56,806 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095456791788
2017-12-24 09:54:56,826 [salt.minion      ][INFO    ][19399] Starting a new job with PID 19399
2017-12-24 09:54:56,847 [salt.minion      ][INFO    ][19399] Returning information for job: 20171224095456791788
2017-12-24 09:55:06,905 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095506888890
2017-12-24 09:55:06,926 [salt.minion      ][INFO    ][19404] Starting a new job with PID 19404
2017-12-24 09:55:06,947 [salt.minion      ][INFO    ][19404] Returning information for job: 20171224095506888890
2017-12-24 09:55:16,944 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095516933453
2017-12-24 09:55:16,964 [salt.minion      ][INFO    ][19409] Starting a new job with PID 19409
2017-12-24 09:55:16,983 [salt.minion      ][INFO    ][19409] Returning information for job: 20171224095516933453
2017-12-24 09:55:27,059 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095527048445
2017-12-24 09:55:27,079 [salt.minion      ][INFO    ][19414] Starting a new job with PID 19414
2017-12-24 09:55:27,099 [salt.minion      ][INFO    ][19414] Returning information for job: 20171224095527048445
2017-12-24 09:55:38,073 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095538062193
2017-12-24 09:55:38,093 [salt.minion      ][INFO    ][19419] Starting a new job with PID 19419
2017-12-24 09:55:38,114 [salt.minion      ][INFO    ][19419] Returning information for job: 20171224095538062193
2017-12-24 09:55:48,957 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095548947747
2017-12-24 09:55:48,977 [salt.minion      ][INFO    ][19425] Starting a new job with PID 19425
2017-12-24 09:55:48,998 [salt.minion      ][INFO    ][19425] Returning information for job: 20171224095548947747
2017-12-24 09:55:59,070 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095559055670
2017-12-24 09:55:59,091 [salt.minion      ][INFO    ][19440] Starting a new job with PID 19440
2017-12-24 09:55:59,111 [salt.minion      ][INFO    ][19440] Returning information for job: 20171224095559055670
2017-12-24 09:56:09,201 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095609189980
2017-12-24 09:56:09,221 [salt.minion      ][INFO    ][19445] Starting a new job with PID 19445
2017-12-24 09:56:09,243 [salt.minion      ][INFO    ][19445] Returning information for job: 20171224095609189980
2017-12-24 09:56:19,342 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095619330110
2017-12-24 09:56:19,362 [salt.minion      ][INFO    ][19450] Starting a new job with PID 19450
2017-12-24 09:56:19,383 [salt.minion      ][INFO    ][19450] Returning information for job: 20171224095619330110
2017-12-24 09:56:29,481 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095629470792
2017-12-24 09:56:29,501 [salt.minion      ][INFO    ][19455] Starting a new job with PID 19455
2017-12-24 09:56:29,522 [salt.minion      ][INFO    ][19455] Returning information for job: 20171224095629470792
2017-12-24 09:56:39,624 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095639610421
2017-12-24 09:56:39,645 [salt.minion      ][INFO    ][19462] Starting a new job with PID 19462
2017-12-24 09:56:39,666 [salt.minion      ][INFO    ][19462] Returning information for job: 20171224095639610421
2017-12-24 09:56:49,797 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095649781024
2017-12-24 09:56:49,817 [salt.minion      ][INFO    ][19467] Starting a new job with PID 19467
2017-12-24 09:56:49,835 [salt.minion      ][INFO    ][19467] Returning information for job: 20171224095649781024
2017-12-24 09:56:59,953 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095659943155
2017-12-24 09:56:59,974 [salt.minion      ][INFO    ][19472] Starting a new job with PID 19472
2017-12-24 09:56:59,995 [salt.minion      ][INFO    ][19472] Returning information for job: 20171224095659943155
2017-12-24 09:57:10,117 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095710107757
2017-12-24 09:57:10,137 [salt.minion      ][INFO    ][19477] Starting a new job with PID 19477
2017-12-24 09:57:10,158 [salt.minion      ][INFO    ][19477] Returning information for job: 20171224095710107757
2017-12-24 09:57:20,288 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095720276057
2017-12-24 09:57:20,308 [salt.minion      ][INFO    ][19482] Starting a new job with PID 19482
2017-12-24 09:57:20,327 [salt.minion      ][INFO    ][19482] Returning information for job: 20171224095720276057
2017-12-24 09:57:30,471 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095730455048
2017-12-24 09:57:30,492 [salt.minion      ][INFO    ][19487] Starting a new job with PID 19487
2017-12-24 09:57:30,511 [salt.minion      ][INFO    ][19487] Returning information for job: 20171224095730455048
2017-12-24 09:57:40,657 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095740645085
2017-12-24 09:57:40,677 [salt.minion      ][INFO    ][19492] Starting a new job with PID 19492
2017-12-24 09:57:40,698 [salt.minion      ][INFO    ][19492] Returning information for job: 20171224095740645085
2017-12-24 09:57:50,853 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095750841055
2017-12-24 09:57:50,872 [salt.minion      ][INFO    ][19497] Starting a new job with PID 19497
2017-12-24 09:57:50,895 [salt.minion      ][INFO    ][19497] Returning information for job: 20171224095750841055
2017-12-24 09:58:01,047 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095801038217
2017-12-24 09:58:01,067 [salt.minion      ][INFO    ][19502] Starting a new job with PID 19502
2017-12-24 09:58:01,087 [salt.minion      ][INFO    ][19502] Returning information for job: 20171224095801038217
2017-12-24 09:58:11,240 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095811228577
2017-12-24 09:58:11,260 [salt.minion      ][INFO    ][19507] Starting a new job with PID 19507
2017-12-24 09:58:11,280 [salt.minion      ][INFO    ][19507] Returning information for job: 20171224095811228577
2017-12-24 09:58:22,369 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095822357713
2017-12-24 09:58:22,388 [salt.minion      ][INFO    ][19512] Starting a new job with PID 19512
2017-12-24 09:58:22,407 [salt.minion      ][INFO    ][19512] Returning information for job: 20171224095822357713
2017-12-24 09:58:32,579 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095832569746
2017-12-24 09:58:32,600 [salt.minion      ][INFO    ][19518] Starting a new job with PID 19518
2017-12-24 09:58:32,619 [salt.minion      ][INFO    ][19518] Returning information for job: 20171224095832569746
2017-12-24 09:58:40,443 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-24 09:58:40,483 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:40,543 [salt.loaded.int.module.cmdmod][ERROR   ][13606] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-24 09:58:40,544 [salt.loaded.int.module.cmdmod][ERROR   ][13606] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-24 09:58:40,545 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/mdb03.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-24 09:58:40,603 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:40,635 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-24 09:58:41,716 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-24 09:58:42,548 [salt.loaded.ext.module.seedng][INFO    ][13606] salt-minion pre-installed on image, configuring as mdb03.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-24 09:58:42,558 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -l' in directory '/root'
2017-12-24 09:58:42,584 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-24 09:58:42,681 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:42,788 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095842774513
2017-12-24 09:58:42,807 [salt.minion      ][INFO    ][19699] Starting a new job with PID 19699
2017-12-24 09:58:42,826 [salt.minion      ][INFO    ][19699] Returning information for job: 20171224095842774513
2017-12-24 09:58:43,658 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:58:43,659 [salt.state       ][INFO    ][13606] Completed state [virtng.init] at time 09:58:43.658859 duration_in_ms=513085.979
2017-12-24 09:58:43,660 [salt.state       ][INFO    ][13606] Running state [virt.set_autostart] at time 09:58:43.660197
2017-12-24 09:58:43,661 [salt.state       ][INFO    ][13606] Executing state module.run for virt.set_autostart
2017-12-24 09:58:43,671 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --autostart --name| grep -E "^mdb03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:58:43,713 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:58:43,715 [salt.state       ][INFO    ][13606] Completed state [virt.set_autostart] at time 09:58:43.713384 duration_in_ms=53.186
2017-12-24 09:58:43,716 [salt.state       ][INFO    ][13606] Running state [virtng.init] at time 09:58:43.716023
2017-12-24 09:58:43,717 [salt.state       ][INFO    ][13606] Executing state module.run for virtng.init
2017-12-24 09:58:43,723 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --all --name| grep -E "^dbs03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:58:44,853 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-24 09:58:44,864 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:44,873 [salt.loaded.int.module.cmdmod][ERROR   ][13606] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-24 09:58:44,874 [salt.loaded.int.module.cmdmod][ERROR   ][13606] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-24 09:58:44,874 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/dbs03.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-24 09:58:44,889 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:44,899 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-24 09:58:45,968 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-24 09:58:46,703 [salt.loaded.ext.module.seedng][INFO    ][13606] salt-minion pre-installed on image, configuring as dbs03.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-24 09:58:46,712 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -l' in directory '/root'
2017-12-24 09:58:46,733 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-24 09:58:46,801 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:47,724 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:58:47,724 [salt.state       ][INFO    ][13606] Completed state [virtng.init] at time 09:58:47.723885 duration_in_ms=4007.862
2017-12-24 09:58:47,724 [salt.state       ][INFO    ][13606] Running state [virt.set_autostart] at time 09:58:47.724208
2017-12-24 09:58:47,724 [salt.state       ][INFO    ][13606] Executing state module.run for virt.set_autostart
2017-12-24 09:58:47,729 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --autostart --name| grep -E "^dbs03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:58:47,768 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:58:47,768 [salt.state       ][INFO    ][13606] Completed state [virt.set_autostart] at time 09:58:47.767729 duration_in_ms=43.521
2017-12-24 09:58:47,768 [salt.state       ][INFO    ][13606] Running state [virtng.init] at time 09:58:47.768001
2017-12-24 09:58:47,768 [salt.state       ][INFO    ][13606] Executing state module.run for virtng.init
2017-12-24 09:58:47,772 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --all --name| grep -E "^prx02.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:58:48,981 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-24 09:58:48,993 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:49,003 [salt.loaded.int.module.cmdmod][ERROR   ][13606] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-24 09:58:49,004 [salt.loaded.int.module.cmdmod][ERROR   ][13606] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-24 09:58:49,004 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/prx02.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-24 09:58:49,019 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:49,029 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-24 09:58:50,115 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-24 09:58:50,861 [salt.loaded.ext.module.seedng][INFO    ][13606] salt-minion pre-installed on image, configuring as prx02.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-24 09:58:50,870 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -l' in directory '/root'
2017-12-24 09:58:50,887 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-24 09:58:50,964 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:52,183 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:58:52,184 [salt.state       ][INFO    ][13606] Completed state [virtng.init] at time 09:58:52.183657 duration_in_ms=4415.654
2017-12-24 09:58:52,185 [salt.state       ][INFO    ][13606] Running state [virt.set_autostart] at time 09:58:52.184547
2017-12-24 09:58:52,185 [salt.state       ][INFO    ][13606] Executing state module.run for virt.set_autostart
2017-12-24 09:58:52,193 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --autostart --name| grep -E "^prx02.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:58:52,231 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:58:52,233 [salt.state       ][INFO    ][13606] Completed state [virt.set_autostart] at time 09:58:52.232753 duration_in_ms=48.205
2017-12-24 09:58:52,233 [salt.state       ][INFO    ][13606] Running state [virtng.init] at time 09:58:52.233323
2017-12-24 09:58:52,234 [salt.state       ][INFO    ][13606] Executing state module.run for virtng.init
2017-12-24 09:58:52,240 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --all --name| grep -E "^msg03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:58:52,995 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224095852982519
2017-12-24 09:58:53,007 [salt.minion      ][INFO    ][20620] Starting a new job with PID 20620
2017-12-24 09:58:53,026 [salt.minion      ][INFO    ][20620] Returning information for job: 20171224095852982519
2017-12-24 09:58:53,455 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-24 09:58:53,466 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:53,476 [salt.loaded.int.module.cmdmod][ERROR   ][13606] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-24 09:58:53,477 [salt.loaded.int.module.cmdmod][ERROR   ][13606] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-24 09:58:53,477 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/msg03.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-24 09:58:53,496 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:53,509 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-24 09:58:54,606 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-24 09:58:55,300 [salt.loaded.ext.module.seedng][INFO    ][13606] salt-minion pre-installed on image, configuring as msg03.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-24 09:58:55,315 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -l' in directory '/root'
2017-12-24 09:58:55,334 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-24 09:58:55,421 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:56,387 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:58:56,387 [salt.state       ][INFO    ][13606] Completed state [virtng.init] at time 09:58:56.387249 duration_in_ms=4153.925
2017-12-24 09:58:56,388 [salt.state       ][INFO    ][13606] Running state [virt.set_autostart] at time 09:58:56.387695
2017-12-24 09:58:56,388 [salt.state       ][INFO    ][13606] Executing state module.run for virt.set_autostart
2017-12-24 09:58:56,399 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --autostart --name| grep -E "^msg03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:58:56,440 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:58:56,440 [salt.state       ][INFO    ][13606] Completed state [virt.set_autostart] at time 09:58:56.439952 duration_in_ms=52.257
2017-12-24 09:58:56,440 [salt.state       ][INFO    ][13606] Running state [virtng.init] at time 09:58:56.440289
2017-12-24 09:58:56,441 [salt.state       ][INFO    ][13606] Executing state module.run for virtng.init
2017-12-24 09:58:56,447 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --all --name| grep -E "^ctl03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:58:57,644 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-24 09:58:57,653 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:57,663 [salt.loaded.int.module.cmdmod][ERROR   ][13606] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-24 09:58:57,663 [salt.loaded.int.module.cmdmod][ERROR   ][13606] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-24 09:58:57,664 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/ctl03.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-24 09:58:57,679 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-24 09:58:57,693 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-24 09:58:58,777 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-24 09:58:59,783 [salt.loaded.ext.module.seedng][INFO    ][13606] salt-minion pre-installed on image, configuring as ctl03.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-24 09:58:59,796 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'mount -l' in directory '/root'
2017-12-24 09:58:59,816 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-24 09:58:59,892 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-24 09:59:00,856 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:59:00,856 [salt.state       ][INFO    ][13606] Completed state [virtng.init] at time 09:59:00.855907 duration_in_ms=4415.619
2017-12-24 09:59:00,856 [salt.state       ][INFO    ][13606] Running state [virt.set_autostart] at time 09:59:00.856228
2017-12-24 09:59:00,857 [salt.state       ][INFO    ][13606] Executing state module.run for virt.set_autostart
2017-12-24 09:59:00,861 [salt.loaded.int.module.cmdmod][INFO    ][13606] Executing command 'virsh list --autostart --name| grep -E "^ctl03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 09:59:00,897 [salt.state       ][INFO    ][13606] {'ret': True}
2017-12-24 09:59:00,897 [salt.state       ][INFO    ][13606] Completed state [virt.set_autostart] at time 09:59:00.897048 duration_in_ms=40.819
2017-12-24 09:59:00,908 [salt.minion      ][INFO    ][13606] Returning information for job: 20171224094944777486
2017-12-24 10:02:15,176 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command state.sls with jid 20171224100215162944
2017-12-24 10:02:15,199 [salt.minion      ][INFO    ][21264] Starting a new job with PID 21264
2017-12-24 10:02:17,854 [salt.state       ][INFO    ][21264] Loading fresh modules for state activity
2017-12-24 10:02:17,889 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/control/init.sls'
2017-12-24 10:02:17,919 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/control/virt.sls'
2017-12-24 10:02:17,957 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 10:02:18,075 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/minion/init.sls'
2017-12-24 10:02:18,097 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/minion/service.sls'
2017-12-24 10:02:18,137 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 10:02:18,234 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'linux/meta/salt.yml'
2017-12-24 10:02:18,264 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-24 10:02:18,341 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'linux/meta/sphinx.yml'
2017-12-24 10:02:18,380 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/sphinx.yml'
2017-12-24 10:02:18,399 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-24 10:02:18,428 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/sphinx.yml'
2017-12-24 10:02:18,445 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-24 10:02:18,472 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-24 10:02:18,511 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/meta/sphinx.yml'
2017-12-24 10:02:18,542 [py.warnings      ][WARNING ][21264] /usr/lib/python2.7/dist-packages/salt/utils/templates.py:73: DeprecationWarning: Starting in 2015.5, cmd.run uses python_shell=False by default, which doesn't support shellisms (pipes, env variables, etc). cmd.run is currently aliased to cmd.shell to prevent breakage. Please switch to cmd.shell or set python_shell=True to avoid breakage in the future, when this aliasing is removed.

2017-12-24 10:02:18,542 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'salt-minion --version' in directory '/root'
2017-12-24 10:02:19,060 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'salt-minion --version' in directory '/root'
2017-12-24 10:02:19,613 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/salt.yml'
2017-12-24 10:02:19,643 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/salt.yml'
2017-12-24 10:02:19,660 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'openssh/meta/salt.yml'
2017-12-24 10:02:19,675 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/meta/salt.yml'
2017-12-24 10:02:19,742 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'reclass/meta/meta.yml'
2017-12-24 10:02:19,767 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'reclass/map.jinja'
2017-12-24 10:02:19,805 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'ntp/meta/meta.yml'
2017-12-24 10:02:19,824 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-24 10:02:19,851 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'linux/meta/meta.yml'
2017-12-24 10:02:19,901 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/meta/meta.yml'
2017-12-24 10:02:19,998 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/minion/grains.sls'
2017-12-24 10:02:20,032 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 10:02:20,131 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'linux/meta/salt.yml'
2017-12-24 10:02:20,161 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-24 10:02:20,239 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'linux/meta/sphinx.yml'
2017-12-24 10:02:20,274 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/sphinx.yml'
2017-12-24 10:02:20,292 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-24 10:02:20,322 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/sphinx.yml'
2017-12-24 10:02:20,336 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-24 10:02:20,361 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-24 10:02:20,391 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/meta/sphinx.yml'
2017-12-24 10:02:20,428 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'salt-minion --version' in directory '/root'
2017-12-24 10:02:20,977 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'salt-minion --version' in directory '/root'
2017-12-24 10:02:21,528 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/salt.yml'
2017-12-24 10:02:21,560 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/salt.yml'
2017-12-24 10:02:21,580 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'openssh/meta/salt.yml'
2017-12-24 10:02:21,600 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/meta/salt.yml'
2017-12-24 10:02:21,666 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'reclass/meta/meta.yml'
2017-12-24 10:02:21,688 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'reclass/map.jinja'
2017-12-24 10:02:21,727 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'ntp/meta/meta.yml'
2017-12-24 10:02:21,747 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-24 10:02:21,776 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'linux/meta/meta.yml'
2017-12-24 10:02:21,824 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/meta/meta.yml'
2017-12-24 10:02:21,927 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/minion/cert.sls'
2017-12-24 10:02:22,036 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 10:02:22,514 [salt.state       ][INFO    ][21264] Running state [salt-minion] at time 10:02:22.514149
2017-12-24 10:02:22,515 [salt.state       ][INFO    ][21264] Executing state pkg.installed for salt-minion
2017-12-24 10:02:22,515 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 10:02:22,873 [salt.state       ][INFO    ][21264] Package salt-minion is already installed
2017-12-24 10:02:22,875 [salt.state       ][INFO    ][21264] Completed state [salt-minion] at time 10:02:22.874252 duration_in_ms=360.103
2017-12-24 10:02:22,875 [salt.state       ][INFO    ][21264] Running state [salt_minion_dependency_packages] at time 10:02:22.875094
2017-12-24 10:02:22,875 [salt.state       ][INFO    ][21264] Executing state pkg.installed for salt_minion_dependency_packages
2017-12-24 10:02:22,880 [salt.state       ][INFO    ][21264] All specified packages are already installed
2017-12-24 10:02:22,880 [salt.state       ][INFO    ][21264] Completed state [salt_minion_dependency_packages] at time 10:02:22.880239 duration_in_ms=5.145
2017-12-24 10:02:22,882 [salt.state       ][INFO    ][21264] Running state [/etc/salt/minion.d/minion.conf] at time 10:02:22.882354
2017-12-24 10:02:22,883 [salt.state       ][INFO    ][21264] Executing state file.managed for /etc/salt/minion.d/minion.conf
2017-12-24 10:02:22,904 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/files/minion.conf'
2017-12-24 10:02:23,025 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-24 10:02:23,099 [salt.fileclient  ][INFO    ][21264] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-24 10:02:23,164 [salt.state       ][INFO    ][21264] File /etc/salt/minion.d/minion.conf is in the correct state
2017-12-24 10:02:23,165 [salt.state       ][INFO    ][21264] Completed state [/etc/salt/minion.d/minion.conf] at time 10:02:23.164521 duration_in_ms=282.166
2017-12-24 10:02:23,165 [salt.state       ][INFO    ][21264] Running state [/etc/salt/minion.d/_virt.conf] at time 10:02:23.164967
2017-12-24 10:02:23,165 [salt.state       ][INFO    ][21264] Executing state file.managed for /etc/salt/minion.d/_virt.conf
2017-12-24 10:02:23,166 [salt.state       ][INFO    ][21264] File /etc/salt/minion.d/_virt.conf is in the correct state
2017-12-24 10:02:23,166 [salt.state       ][INFO    ][21264] Completed state [/etc/salt/minion.d/_virt.conf] at time 10:02:23.166150 duration_in_ms=1.183
2017-12-24 10:02:23,168 [salt.state       ][INFO    ][21264] Running state [salt-minion] at time 10:02:23.168250
2017-12-24 10:02:23,168 [salt.state       ][INFO    ][21264] Executing state service.running for salt-minion
2017-12-24 10:02:23,169 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-12-24 10:02:23,202 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command ['systemctl', 'is-active', 'salt-minion.service'] in directory '/root'
2017-12-24 10:02:23,221 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-12-24 10:02:23,240 [salt.state       ][INFO    ][21264] The service salt-minion is already running
2017-12-24 10:02:23,240 [salt.state       ][INFO    ][21264] Completed state [salt-minion] at time 10:02:23.240124 duration_in_ms=71.873
2017-12-24 10:02:23,244 [salt.state       ][INFO    ][21264] Running state [/etc/salt/grains.d] at time 10:02:23.243970
2017-12-24 10:02:23,244 [salt.state       ][INFO    ][21264] Executing state file.directory for /etc/salt/grains.d
2017-12-24 10:02:23,247 [salt.state       ][INFO    ][21264] Directory /etc/salt/grains.d is in the correct state
2017-12-24 10:02:23,247 [salt.state       ][INFO    ][21264] Completed state [/etc/salt/grains.d] at time 10:02:23.246772 duration_in_ms=2.803
2017-12-24 10:02:23,248 [salt.state       ][INFO    ][21264] Running state [/etc/salt/grains] at time 10:02:23.247739
2017-12-24 10:02:23,248 [salt.state       ][INFO    ][21264] Executing state file.managed for /etc/salt/grains
2017-12-24 10:02:23,249 [salt.state       ][INFO    ][21264] File /etc/salt/grains exists with proper permissions. No changes made.
2017-12-24 10:02:23,249 [salt.state       ][INFO    ][21264] Completed state [/etc/salt/grains] at time 10:02:23.249036 duration_in_ms=1.297
2017-12-24 10:02:23,250 [salt.state       ][INFO    ][21264] Running state [/etc/salt/grains.d/placeholder] at time 10:02:23.250019
2017-12-24 10:02:23,250 [salt.state       ][INFO    ][21264] Executing state file.managed for /etc/salt/grains.d/placeholder
2017-12-24 10:02:23,251 [salt.state       ][INFO    ][21264] File /etc/salt/grains.d/placeholder exists with proper permissions. No changes made.
2017-12-24 10:02:23,251 [salt.state       ][INFO    ][21264] Completed state [/etc/salt/grains.d/placeholder] at time 10:02:23.251280 duration_in_ms=1.261
2017-12-24 10:02:23,252 [salt.state       ][INFO    ][21264] Running state [/etc/salt/grains.d/sphinx] at time 10:02:23.251942
2017-12-24 10:02:23,252 [salt.state       ][INFO    ][21264] Executing state file.managed for /etc/salt/grains.d/sphinx
2017-12-24 10:02:23,255 [salt.state       ][INFO    ][21264] File changed:
--- 
+++ 
@@ -49,7 +49,6 @@
               - 127.0.0.1
               - 192.168.10.143
               - 192.168.11.24
-              - 192.168.122.1
         system:
           name: System
           param:

2017-12-24 10:02:23,256 [salt.state       ][INFO    ][21264] Completed state [/etc/salt/grains.d/sphinx] at time 10:02:23.255555 duration_in_ms=3.614
2017-12-24 10:02:23,256 [salt.state       ][INFO    ][21264] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 10:02:23.256413
2017-12-24 10:02:23,257 [salt.state       ][INFO    ][21264] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-24 10:02:23,257 [salt.state       ][INFO    ][21264] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-24 10:02:23,257 [salt.state       ][INFO    ][21264] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 10:02:23.257416 duration_in_ms=1.003
2017-12-24 10:02:23,258 [salt.state       ][INFO    ][21264] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 10:02:23.257941
2017-12-24 10:02:23,258 [salt.state       ][INFO    ][21264] Executing state cmd.mod_watch for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-24 10:02:23,259 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"' in directory '/root'
2017-12-24 10:02:23,373 [salt.state       ][INFO    ][21264] {'pid': 21337, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-24 10:02:23,374 [salt.state       ][INFO    ][21264] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 10:02:23.373970 duration_in_ms=116.028
2017-12-24 10:02:23,375 [salt.state       ][INFO    ][21264] Running state [/etc/salt/grains.d/dns_records] at time 10:02:23.375095
2017-12-24 10:02:23,376 [salt.state       ][INFO    ][21264] Executing state file.managed for /etc/salt/grains.d/dns_records
2017-12-24 10:02:23,379 [salt.state       ][INFO    ][21264] File /etc/salt/grains.d/dns_records is in the correct state
2017-12-24 10:02:23,379 [salt.state       ][INFO    ][21264] Completed state [/etc/salt/grains.d/dns_records] at time 10:02:23.378830 duration_in_ms=3.735
2017-12-24 10:02:23,381 [salt.state       ][INFO    ][21264] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"] at time 10:02:23.380662
2017-12-24 10:02:23,381 [salt.state       ][INFO    ][21264] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"
2017-12-24 10:02:23,382 [salt.state       ][INFO    ][21264] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"
2017-12-24 10:02:23,383 [salt.state       ][INFO    ][21264] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"] at time 10:02:23.382718 duration_in_ms=2.056
2017-12-24 10:02:23,384 [salt.state       ][INFO    ][21264] Running state [/etc/salt/grains.d/salt] at time 10:02:23.383557
2017-12-24 10:02:23,384 [salt.state       ][INFO    ][21264] Executing state file.managed for /etc/salt/grains.d/salt
2017-12-24 10:02:23,386 [salt.state       ][INFO    ][21264] File /etc/salt/grains.d/salt is in the correct state
2017-12-24 10:02:23,386 [salt.state       ][INFO    ][21264] Completed state [/etc/salt/grains.d/salt] at time 10:02:23.386149 duration_in_ms=2.593
2017-12-24 10:02:23,387 [salt.state       ][INFO    ][21264] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"] at time 10:02:23.387001
2017-12-24 10:02:23,387 [salt.state       ][INFO    ][21264] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"
2017-12-24 10:02:23,388 [salt.state       ][INFO    ][21264] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"
2017-12-24 10:02:23,388 [salt.state       ][INFO    ][21264] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"] at time 10:02:23.387661 duration_in_ms=0.66
2017-12-24 10:02:23,390 [salt.state       ][INFO    ][21264] Running state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 10:02:23.390244
2017-12-24 10:02:23,391 [salt.state       ][INFO    ][21264] Executing state cmd.wait for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-24 10:02:23,391 [salt.state       ][INFO    ][21264] No changes made for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-24 10:02:23,391 [salt.state       ][INFO    ][21264] Completed state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 10:02:23.390926 duration_in_ms=0.682
2017-12-24 10:02:23,391 [salt.state       ][INFO    ][21264] Running state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 10:02:23.391108
2017-12-24 10:02:23,391 [salt.state       ][INFO    ][21264] Executing state cmd.mod_watch for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-24 10:02:23,393 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'cat /etc/salt/grains.d/* > /etc/salt/grains' in directory '/root'
2017-12-24 10:02:23,408 [salt.state       ][INFO    ][21264] {'pid': 21339, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-24 10:02:23,409 [salt.state       ][INFO    ][21264] Completed state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 10:02:23.409322 duration_in_ms=18.212
2017-12-24 10:02:23,412 [salt.state       ][INFO    ][21264] Running state [mine.update] at time 10:02:23.411618
2017-12-24 10:02:23,412 [salt.state       ][INFO    ][21264] Executing state module.wait for mine.update
2017-12-24 10:02:23,413 [salt.state       ][INFO    ][21264] No changes made for mine.update
2017-12-24 10:02:23,413 [salt.state       ][INFO    ][21264] Completed state [mine.update] at time 10:02:23.412947 duration_in_ms=1.329
2017-12-24 10:02:23,413 [salt.state       ][INFO    ][21264] Running state [mine.update] at time 10:02:23.413140
2017-12-24 10:02:23,413 [salt.state       ][INFO    ][21264] Executing state module.mod_watch for mine.update
2017-12-24 10:02:23,954 [salt.state       ][INFO    ][21264] {'ret': True}
2017-12-24 10:02:23,955 [salt.state       ][INFO    ][21264] Completed state [mine.update] at time 10:02:23.954868 duration_in_ms=541.725
2017-12-24 10:02:23,956 [salt.state       ][INFO    ][21264] Running state [ca-certificates] at time 10:02:23.956055
2017-12-24 10:02:23,957 [salt.state       ][INFO    ][21264] Executing state pkg.installed for ca-certificates
2017-12-24 10:02:23,968 [salt.state       ][INFO    ][21264] Package ca-certificates is already installed
2017-12-24 10:02:23,968 [salt.state       ][INFO    ][21264] Completed state [ca-certificates] at time 10:02:23.967769 duration_in_ms=11.714
2017-12-24 10:02:23,969 [salt.state       ][INFO    ][21264] Running state [update-ca-certificates] at time 10:02:23.968477
2017-12-24 10:02:23,969 [salt.state       ][INFO    ][21264] Executing state cmd.wait for update-ca-certificates
2017-12-24 10:02:23,969 [salt.state       ][INFO    ][21264] No changes made for update-ca-certificates
2017-12-24 10:02:23,969 [salt.state       ][INFO    ][21264] Completed state [update-ca-certificates] at time 10:02:23.969127 duration_in_ms=0.65
2017-12-24 10:02:23,969 [salt.state       ][INFO    ][21264] Running state [libvirt-dev] at time 10:02:23.969332
2017-12-24 10:02:23,970 [salt.state       ][INFO    ][21264] Executing state pkg.installed for libvirt-dev
2017-12-24 10:02:23,974 [salt.state       ][INFO    ][21264] Package libvirt-dev is already installed
2017-12-24 10:02:23,974 [salt.state       ][INFO    ][21264] Completed state [libvirt-dev] at time 10:02:23.974206 duration_in_ms=4.874
2017-12-24 10:02:23,974 [salt.state       ][INFO    ][21264] Running state [pkg-config] at time 10:02:23.974415
2017-12-24 10:02:23,975 [salt.state       ][INFO    ][21264] Executing state pkg.installed for pkg-config
2017-12-24 10:02:23,980 [salt.state       ][INFO    ][21264] Package pkg-config is already installed
2017-12-24 10:02:23,980 [salt.state       ][INFO    ][21264] Completed state [pkg-config] at time 10:02:23.980158 duration_in_ms=5.743
2017-12-24 10:02:23,980 [salt.state       ][INFO    ][21264] Running state [virtng.init] at time 10:02:23.980364
2017-12-24 10:02:23,981 [salt.state       ][INFO    ][21264] Executing state module.run for virtng.init
2017-12-24 10:02:24,044 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command ['git', '--version'] in directory '/root'
2017-12-24 10:02:24,109 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --all --name| grep -E "^mdb03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,142 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,143 [salt.state       ][INFO    ][21264] Completed state [virtng.init] at time 10:02:24.142408 duration_in_ms=162.042
2017-12-24 10:02:24,143 [salt.state       ][INFO    ][21264] Running state [virt.set_autostart] at time 10:02:24.142978
2017-12-24 10:02:24,143 [salt.state       ][INFO    ][21264] Executing state module.run for virt.set_autostart
2017-12-24 10:02:24,150 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --autostart --name| grep -E "^mdb03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,189 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,191 [salt.state       ][INFO    ][21264] Completed state [virt.set_autostart] at time 10:02:24.190229 duration_in_ms=47.252
2017-12-24 10:02:24,191 [salt.state       ][INFO    ][21264] Running state [virtng.init] at time 10:02:24.190839
2017-12-24 10:02:24,191 [salt.state       ][INFO    ][21264] Executing state module.run for virtng.init
2017-12-24 10:02:24,199 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --all --name| grep -E "^dbs03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,232 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,233 [salt.state       ][INFO    ][21264] Completed state [virtng.init] at time 10:02:24.232788 duration_in_ms=41.949
2017-12-24 10:02:24,233 [salt.state       ][INFO    ][21264] Running state [virt.set_autostart] at time 10:02:24.233321
2017-12-24 10:02:24,234 [salt.state       ][INFO    ][21264] Executing state module.run for virt.set_autostart
2017-12-24 10:02:24,241 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --autostart --name| grep -E "^dbs03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,273 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,275 [salt.state       ][INFO    ][21264] Completed state [virt.set_autostart] at time 10:02:24.274477 duration_in_ms=41.156
2017-12-24 10:02:24,276 [salt.state       ][INFO    ][21264] Running state [virtng.init] at time 10:02:24.275533
2017-12-24 10:02:24,276 [salt.state       ][INFO    ][21264] Executing state module.run for virtng.init
2017-12-24 10:02:24,281 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --all --name| grep -E "^prx02.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,318 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,318 [salt.state       ][INFO    ][21264] Completed state [virtng.init] at time 10:02:24.318332 duration_in_ms=42.799
2017-12-24 10:02:24,319 [salt.state       ][INFO    ][21264] Running state [virt.set_autostart] at time 10:02:24.318882
2017-12-24 10:02:24,319 [salt.state       ][INFO    ][21264] Executing state module.run for virt.set_autostart
2017-12-24 10:02:24,327 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --autostart --name| grep -E "^prx02.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,372 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,372 [salt.state       ][INFO    ][21264] Completed state [virt.set_autostart] at time 10:02:24.372099 duration_in_ms=53.217
2017-12-24 10:02:24,372 [salt.state       ][INFO    ][21264] Running state [virtng.init] at time 10:02:24.372388
2017-12-24 10:02:24,373 [salt.state       ][INFO    ][21264] Executing state module.run for virtng.init
2017-12-24 10:02:24,376 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --all --name| grep -E "^msg03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,411 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,412 [salt.state       ][INFO    ][21264] Completed state [virtng.init] at time 10:02:24.411546 duration_in_ms=39.158
2017-12-24 10:02:24,413 [salt.state       ][INFO    ][21264] Running state [virt.set_autostart] at time 10:02:24.412487
2017-12-24 10:02:24,413 [salt.state       ][INFO    ][21264] Executing state module.run for virt.set_autostart
2017-12-24 10:02:24,420 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --autostart --name| grep -E "^msg03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,459 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,459 [salt.state       ][INFO    ][21264] Completed state [virt.set_autostart] at time 10:02:24.459338 duration_in_ms=46.85
2017-12-24 10:02:24,460 [salt.state       ][INFO    ][21264] Running state [virtng.init] at time 10:02:24.459882
2017-12-24 10:02:24,460 [salt.state       ][INFO    ][21264] Executing state module.run for virtng.init
2017-12-24 10:02:24,468 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --all --name| grep -E "^ctl03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,501 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,501 [salt.state       ][INFO    ][21264] Completed state [virtng.init] at time 10:02:24.500865 duration_in_ms=40.984
2017-12-24 10:02:24,501 [salt.state       ][INFO    ][21264] Running state [virt.set_autostart] at time 10:02:24.501132
2017-12-24 10:02:24,501 [salt.state       ][INFO    ][21264] Executing state module.run for virt.set_autostart
2017-12-24 10:02:24,511 [salt.loaded.int.module.cmdmod][INFO    ][21264] Executing command 'virsh list --autostart --name| grep -E "^ctl03.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-24 10:02:24,552 [salt.state       ][INFO    ][21264] unless execution succeeded
2017-12-24 10:02:24,552 [salt.state       ][INFO    ][21264] Completed state [virt.set_autostart] at time 10:02:24.552375 duration_in_ms=51.242
2017-12-24 10:02:24,561 [salt.minion      ][INFO    ][21264] Returning information for job: 20171224100215162944
2017-12-24 10:03:15,918 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.sync_all with jid 20171224100315907407
2017-12-24 10:03:15,944 [salt.minion      ][INFO    ][21420] Starting a new job with PID 21420
2017-12-24 10:03:20,436 [salt.state       ][INFO    ][21420] Loading fresh modules for state activity
2017-12-24 10:03:20,479 [salt.state       ][ERROR   ][21420] No contents found in top file
2017-12-24 10:03:20,480 [salt.utils.extmods][INFO    ][21420] Creating module dir '/var/cache/salt/minion/extmods/beacons'
2017-12-24 10:03:20,487 [salt.utils.extmods][INFO    ][21420] Syncing beacons for environment 'base'
2017-12-24 10:03:20,487 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_beacons, for base)
2017-12-24 10:03:20,487 [salt.fileclient  ][INFO    ][21420] Caching directory '_beacons/' for environment 'base'
2017-12-24 10:03:20,555 [salt.utils.extmods][INFO    ][21420] Syncing modules for environment 'base'
2017-12-24 10:03:20,555 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_modules, for base)
2017-12-24 10:03:20,555 [salt.fileclient  ][INFO    ][21420] Caching directory '_modules/' for environment 'base'
2017-12-24 10:03:20,608 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/avinetworks.py'
2017-12-24 10:03:20,815 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/ceph_ng.py'
2017-12-24 10:03:20,841 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/cinderng.py'
2017-12-24 10:03:20,859 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/contrail.py'
2017-12-24 10:03:20,871 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/creds.py'
2017-12-24 10:03:20,885 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/devops_utils.py'
2017-12-24 10:03:20,904 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/dockerng_service.py'
2017-12-24 10:03:20,920 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/encode_json.py'
2017-12-24 10:03:20,938 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/gerrit.py'
2017-12-24 10:03:20,956 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/glanceng.py'
2017-12-24 10:03:20,974 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/heat.py'
2017-12-24 10:03:20,988 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/heka_alarming.py'
2017-12-24 10:03:21,012 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/helm.py'
2017-12-24 10:03:21,032 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/jenkins_common.py'
2017-12-24 10:03:21,049 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/keystone_policy.py'
2017-12-24 10:03:21,090 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/linux_hosts.py'
2017-12-24 10:03:21,112 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/linux_netlink.py'
2017-12-24 10:03:21,139 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/maas.py'
2017-12-24 10:03:21,160 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/maas_client.py'
2017-12-24 10:03:21,215 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/modelschema.py'
2017-12-24 10:03:21,236 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/modelutils.py'
2017-12-24 10:03:21,261 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/multipart.py'
2017-12-24 10:03:21,280 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/nagios_alarming.py'
2017-12-24 10:03:21,293 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/neutronng.py'
2017-12-24 10:03:21,315 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/novang.py'
2017-12-24 10:03:21,340 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/reclass.py'
2017-12-24 10:03:21,357 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/rsyslog_util.py'
2017-12-24 10:03:21,375 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/rundeck.py'
2017-12-24 10:03:21,403 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/saltkey.py'
2017-12-24 10:03:21,417 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/saltresource.py'
2017-12-24 10:03:21,437 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/seedng.py'
2017-12-24 10:03:21,490 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/testing/credentials.py'
2017-12-24 10:03:21,517 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/testing/django.py'
2017-12-24 10:03:21,541 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/testing/django_client_proxy.py'
2017-12-24 10:03:21,561 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/utils.py'
2017-12-24 10:03:21,585 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_modules/virtng.py'
2017-12-24 10:03:21,595 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/__init__.py' to '/var/cache/salt/minion/extmods/modules/__init__.py'
2017-12-24 10:03:21,596 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/avinetworks.py' to '/var/cache/salt/minion/extmods/modules/avinetworks.py'
2017-12-24 10:03:21,596 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/ceph_ng.py' to '/var/cache/salt/minion/extmods/modules/ceph_ng.py'
2017-12-24 10:03:21,597 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/cinderng.py' to '/var/cache/salt/minion/extmods/modules/cinderng.py'
2017-12-24 10:03:21,598 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/contrail.py' to '/var/cache/salt/minion/extmods/modules/contrail.py'
2017-12-24 10:03:21,598 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/creds.py' to '/var/cache/salt/minion/extmods/modules/creds.py'
2017-12-24 10:03:21,599 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/devops_utils.py' to '/var/cache/salt/minion/extmods/modules/devops_utils.py'
2017-12-24 10:03:21,599 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/dockerng_service.py' to '/var/cache/salt/minion/extmods/modules/dockerng_service.py'
2017-12-24 10:03:21,599 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/encode_json.py' to '/var/cache/salt/minion/extmods/modules/encode_json.py'
2017-12-24 10:03:21,599 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/gerrit.py' to '/var/cache/salt/minion/extmods/modules/gerrit.py'
2017-12-24 10:03:21,601 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/glanceng.py' to '/var/cache/salt/minion/extmods/modules/glanceng.py'
2017-12-24 10:03:21,601 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/heat.py' to '/var/cache/salt/minion/extmods/modules/heat.py'
2017-12-24 10:03:21,603 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/heka_alarming.py' to '/var/cache/salt/minion/extmods/modules/heka_alarming.py'
2017-12-24 10:03:21,603 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/helm.py' to '/var/cache/salt/minion/extmods/modules/helm.py'
2017-12-24 10:03:21,603 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/jenkins_common.py' to '/var/cache/salt/minion/extmods/modules/jenkins_common.py'
2017-12-24 10:03:21,604 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/keystone_policy.py' to '/var/cache/salt/minion/extmods/modules/keystone_policy.py'
2017-12-24 10:03:21,604 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/linux_hosts.py' to '/var/cache/salt/minion/extmods/modules/linux_hosts.py'
2017-12-24 10:03:21,604 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/linux_netlink.py' to '/var/cache/salt/minion/extmods/modules/linux_netlink.py'
2017-12-24 10:03:21,605 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/maas.py' to '/var/cache/salt/minion/extmods/modules/maas.py'
2017-12-24 10:03:21,605 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/maas_client.py' to '/var/cache/salt/minion/extmods/modules/maas_client.py'
2017-12-24 10:03:21,605 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/modelschema.py' to '/var/cache/salt/minion/extmods/modules/modelschema.py'
2017-12-24 10:03:21,606 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/modelutils.py' to '/var/cache/salt/minion/extmods/modules/modelutils.py'
2017-12-24 10:03:21,606 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/multipart.py' to '/var/cache/salt/minion/extmods/modules/multipart.py'
2017-12-24 10:03:21,606 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/nagios_alarming.py' to '/var/cache/salt/minion/extmods/modules/nagios_alarming.py'
2017-12-24 10:03:21,607 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/neutronng.py' to '/var/cache/salt/minion/extmods/modules/neutronng.py'
2017-12-24 10:03:21,607 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/novang.py' to '/var/cache/salt/minion/extmods/modules/novang.py'
2017-12-24 10:03:21,608 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/reclass.py' to '/var/cache/salt/minion/extmods/modules/reclass.py'
2017-12-24 10:03:21,609 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/rsyslog_util.py' to '/var/cache/salt/minion/extmods/modules/rsyslog_util.py'
2017-12-24 10:03:21,609 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/rundeck.py' to '/var/cache/salt/minion/extmods/modules/rundeck.py'
2017-12-24 10:03:21,609 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/saltkey.py' to '/var/cache/salt/minion/extmods/modules/saltkey.py'
2017-12-24 10:03:21,609 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/saltresource.py' to '/var/cache/salt/minion/extmods/modules/saltresource.py'
2017-12-24 10:03:21,610 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/seedng.py' to '/var/cache/salt/minion/extmods/modules/seedng.py'
2017-12-24 10:03:21,610 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/testing/__init__.py' to '/var/cache/salt/minion/extmods/modules/testing/__init__.py'
2017-12-24 10:03:21,610 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/testing/credentials.py' to '/var/cache/salt/minion/extmods/modules/testing/credentials.py'
2017-12-24 10:03:21,611 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/testing/django.py' to '/var/cache/salt/minion/extmods/modules/testing/django.py'
2017-12-24 10:03:21,611 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/testing/django_client_proxy.py' to '/var/cache/salt/minion/extmods/modules/testing/django_client_proxy.py'
2017-12-24 10:03:21,611 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/utils.py' to '/var/cache/salt/minion/extmods/modules/utils.py'
2017-12-24 10:03:21,611 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_modules/virtng.py' to '/var/cache/salt/minion/extmods/modules/virtng.py'
2017-12-24 10:03:21,620 [salt.utils.extmods][INFO    ][21420] Syncing states for environment 'base'
2017-12-24 10:03:21,621 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_states, for base)
2017-12-24 10:03:21,621 [salt.fileclient  ][INFO    ][21420] Caching directory '_states/' for environment 'base'
2017-12-24 10:03:21,745 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/avinetworks.py'
2017-12-24 10:03:21,760 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/cinderng.py'
2017-12-24 10:03:21,782 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/contrail.py'
2017-12-24 10:03:21,799 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/dockerng_service.py'
2017-12-24 10:03:21,816 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/gerrit.py'
2017-12-24 10:03:21,839 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/glanceng.py'
2017-12-24 10:03:21,857 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/grafana3_dashboard.py'
2017-12-24 10:03:21,884 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/grafana3_datasource.py'
2017-12-24 10:03:21,905 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/heat.py'
2017-12-24 10:03:21,924 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/helm_release.py'
2017-12-24 10:03:21,944 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/helm_repos.py'
2017-12-24 10:03:21,976 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_approval.py'
2017-12-24 10:03:21,996 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_artifactory.py'
2017-12-24 10:03:22,016 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_credential.py'
2017-12-24 10:03:22,041 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_globalenvprop.py'
2017-12-24 10:03:22,061 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_job.py'
2017-12-24 10:03:22,081 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_lib.py'
2017-12-24 10:03:22,099 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_node.py'
2017-12-24 10:03:22,116 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_plugin.py'
2017-12-24 10:03:22,139 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_security.py'
2017-12-24 10:03:22,165 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_slack.py'
2017-12-24 10:03:22,188 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_smtp.py'
2017-12-24 10:03:22,212 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_theme.py'
2017-12-24 10:03:22,232 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_user.py'
2017-12-24 10:03:22,255 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/jenkins_view.py'
2017-12-24 10:03:22,275 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/keystone_policy.py'
2017-12-24 10:03:22,319 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/kibana_object.py'
2017-12-24 10:03:22,406 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/neutronng.py'
2017-12-24 10:03:22,427 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/novang.py'
2017-12-24 10:03:22,447 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/reclass.py'
2017-12-24 10:03:22,465 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/rundeck_project.py'
2017-12-24 10:03:22,479 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/rundeck_scm.py'
2017-12-24 10:03:22,498 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_states/rundeck_secret.py'
2017-12-24 10:03:22,510 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/avinetworks.py' to '/var/cache/salt/minion/extmods/states/avinetworks.py'
2017-12-24 10:03:22,511 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/cinderng.py' to '/var/cache/salt/minion/extmods/states/cinderng.py'
2017-12-24 10:03:22,513 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/contrail.py' to '/var/cache/salt/minion/extmods/states/contrail.py'
2017-12-24 10:03:22,513 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/dockerng_service.py' to '/var/cache/salt/minion/extmods/states/dockerng_service.py'
2017-12-24 10:03:22,514 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/gerrit.py' to '/var/cache/salt/minion/extmods/states/gerrit.py'
2017-12-24 10:03:22,514 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/glanceng.py' to '/var/cache/salt/minion/extmods/states/glanceng.py'
2017-12-24 10:03:22,514 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/grafana3_dashboard.py' to '/var/cache/salt/minion/extmods/states/grafana3_dashboard.py'
2017-12-24 10:03:22,515 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/grafana3_datasource.py' to '/var/cache/salt/minion/extmods/states/grafana3_datasource.py'
2017-12-24 10:03:22,515 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/heat.py' to '/var/cache/salt/minion/extmods/states/heat.py'
2017-12-24 10:03:22,516 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/helm_release.py' to '/var/cache/salt/minion/extmods/states/helm_release.py'
2017-12-24 10:03:22,517 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/helm_repos.py' to '/var/cache/salt/minion/extmods/states/helm_repos.py'
2017-12-24 10:03:22,517 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_approval.py' to '/var/cache/salt/minion/extmods/states/jenkins_approval.py'
2017-12-24 10:03:22,518 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_artifactory.py' to '/var/cache/salt/minion/extmods/states/jenkins_artifactory.py'
2017-12-24 10:03:22,519 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_credential.py' to '/var/cache/salt/minion/extmods/states/jenkins_credential.py'
2017-12-24 10:03:22,519 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_globalenvprop.py' to '/var/cache/salt/minion/extmods/states/jenkins_globalenvprop.py'
2017-12-24 10:03:22,520 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_job.py' to '/var/cache/salt/minion/extmods/states/jenkins_job.py'
2017-12-24 10:03:22,520 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_lib.py' to '/var/cache/salt/minion/extmods/states/jenkins_lib.py'
2017-12-24 10:03:22,520 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_node.py' to '/var/cache/salt/minion/extmods/states/jenkins_node.py'
2017-12-24 10:03:22,521 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_plugin.py' to '/var/cache/salt/minion/extmods/states/jenkins_plugin.py'
2017-12-24 10:03:22,522 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_security.py' to '/var/cache/salt/minion/extmods/states/jenkins_security.py'
2017-12-24 10:03:22,523 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_slack.py' to '/var/cache/salt/minion/extmods/states/jenkins_slack.py'
2017-12-24 10:03:22,523 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_smtp.py' to '/var/cache/salt/minion/extmods/states/jenkins_smtp.py'
2017-12-24 10:03:22,524 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_theme.py' to '/var/cache/salt/minion/extmods/states/jenkins_theme.py'
2017-12-24 10:03:22,525 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_user.py' to '/var/cache/salt/minion/extmods/states/jenkins_user.py'
2017-12-24 10:03:22,525 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/jenkins_view.py' to '/var/cache/salt/minion/extmods/states/jenkins_view.py'
2017-12-24 10:03:22,525 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/keystone_policy.py' to '/var/cache/salt/minion/extmods/states/keystone_policy.py'
2017-12-24 10:03:22,527 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/kibana_object.py' to '/var/cache/salt/minion/extmods/states/kibana_object.py'
2017-12-24 10:03:22,527 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/maas_cluster.py' to '/var/cache/salt/minion/extmods/states/maas_cluster.py'
2017-12-24 10:03:22,527 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/neutronng.py' to '/var/cache/salt/minion/extmods/states/neutronng.py'
2017-12-24 10:03:22,528 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/novang.py' to '/var/cache/salt/minion/extmods/states/novang.py'
2017-12-24 10:03:22,528 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/reclass.py' to '/var/cache/salt/minion/extmods/states/reclass.py'
2017-12-24 10:03:22,529 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/rundeck_project.py' to '/var/cache/salt/minion/extmods/states/rundeck_project.py'
2017-12-24 10:03:22,529 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/rundeck_scm.py' to '/var/cache/salt/minion/extmods/states/rundeck_scm.py'
2017-12-24 10:03:22,530 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_states/rundeck_secret.py' to '/var/cache/salt/minion/extmods/states/rundeck_secret.py'
2017-12-24 10:03:22,536 [salt.utils.extmods][INFO    ][21420] Creating module dir '/var/cache/salt/minion/extmods/sdb'
2017-12-24 10:03:22,542 [salt.utils.extmods][INFO    ][21420] Syncing sdb for environment 'base'
2017-12-24 10:03:22,542 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_sdb, for base)
2017-12-24 10:03:22,542 [salt.fileclient  ][INFO    ][21420] Caching directory '_sdb/' for environment 'base'
2017-12-24 10:03:22,596 [salt.utils.extmods][INFO    ][21420] Syncing grains for environment 'base'
2017-12-24 10:03:22,597 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_grains, for base)
2017-12-24 10:03:22,597 [salt.fileclient  ][INFO    ][21420] Caching directory '_grains/' for environment 'base'
2017-12-24 10:03:22,731 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/ceilometer_policy.py'
2017-12-24 10:03:22,769 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/ceph.py'
2017-12-24 10:03:22,790 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/cinder_policy.py'
2017-12-24 10:03:22,812 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/docker_swarm.py'
2017-12-24 10:03:22,831 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/glance_policy.py'
2017-12-24 10:03:22,848 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/heat_policy.py'
2017-12-24 10:03:22,879 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/jenkins_plugins.py'
2017-12-24 10:03:22,896 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/keystone_policy.py'
2017-12-24 10:03:22,923 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/kubernetes.py'
2017-12-24 10:03:22,943 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/neutron_policy.py'
2017-12-24 10:03:22,959 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/nova_policy.py'
2017-12-24 10:03:22,979 [salt.fileclient  ][INFO    ][21420] Fetching file from saltenv 'base', ** done ** '_grains/ssh_fingerprints.py'
2017-12-24 10:03:22,987 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/ceilometer_policy.py' to '/var/cache/salt/minion/extmods/grains/ceilometer_policy.py'
2017-12-24 10:03:22,988 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/ceph.py' to '/var/cache/salt/minion/extmods/grains/ceph.py'
2017-12-24 10:03:22,988 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/cinder_policy.py' to '/var/cache/salt/minion/extmods/grains/cinder_policy.py'
2017-12-24 10:03:22,988 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/docker_swarm.py' to '/var/cache/salt/minion/extmods/grains/docker_swarm.py'
2017-12-24 10:03:22,989 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/glance_policy.py' to '/var/cache/salt/minion/extmods/grains/glance_policy.py'
2017-12-24 10:03:22,989 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/heat_policy.py' to '/var/cache/salt/minion/extmods/grains/heat_policy.py'
2017-12-24 10:03:22,989 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/jenkins_plugins.py' to '/var/cache/salt/minion/extmods/grains/jenkins_plugins.py'
2017-12-24 10:03:22,990 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/keystone_policy.py' to '/var/cache/salt/minion/extmods/grains/keystone_policy.py'
2017-12-24 10:03:22,990 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/kubernetes.py' to '/var/cache/salt/minion/extmods/grains/kubernetes.py'
2017-12-24 10:03:22,990 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/neutron_policy.py' to '/var/cache/salt/minion/extmods/grains/neutron_policy.py'
2017-12-24 10:03:22,991 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/nova_policy.py' to '/var/cache/salt/minion/extmods/grains/nova_policy.py'
2017-12-24 10:03:22,991 [salt.utils.extmods][INFO    ][21420] Copying '/var/cache/salt/minion/files/base/_grains/ssh_fingerprints.py' to '/var/cache/salt/minion/extmods/grains/ssh_fingerprints.py'
2017-12-24 10:03:22,993 [salt.utils.extmods][INFO    ][21420] Creating module dir '/var/cache/salt/minion/extmods/renderers'
2017-12-24 10:03:22,999 [salt.utils.extmods][INFO    ][21420] Syncing renderers for environment 'base'
2017-12-24 10:03:22,1000 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_renderers, for base)
2017-12-24 10:03:23,000 [salt.fileclient  ][INFO    ][21420] Caching directory '_renderers/' for environment 'base'
2017-12-24 10:03:23,051 [salt.utils.extmods][INFO    ][21420] Creating module dir '/var/cache/salt/minion/extmods/returners'
2017-12-24 10:03:23,056 [salt.utils.extmods][INFO    ][21420] Syncing returners for environment 'base'
2017-12-24 10:03:23,056 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_returners, for base)
2017-12-24 10:03:23,056 [salt.fileclient  ][INFO    ][21420] Caching directory '_returners/' for environment 'base'
2017-12-24 10:03:23,111 [salt.utils.extmods][INFO    ][21420] Creating module dir '/var/cache/salt/minion/extmods/output'
2017-12-24 10:03:23,115 [salt.utils.extmods][INFO    ][21420] Syncing output for environment 'base'
2017-12-24 10:03:23,116 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_output, for base)
2017-12-24 10:03:23,117 [salt.fileclient  ][INFO    ][21420] Caching directory '_output/' for environment 'base'
2017-12-24 10:03:23,169 [salt.utils.extmods][INFO    ][21420] Creating module dir '/var/cache/salt/minion/extmods/utils'
2017-12-24 10:03:23,173 [salt.utils.extmods][INFO    ][21420] Syncing utils for environment 'base'
2017-12-24 10:03:23,173 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_utils, for base)
2017-12-24 10:03:23,173 [salt.fileclient  ][INFO    ][21420] Caching directory '_utils/' for environment 'base'
2017-12-24 10:03:23,272 [salt.utils.extmods][INFO    ][21420] Creating module dir '/var/cache/salt/minion/extmods/log_handlers'
2017-12-24 10:03:23,276 [salt.utils.extmods][INFO    ][21420] Syncing log_handlers for environment 'base'
2017-12-24 10:03:23,277 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_log_handlers, for base)
2017-12-24 10:03:23,277 [salt.fileclient  ][INFO    ][21420] Caching directory '_log_handlers/' for environment 'base'
2017-12-24 10:03:23,325 [salt.utils.extmods][INFO    ][21420] Creating module dir '/var/cache/salt/minion/extmods/proxy'
2017-12-24 10:03:23,329 [salt.utils.extmods][INFO    ][21420] Syncing proxy for environment 'base'
2017-12-24 10:03:23,330 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_proxy, for base)
2017-12-24 10:03:23,330 [salt.fileclient  ][INFO    ][21420] Caching directory '_proxy/' for environment 'base'
2017-12-24 10:03:23,393 [salt.utils.extmods][INFO    ][21420] Creating module dir '/var/cache/salt/minion/extmods/engines'
2017-12-24 10:03:23,397 [salt.utils.extmods][INFO    ][21420] Syncing engines for environment 'base'
2017-12-24 10:03:23,397 [salt.utils.extmods][INFO    ][21420] Loading cache from salt://_engines, for base)
2017-12-24 10:03:23,398 [salt.fileclient  ][INFO    ][21420] Caching directory '_engines/' for environment 'base'
2017-12-24 10:03:23,448 [salt.minion      ][INFO    ][21420] Returning information for job: 20171224100315907407
2017-12-24 10:09:47,813 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command test.ping with jid 20171224100947806023
2017-12-24 10:09:47,840 [salt.minion      ][INFO    ][21595] Starting a new job with PID 21595
2017-12-24 10:09:47,946 [salt.minion      ][INFO    ][21595] Returning information for job: 20171224100947806023
2017-12-24 10:11:22,984 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command state.sls with jid 20171224101122972952
2017-12-24 10:11:23,007 [salt.minion      ][INFO    ][21622] Starting a new job with PID 21622
2017-12-24 10:11:23,611 [salt.state       ][INFO    ][21622] Loading fresh modules for state activity
2017-12-24 10:11:23,651 [salt.fileclient  ][INFO    ][21622] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2017-12-24 10:11:23,679 [salt.fileclient  ][INFO    ][21622] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2017-12-24 10:11:23,717 [salt.fileclient  ][INFO    ][21622] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-24 10:11:24,218 [salt.state       ][INFO    ][21622] Running state [lsof] at time 10:11:24.218422
2017-12-24 10:11:24,219 [salt.state       ][INFO    ][21622] Executing state pkg.installed for lsof
2017-12-24 10:11:24,219 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 10:11:24,561 [salt.state       ][INFO    ][21622] Package lsof is already installed
2017-12-24 10:11:24,562 [salt.state       ][INFO    ][21622] Completed state [lsof] at time 10:11:24.561869 duration_in_ms=343.447
2017-12-24 10:11:24,562 [salt.state       ][INFO    ][21622] Running state [keepalived] at time 10:11:24.562447
2017-12-24 10:11:24,563 [salt.state       ][INFO    ][21622] Executing state pkg.installed for keepalived
2017-12-24 10:11:24,590 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-24 10:11:26,928 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'keepalived'] in directory '/root'
2017-12-24 10:11:31,860 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 10:11:31,926 [salt.state       ][INFO    ][21622] Made the following changes:
'libsnmp30' changed from 'absent' to '5.7.3+dfsg-1ubuntu4'
'libsnmp-base' changed from 'absent' to '5.7.3+dfsg-1ubuntu4'
'keepalived' changed from 'absent' to '1:1.2.19-1ubuntu0.2'
'ipvsadm' changed from 'absent' to '1:1.28-3'
'libsensors4' changed from 'absent' to '1:3.4.0-2'

2017-12-24 10:11:31,953 [salt.state       ][INFO    ][21622] Loading fresh modules for state activity
2017-12-24 10:11:31,979 [salt.state       ][INFO    ][21622] Completed state [keepalived] at time 10:11:31.979109 duration_in_ms=7416.661
2017-12-24 10:11:31,983 [salt.state       ][INFO    ][21622] Running state [/etc/keepalived/keepalived.conf] at time 10:11:31.983401
2017-12-24 10:11:31,984 [salt.state       ][INFO    ][21622] Executing state file.managed for /etc/keepalived/keepalived.conf
2017-12-24 10:11:32,012 [salt.fileclient  ][INFO    ][21622] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2017-12-24 10:11:32,060 [salt.fileclient  ][INFO    ][21622] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-24 10:11:32,079 [salt.state       ][INFO    ][21622] File changed:
New file
2017-12-24 10:11:32,079 [salt.state       ][INFO    ][21622] Completed state [/etc/keepalived/keepalived.conf] at time 10:11:32.078930 duration_in_ms=95.528
2017-12-24 10:11:32,201 [salt.state       ][INFO    ][21622] Running state [keepalived] at time 10:11:32.200465
2017-12-24 10:11:32,201 [salt.state       ][INFO    ][21622] Executing state service.running for keepalived
2017-12-24 10:11:32,204 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2017-12-24 10:11:32,224 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-12-24 10:11:32,242 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-24 10:11:32,261 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-24 10:11:32,279 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'keepalived.service'] in directory '/root'
2017-12-24 10:11:32,359 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-12-24 10:11:32,401 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-24 10:11:32,421 [salt.loaded.int.module.cmdmod][INFO    ][21622] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-24 10:11:32,437 [salt.state       ][INFO    ][21622] {'keepalived': True}
2017-12-24 10:11:32,440 [salt.state       ][INFO    ][21622] Completed state [keepalived] at time 10:11:32.439384 duration_in_ms=238.918
2017-12-24 10:11:32,441 [salt.minion      ][INFO    ][21622] Returning information for job: 20171224101122972952
2017-12-24 10:12:17,476 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command pillar.get with jid 20171224101217465699
2017-12-24 10:12:17,497 [salt.minion      ][INFO    ][23001] Starting a new job with PID 23001
2017-12-24 10:12:17,502 [salt.minion      ][INFO    ][23001] Returning information for job: 20171224101217465699
2017-12-24 10:18:25,532 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command state.sls with jid 20171224101825523482
2017-12-24 10:18:25,557 [salt.minion      ][INFO    ][23105] Starting a new job with PID 23105
2017-12-24 10:18:27,954 [salt.state       ][INFO    ][23105] Loading fresh modules for state activity
2017-12-24 10:18:27,989 [salt.fileclient  ][INFO    ][23105] Fetching file from saltenv 'base', ** done ** 'glusterfs/server/service.sls'
2017-12-24 10:18:28,020 [salt.fileclient  ][INFO    ][23105] Fetching file from saltenv 'base', ** done ** 'glusterfs/map.jinja'
2017-12-24 10:18:28,459 [salt.state       ][INFO    ][23105] Running state [attr] at time 10:18:28.458665
2017-12-24 10:18:28,459 [salt.state       ][INFO    ][23105] Executing state pkg.installed for attr
2017-12-24 10:18:28,460 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 10:18:28,833 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-24 10:18:31,139 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'attr'] in directory '/root'
2017-12-24 10:18:33,292 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 10:18:33,350 [salt.state       ][INFO    ][23105] Made the following changes:
'attr' changed from 'absent' to '1:2.4.47-2'

2017-12-24 10:18:33,369 [salt.state       ][INFO    ][23105] Loading fresh modules for state activity
2017-12-24 10:18:33,416 [salt.state       ][INFO    ][23105] Completed state [attr] at time 10:18:33.415557 duration_in_ms=4956.892
2017-12-24 10:18:33,428 [salt.state       ][INFO    ][23105] Running state [glusterfs-server] at time 10:18:33.428260
2017-12-24 10:18:33,429 [salt.state       ][INFO    ][23105] Executing state pkg.installed for glusterfs-server
2017-12-24 10:18:33,843 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'glusterfs-server'] in directory '/root'
2017-12-24 10:18:35,647 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224101835633487
2017-12-24 10:18:35,667 [salt.minion      ][INFO    ][23896] Starting a new job with PID 23896
2017-12-24 10:18:35,692 [salt.minion      ][INFO    ][23896] Returning information for job: 20171224101835633487
2017-12-24 10:18:45,691 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224101845677197
2017-12-24 10:18:45,705 [salt.minion      ][INFO    ][25477] Starting a new job with PID 25477
2017-12-24 10:18:45,731 [salt.minion      ][INFO    ][25477] Returning information for job: 20171224101845677197
2017-12-24 10:18:46,734 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 10:18:46,793 [salt.state       ][INFO    ][23105] Made the following changes:
'python-jwt' changed from 'absent' to '1.3.0-1ubuntu0.1'
'nfs-common' changed from 'absent' to '1:1.2.8-9ubuntu12.1'
'rpcbind' changed from 'absent' to '0.2.3-0.2'
'libpython2.7' changed from 'absent' to '2.7.12-1ubuntu0~16.04.2'
'glusterfs-client' changed from 'absent' to '3.13.1-ubuntu1~xenial1'
'librdmacm1' changed from 'absent' to '1.0.21-1'
'glusterfs-common' changed from 'absent' to '3.13.1-ubuntu1~xenial1'
'liburcu4' changed from 'absent' to '0.9.1-3'
'portmap' changed from 'absent' to '1'
'libnfsidmap2' changed from 'absent' to '0.25-5'
'libtirpc1' changed from 'absent' to '0.2.5-1'
'nfs-client' changed from 'absent' to '1'
'keyutils' changed from 'absent' to '1.5.9-8ubuntu1'
'glusterfs-server' changed from 'absent' to '3.13.1-ubuntu1~xenial1'
'python-prettytable' changed from 'absent' to '0.7.2-3'

2017-12-24 10:18:46,815 [salt.state       ][INFO    ][23105] Loading fresh modules for state activity
2017-12-24 10:18:46,841 [salt.state       ][INFO    ][23105] Completed state [glusterfs-server] at time 10:18:46.840761 duration_in_ms=13412.5
2017-12-24 10:18:46,848 [salt.state       ][INFO    ][23105] Running state [bc] at time 10:18:46.847726
2017-12-24 10:18:46,848 [salt.state       ][INFO    ][23105] Executing state pkg.installed for bc
2017-12-24 10:18:47,208 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'bc'] in directory '/root'
2017-12-24 10:18:49,541 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 10:18:49,619 [salt.state       ][INFO    ][23105] Made the following changes:
'bc' changed from 'absent' to '1.06.95-9build1'

2017-12-24 10:18:49,651 [salt.state       ][INFO    ][23105] Loading fresh modules for state activity
2017-12-24 10:18:49,675 [salt.state       ][INFO    ][23105] Completed state [bc] at time 10:18:49.675271 duration_in_ms=2827.542
2017-12-24 10:18:49,791 [salt.state       ][INFO    ][23105] Running state [glusterd] at time 10:18:49.790520
2017-12-24 10:18:49,791 [salt.state       ][INFO    ][23105] Executing state service.running for glusterd
2017-12-24 10:18:49,793 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['systemctl', 'status', 'glusterd.service', '-n', '0'] in directory '/root'
2017-12-24 10:18:49,816 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['systemctl', 'is-active', 'glusterd.service'] in directory '/root'
2017-12-24 10:18:49,835 [salt.loaded.int.module.cmdmod][INFO    ][23105] Executing command ['systemctl', 'is-enabled', 'glusterd.service'] in directory '/root'
2017-12-24 10:18:49,851 [salt.state       ][INFO    ][23105] The service glusterd is already running
2017-12-24 10:18:49,851 [salt.state       ][INFO    ][23105] Completed state [glusterd] at time 10:18:49.850898 duration_in_ms=60.378
2017-12-24 10:18:49,853 [salt.state       ][INFO    ][23105] Running state [/etc/systemd/system/glusterd.service.d/override.conf] at time 10:18:49.853335
2017-12-24 10:18:49,856 [salt.state       ][INFO    ][23105] Executing state file.managed for /etc/systemd/system/glusterd.service.d/override.conf
2017-12-24 10:18:49,867 [salt.state       ][INFO    ][23105] File changed:
New file
2017-12-24 10:18:49,867 [salt.state       ][INFO    ][23105] Completed state [/etc/systemd/system/glusterd.service.d/override.conf] at time 10:18:49.867060 duration_in_ms=13.726
2017-12-24 10:18:49,867 [salt.state       ][INFO    ][23105] Running state [/srv/glusterfs/glance] at time 10:18:49.867274
2017-12-24 10:18:49,868 [salt.state       ][INFO    ][23105] Executing state file.directory for /srv/glusterfs/glance
2017-12-24 10:18:49,869 [salt.state       ][INFO    ][23105] {'/srv/glusterfs/glance': 'New Dir'}
2017-12-24 10:18:49,869 [salt.state       ][INFO    ][23105] Completed state [/srv/glusterfs/glance] at time 10:18:49.868780 duration_in_ms=1.506
2017-12-24 10:18:49,869 [salt.state       ][INFO    ][23105] Running state [/srv/glusterfs/keystone-keys] at time 10:18:49.868984
2017-12-24 10:18:49,869 [salt.state       ][INFO    ][23105] Executing state file.directory for /srv/glusterfs/keystone-keys
2017-12-24 10:18:49,871 [salt.state       ][INFO    ][23105] {'/srv/glusterfs/keystone-keys': 'New Dir'}
2017-12-24 10:18:49,871 [salt.state       ][INFO    ][23105] Completed state [/srv/glusterfs/keystone-keys] at time 10:18:49.871044 duration_in_ms=2.06
2017-12-24 10:18:49,871 [salt.state       ][INFO    ][23105] Running state [/srv/glusterfs/nova_instances] at time 10:18:49.871252
2017-12-24 10:18:49,871 [salt.state       ][INFO    ][23105] Executing state file.directory for /srv/glusterfs/nova_instances
2017-12-24 10:18:49,872 [salt.state       ][INFO    ][23105] {'/srv/glusterfs/nova_instances': 'New Dir'}
2017-12-24 10:18:49,872 [salt.state       ][INFO    ][23105] Completed state [/srv/glusterfs/nova_instances] at time 10:18:49.872158 duration_in_ms=0.906
2017-12-24 10:18:49,872 [salt.state       ][INFO    ][23105] Running state [/srv/glusterfs/keystone-credential-keys] at time 10:18:49.872360
2017-12-24 10:18:49,873 [salt.state       ][INFO    ][23105] Executing state file.directory for /srv/glusterfs/keystone-credential-keys
2017-12-24 10:18:49,873 [salt.state       ][INFO    ][23105] {'/srv/glusterfs/keystone-credential-keys': 'New Dir'}
2017-12-24 10:18:49,873 [salt.state       ][INFO    ][23105] Completed state [/srv/glusterfs/keystone-credential-keys] at time 10:18:49.873257 duration_in_ms=0.897
2017-12-24 10:18:49,875 [salt.minion      ][INFO    ][23105] Returning information for job: 20171224101825523482
2017-12-24 10:18:52,183 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command test.ping with jid 20171224101852172919
2017-12-24 10:18:52,209 [salt.minion      ][INFO    ][25945] Starting a new job with PID 25945
2017-12-24 10:18:52,268 [salt.minion      ][INFO    ][25945] Returning information for job: 20171224101852172919
2017-12-24 10:18:52,399 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command state.sls with jid 20171224101852386956
2017-12-24 10:18:52,419 [salt.minion      ][INFO    ][25950] Starting a new job with PID 25950
2017-12-24 10:18:54,748 [salt.state       ][INFO    ][25950] Loading fresh modules for state activity
2017-12-24 10:18:54,793 [salt.fileclient  ][INFO    ][25950] Fetching file from saltenv 'base', ** done ** 'glusterfs/server/setup.sls'
2017-12-24 10:18:54,855 [salt.fileclient  ][INFO    ][25950] Fetching file from saltenv 'base', ** done ** 'glusterfs/map.jinja'
2017-12-24 10:18:54,975 [salt.fileclient  ][INFO    ][25950] Fetching file from saltenv 'base', ** done ** 'glusterfs/server/service.sls'
2017-12-24 10:18:55,012 [salt.fileclient  ][INFO    ][25950] Fetching file from saltenv 'base', ** done ** 'glusterfs/map.jinja'
2017-12-24 10:18:55,466 [salt.state       ][INFO    ][25950] Running state [attr] at time 10:18:55.465491
2017-12-24 10:18:55,466 [salt.state       ][INFO    ][25950] Executing state pkg.installed for attr
2017-12-24 10:18:55,467 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-24 10:18:55,867 [salt.state       ][INFO    ][25950] Package attr is already installed
2017-12-24 10:18:55,868 [salt.state       ][INFO    ][25950] Completed state [attr] at time 10:18:55.867587 duration_in_ms=402.095
2017-12-24 10:18:55,868 [salt.state       ][INFO    ][25950] Running state [glusterfs-server] at time 10:18:55.868223
2017-12-24 10:18:55,869 [salt.state       ][INFO    ][25950] Executing state pkg.installed for glusterfs-server
2017-12-24 10:18:55,874 [salt.state       ][INFO    ][25950] Package glusterfs-server is already installed
2017-12-24 10:18:55,874 [salt.state       ][INFO    ][25950] Completed state [glusterfs-server] at time 10:18:55.873696 duration_in_ms=5.473
2017-12-24 10:18:55,874 [salt.state       ][INFO    ][25950] Running state [bc] at time 10:18:55.873915
2017-12-24 10:18:55,874 [salt.state       ][INFO    ][25950] Executing state pkg.installed for bc
2017-12-24 10:18:55,879 [salt.state       ][INFO    ][25950] Package bc is already installed
2017-12-24 10:18:55,879 [salt.state       ][INFO    ][25950] Completed state [bc] at time 10:18:55.879370 duration_in_ms=5.455
2017-12-24 10:18:55,881 [salt.state       ][INFO    ][25950] Running state [glusterd] at time 10:18:55.880781
2017-12-24 10:18:55,881 [salt.state       ][INFO    ][25950] Executing state service.running for glusterd
2017-12-24 10:18:55,882 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command ['systemctl', 'status', 'glusterd.service', '-n', '0'] in directory '/root'
2017-12-24 10:18:55,901 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2017-12-24 10:18:56,039 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command ['systemctl', 'status', 'glusterd.service', '-n', '0'] in directory '/root'
2017-12-24 10:18:56,069 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command ['systemctl', 'is-active', 'glusterd.service'] in directory '/root'
2017-12-24 10:18:56,083 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command ['systemctl', 'is-enabled', 'glusterd.service'] in directory '/root'
2017-12-24 10:18:56,094 [salt.state       ][INFO    ][25950] The service glusterd is already running
2017-12-24 10:18:56,095 [salt.state       ][INFO    ][25950] Completed state [glusterd] at time 10:18:56.094442 duration_in_ms=213.659
2017-12-24 10:18:56,102 [salt.state       ][INFO    ][25950] Running state [/etc/systemd/system/glusterd.service.d/override.conf] at time 10:18:56.102185
2017-12-24 10:18:56,103 [salt.state       ][INFO    ][25950] Executing state file.managed for /etc/systemd/system/glusterd.service.d/override.conf
2017-12-24 10:18:56,108 [salt.state       ][INFO    ][25950] File /etc/systemd/system/glusterd.service.d/override.conf is in the correct state
2017-12-24 10:18:56,109 [salt.state       ][INFO    ][25950] Completed state [/etc/systemd/system/glusterd.service.d/override.conf] at time 10:18:56.108474 duration_in_ms=6.289
2017-12-24 10:18:56,109 [salt.state       ][INFO    ][25950] Running state [/srv/glusterfs/glance] at time 10:18:56.108826
2017-12-24 10:18:56,109 [salt.state       ][INFO    ][25950] Executing state file.directory for /srv/glusterfs/glance
2017-12-24 10:18:56,111 [salt.state       ][INFO    ][25950] Directory /srv/glusterfs/glance is in the correct state
2017-12-24 10:18:56,111 [salt.state       ][INFO    ][25950] Completed state [/srv/glusterfs/glance] at time 10:18:56.111159 duration_in_ms=2.333
2017-12-24 10:18:56,111 [salt.state       ][INFO    ][25950] Running state [/srv/glusterfs/keystone-keys] at time 10:18:56.111367
2017-12-24 10:18:56,112 [salt.state       ][INFO    ][25950] Executing state file.directory for /srv/glusterfs/keystone-keys
2017-12-24 10:18:56,112 [salt.state       ][INFO    ][25950] Directory /srv/glusterfs/keystone-keys is in the correct state
2017-12-24 10:18:56,112 [salt.state       ][INFO    ][25950] Completed state [/srv/glusterfs/keystone-keys] at time 10:18:56.112198 duration_in_ms=0.832
2017-12-24 10:18:56,112 [salt.state       ][INFO    ][25950] Running state [/srv/glusterfs/nova_instances] at time 10:18:56.112405
2017-12-24 10:18:56,113 [salt.state       ][INFO    ][25950] Executing state file.directory for /srv/glusterfs/nova_instances
2017-12-24 10:18:56,113 [salt.state       ][INFO    ][25950] Directory /srv/glusterfs/nova_instances is in the correct state
2017-12-24 10:18:56,113 [salt.state       ][INFO    ][25950] Completed state [/srv/glusterfs/nova_instances] at time 10:18:56.113219 duration_in_ms=0.814
2017-12-24 10:18:56,113 [salt.state       ][INFO    ][25950] Running state [/srv/glusterfs/keystone-credential-keys] at time 10:18:56.113422
2017-12-24 10:18:56,114 [salt.state       ][INFO    ][25950] Executing state file.directory for /srv/glusterfs/keystone-credential-keys
2017-12-24 10:18:56,114 [salt.state       ][INFO    ][25950] Directory /srv/glusterfs/keystone-credential-keys is in the correct state
2017-12-24 10:18:56,114 [salt.state       ][INFO    ][25950] Completed state [/srv/glusterfs/keystone-credential-keys] at time 10:18:56.114263 duration_in_ms=0.84
2017-12-24 10:18:56,278 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command ['git', '--version'] in directory '/root'
2017-12-24 10:18:56,361 [salt.state       ][INFO    ][25950] Running state [sleep 5] at time 10:18:56.361073
2017-12-24 10:18:56,362 [salt.state       ][INFO    ][25950] Executing state cmd.wait for sleep 5
2017-12-24 10:18:56,362 [salt.state       ][INFO    ][25950] No changes made for sleep 5
2017-12-24 10:18:56,362 [salt.state       ][INFO    ][25950] Completed state [sleep 5] at time 10:18:56.362192 duration_in_ms=1.12
2017-12-24 10:18:56,363 [salt.state       ][INFO    ][25950] Running state [192.168.10.143] at time 10:18:56.362864
2017-12-24 10:18:56,363 [salt.state       ][INFO    ][25950] Executing state glusterfs.peered for 192.168.10.143
2017-12-24 10:18:56,364 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:56,383 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:56,485 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:56,512 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:56,617 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:56,640 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:56,743 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:56,764 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:56,862 [salt.state       ][INFO    ][25950] Peering with localhost is not needed
2017-12-24 10:18:56,862 [salt.state       ][INFO    ][25950] Completed state [192.168.10.143] at time 10:18:56.862283 duration_in_ms=499.418
2017-12-24 10:18:56,869 [salt.state       ][INFO    ][25950] Running state [192.168.10.142] at time 10:18:56.869124
2017-12-24 10:18:56,871 [salt.state       ][INFO    ][25950] Executing state glusterfs.peered for 192.168.10.142
2017-12-24 10:18:56,872 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:56,889 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:56,985 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:57,007 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:57,135 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:57,155 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:57,257 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:57,276 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:57,381 [salt.state       ][INFO    ][25950] {'new': {'192.168.10.142': []}, 'old': None}
2017-12-24 10:18:57,382 [salt.state       ][INFO    ][25950] Completed state [192.168.10.142] at time 10:18:57.381382 duration_in_ms=512.258
2017-12-24 10:18:57,392 [salt.state       ][INFO    ][25950] Running state [192.168.10.141] at time 10:18:57.392255
2017-12-24 10:18:57,393 [salt.state       ][INFO    ][25950] Executing state glusterfs.peered for 192.168.10.141
2017-12-24 10:18:57,393 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:57,412 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:57,511 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:57,529 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:57,656 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:57,683 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:57,780 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:57,804 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:57,906 [salt.state       ][INFO    ][25950] {'new': {'192.168.10.142': [], '192.168.10.141': []}, 'old': {'192.168.10.142': []}}
2017-12-24 10:18:57,907 [salt.state       ][INFO    ][25950] Completed state [192.168.10.141] at time 10:18:57.906482 duration_in_ms=514.227
2017-12-24 10:18:57,909 [salt.state       ][INFO    ][25950] Running state [glance] at time 10:18:57.908919
2017-12-24 10:18:57,910 [salt.state       ][INFO    ][25950] Executing state glusterfs.created for glance
2017-12-24 10:18:57,912 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:57,932 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:58,033 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:58,053 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:18:58,217 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:18:58,240 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:00,579 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:00,611 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:00,735 [salt.state       ][INFO    ][25950] {'new': ['glance'], 'old': []}
2017-12-24 10:19:00,736 [salt.state       ][INFO    ][25950] Completed state [glance] at time 10:19:00.735400 duration_in_ms=2826.48
2017-12-24 10:19:00,748 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'] at time 10:19:00.748322
2017-12-24 10:19:00,749 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'
2017-12-24 10:19:00,750 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'glance' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-24 10:19:00,851 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'' in directory '/root'
2017-12-24 10:19:01,064 [salt.state       ][INFO    ][25950] {'pid': 26243, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:01,065 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'] at time 10:19:01.064736 duration_in_ms=316.413
2017-12-24 10:19:01,068 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'glance' 'network.remote-dio' 'True'] at time 10:19:01.067821
2017-12-24 10:19:01,068 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'glance' 'network.remote-dio' 'True'
2017-12-24 10:19:01,069 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'glance' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-24 10:19:01,183 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'glance' 'network.remote-dio' 'True'' in directory '/root'
2017-12-24 10:19:01,385 [salt.state       ][INFO    ][25950] {'pid': 26285, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:01,388 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'glance' 'network.remote-dio' 'True'] at time 10:19:01.387525 duration_in_ms=319.703
2017-12-24 10:19:01,389 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'glance' 'nfs.disable' 'True'] at time 10:19:01.388702
2017-12-24 10:19:01,389 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'glance' 'nfs.disable' 'True'
2017-12-24 10:19:01,392 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'glance' | grep 'nfs.disable: True'' in directory '/root'
2017-12-24 10:19:01,515 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'glance' 'nfs.disable' 'True'' in directory '/root'
2017-12-24 10:19:01,732 [salt.state       ][INFO    ][25950] {'pid': 26324, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:01,732 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'glance' 'nfs.disable' 'True'] at time 10:19:01.732280 duration_in_ms=343.577
2017-12-24 10:19:01,734 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'] at time 10:19:01.734204
2017-12-24 10:19:01,735 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'
2017-12-24 10:19:01,736 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'glance' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-24 10:19:01,851 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'' in directory '/root'
2017-12-24 10:19:02,056 [salt.state       ][INFO    ][25950] {'pid': 26363, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:02,057 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'] at time 10:19:02.056853 duration_in_ms=322.648
2017-12-24 10:19:02,060 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'] at time 10:19:02.060007
2017-12-24 10:19:02,061 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'
2017-12-24 10:19:02,063 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'glance' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-24 10:19:02,179 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'' in directory '/root'
2017-12-24 10:19:02,406 [salt.state       ][INFO    ][25950] {'pid': 26402, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:02,407 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'] at time 10:19:02.406884 duration_in_ms=346.876
2017-12-24 10:19:02,408 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'glance' 'cluster.readdir-optimize' 'True'] at time 10:19:02.408254
2017-12-24 10:19:02,409 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'glance' 'cluster.readdir-optimize' 'True'
2017-12-24 10:19:02,415 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'glance' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-24 10:19:02,456 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224101902439287
2017-12-24 10:19:02,479 [salt.minion      ][INFO    ][26437] Starting a new job with PID 26437
2017-12-24 10:19:02,505 [salt.minion      ][INFO    ][26437] Returning information for job: 20171224101902439287
2017-12-24 10:19:02,544 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'glance' 'cluster.readdir-optimize' 'True'' in directory '/root'
2017-12-24 10:19:02,751 [salt.state       ][INFO    ][25950] {'pid': 26446, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:02,752 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'glance' 'cluster.readdir-optimize' 'True'] at time 10:19:02.751898 duration_in_ms=343.642
2017-12-24 10:19:02,760 [salt.state       ][INFO    ][25950] Running state [glance] at time 10:19:02.759637
2017-12-24 10:19:02,760 [salt.state       ][INFO    ][25950] Executing state glusterfs.started for glance
2017-12-24 10:19:02,761 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:02,786 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:02,900 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:02,921 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:03,028 [salt.state       ][INFO    ][25950] Volume glance is already started
2017-12-24 10:19:03,029 [salt.state       ][INFO    ][25950] Completed state [glance] at time 10:19:03.028743 duration_in_ms=269.105
2017-12-24 10:19:03,032 [salt.state       ][INFO    ][25950] Running state [keystone-keys] at time 10:19:03.032247
2017-12-24 10:19:03,033 [salt.state       ][INFO    ][25950] Executing state glusterfs.created for keystone-keys
2017-12-24 10:19:03,035 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:03,056 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:03,161 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:03,184 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:03,342 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:03,368 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:05,598 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:05,627 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:05,751 [salt.state       ][INFO    ][25950] {'new': ['glance', 'keystone-keys'], 'old': ['glance']}
2017-12-24 10:19:05,752 [salt.state       ][INFO    ][25950] Completed state [keystone-keys] at time 10:19:05.751693 duration_in_ms=2719.445
2017-12-24 10:19:05,764 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-keys' 'network.remote-dio' 'True'] at time 10:19:05.764232
2017-12-24 10:19:05,765 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-keys' 'network.remote-dio' 'True'
2017-12-24 10:19:05,765 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-keys' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-24 10:19:05,872 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-keys' 'network.remote-dio' 'True'' in directory '/root'
2017-12-24 10:19:06,088 [salt.state       ][INFO    ][25950] {'pid': 26613, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:06,089 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-keys' 'network.remote-dio' 'True'] at time 10:19:06.088890 duration_in_ms=324.657
2017-12-24 10:19:06,092 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 10:19:06.091699
2017-12-24 10:19:06,092 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'
2017-12-24 10:19:06,095 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-keys' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-24 10:19:06,207 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'' in directory '/root'
2017-12-24 10:19:06,429 [salt.state       ][INFO    ][25950] {'pid': 26652, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:06,432 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 10:19:06.429444 duration_in_ms=337.744
2017-12-24 10:19:06,433 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'] at time 10:19:06.433108
2017-12-24 10:19:06,435 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'
2017-12-24 10:19:06,436 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-keys' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-24 10:19:06,551 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'' in directory '/root'
2017-12-24 10:19:06,775 [salt.state       ][INFO    ][25950] {'pid': 26694, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:06,776 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'] at time 10:19:06.775828 duration_in_ms=342.719
2017-12-24 10:19:06,777 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'] at time 10:19:06.777124
2017-12-24 10:19:06,779 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'
2017-12-24 10:19:06,780 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-keys' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-24 10:19:06,891 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'' in directory '/root'
2017-12-24 10:19:07,113 [salt.state       ][INFO    ][25950] {'pid': 26733, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:07,113 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'] at time 10:19:07.113140 duration_in_ms=336.016
2017-12-24 10:19:07,116 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-keys' 'nfs.disable' 'True'] at time 10:19:07.115699
2017-12-24 10:19:07,116 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-keys' 'nfs.disable' 'True'
2017-12-24 10:19:07,117 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-keys' | grep 'nfs.disable: True'' in directory '/root'
2017-12-24 10:19:07,240 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-keys' 'nfs.disable' 'True'' in directory '/root'
2017-12-24 10:19:07,460 [salt.state       ][INFO    ][25950] {'pid': 26772, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:07,461 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-keys' 'nfs.disable' 'True'] at time 10:19:07.461020 duration_in_ms=345.32
2017-12-24 10:19:07,464 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'] at time 10:19:07.464130
2017-12-24 10:19:07,465 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'
2017-12-24 10:19:07,468 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-keys' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-24 10:19:07,588 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'' in directory '/root'
2017-12-24 10:19:07,816 [salt.state       ][INFO    ][25950] {'pid': 26811, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:07,817 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'] at time 10:19:07.817182 duration_in_ms=353.05
2017-12-24 10:19:07,828 [salt.state       ][INFO    ][25950] Running state [keystone-keys] at time 10:19:07.827801
2017-12-24 10:19:07,828 [salt.state       ][INFO    ][25950] Executing state glusterfs.started for keystone-keys
2017-12-24 10:19:07,829 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:07,857 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:07,957 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:07,979 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:08,093 [salt.state       ][INFO    ][25950] Volume keystone-keys is already started
2017-12-24 10:19:08,096 [salt.state       ][INFO    ][25950] Completed state [keystone-keys] at time 10:19:08.095547 duration_in_ms=267.744
2017-12-24 10:19:08,099 [salt.state       ][INFO    ][25950] Running state [nova_instances] at time 10:19:08.099155
2017-12-24 10:19:08,100 [salt.state       ][INFO    ][25950] Executing state glusterfs.created for nova_instances
2017-12-24 10:19:08,101 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:08,124 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:08,233 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:08,259 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:08,427 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:08,447 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:10,683 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:10,715 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:10,826 [salt.state       ][INFO    ][25950] {'new': ['glance', 'keystone-keys', 'nova_instances'], 'old': ['glance', 'keystone-keys']}
2017-12-24 10:19:10,827 [salt.state       ][INFO    ][25950] Completed state [nova_instances] at time 10:19:10.826757 duration_in_ms=2727.6
2017-12-24 10:19:10,840 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'] at time 10:19:10.840207
2017-12-24 10:19:10,841 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'
2017-12-24 10:19:10,841 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'nova_instances' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-24 10:19:10,943 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'' in directory '/root'
2017-12-24 10:19:11,173 [salt.state       ][INFO    ][25950] {'pid': 26980, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:11,174 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'] at time 10:19:11.173495 duration_in_ms=333.285
2017-12-24 10:19:11,175 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'] at time 10:19:11.174901
2017-12-24 10:19:11,175 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'
2017-12-24 10:19:11,177 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'nova_instances' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-24 10:19:11,290 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'' in directory '/root'
2017-12-24 10:19:11,521 [salt.state       ][INFO    ][25950] {'pid': 27022, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:11,521 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'] at time 10:19:11.521354 duration_in_ms=346.452
2017-12-24 10:19:11,524 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'nova_instances' 'network.remote-dio' 'True'] at time 10:19:11.523941
2017-12-24 10:19:11,525 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'nova_instances' 'network.remote-dio' 'True'
2017-12-24 10:19:11,529 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'nova_instances' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-24 10:19:11,638 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'nova_instances' 'network.remote-dio' 'True'' in directory '/root'
2017-12-24 10:19:11,873 [salt.state       ][INFO    ][25950] {'pid': 27061, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:11,873 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'nova_instances' 'network.remote-dio' 'True'] at time 10:19:11.873200 duration_in_ms=349.258
2017-12-24 10:19:11,875 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'] at time 10:19:11.875017
2017-12-24 10:19:11,876 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'
2017-12-24 10:19:11,877 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'nova_instances' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-24 10:19:11,993 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'' in directory '/root'
2017-12-24 10:19:12,212 [salt.state       ][INFO    ][25950] {'pid': 27100, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:12,213 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'] at time 10:19:12.212777 duration_in_ms=337.759
2017-12-24 10:19:12,216 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'nova_instances' 'nfs.disable' 'True'] at time 10:19:12.215763
2017-12-24 10:19:12,217 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'nova_instances' 'nfs.disable' 'True'
2017-12-24 10:19:12,219 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'nova_instances' | grep 'nfs.disable: True'' in directory '/root'
2017-12-24 10:19:12,328 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'nova_instances' 'nfs.disable' 'True'' in directory '/root'
2017-12-24 10:19:12,560 [salt.state       ][INFO    ][25950] {'pid': 27139, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:12,561 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'nova_instances' 'nfs.disable' 'True'] at time 10:19:12.560560 duration_in_ms=344.798
2017-12-24 10:19:12,564 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'] at time 10:19:12.563719
2017-12-24 10:19:12,564 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'
2017-12-24 10:19:12,565 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'nova_instances' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-24 10:19:12,636 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command saltutil.find_job with jid 20171224101912626947
2017-12-24 10:19:12,646 [salt.minion      ][INFO    ][27174] Starting a new job with PID 27174
2017-12-24 10:19:12,666 [salt.minion      ][INFO    ][27174] Returning information for job: 20171224101912626947
2017-12-24 10:19:12,700 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'' in directory '/root'
2017-12-24 10:19:12,935 [salt.state       ][INFO    ][25950] {'pid': 27183, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:12,936 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'] at time 10:19:12.935095 duration_in_ms=371.376
2017-12-24 10:19:12,943 [salt.state       ][INFO    ][25950] Running state [nova_instances] at time 10:19:12.943003
2017-12-24 10:19:12,943 [salt.state       ][INFO    ][25950] Executing state glusterfs.started for nova_instances
2017-12-24 10:19:12,944 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:12,972 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:13,073 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:13,097 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:13,203 [salt.state       ][INFO    ][25950] Volume nova_instances is already started
2017-12-24 10:19:13,204 [salt.state       ][INFO    ][25950] Completed state [nova_instances] at time 10:19:13.203922 duration_in_ms=260.917
2017-12-24 10:19:13,207 [salt.state       ][INFO    ][25950] Running state [keystone-credential-keys] at time 10:19:13.207162
2017-12-24 10:19:13,208 [salt.state       ][INFO    ][25950] Executing state glusterfs.created for keystone-credential-keys
2017-12-24 10:19:13,209 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:13,233 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:13,330 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:13,352 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:13,519 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:13,540 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:15,771 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:15,819 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:15,922 [salt.state       ][INFO    ][25950] {'new': ['glance', 'keystone-credential-keys', 'keystone-keys', 'nova_instances'], 'old': ['glance', 'keystone-keys', 'nova_instances']}
2017-12-24 10:19:15,922 [salt.state       ][INFO    ][25950] Completed state [keystone-credential-keys] at time 10:19:15.922415 duration_in_ms=2715.253
2017-12-24 10:19:15,935 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'] at time 10:19:15.935263
2017-12-24 10:19:15,936 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'
2017-12-24 10:19:15,936 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-24 10:19:16,048 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'' in directory '/root'
2017-12-24 10:19:16,280 [salt.state       ][INFO    ][25950] {'pid': 27357, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:16,281 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'] at time 10:19:16.280643 duration_in_ms=345.378
2017-12-24 10:19:16,283 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'] at time 10:19:16.282623
2017-12-24 10:19:16,283 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'
2017-12-24 10:19:16,284 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-24 10:19:16,396 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'' in directory '/root'
2017-12-24 10:19:16,629 [salt.state       ][INFO    ][25950] {'pid': 27396, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:16,631 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'] at time 10:19:16.630452 duration_in_ms=347.828
2017-12-24 10:19:16,632 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 10:19:16.631831
2017-12-24 10:19:16,633 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'
2017-12-24 10:19:16,637 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-24 10:19:16,757 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'' in directory '/root'
2017-12-24 10:19:16,988 [salt.state       ][INFO    ][25950] {'pid': 27435, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:16,988 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 10:19:16.988205 duration_in_ms=356.373
2017-12-24 10:19:16,992 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'] at time 10:19:16.991469
2017-12-24 10:19:16,992 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'
2017-12-24 10:19:16,993 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'nfs.disable: True'' in directory '/root'
2017-12-24 10:19:17,116 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'' in directory '/root'
2017-12-24 10:19:17,348 [salt.state       ][INFO    ][25950] {'pid': 27477, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:17,349 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'] at time 10:19:17.348846 duration_in_ms=357.376
2017-12-24 10:19:17,351 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'] at time 10:19:17.351254
2017-12-24 10:19:17,352 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'
2017-12-24 10:19:17,353 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-24 10:19:17,468 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'' in directory '/root'
2017-12-24 10:19:17,717 [salt.state       ][INFO    ][25950] {'pid': 27516, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:17,719 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'] at time 10:19:17.719139 duration_in_ms=367.884
2017-12-24 10:19:17,721 [salt.state       ][INFO    ][25950] Running state [gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'] at time 10:19:17.720425
2017-12-24 10:19:17,721 [salt.state       ][INFO    ][25950] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'
2017-12-24 10:19:17,725 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-24 10:19:17,849 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'' in directory '/root'
2017-12-24 10:19:18,085 [salt.state       ][INFO    ][25950] {'pid': 27555, 'retcode': 0, 'stderr': '', 'stdout': 'volume set: success'}
2017-12-24 10:19:18,085 [salt.state       ][INFO    ][25950] Completed state [gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'] at time 10:19:18.085090 duration_in_ms=364.666
2017-12-24 10:19:18,089 [salt.state       ][INFO    ][25950] Running state [keystone-credential-keys] at time 10:19:18.089165
2017-12-24 10:19:18,091 [salt.state       ][INFO    ][25950] Executing state glusterfs.started for keystone-credential-keys
2017-12-24 10:19:18,092 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:18,113 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:18,209 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --version' in directory '/root'
2017-12-24 10:19:18,235 [salt.loaded.int.module.cmdmod][INFO    ][25950] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-24 10:19:18,353 [salt.state       ][INFO    ][25950] Volume keystone-credential-keys is already started
2017-12-24 10:19:18,353 [salt.state       ][INFO    ][25950] Completed state [keystone-credential-keys] at time 10:19:18.353076 duration_in_ms=263.91
2017-12-24 10:19:18,361 [salt.minion      ][INFO    ][25950] Returning information for job: 20171224101852386956
2017-12-24 10:19:36,656 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command test.ping with jid 20171224101936648036
2017-12-24 10:19:36,679 [salt.minion      ][INFO    ][27615] Starting a new job with PID 27615
2017-12-24 10:19:36,735 [salt.minion      ][INFO    ][27615] Returning information for job: 20171224101936648036
2017-12-24 10:19:36,862 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command cmd.run with jid 20171224101936853181
2017-12-24 10:19:36,880 [salt.minion      ][INFO    ][27620] Starting a new job with PID 27620
2017-12-24 10:19:36,895 [salt.loaded.int.module.cmdmod][INFO    ][27620] Executing command 'gluster peer status; gluster volume status' in directory '/root'
2017-12-24 10:19:37,134 [salt.minion      ][INFO    ][27620] Returning information for job: 20171224101936853181
2017-12-24 10:48:53,592 [salt.utils.schedule][INFO    ][8428] Running scheduled job: __mine_interval
2017-12-24 11:22:48,933 [salt.minion      ][INFO    ][8428] User sudo_ubuntu Executing command cp.push_dir with jid 20171224112248918672
2017-12-24 11:22:48,960 [salt.minion      ][INFO    ][28406] Starting a new job with PID 28406
