2017-12-27 08:29:59,062 [salt.cli.daemons ][WARNING ][2249] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-12-27 08:30:20,832 [salt.state       ][ERROR   ][3752] No contents found in top file
2017-12-27 08:32:18,856 [salt.utils.parsers][WARNING ][2249] Minion received a SIGTERM. Exiting.
2017-12-27 08:36:44,256 [salt.cli.daemons ][WARNING ][3466] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-12-27 08:36:56,878 [py.warnings      ][WARNING ][3789] /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-27 08:37:53,534 [salt.loaded.int.module.cmdmod][ERROR   ][3789] 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-27 08:37:56,969 [salt.loaded.int.module.cmdmod][INFO    ][8368] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-12-27 08:37:56,982 [salt.loaded.int.module.cmdmod][INFO    ][8368] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-12-27 08:37:57,007 [salt.loaded.int.module.cmdmod][INFO    ][8368] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'salt-minion.service'] in directory '/root'
2017-12-27 08:37:57,031 [salt.utils.parsers][WARNING ][3466] Minion received a SIGTERM. Exiting.
2017-12-27 08:37:57,554 [salt.cli.daemons ][INFO    ][8480] Setting up the Salt Minion "kvm01.baremetal-mcp-pike-ovs-dpdk-ha.local"
2017-12-27 08:37:58,497 [salt.minion      ][INFO    ][8480] Creating minion process manager
2017-12-27 08:37:58,498 [salt.cli.daemons ][WARNING ][8480] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-12-27 08:37:58,498 [salt.cli.daemons ][INFO    ][8480] The Salt Minion is starting up
2017-12-27 08:37:58,498 [salt.minion      ][INFO    ][8480] Minion is starting as user 'root'
2017-12-27 08:37:58,499 [salt.utils.event ][INFO    ][8480] Starting pull socket on /var/run/salt/minion/minion_event_527cb3be15_pull.ipc
2017-12-27 08:38:00,103 [salt.loaded.int.module.cmdmod][INFO    ][8480] Executing command ['date', '+%z'] in directory '/root'
2017-12-27 08:38:00,120 [salt.utils.schedule][INFO    ][8480] Updating job settings for scheduled job: __mine_interval
2017-12-27 08:38:00,125 [salt.minion      ][INFO    ][8480] Added mine.update to scheduler
2017-12-27 08:38:00,155 [salt.minion      ][INFO    ][8480] Minion is ready to receive requests!
2017-12-27 08:38:01,156 [salt.utils.schedule][INFO    ][8480] Running scheduled job: __mine_interval
2017-12-27 08:38:06,258 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083806241275
2017-12-27 08:38:06,279 [salt.minion      ][INFO    ][9389] Starting a new job with PID 9389
2017-12-27 08:38:06,295 [salt.minion      ][INFO    ][9389] Returning information for job: 20171227083806241275
2017-12-27 08:38:17,433 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command state.sls with jid 20171227083817420641
2017-12-27 08:38:17,452 [salt.minion      ][INFO    ][9402] Starting a new job with PID 9402
2017-12-27 08:38:20,091 [salt.state       ][INFO    ][9402] Loading fresh modules for state activity
2017-12-27 08:38:20,123 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/init.sls'
2017-12-27 08:38:20,148 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/server/init.sls'
2017-12-27 08:38:20,165 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/server/service.sls'
2017-12-27 08:38:20,192 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/map.jinja'
2017-12-27 08:38:20,225 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/server/network.sls'
2017-12-27 08:38:20,261 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/map.jinja'
2017-12-27 08:38:20,290 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/server/pool.sls'
2017-12-27 08:38:20,321 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/map.jinja'
2017-12-27 08:38:20,755 [salt.state       ][INFO    ][9402] Running state [libvirt0] at time 08:38:20.755031
2017-12-27 08:38:20,755 [salt.state       ][INFO    ][9402] Executing state pkg.installed for libvirt0
2017-12-27 08:38:20,756 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:38:21,116 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-27 08:38:23,312 [salt.loaded.int.module.cmdmod][INFO    ][9402] 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-27 08:38:26,290 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:38:26,350 [salt.state       ][INFO    ][9402] 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-27 08:38:26,375 [salt.state       ][INFO    ][9402] Loading fresh modules for state activity
2017-12-27 08:38:26,403 [salt.state       ][INFO    ][9402] Completed state [libvirt0] at time 08:38:26.402998 duration_in_ms=5647.966
2017-12-27 08:38:26,414 [salt.state       ][INFO    ][9402] Running state [pm-utils] at time 08:38:26.413642
2017-12-27 08:38:26,414 [salt.state       ][INFO    ][9402] Executing state pkg.installed for pm-utils
2017-12-27 08:38:26,749 [salt.loaded.int.module.cmdmod][INFO    ][9402] 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-27 08:38:27,534 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083827518492
2017-12-27 08:38:27,551 [salt.minion      ][INFO    ][9969] Starting a new job with PID 9969
2017-12-27 08:38:27,574 [salt.minion      ][INFO    ][9969] Returning information for job: 20171227083827518492
2017-12-27 08:38:29,148 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:38:29,206 [salt.state       ][INFO    ][9402] 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-27 08:38:29,224 [salt.state       ][INFO    ][9402] Loading fresh modules for state activity
2017-12-27 08:38:29,271 [salt.state       ][INFO    ][9402] Completed state [pm-utils] at time 08:38:29.270982 duration_in_ms=2857.34
2017-12-27 08:38:29,278 [salt.state       ][INFO    ][9402] Running state [python-libvirt] at time 08:38:29.277866
2017-12-27 08:38:29,278 [salt.state       ][INFO    ][9402] Executing state pkg.installed for python-libvirt
2017-12-27 08:38:29,607 [salt.loaded.int.module.cmdmod][INFO    ][9402] 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-27 08:38:37,750 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083837736963
2017-12-27 08:38:37,772 [salt.minion      ][INFO    ][11680] Starting a new job with PID 11680
2017-12-27 08:38:37,826 [salt.minion      ][INFO    ][11680] Returning information for job: 20171227083837736963
2017-12-27 08:38:39,673 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:38:39,729 [salt.state       ][INFO    ][9402] 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-27 08:38:39,743 [salt.state       ][INFO    ][9402] Loading fresh modules for state activity
2017-12-27 08:38:39,790 [salt.state       ][INFO    ][9402] Completed state [python-libvirt] at time 08:38:39.790316 duration_in_ms=10512.449
2017-12-27 08:38:39,798 [salt.state       ][INFO    ][9402] Running state [libvirt-bin] at time 08:38:39.797792
2017-12-27 08:38:39,798 [salt.state       ][INFO    ][9402] Executing state pkg.installed for libvirt-bin
2017-12-27 08:38:40,214 [salt.loaded.int.module.cmdmod][INFO    ][9402] 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-27 08:38:47,798 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083847780367
2017-12-27 08:38:47,810 [salt.minion      ][INFO    ][13449] Starting a new job with PID 13449
2017-12-27 08:38:47,829 [salt.minion      ][INFO    ][13449] Returning information for job: 20171227083847780367
2017-12-27 08:38:48,778 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:38:48,841 [salt.state       ][INFO    ][9402] 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-27 08:38:48,855 [salt.state       ][INFO    ][9402] Loading fresh modules for state activity
2017-12-27 08:38:48,878 [salt.state       ][INFO    ][9402] Completed state [libvirt-bin] at time 08:38:48.878356 duration_in_ms=9080.563
2017-12-27 08:38:48,887 [salt.state       ][INFO    ][9402] Running state [qemu-utils] at time 08:38:48.887418
2017-12-27 08:38:48,888 [salt.state       ][INFO    ][9402] Executing state pkg.installed for qemu-utils
2017-12-27 08:38:49,235 [salt.state       ][INFO    ][9402] Package qemu-utils is already installed
2017-12-27 08:38:49,236 [salt.state       ][INFO    ][9402] Completed state [qemu-utils] at time 08:38:49.235670 duration_in_ms=348.252
2017-12-27 08:38:49,236 [salt.state       ][INFO    ][9402] Running state [qemu-kvm] at time 08:38:49.235910
2017-12-27 08:38:49,236 [salt.state       ][INFO    ][9402] Executing state pkg.installed for qemu-kvm
2017-12-27 08:38:49,241 [salt.state       ][INFO    ][9402] Package qemu-kvm is already installed
2017-12-27 08:38:49,242 [salt.state       ][INFO    ][9402] Completed state [qemu-kvm] at time 08:38:49.241625 duration_in_ms=5.714
2017-12-27 08:38:49,243 [salt.state       ][INFO    ][9402] Running state [/etc/libvirt/libvirtd.conf] at time 08:38:49.243134
2017-12-27 08:38:49,243 [salt.state       ][INFO    ][9402] Executing state file.managed for /etc/libvirt/libvirtd.conf
2017-12-27 08:38:49,270 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/files/libvirtd.conf.Debian'
2017-12-27 08:38:49,302 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/map.jinja'
2017-12-27 08:38:49,318 [salt.state       ][INFO    ][9402] 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-27 08:38:49,318 [salt.state       ][INFO    ][9402] Completed state [/etc/libvirt/libvirtd.conf] at time 08:38:49.318094 duration_in_ms=74.96
2017-12-27 08:38:49,319 [salt.state       ][INFO    ][9402] Running state [/etc/default/libvirtd] at time 08:38:49.318720
2017-12-27 08:38:49,319 [salt.state       ][INFO    ][9402] Executing state file.managed for /etc/default/libvirtd
2017-12-27 08:38:49,336 [salt.fileclient  ][INFO    ][9402] Fetching file from saltenv 'base', ** done ** 'libvirt/files/libvirt-bin'
2017-12-27 08:38:49,343 [salt.state       ][INFO    ][9402] 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-27 08:38:49,343 [salt.state       ][INFO    ][9402] Completed state [/etc/default/libvirtd] at time 08:38:49.342910 duration_in_ms=24.19
2017-12-27 08:38:49,344 [salt.state       ][INFO    ][9402] Running state [service.systemctl_reload] at time 08:38:49.344066
2017-12-27 08:38:49,345 [salt.state       ][INFO    ][9402] Executing state module.wait for service.systemctl_reload
2017-12-27 08:38:49,345 [salt.state       ][INFO    ][9402] No changes made for service.systemctl_reload
2017-12-27 08:38:49,346 [salt.state       ][INFO    ][9402] Completed state [service.systemctl_reload] at time 08:38:49.345613 duration_in_ms=1.547
2017-12-27 08:38:49,346 [salt.state       ][INFO    ][9402] Running state [service.systemctl_reload] at time 08:38:49.345886
2017-12-27 08:38:49,346 [salt.state       ][INFO    ][9402] Executing state module.mod_watch for service.systemctl_reload
2017-12-27 08:38:49,347 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2017-12-27 08:38:49,458 [salt.state       ][INFO    ][9402] {'ret': True}
2017-12-27 08:38:49,459 [salt.state       ][INFO    ][9402] Completed state [service.systemctl_reload] at time 08:38:49.458583 duration_in_ms=112.697
2017-12-27 08:38:49,463 [salt.state       ][INFO    ][9402] Running state [/etc/libvirt/qemu/networks/default.xml] at time 08:38:49.462862
2017-12-27 08:38:49,463 [salt.state       ][INFO    ][9402] Executing state file.absent for /etc/libvirt/qemu/networks/default.xml
2017-12-27 08:38:49,464 [salt.state       ][INFO    ][9402] {'removed': '/etc/libvirt/qemu/networks/default.xml'}
2017-12-27 08:38:49,465 [salt.state       ][INFO    ][9402] Completed state [/etc/libvirt/qemu/networks/default.xml] at time 08:38:49.464586 duration_in_ms=1.726
2017-12-27 08:38:49,466 [salt.state       ][INFO    ][9402] Running state [libvirtd] at time 08:38:49.465676
2017-12-27 08:38:49,466 [salt.state       ][INFO    ][9402] Executing state service.running for libvirtd
2017-12-27 08:38:49,467 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['systemctl', 'status', 'libvirtd.service', '-n', '0'] in directory '/root'
2017-12-27 08:38:49,485 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['systemctl', 'is-active', 'libvirtd.service'] in directory '/root'
2017-12-27 08:38:49,498 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['systemctl', 'is-enabled', 'libvirtd.service'] in directory '/root'
2017-12-27 08:38:49,508 [salt.state       ][INFO    ][9402] The service libvirtd is already running
2017-12-27 08:38:49,509 [salt.state       ][INFO    ][9402] Completed state [libvirtd] at time 08:38:49.508638 duration_in_ms=42.963
2017-12-27 08:38:49,509 [salt.state       ][INFO    ][9402] Running state [libvirtd] at time 08:38:49.509149
2017-12-27 08:38:49,509 [salt.state       ][INFO    ][9402] Executing state service.mod_watch for libvirtd
2017-12-27 08:38:49,510 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['systemctl', 'is-active', 'libvirtd.service'] in directory '/root'
2017-12-27 08:38:49,520 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['systemctl', 'is-enabled', 'libvirtd.service'] in directory '/root'
2017-12-27 08:38:49,530 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'libvirtd.service'] in directory '/root'
2017-12-27 08:38:49,638 [salt.state       ][INFO    ][9402] {'libvirtd': True}
2017-12-27 08:38:49,638 [salt.state       ][INFO    ][9402] Completed state [libvirtd] at time 08:38:49.638245 duration_in_ms=129.095
2017-12-27 08:38:49,640 [salt.state       ][INFO    ][9402] Running state [virsh net-undefine default;virsh net-destroy default 2>&1 1>/dev/null] at time 08:38:49.639647
2017-12-27 08:38:49,640 [salt.state       ][INFO    ][9402] Executing state cmd.run for virsh net-undefine default;virsh net-destroy default 2>&1 1>/dev/null
2017-12-27 08:38:49,642 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command 'virsh -q net-list --all | grep -Eq '^\s*default'' in directory '/root'
2017-12-27 08:38:50,081 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command 'virsh net-undefine default;virsh net-destroy default 2>&1 1>/dev/null' in directory '/root'
2017-12-27 08:38:50,358 [salt.state       ][INFO    ][9402] {'pid': 13620, 'retcode': 0, 'stderr': "error: Failed to undefine network default\nerror: Requested operation is not valid: can't undefine transient network", 'stdout': ''}
2017-12-27 08:38:50,358 [salt.state       ][INFO    ][9402] Completed state [virsh net-undefine default;virsh net-destroy default 2>&1 1>/dev/null] at time 08:38:50.358362 duration_in_ms=718.713
2017-12-27 08:38:50,359 [salt.state       ][INFO    ][9402] Running state [virsh net-autostart default --disable] at time 08:38:50.358997
2017-12-27 08:38:50,360 [salt.state       ][INFO    ][9402] Executing state cmd.run for virsh net-autostart default --disable
2017-12-27 08:38:50,361 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command 'virsh net-info default | grep -Eq '^Autostart:\s+yes'' in directory '/root'
2017-12-27 08:38:50,397 [salt.state       ][INFO    ][9402] onlyif execution failed
2017-12-27 08:38:50,398 [salt.state       ][INFO    ][9402] Completed state [virsh net-autostart default --disable] at time 08:38:50.397690 duration_in_ms=38.693
2017-12-27 08:38:50,398 [salt.state       ][INFO    ][9402] Running state [virsh net-destroy default] at time 08:38:50.397967
2017-12-27 08:38:50,399 [salt.state       ][INFO    ][9402] Executing state cmd.run for virsh net-destroy default
2017-12-27 08:38:50,399 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command 'virsh -q net-list --all | grep -Eq '^\s*default\s+active'' in directory '/root'
2017-12-27 08:38:50,432 [salt.state       ][INFO    ][9402] onlyif execution failed
2017-12-27 08:38:50,432 [salt.state       ][INFO    ][9402] Completed state [virsh net-destroy default] at time 08:38:50.432149 duration_in_ms=34.181
2017-12-27 08:38:50,433 [salt.state       ][INFO    ][9402] Running state [echo 'No pool is defined'] at time 08:38:50.432725
2017-12-27 08:38:50,433 [salt.state       ][INFO    ][9402] Executing state cmd.run for echo 'No pool is defined'
2017-12-27 08:38:50,434 [salt.loaded.int.module.cmdmod][INFO    ][9402] Executing command 'echo 'No pool is defined'' in directory '/root'
2017-12-27 08:38:50,445 [salt.state       ][INFO    ][9402] {'pid': 13659, 'retcode': 0, 'stderr': '', 'stdout': 'No pool is defined'}
2017-12-27 08:38:50,445 [salt.state       ][INFO    ][9402] Completed state [echo 'No pool is defined'] at time 08:38:50.445039 duration_in_ms=12.313
2017-12-27 08:38:50,447 [salt.minion      ][INFO    ][9402] Returning information for job: 20171227083817420641
2017-12-27 08:38:51,299 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command state.apply with jid 20171227083851286975
2017-12-27 08:38:51,317 [salt.minion      ][INFO    ][13664] Starting a new job with PID 13664
2017-12-27 08:38:54,009 [salt.state       ][INFO    ][13664] Loading fresh modules for state activity
2017-12-27 08:38:54,043 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/init.sls'
2017-12-27 08:38:54,075 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/minion/init.sls'
2017-12-27 08:38:54,095 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/minion/service.sls'
2017-12-27 08:38:54,134 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:38:54,222 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'linux/meta/salt.yml'
2017-12-27 08:38:54,256 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-27 08:38:54,331 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'linux/meta/sphinx.yml'
2017-12-27 08:38:54,368 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/sphinx.yml'
2017-12-27 08:38:54,384 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-27 08:38:54,411 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/sphinx.yml'
2017-12-27 08:38:54,427 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-27 08:38:54,444 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-27 08:38:54,483 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/meta/sphinx.yml'
2017-12-27 08:38:54,513 [py.warnings      ][WARNING ][13664] /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-27 08:38:54,513 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'salt-minion --version' in directory '/root'
2017-12-27 08:38:55,006 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'salt-minion --version' in directory '/root'
2017-12-27 08:38:55,507 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/salt.yml'
2017-12-27 08:38:55,531 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/salt.yml'
2017-12-27 08:38:55,546 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'openssh/meta/salt.yml'
2017-12-27 08:38:55,561 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/meta/salt.yml'
2017-12-27 08:38:55,620 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'reclass/meta/meta.yml'
2017-12-27 08:38:55,640 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'reclass/map.jinja'
2017-12-27 08:38:55,674 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'ntp/meta/meta.yml'
2017-12-27 08:38:55,692 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-27 08:38:55,718 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'linux/meta/meta.yml'
2017-12-27 08:38:55,761 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/meta/meta.yml'
2017-12-27 08:38:55,849 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/minion/grains.sls'
2017-12-27 08:38:55,882 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:38:55,975 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'linux/meta/salt.yml'
2017-12-27 08:38:56,003 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-27 08:38:56,077 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'linux/meta/sphinx.yml'
2017-12-27 08:38:56,122 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/sphinx.yml'
2017-12-27 08:38:56,143 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-27 08:38:56,169 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/sphinx.yml'
2017-12-27 08:38:56,183 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-27 08:38:56,198 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-27 08:38:56,231 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/meta/sphinx.yml'
2017-12-27 08:38:56,262 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'salt-minion --version' in directory '/root'
2017-12-27 08:38:56,769 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'salt-minion --version' in directory '/root'
2017-12-27 08:38:57,290 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/salt.yml'
2017-12-27 08:38:57,318 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/salt.yml'
2017-12-27 08:38:57,334 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'openssh/meta/salt.yml'
2017-12-27 08:38:57,353 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/meta/salt.yml'
2017-12-27 08:38:57,413 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'reclass/meta/meta.yml'
2017-12-27 08:38:57,431 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'reclass/map.jinja'
2017-12-27 08:38:57,460 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'ntp/meta/meta.yml'
2017-12-27 08:38:57,478 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-27 08:38:57,506 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'linux/meta/meta.yml'
2017-12-27 08:38:57,553 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/meta/meta.yml'
2017-12-27 08:38:57,656 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/minion/cert.sls'
2017-12-27 08:38:57,753 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:38:57,830 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/control/init.sls'
2017-12-27 08:38:57,852 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/control/virt.sls'
2017-12-27 08:38:57,889 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:38:58,387 [salt.state       ][INFO    ][13664] Running state [salt-minion] at time 08:38:58.387277
2017-12-27 08:38:58,388 [salt.state       ][INFO    ][13664] Executing state pkg.installed for salt-minion
2017-12-27 08:38:58,388 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:38:58,766 [salt.state       ][INFO    ][13664] Package salt-minion is already installed
2017-12-27 08:38:58,766 [salt.state       ][INFO    ][13664] Completed state [salt-minion] at time 08:38:58.765863 duration_in_ms=378.586
2017-12-27 08:38:58,767 [salt.state       ][INFO    ][13664] Running state [salt_minion_dependency_packages] at time 08:38:58.766488
2017-12-27 08:38:58,767 [salt.state       ][INFO    ][13664] Executing state pkg.installed for salt_minion_dependency_packages
2017-12-27 08:38:58,771 [salt.state       ][INFO    ][13664] All specified packages are already installed
2017-12-27 08:38:58,772 [salt.state       ][INFO    ][13664] Completed state [salt_minion_dependency_packages] at time 08:38:58.771526 duration_in_ms=5.038
2017-12-27 08:38:58,774 [salt.state       ][INFO    ][13664] Running state [/etc/salt/minion.d/minion.conf] at time 08:38:58.774033
2017-12-27 08:38:58,774 [salt.state       ][INFO    ][13664] Executing state file.managed for /etc/salt/minion.d/minion.conf
2017-12-27 08:38:58,798 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/files/minion.conf'
2017-12-27 08:38:58,875 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:38:58,946 [salt.fileclient  ][INFO    ][13664] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-27 08:38:59,011 [salt.state       ][INFO    ][13664] File /etc/salt/minion.d/minion.conf is in the correct state
2017-12-27 08:38:59,012 [salt.state       ][INFO    ][13664] Completed state [/etc/salt/minion.d/minion.conf] at time 08:38:59.011599 duration_in_ms=237.566
2017-12-27 08:38:59,012 [salt.state       ][INFO    ][13664] Running state [/etc/salt/minion.d/_virt.conf] at time 08:38:59.012039
2017-12-27 08:38:59,012 [salt.state       ][INFO    ][13664] Executing state file.managed for /etc/salt/minion.d/_virt.conf
2017-12-27 08:38:59,013 [salt.state       ][INFO    ][13664] File /etc/salt/minion.d/_virt.conf is in the correct state
2017-12-27 08:38:59,013 [salt.state       ][INFO    ][13664] Completed state [/etc/salt/minion.d/_virt.conf] at time 08:38:59.013216 duration_in_ms=1.177
2017-12-27 08:38:59,015 [salt.state       ][INFO    ][13664] Running state [salt-minion] at time 08:38:59.015263
2017-12-27 08:38:59,016 [salt.state       ][INFO    ][13664] Executing state service.running for salt-minion
2017-12-27 08:38:59,016 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-12-27 08:38:59,048 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command ['systemctl', 'is-active', 'salt-minion.service'] in directory '/root'
2017-12-27 08:38:59,066 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-12-27 08:38:59,084 [salt.state       ][INFO    ][13664] The service salt-minion is already running
2017-12-27 08:38:59,085 [salt.state       ][INFO    ][13664] Completed state [salt-minion] at time 08:38:59.085417 duration_in_ms=70.153
2017-12-27 08:38:59,090 [salt.state       ][INFO    ][13664] Running state [/etc/salt/grains.d] at time 08:38:59.089931
2017-12-27 08:38:59,090 [salt.state       ][INFO    ][13664] Executing state file.directory for /etc/salt/grains.d
2017-12-27 08:38:59,092 [salt.state       ][INFO    ][13664] Directory /etc/salt/grains.d is in the correct state
2017-12-27 08:38:59,092 [salt.state       ][INFO    ][13664] Completed state [/etc/salt/grains.d] at time 08:38:59.091846 duration_in_ms=1.915
2017-12-27 08:38:59,093 [salt.state       ][INFO    ][13664] Running state [/etc/salt/grains] at time 08:38:59.092902
2017-12-27 08:38:59,093 [salt.state       ][INFO    ][13664] Executing state file.managed for /etc/salt/grains
2017-12-27 08:38:59,094 [salt.state       ][INFO    ][13664] File /etc/salt/grains exists with proper permissions. No changes made.
2017-12-27 08:38:59,094 [salt.state       ][INFO    ][13664] Completed state [/etc/salt/grains] at time 08:38:59.094283 duration_in_ms=1.381
2017-12-27 08:38:59,095 [salt.state       ][INFO    ][13664] Running state [/etc/salt/grains.d/placeholder] at time 08:38:59.094981
2017-12-27 08:38:59,095 [salt.state       ][INFO    ][13664] Executing state file.managed for /etc/salt/grains.d/placeholder
2017-12-27 08:38:59,096 [salt.state       ][INFO    ][13664] File /etc/salt/grains.d/placeholder exists with proper permissions. No changes made.
2017-12-27 08:38:59,098 [salt.state       ][INFO    ][13664] Completed state [/etc/salt/grains.d/placeholder] at time 08:38:59.096605 duration_in_ms=1.623
2017-12-27 08:38:59,099 [salt.state       ][INFO    ][13664] Running state [/etc/salt/grains.d/sphinx] at time 08:38:59.098455
2017-12-27 08:38:59,099 [salt.state       ][INFO    ][13664] Executing state file.managed for /etc/salt/grains.d/sphinx
2017-12-27 08:38:59,101 [salt.state       ][INFO    ][13664] File changed:
--- 
+++ 
@@ -49,6 +49,7 @@
               - 127.0.0.1
               - 192.168.10.141
               - 192.168.11.30
+              - 192.168.122.1
         system:
           name: System
           param:

2017-12-27 08:38:59,101 [salt.state       ][INFO    ][13664] Completed state [/etc/salt/grains.d/sphinx] at time 08:38:59.101371 duration_in_ms=2.916
2017-12-27 08:38:59,102 [salt.state       ][INFO    ][13664] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 08:38:59.102216
2017-12-27 08:38:59,102 [salt.state       ][INFO    ][13664] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:38:59,103 [salt.state       ][INFO    ][13664] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:38:59,103 [salt.state       ][INFO    ][13664] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 08:38:59.102870 duration_in_ms=0.654
2017-12-27 08:38:59,103 [salt.state       ][INFO    ][13664] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 08:38:59.103056
2017-12-27 08:38:59,103 [salt.state       ][INFO    ][13664] 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-27 08:38:59,104 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"' in directory '/root'
2017-12-27 08:38:59,214 [salt.state       ][INFO    ][13664] {'pid': 13734, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-27 08:38:59,214 [salt.state       ][INFO    ][13664] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 08:38:59.214106 duration_in_ms=111.049
2017-12-27 08:38:59,215 [salt.state       ][INFO    ][13664] Running state [/etc/salt/grains.d/dns_records] at time 08:38:59.215163
2017-12-27 08:38:59,216 [salt.state       ][INFO    ][13664] Executing state file.managed for /etc/salt/grains.d/dns_records
2017-12-27 08:38:59,218 [salt.state       ][INFO    ][13664] File /etc/salt/grains.d/dns_records is in the correct state
2017-12-27 08:38:59,218 [salt.state       ][INFO    ][13664] Completed state [/etc/salt/grains.d/dns_records] at time 08:38:59.218096 duration_in_ms=2.933
2017-12-27 08:38:59,220 [salt.state       ][INFO    ][13664] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"] at time 08:38:59.219863
2017-12-27 08:38:59,220 [salt.state       ][INFO    ][13664] 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-27 08:38:59,221 [salt.state       ][INFO    ][13664] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:38:59,221 [salt.state       ][INFO    ][13664] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"] at time 08:38:59.221154 duration_in_ms=1.291
2017-12-27 08:38:59,222 [salt.state       ][INFO    ][13664] Running state [/etc/salt/grains.d/salt] at time 08:38:59.221932
2017-12-27 08:38:59,222 [salt.state       ][INFO    ][13664] Executing state file.managed for /etc/salt/grains.d/salt
2017-12-27 08:38:59,224 [salt.state       ][INFO    ][13664] File /etc/salt/grains.d/salt is in the correct state
2017-12-27 08:38:59,224 [salt.state       ][INFO    ][13664] Completed state [/etc/salt/grains.d/salt] at time 08:38:59.224097 duration_in_ms=2.166
2017-12-27 08:38:59,225 [salt.state       ][INFO    ][13664] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"] at time 08:38:59.225225
2017-12-27 08:38:59,225 [salt.state       ][INFO    ][13664] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:38:59,226 [salt.state       ][INFO    ][13664] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:38:59,226 [salt.state       ][INFO    ][13664] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"] at time 08:38:59.225880 duration_in_ms=0.655
2017-12-27 08:38:59,228 [salt.state       ][INFO    ][13664] Running state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 08:38:59.228114
2017-12-27 08:38:59,229 [salt.state       ][INFO    ][13664] Executing state cmd.wait for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-27 08:38:59,229 [salt.state       ][INFO    ][13664] No changes made for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-27 08:38:59,229 [salt.state       ][INFO    ][13664] Completed state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 08:38:59.229096 duration_in_ms=0.982
2017-12-27 08:38:59,230 [salt.state       ][INFO    ][13664] Running state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 08:38:59.229606
2017-12-27 08:38:59,230 [salt.state       ][INFO    ][13664] Executing state cmd.mod_watch for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-27 08:38:59,232 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'cat /etc/salt/grains.d/* > /etc/salt/grains' in directory '/root'
2017-12-27 08:38:59,246 [salt.state       ][INFO    ][13664] {'pid': 13736, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-27 08:38:59,247 [salt.state       ][INFO    ][13664] Completed state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 08:38:59.247017 duration_in_ms=17.409
2017-12-27 08:38:59,250 [salt.state       ][INFO    ][13664] Running state [mine.update] at time 08:38:59.249498
2017-12-27 08:38:59,250 [salt.state       ][INFO    ][13664] Executing state module.wait for mine.update
2017-12-27 08:38:59,251 [salt.state       ][INFO    ][13664] No changes made for mine.update
2017-12-27 08:38:59,251 [salt.state       ][INFO    ][13664] Completed state [mine.update] at time 08:38:59.250838 duration_in_ms=1.34
2017-12-27 08:38:59,251 [salt.state       ][INFO    ][13664] Running state [mine.update] at time 08:38:59.251163
2017-12-27 08:38:59,252 [salt.state       ][INFO    ][13664] Executing state module.mod_watch for mine.update
2017-12-27 08:38:59,791 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:38:59,791 [salt.state       ][INFO    ][13664] Completed state [mine.update] at time 08:38:59.791029 duration_in_ms=539.865
2017-12-27 08:38:59,792 [salt.state       ][INFO    ][13664] Running state [ca-certificates] at time 08:38:59.792145
2017-12-27 08:38:59,793 [salt.state       ][INFO    ][13664] Executing state pkg.installed for ca-certificates
2017-12-27 08:38:59,802 [salt.state       ][INFO    ][13664] Package ca-certificates is already installed
2017-12-27 08:38:59,803 [salt.state       ][INFO    ][13664] Completed state [ca-certificates] at time 08:38:59.802556 duration_in_ms=10.411
2017-12-27 08:38:59,803 [salt.state       ][INFO    ][13664] Running state [update-ca-certificates] at time 08:38:59.803243
2017-12-27 08:38:59,803 [salt.state       ][INFO    ][13664] Executing state cmd.wait for update-ca-certificates
2017-12-27 08:38:59,804 [salt.state       ][INFO    ][13664] No changes made for update-ca-certificates
2017-12-27 08:38:59,805 [salt.state       ][INFO    ][13664] Completed state [update-ca-certificates] at time 08:38:59.804229 duration_in_ms=0.986
2017-12-27 08:38:59,805 [salt.state       ][INFO    ][13664] Running state [libvirt-dev] at time 08:38:59.804725
2017-12-27 08:38:59,805 [salt.state       ][INFO    ][13664] Executing state pkg.installed for libvirt-dev
2017-12-27 08:38:59,819 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-27 08:39:01,398 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083901385111
2017-12-27 08:39:01,417 [salt.minion      ][INFO    ][14075] Starting a new job with PID 14075
2017-12-27 08:39:01,476 [salt.minion      ][INFO    ][14075] Returning information for job: 20171227083901385111
2017-12-27 08:39:02,050 [salt.loaded.int.module.cmdmod][INFO    ][13664] 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-27 08:39:11,619 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083911603088
2017-12-27 08:39:11,646 [salt.minion      ][INFO    ][16831] Starting a new job with PID 16831
2017-12-27 08:39:11,764 [salt.minion      ][INFO    ][16831] Returning information for job: 20171227083911603088
2017-12-27 08:39:15,498 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:39:15,635 [salt.state       ][INFO    ][13664] 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-27 08:39:15,650 [salt.state       ][INFO    ][13664] Loading fresh modules for state activity
2017-12-27 08:39:15,671 [salt.state       ][INFO    ][13664] Completed state [libvirt-dev] at time 08:39:15.671242 duration_in_ms=15866.517
2017-12-27 08:39:15,678 [salt.state       ][INFO    ][13664] Running state [pkg-config] at time 08:39:15.678266
2017-12-27 08:39:15,679 [salt.state       ][INFO    ][13664] Executing state pkg.installed for pkg-config
2017-12-27 08:39:16,003 [salt.state       ][INFO    ][13664] Package pkg-config is already installed
2017-12-27 08:39:16,004 [salt.state       ][INFO    ][13664] Completed state [pkg-config] at time 08:39:16.003965 duration_in_ms=325.698
2017-12-27 08:39:16,005 [salt.state       ][INFO    ][13664] Running state [virtng.init] at time 08:39:16.005079
2017-12-27 08:39:16,005 [salt.state       ][INFO    ][13664] Executing state module.run for virtng.init
2017-12-27 08:39:16,064 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command ['git', '--version'] in directory '/root'
2017-12-27 08:39:16,127 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --all --name| grep -E "^prx01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:39:21,730 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083921720008
2017-12-27 08:39:21,752 [salt.minion      ][INFO    ][19292] Starting a new job with PID 19292
2017-12-27 08:39:21,773 [salt.minion      ][INFO    ][19292] Returning information for job: 20171227083921720008
2017-12-27 08:39:31,954 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083931942619
2017-12-27 08:39:31,974 [salt.minion      ][INFO    ][19297] Starting a new job with PID 19297
2017-12-27 08:39:31,995 [salt.minion      ][INFO    ][19297] Returning information for job: 20171227083931942619
2017-12-27 08:39:42,176 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083942162576
2017-12-27 08:39:42,198 [salt.minion      ][INFO    ][19305] Starting a new job with PID 19305
2017-12-27 08:39:42,219 [salt.minion      ][INFO    ][19305] Returning information for job: 20171227083942162576
2017-12-27 08:39:52,401 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227083952389724
2017-12-27 08:39:52,421 [salt.minion      ][INFO    ][19310] Starting a new job with PID 19310
2017-12-27 08:39:52,443 [salt.minion      ][INFO    ][19310] Returning information for job: 20171227083952389724
2017-12-27 08:40:02,624 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084002612592
2017-12-27 08:40:02,646 [salt.minion      ][INFO    ][19315] Starting a new job with PID 19315
2017-12-27 08:40:02,667 [salt.minion      ][INFO    ][19315] Returning information for job: 20171227084002612592
2017-12-27 08:40:12,643 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084012631970
2017-12-27 08:40:12,664 [salt.minion      ][INFO    ][19320] Starting a new job with PID 19320
2017-12-27 08:40:12,685 [salt.minion      ][INFO    ][19320] Returning information for job: 20171227084012631970
2017-12-27 08:40:22,877 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084022860267
2017-12-27 08:40:22,897 [salt.minion      ][INFO    ][19325] Starting a new job with PID 19325
2017-12-27 08:40:22,918 [salt.minion      ][INFO    ][19325] Returning information for job: 20171227084022860267
2017-12-27 08:40:32,897 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084032883815
2017-12-27 08:40:32,919 [salt.minion      ][INFO    ][19330] Starting a new job with PID 19330
2017-12-27 08:40:32,939 [salt.minion      ][INFO    ][19330] Returning information for job: 20171227084032883815
2017-12-27 08:40:42,916 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084042902269
2017-12-27 08:40:42,936 [salt.minion      ][INFO    ][19335] Starting a new job with PID 19335
2017-12-27 08:40:42,958 [salt.minion      ][INFO    ][19335] Returning information for job: 20171227084042902269
2017-12-27 08:40:52,941 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084052927931
2017-12-27 08:40:52,960 [salt.minion      ][INFO    ][19350] Starting a new job with PID 19350
2017-12-27 08:40:52,986 [salt.minion      ][INFO    ][19350] Returning information for job: 20171227084052927931
2017-12-27 08:41:02,970 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084102955578
2017-12-27 08:41:02,992 [salt.minion      ][INFO    ][19355] Starting a new job with PID 19355
2017-12-27 08:41:03,013 [salt.minion      ][INFO    ][19355] Returning information for job: 20171227084102955578
2017-12-27 08:41:13,004 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084112991850
2017-12-27 08:41:13,026 [salt.minion      ][INFO    ][19360] Starting a new job with PID 19360
2017-12-27 08:41:13,046 [salt.minion      ][INFO    ][19360] Returning information for job: 20171227084112991850
2017-12-27 08:41:23,037 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084123024138
2017-12-27 08:41:23,057 [salt.minion      ][INFO    ][19365] Starting a new job with PID 19365
2017-12-27 08:41:23,078 [salt.minion      ][INFO    ][19365] Returning information for job: 20171227084123024138
2017-12-27 08:41:33,067 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084133055243
2017-12-27 08:41:33,087 [salt.minion      ][INFO    ][19370] Starting a new job with PID 19370
2017-12-27 08:41:33,105 [salt.minion      ][INFO    ][19370] Returning information for job: 20171227084133055243
2017-12-27 08:41:43,101 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084143089295
2017-12-27 08:41:43,121 [salt.minion      ][INFO    ][19378] Starting a new job with PID 19378
2017-12-27 08:41:43,142 [salt.minion      ][INFO    ][19378] Returning information for job: 20171227084143089295
2017-12-27 08:41:53,133 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084153122325
2017-12-27 08:41:53,153 [salt.minion      ][INFO    ][19383] Starting a new job with PID 19383
2017-12-27 08:41:53,174 [salt.minion      ][INFO    ][19383] Returning information for job: 20171227084153122325
2017-12-27 08:42:03,164 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084203152811
2017-12-27 08:42:03,183 [salt.minion      ][INFO    ][19388] Starting a new job with PID 19388
2017-12-27 08:42:03,202 [salt.minion      ][INFO    ][19388] Returning information for job: 20171227084203152811
2017-12-27 08:42:13,198 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084213187969
2017-12-27 08:42:13,219 [salt.minion      ][INFO    ][19393] Starting a new job with PID 19393
2017-12-27 08:42:13,238 [salt.minion      ][INFO    ][19393] Returning information for job: 20171227084213187969
2017-12-27 08:42:23,241 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084223230853
2017-12-27 08:42:23,261 [salt.minion      ][INFO    ][19398] Starting a new job with PID 19398
2017-12-27 08:42:23,281 [salt.minion      ][INFO    ][19398] Returning information for job: 20171227084223230853
2017-12-27 08:42:33,285 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084233273890
2017-12-27 08:42:33,305 [salt.minion      ][INFO    ][19403] Starting a new job with PID 19403
2017-12-27 08:42:33,325 [salt.minion      ][INFO    ][19403] Returning information for job: 20171227084233273890
2017-12-27 08:42:43,928 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084243918931
2017-12-27 08:42:43,947 [salt.minion      ][INFO    ][19408] Starting a new job with PID 19408
2017-12-27 08:42:43,969 [salt.minion      ][INFO    ][19408] Returning information for job: 20171227084243918931
2017-12-27 08:42:53,973 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084253963844
2017-12-27 08:42:53,993 [salt.minion      ][INFO    ][19413] Starting a new job with PID 19413
2017-12-27 08:42:54,013 [salt.minion      ][INFO    ][19413] Returning information for job: 20171227084253963844
2017-12-27 08:43:04,033 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084304021580
2017-12-27 08:43:04,053 [salt.minion      ][INFO    ][19418] Starting a new job with PID 19418
2017-12-27 08:43:04,074 [salt.minion      ][INFO    ][19418] Returning information for job: 20171227084304021580
2017-12-27 08:43:14,107 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084314094130
2017-12-27 08:43:14,128 [salt.minion      ][INFO    ][19423] Starting a new job with PID 19423
2017-12-27 08:43:14,149 [salt.minion      ][INFO    ][19423] Returning information for job: 20171227084314094130
2017-12-27 08:43:24,174 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084324160206
2017-12-27 08:43:24,194 [salt.minion      ][INFO    ][19428] Starting a new job with PID 19428
2017-12-27 08:43:24,214 [salt.minion      ][INFO    ][19428] Returning information for job: 20171227084324160206
2017-12-27 08:43:34,253 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084334235405
2017-12-27 08:43:34,274 [salt.minion      ][INFO    ][19433] Starting a new job with PID 19433
2017-12-27 08:43:34,294 [salt.minion      ][INFO    ][19433] Returning information for job: 20171227084334235405
2017-12-27 08:43:44,330 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084344318648
2017-12-27 08:43:44,353 [salt.minion      ][INFO    ][19440] Starting a new job with PID 19440
2017-12-27 08:43:44,373 [salt.minion      ][INFO    ][19440] Returning information for job: 20171227084344318648
2017-12-27 08:43:54,417 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084354403892
2017-12-27 08:43:54,442 [salt.minion      ][INFO    ][19446] Starting a new job with PID 19446
2017-12-27 08:43:54,462 [salt.minion      ][INFO    ][19446] Returning information for job: 20171227084354403892
2017-12-27 08:44:04,503 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084404488928
2017-12-27 08:44:04,522 [salt.minion      ][INFO    ][19451] Starting a new job with PID 19451
2017-12-27 08:44:04,542 [salt.minion      ][INFO    ][19451] Returning information for job: 20171227084404488928
2017-12-27 08:44:14,597 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084414583245
2017-12-27 08:44:14,618 [salt.minion      ][INFO    ][19456] Starting a new job with PID 19456
2017-12-27 08:44:14,639 [salt.minion      ][INFO    ][19456] Returning information for job: 20171227084414583245
2017-12-27 08:44:24,694 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084424681155
2017-12-27 08:44:24,713 [salt.minion      ][INFO    ][19461] Starting a new job with PID 19461
2017-12-27 08:44:24,734 [salt.minion      ][INFO    ][19461] Returning information for job: 20171227084424681155
2017-12-27 08:44:34,795 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084434778407
2017-12-27 08:44:34,814 [salt.minion      ][INFO    ][19466] Starting a new job with PID 19466
2017-12-27 08:44:34,835 [salt.minion      ][INFO    ][19466] Returning information for job: 20171227084434778407
2017-12-27 08:44:44,899 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084444882891
2017-12-27 08:44:44,920 [salt.minion      ][INFO    ][19471] Starting a new job with PID 19471
2017-12-27 08:44:44,941 [salt.minion      ][INFO    ][19471] Returning information for job: 20171227084444882891
2017-12-27 08:44:55,006 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084454992789
2017-12-27 08:44:55,025 [salt.minion      ][INFO    ][19476] Starting a new job with PID 19476
2017-12-27 08:44:55,045 [salt.minion      ][INFO    ][19476] Returning information for job: 20171227084454992789
2017-12-27 08:45:05,131 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084505114180
2017-12-27 08:45:05,153 [salt.minion      ][INFO    ][19491] Starting a new job with PID 19491
2017-12-27 08:45:05,174 [salt.minion      ][INFO    ][19491] Returning information for job: 20171227084505114180
2017-12-27 08:45:15,253 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084515238037
2017-12-27 08:45:15,272 [salt.minion      ][INFO    ][19496] Starting a new job with PID 19496
2017-12-27 08:45:15,293 [salt.minion      ][INFO    ][19496] Returning information for job: 20171227084515238037
2017-12-27 08:45:25,387 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084525371295
2017-12-27 08:45:25,407 [salt.minion      ][INFO    ][19501] Starting a new job with PID 19501
2017-12-27 08:45:25,426 [salt.minion      ][INFO    ][19501] Returning information for job: 20171227084525371295
2017-12-27 08:45:35,517 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084535505790
2017-12-27 08:45:35,538 [salt.minion      ][INFO    ][19506] Starting a new job with PID 19506
2017-12-27 08:45:35,558 [salt.minion      ][INFO    ][19506] Returning information for job: 20171227084535505790
2017-12-27 08:45:45,658 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084545646785
2017-12-27 08:45:45,678 [salt.minion      ][INFO    ][19513] Starting a new job with PID 19513
2017-12-27 08:45:45,699 [salt.minion      ][INFO    ][19513] Returning information for job: 20171227084545646785
2017-12-27 08:45:55,799 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084555785693
2017-12-27 08:45:55,820 [salt.minion      ][INFO    ][19518] Starting a new job with PID 19518
2017-12-27 08:45:55,841 [salt.minion      ][INFO    ][19518] Returning information for job: 20171227084555785693
2017-12-27 08:46:05,951 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084605937234
2017-12-27 08:46:05,973 [salt.minion      ][INFO    ][19523] Starting a new job with PID 19523
2017-12-27 08:46:05,994 [salt.minion      ][INFO    ][19523] Returning information for job: 20171227084605937234
2017-12-27 08:46:10,560 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-27 08:46:10,610 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:10,780 [salt.loaded.int.module.cmdmod][ERROR   ][13664] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-27 08:46:10,780 [salt.loaded.int.module.cmdmod][ERROR   ][13664] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-27 08:46:10,782 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/prx01.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-27 08:46:10,817 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:10,832 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-27 08:46:11,904 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-27 08:46:12,667 [salt.loaded.ext.module.seedng][INFO    ][13664] salt-minion pre-installed on image, configuring as prx01.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-27 08:46:12,677 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -l' in directory '/root'
2017-12-27 08:46:12,701 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-27 08:46:12,772 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:14,007 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:14,008 [salt.state       ][INFO    ][13664] Completed state [virtng.init] at time 08:46:14.008142 duration_in_ms=418003.061
2017-12-27 08:46:14,009 [salt.state       ][INFO    ][13664] Running state [virt.set_autostart] at time 08:46:14.009031
2017-12-27 08:46:14,010 [salt.state       ][INFO    ][13664] Executing state module.run for virt.set_autostart
2017-12-27 08:46:14,018 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --autostart --name| grep -E "^prx01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:46:14,059 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:14,061 [salt.state       ][INFO    ][13664] Completed state [virt.set_autostart] at time 08:46:14.060692 duration_in_ms=51.66
2017-12-27 08:46:14,061 [salt.state       ][INFO    ][13664] Running state [virtng.init] at time 08:46:14.061122
2017-12-27 08:46:14,062 [salt.state       ][INFO    ][13664] Executing state module.run for virtng.init
2017-12-27 08:46:14,067 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --all --name| grep -E "^mdb01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:46:15,018 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-27 08:46:15,028 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:15,040 [salt.loaded.int.module.cmdmod][ERROR   ][13664] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-27 08:46:15,041 [salt.loaded.int.module.cmdmod][ERROR   ][13664] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-27 08:46:15,041 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/mdb01.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-27 08:46:15,060 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:15,074 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-27 08:46:16,115 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084616099546
2017-12-27 08:46:16,134 [salt.minion      ][INFO    ][20063] Starting a new job with PID 20063
2017-12-27 08:46:16,155 [salt.minion      ][INFO    ][20063] Returning information for job: 20171227084616099546
2017-12-27 08:46:16,156 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-27 08:46:16,994 [salt.loaded.ext.module.seedng][INFO    ][13664] salt-minion pre-installed on image, configuring as mdb01.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-27 08:46:17,005 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -l' in directory '/root'
2017-12-27 08:46:17,023 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-27 08:46:17,091 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:18,002 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:18,003 [salt.state       ][INFO    ][13664] Completed state [virtng.init] at time 08:46:18.003203 duration_in_ms=3942.079
2017-12-27 08:46:18,004 [salt.state       ][INFO    ][13664] Running state [virt.set_autostart] at time 08:46:18.004047
2017-12-27 08:46:18,010 [salt.state       ][INFO    ][13664] Executing state module.run for virt.set_autostart
2017-12-27 08:46:18,019 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --autostart --name| grep -E "^mdb01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:46:18,055 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:18,055 [salt.state       ][INFO    ][13664] Completed state [virt.set_autostart] at time 08:46:18.055271 duration_in_ms=51.223
2017-12-27 08:46:18,056 [salt.state       ][INFO    ][13664] Running state [virtng.init] at time 08:46:18.055689
2017-12-27 08:46:18,056 [salt.state       ][INFO    ][13664] Executing state module.run for virtng.init
2017-12-27 08:46:18,063 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --all --name| grep -E "^ctl01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:46:19,027 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-27 08:46:19,038 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:19,045 [salt.loaded.int.module.cmdmod][ERROR   ][13664] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-27 08:46:19,045 [salt.loaded.int.module.cmdmod][ERROR   ][13664] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-27 08:46:19,046 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/ctl01.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-27 08:46:19,064 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:19,076 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-27 08:46:20,169 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-27 08:46:21,065 [salt.loaded.ext.module.seedng][INFO    ][13664] salt-minion pre-installed on image, configuring as ctl01.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-27 08:46:21,073 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -l' in directory '/root'
2017-12-27 08:46:21,090 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-27 08:46:21,146 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:22,120 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:22,121 [salt.state       ][INFO    ][13664] Completed state [virtng.init] at time 08:46:22.121416 duration_in_ms=4065.726
2017-12-27 08:46:22,122 [salt.state       ][INFO    ][13664] Running state [virt.set_autostart] at time 08:46:22.122076
2017-12-27 08:46:22,123 [salt.state       ][INFO    ][13664] Executing state module.run for virt.set_autostart
2017-12-27 08:46:22,127 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --autostart --name| grep -E "^ctl01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:46:22,167 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:22,167 [salt.state       ][INFO    ][13664] Completed state [virt.set_autostart] at time 08:46:22.167292 duration_in_ms=45.216
2017-12-27 08:46:22,168 [salt.state       ][INFO    ][13664] Running state [virtng.init] at time 08:46:22.167573
2017-12-27 08:46:22,171 [salt.state       ][INFO    ][13664] Executing state module.run for virtng.init
2017-12-27 08:46:22,174 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --all --name| grep -E "^msg01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:46:23,146 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-27 08:46:23,160 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:23,169 [salt.loaded.int.module.cmdmod][ERROR   ][13664] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-27 08:46:23,169 [salt.loaded.int.module.cmdmod][ERROR   ][13664] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-27 08:46:23,170 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/msg01.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-27 08:46:23,184 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:23,191 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-27 08:46:24,261 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-27 08:46:24,998 [salt.loaded.ext.module.seedng][INFO    ][13664] salt-minion pre-installed on image, configuring as msg01.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-27 08:46:25,007 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -l' in directory '/root'
2017-12-27 08:46:25,027 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-27 08:46:25,092 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:26,031 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:26,032 [salt.state       ][INFO    ][13664] Completed state [virtng.init] at time 08:46:26.031756 duration_in_ms=3864.183
2017-12-27 08:46:26,032 [salt.state       ][INFO    ][13664] Running state [virt.set_autostart] at time 08:46:26.032198
2017-12-27 08:46:26,033 [salt.state       ][INFO    ][13664] Executing state module.run for virt.set_autostart
2017-12-27 08:46:26,038 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --autostart --name| grep -E "^msg01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:46:26,079 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:26,079 [salt.state       ][INFO    ][13664] Completed state [virt.set_autostart] at time 08:46:26.079134 duration_in_ms=46.935
2017-12-27 08:46:26,080 [salt.state       ][INFO    ][13664] Running state [virtng.init] at time 08:46:26.079696
2017-12-27 08:46:26,080 [salt.state       ][INFO    ][13664] Executing state module.run for virtng.init
2017-12-27 08:46:26,092 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --all --name| grep -E "^dbs01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:46:26,256 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227084626240170
2017-12-27 08:46:26,268 [salt.minion      ][INFO    ][20923] Starting a new job with PID 20923
2017-12-27 08:46:26,287 [salt.minion      ][INFO    ][20923] Returning information for job: 20171227084626240170
2017-12-27 08:46:27,123 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'modprobe nbd max_part=63' in directory '/root'
2017-12-27 08:46:27,136 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:27,147 [salt.loaded.int.module.cmdmod][ERROR   ][13664] Command 'sfdisk -d /dev/nbd9' failed with return code: 1
2017-12-27 08:46:27,147 [salt.loaded.int.module.cmdmod][ERROR   ][13664] output: sfdisk: cannot open /dev/nbd9: Inappropriate ioctl for device
2017-12-27 08:46:27,148 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -c /dev/nbd9 /var/lib/libvirt/images/dbs01.baremetal-mcp-pike-ovs-dpdk-ha.local/system.qcow2' in directory '/root'
2017-12-27 08:46:27,171 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'sfdisk -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:27,186 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'partprobe /dev/nbd9' in directory '/root'
2017-12-27 08:46:28,273 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -o defaults /dev/nbd9p1 /tmp/nbd/nbd9/nbd9p1 ' in directory '/root'
2017-12-27 08:46:29,232 [salt.loaded.ext.module.seedng][INFO    ][13664] salt-minion pre-installed on image, configuring as dbs01.baremetal-mcp-pike-ovs-dpdk-ha.local
2017-12-27 08:46:29,242 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'mount -l' in directory '/root'
2017-12-27 08:46:29,262 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'umount /tmp/nbd/nbd9/nbd9p1' in directory '/root'
2017-12-27 08:46:29,327 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'qemu-nbd -d /dev/nbd9' in directory '/root'
2017-12-27 08:46:30,334 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:30,334 [salt.state       ][INFO    ][13664] Completed state [virtng.init] at time 08:46:30.334348 duration_in_ms=4254.653
2017-12-27 08:46:30,335 [salt.state       ][INFO    ][13664] Running state [virt.set_autostart] at time 08:46:30.334969
2017-12-27 08:46:30,335 [salt.state       ][INFO    ][13664] Executing state module.run for virt.set_autostart
2017-12-27 08:46:30,343 [salt.loaded.int.module.cmdmod][INFO    ][13664] Executing command 'virsh list --autostart --name| grep -E "^dbs01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:46:30,392 [salt.state       ][INFO    ][13664] {'ret': True}
2017-12-27 08:46:30,394 [salt.state       ][INFO    ][13664] Completed state [virt.set_autostart] at time 08:46:30.394260 duration_in_ms=59.291
2017-12-27 08:46:30,403 [salt.minion      ][INFO    ][13664] Returning information for job: 20171227083851286975
2017-12-27 08:51:54,976 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command state.sls with jid 20171227085154961925
2017-12-27 08:51:54,1000 [salt.minion      ][INFO    ][21319] Starting a new job with PID 21319
2017-12-27 08:51:57,646 [salt.state       ][INFO    ][21319] Loading fresh modules for state activity
2017-12-27 08:51:57,690 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/control/init.sls'
2017-12-27 08:51:57,722 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/control/virt.sls'
2017-12-27 08:51:57,758 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:51:57,866 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/minion/init.sls'
2017-12-27 08:51:57,884 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/minion/service.sls'
2017-12-27 08:51:57,923 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:51:58,012 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'linux/meta/salt.yml'
2017-12-27 08:51:58,040 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-27 08:51:58,119 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'linux/meta/sphinx.yml'
2017-12-27 08:51:58,154 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/sphinx.yml'
2017-12-27 08:51:58,172 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-27 08:51:58,200 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/sphinx.yml'
2017-12-27 08:51:58,217 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-27 08:51:58,240 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-27 08:51:58,276 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/meta/sphinx.yml'
2017-12-27 08:51:58,307 [py.warnings      ][WARNING ][21319] /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-27 08:51:58,308 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'salt-minion --version' in directory '/root'
2017-12-27 08:51:58,834 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'salt-minion --version' in directory '/root'
2017-12-27 08:51:59,376 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/salt.yml'
2017-12-27 08:51:59,405 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/salt.yml'
2017-12-27 08:51:59,421 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'openssh/meta/salt.yml'
2017-12-27 08:51:59,437 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/meta/salt.yml'
2017-12-27 08:51:59,500 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'reclass/meta/meta.yml'
2017-12-27 08:51:59,520 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'reclass/map.jinja'
2017-12-27 08:51:59,550 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'ntp/meta/meta.yml'
2017-12-27 08:51:59,570 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-27 08:51:59,600 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'linux/meta/meta.yml'
2017-12-27 08:51:59,653 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/meta/meta.yml'
2017-12-27 08:51:59,746 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/minion/grains.sls'
2017-12-27 08:51:59,775 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:51:59,864 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'linux/meta/salt.yml'
2017-12-27 08:51:59,896 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-27 08:51:59,972 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'linux/meta/sphinx.yml'
2017-12-27 08:52:00,009 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/sphinx.yml'
2017-12-27 08:52:00,024 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-27 08:52:00,050 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/sphinx.yml'
2017-12-27 08:52:00,065 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-27 08:52:00,083 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'gluster --version 2>/dev/null || echo "unknown" |head -1' in directory '/root'
2017-12-27 08:52:00,124 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/meta/sphinx.yml'
2017-12-27 08:52:00,155 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'salt-minion --version' in directory '/root'
2017-12-27 08:52:00,685 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'salt-minion --version' in directory '/root'
2017-12-27 08:52:01,237 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'keepalived/meta/salt.yml'
2017-12-27 08:52:01,266 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'glusterfs/meta/salt.yml'
2017-12-27 08:52:01,286 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'openssh/meta/salt.yml'
2017-12-27 08:52:01,305 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/meta/salt.yml'
2017-12-27 08:52:01,374 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'reclass/meta/meta.yml'
2017-12-27 08:52:01,393 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'reclass/map.jinja'
2017-12-27 08:52:01,425 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'ntp/meta/meta.yml'
2017-12-27 08:52:01,444 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-27 08:52:01,474 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'linux/meta/meta.yml'
2017-12-27 08:52:01,523 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/meta/meta.yml'
2017-12-27 08:52:01,625 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/minion/cert.sls'
2017-12-27 08:52:01,724 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:52:02,216 [salt.state       ][INFO    ][21319] Running state [salt-minion] at time 08:52:02.215802
2017-12-27 08:52:02,216 [salt.state       ][INFO    ][21319] Executing state pkg.installed for salt-minion
2017-12-27 08:52:02,217 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:52:02,612 [salt.state       ][INFO    ][21319] Package salt-minion is already installed
2017-12-27 08:52:02,612 [salt.state       ][INFO    ][21319] Completed state [salt-minion] at time 08:52:02.612140 duration_in_ms=396.339
2017-12-27 08:52:02,613 [salt.state       ][INFO    ][21319] Running state [salt_minion_dependency_packages] at time 08:52:02.613095
2017-12-27 08:52:02,613 [salt.state       ][INFO    ][21319] Executing state pkg.installed for salt_minion_dependency_packages
2017-12-27 08:52:02,618 [salt.state       ][INFO    ][21319] All specified packages are already installed
2017-12-27 08:52:02,618 [salt.state       ][INFO    ][21319] Completed state [salt_minion_dependency_packages] at time 08:52:02.618451 duration_in_ms=5.355
2017-12-27 08:52:02,621 [salt.state       ][INFO    ][21319] Running state [/etc/salt/minion.d/minion.conf] at time 08:52:02.620518
2017-12-27 08:52:02,621 [salt.state       ][INFO    ][21319] Executing state file.managed for /etc/salt/minion.d/minion.conf
2017-12-27 08:52:02,648 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/files/minion.conf'
2017-12-27 08:52:02,787 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'salt/map.jinja'
2017-12-27 08:52:02,861 [salt.fileclient  ][INFO    ][21319] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-27 08:52:02,930 [salt.state       ][INFO    ][21319] File /etc/salt/minion.d/minion.conf is in the correct state
2017-12-27 08:52:02,930 [salt.state       ][INFO    ][21319] Completed state [/etc/salt/minion.d/minion.conf] at time 08:52:02.930209 duration_in_ms=309.69
2017-12-27 08:52:02,931 [salt.state       ][INFO    ][21319] Running state [/etc/salt/minion.d/_virt.conf] at time 08:52:02.931045
2017-12-27 08:52:02,931 [salt.state       ][INFO    ][21319] Executing state file.managed for /etc/salt/minion.d/_virt.conf
2017-12-27 08:52:02,932 [salt.state       ][INFO    ][21319] File /etc/salt/minion.d/_virt.conf is in the correct state
2017-12-27 08:52:02,932 [salt.state       ][INFO    ][21319] Completed state [/etc/salt/minion.d/_virt.conf] at time 08:52:02.932230 duration_in_ms=1.185
2017-12-27 08:52:02,935 [salt.state       ][INFO    ][21319] Running state [salt-minion] at time 08:52:02.934707
2017-12-27 08:52:02,935 [salt.state       ][INFO    ][21319] Executing state service.running for salt-minion
2017-12-27 08:52:02,935 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-12-27 08:52:02,966 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command ['systemctl', 'is-active', 'salt-minion.service'] in directory '/root'
2017-12-27 08:52:02,985 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-12-27 08:52:03,001 [salt.state       ][INFO    ][21319] The service salt-minion is already running
2017-12-27 08:52:03,001 [salt.state       ][INFO    ][21319] Completed state [salt-minion] at time 08:52:03.001152 duration_in_ms=66.444
2017-12-27 08:52:03,004 [salt.state       ][INFO    ][21319] Running state [/etc/salt/grains.d] at time 08:52:03.003773
2017-12-27 08:52:03,004 [salt.state       ][INFO    ][21319] Executing state file.directory for /etc/salt/grains.d
2017-12-27 08:52:03,005 [salt.state       ][INFO    ][21319] Directory /etc/salt/grains.d is in the correct state
2017-12-27 08:52:03,006 [salt.state       ][INFO    ][21319] Completed state [/etc/salt/grains.d] at time 08:52:03.005751 duration_in_ms=1.978
2017-12-27 08:52:03,007 [salt.state       ][INFO    ][21319] Running state [/etc/salt/grains] at time 08:52:03.006765
2017-12-27 08:52:03,008 [salt.state       ][INFO    ][21319] Executing state file.managed for /etc/salt/grains
2017-12-27 08:52:03,008 [salt.state       ][INFO    ][21319] File /etc/salt/grains exists with proper permissions. No changes made.
2017-12-27 08:52:03,009 [salt.state       ][INFO    ][21319] Completed state [/etc/salt/grains] at time 08:52:03.008956 duration_in_ms=2.19
2017-12-27 08:52:03,010 [salt.state       ][INFO    ][21319] Running state [/etc/salt/grains.d/placeholder] at time 08:52:03.009796
2017-12-27 08:52:03,010 [salt.state       ][INFO    ][21319] Executing state file.managed for /etc/salt/grains.d/placeholder
2017-12-27 08:52:03,011 [salt.state       ][INFO    ][21319] File /etc/salt/grains.d/placeholder exists with proper permissions. No changes made.
2017-12-27 08:52:03,011 [salt.state       ][INFO    ][21319] Completed state [/etc/salt/grains.d/placeholder] at time 08:52:03.011104 duration_in_ms=1.308
2017-12-27 08:52:03,012 [salt.state       ][INFO    ][21319] Running state [/etc/salt/grains.d/sphinx] at time 08:52:03.011808
2017-12-27 08:52:03,012 [salt.state       ][INFO    ][21319] Executing state file.managed for /etc/salt/grains.d/sphinx
2017-12-27 08:52:03,016 [salt.state       ][INFO    ][21319] File changed:
--- 
+++ 
@@ -49,7 +49,6 @@
               - 127.0.0.1
               - 192.168.10.141
               - 192.168.11.30
-              - 192.168.122.1
         system:
           name: System
           param:

2017-12-27 08:52:03,016 [salt.state       ][INFO    ][21319] Completed state [/etc/salt/grains.d/sphinx] at time 08:52:03.015675 duration_in_ms=3.867
2017-12-27 08:52:03,017 [salt.state       ][INFO    ][21319] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 08:52:03.016693
2017-12-27 08:52:03,017 [salt.state       ][INFO    ][21319] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:52:03,017 [salt.state       ][INFO    ][21319] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:52:03,017 [salt.state       ][INFO    ][21319] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 08:52:03.017410 duration_in_ms=0.718
2017-12-27 08:52:03,018 [salt.state       ][INFO    ][21319] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 08:52:03.017610
2017-12-27 08:52:03,018 [salt.state       ][INFO    ][21319] 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-27 08:52:03,019 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"' in directory '/root'
2017-12-27 08:52:03,135 [salt.state       ][INFO    ][21319] {'pid': 21401, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-27 08:52:03,136 [salt.state       ][INFO    ][21319] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/sphinx', 'r'); yaml.load(stream); stream.close()"] at time 08:52:03.135889 duration_in_ms=118.276
2017-12-27 08:52:03,138 [salt.state       ][INFO    ][21319] Running state [/etc/salt/grains.d/dns_records] at time 08:52:03.137492
2017-12-27 08:52:03,138 [salt.state       ][INFO    ][21319] Executing state file.managed for /etc/salt/grains.d/dns_records
2017-12-27 08:52:03,141 [salt.state       ][INFO    ][21319] File /etc/salt/grains.d/dns_records is in the correct state
2017-12-27 08:52:03,141 [salt.state       ][INFO    ][21319] Completed state [/etc/salt/grains.d/dns_records] at time 08:52:03.141403 duration_in_ms=3.911
2017-12-27 08:52:03,143 [salt.state       ][INFO    ][21319] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"] at time 08:52:03.142665
2017-12-27 08:52:03,143 [salt.state       ][INFO    ][21319] 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-27 08:52:03,143 [salt.state       ][INFO    ][21319] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:52:03,144 [salt.state       ][INFO    ][21319] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/dns_records', 'r'); yaml.load(stream); stream.close()"] at time 08:52:03.143647 duration_in_ms=0.981
2017-12-27 08:52:03,145 [salt.state       ][INFO    ][21319] Running state [/etc/salt/grains.d/salt] at time 08:52:03.144240
2017-12-27 08:52:03,145 [salt.state       ][INFO    ][21319] Executing state file.managed for /etc/salt/grains.d/salt
2017-12-27 08:52:03,146 [salt.state       ][INFO    ][21319] File /etc/salt/grains.d/salt is in the correct state
2017-12-27 08:52:03,146 [salt.state       ][INFO    ][21319] Completed state [/etc/salt/grains.d/salt] at time 08:52:03.146144 duration_in_ms=1.904
2017-12-27 08:52:03,147 [salt.state       ][INFO    ][21319] Running state [python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"] at time 08:52:03.147311
2017-12-27 08:52:03,148 [salt.state       ][INFO    ][21319] Executing state cmd.wait for python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:52:03,148 [salt.state       ][INFO    ][21319] No changes made for python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"
2017-12-27 08:52:03,148 [salt.state       ][INFO    ][21319] Completed state [python -c "import yaml; stream = file('/etc/salt/grains.d/salt', 'r'); yaml.load(stream); stream.close()"] at time 08:52:03.148223 duration_in_ms=0.911
2017-12-27 08:52:03,151 [salt.state       ][INFO    ][21319] Running state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 08:52:03.151382
2017-12-27 08:52:03,152 [salt.state       ][INFO    ][21319] Executing state cmd.wait for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-27 08:52:03,153 [salt.state       ][INFO    ][21319] No changes made for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-27 08:52:03,153 [salt.state       ][INFO    ][21319] Completed state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 08:52:03.153187 duration_in_ms=1.805
2017-12-27 08:52:03,153 [salt.state       ][INFO    ][21319] Running state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 08:52:03.153396
2017-12-27 08:52:03,154 [salt.state       ][INFO    ][21319] Executing state cmd.mod_watch for cat /etc/salt/grains.d/* > /etc/salt/grains
2017-12-27 08:52:03,156 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'cat /etc/salt/grains.d/* > /etc/salt/grains' in directory '/root'
2017-12-27 08:52:03,170 [salt.state       ][INFO    ][21319] {'pid': 21403, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-27 08:52:03,171 [salt.state       ][INFO    ][21319] Completed state [cat /etc/salt/grains.d/* > /etc/salt/grains] at time 08:52:03.170989 duration_in_ms=17.591
2017-12-27 08:52:03,173 [salt.state       ][INFO    ][21319] Running state [mine.update] at time 08:52:03.172910
2017-12-27 08:52:03,173 [salt.state       ][INFO    ][21319] Executing state module.wait for mine.update
2017-12-27 08:52:03,174 [salt.state       ][INFO    ][21319] No changes made for mine.update
2017-12-27 08:52:03,175 [salt.state       ][INFO    ][21319] Completed state [mine.update] at time 08:52:03.174540 duration_in_ms=1.631
2017-12-27 08:52:03,175 [salt.state       ][INFO    ][21319] Running state [mine.update] at time 08:52:03.175192
2017-12-27 08:52:03,176 [salt.state       ][INFO    ][21319] Executing state module.mod_watch for mine.update
2017-12-27 08:52:03,717 [salt.state       ][INFO    ][21319] {'ret': True}
2017-12-27 08:52:03,719 [salt.state       ][INFO    ][21319] Completed state [mine.update] at time 08:52:03.718745 duration_in_ms=543.552
2017-12-27 08:52:03,720 [salt.state       ][INFO    ][21319] Running state [ca-certificates] at time 08:52:03.719597
2017-12-27 08:52:03,720 [salt.state       ][INFO    ][21319] Executing state pkg.installed for ca-certificates
2017-12-27 08:52:03,731 [salt.state       ][INFO    ][21319] Package ca-certificates is already installed
2017-12-27 08:52:03,731 [salt.state       ][INFO    ][21319] Completed state [ca-certificates] at time 08:52:03.730956 duration_in_ms=11.36
2017-12-27 08:52:03,732 [salt.state       ][INFO    ][21319] Running state [update-ca-certificates] at time 08:52:03.732000
2017-12-27 08:52:03,732 [salt.state       ][INFO    ][21319] Executing state cmd.wait for update-ca-certificates
2017-12-27 08:52:03,733 [salt.state       ][INFO    ][21319] No changes made for update-ca-certificates
2017-12-27 08:52:03,733 [salt.state       ][INFO    ][21319] Completed state [update-ca-certificates] at time 08:52:03.732670 duration_in_ms=0.67
2017-12-27 08:52:03,733 [salt.state       ][INFO    ][21319] Running state [libvirt-dev] at time 08:52:03.732884
2017-12-27 08:52:03,733 [salt.state       ][INFO    ][21319] Executing state pkg.installed for libvirt-dev
2017-12-27 08:52:03,738 [salt.state       ][INFO    ][21319] Package libvirt-dev is already installed
2017-12-27 08:52:03,738 [salt.state       ][INFO    ][21319] Completed state [libvirt-dev] at time 08:52:03.738015 duration_in_ms=5.131
2017-12-27 08:52:03,738 [salt.state       ][INFO    ][21319] Running state [pkg-config] at time 08:52:03.738226
2017-12-27 08:52:03,738 [salt.state       ][INFO    ][21319] Executing state pkg.installed for pkg-config
2017-12-27 08:52:03,744 [salt.state       ][INFO    ][21319] Package pkg-config is already installed
2017-12-27 08:52:03,744 [salt.state       ][INFO    ][21319] Completed state [pkg-config] at time 08:52:03.744001 duration_in_ms=5.774
2017-12-27 08:52:03,745 [salt.state       ][INFO    ][21319] Running state [virtng.init] at time 08:52:03.744848
2017-12-27 08:52:03,745 [salt.state       ][INFO    ][21319] Executing state module.run for virtng.init
2017-12-27 08:52:03,813 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command ['git', '--version'] in directory '/root'
2017-12-27 08:52:03,884 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --all --name| grep -E "^prx01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:03,918 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:03,918 [salt.state       ][INFO    ][21319] Completed state [virtng.init] at time 08:52:03.918099 duration_in_ms=173.25
2017-12-27 08:52:03,918 [salt.state       ][INFO    ][21319] Running state [virt.set_autostart] at time 08:52:03.918414
2017-12-27 08:52:03,919 [salt.state       ][INFO    ][21319] Executing state module.run for virt.set_autostart
2017-12-27 08:52:03,925 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --autostart --name| grep -E "^prx01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:03,961 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:03,962 [salt.state       ][INFO    ][21319] Completed state [virt.set_autostart] at time 08:52:03.961464 duration_in_ms=43.048
2017-12-27 08:52:03,962 [salt.state       ][INFO    ][21319] Running state [virtng.init] at time 08:52:03.962053
2017-12-27 08:52:03,963 [salt.state       ][INFO    ][21319] Executing state module.run for virtng.init
2017-12-27 08:52:03,971 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --all --name| grep -E "^mdb01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:04,004 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:04,005 [salt.state       ][INFO    ][21319] Completed state [virtng.init] at time 08:52:04.004557 duration_in_ms=42.208
2017-12-27 08:52:04,006 [salt.state       ][INFO    ][21319] Running state [virt.set_autostart] at time 08:52:04.005437
2017-12-27 08:52:04,006 [salt.state       ][INFO    ][21319] Executing state module.run for virt.set_autostart
2017-12-27 08:52:04,012 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --autostart --name| grep -E "^mdb01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:04,046 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:04,046 [salt.state       ][INFO    ][21319] Completed state [virt.set_autostart] at time 08:52:04.046158 duration_in_ms=40.721
2017-12-27 08:52:04,047 [salt.state       ][INFO    ][21319] Running state [virtng.init] at time 08:52:04.046683
2017-12-27 08:52:04,047 [salt.state       ][INFO    ][21319] Executing state module.run for virtng.init
2017-12-27 08:52:04,055 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --all --name| grep -E "^ctl01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:04,089 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:04,089 [salt.state       ][INFO    ][21319] Completed state [virtng.init] at time 08:52:04.089277 duration_in_ms=42.594
2017-12-27 08:52:04,090 [salt.state       ][INFO    ][21319] Running state [virt.set_autostart] at time 08:52:04.089778
2017-12-27 08:52:04,091 [salt.state       ][INFO    ][21319] Executing state module.run for virt.set_autostart
2017-12-27 08:52:04,097 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --autostart --name| grep -E "^ctl01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:04,132 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:04,133 [salt.state       ][INFO    ][21319] Completed state [virt.set_autostart] at time 08:52:04.132195 duration_in_ms=42.415
2017-12-27 08:52:04,133 [salt.state       ][INFO    ][21319] Running state [virtng.init] at time 08:52:04.133302
2017-12-27 08:52:04,134 [salt.state       ][INFO    ][21319] Executing state module.run for virtng.init
2017-12-27 08:52:04,140 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --all --name| grep -E "^msg01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:04,175 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:04,176 [salt.state       ][INFO    ][21319] Completed state [virtng.init] at time 08:52:04.175459 duration_in_ms=42.156
2017-12-27 08:52:04,176 [salt.state       ][INFO    ][21319] Running state [virt.set_autostart] at time 08:52:04.176014
2017-12-27 08:52:04,177 [salt.state       ][INFO    ][21319] Executing state module.run for virt.set_autostart
2017-12-27 08:52:04,184 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --autostart --name| grep -E "^msg01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:04,216 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:04,216 [salt.state       ][INFO    ][21319] Completed state [virt.set_autostart] at time 08:52:04.216132 duration_in_ms=40.118
2017-12-27 08:52:04,217 [salt.state       ][INFO    ][21319] Running state [virtng.init] at time 08:52:04.217319
2017-12-27 08:52:04,218 [salt.state       ][INFO    ][21319] Executing state module.run for virtng.init
2017-12-27 08:52:04,226 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --all --name| grep -E "^dbs01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:04,259 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:04,261 [salt.state       ][INFO    ][21319] Completed state [virtng.init] at time 08:52:04.260249 duration_in_ms=42.93
2017-12-27 08:52:04,261 [salt.state       ][INFO    ][21319] Running state [virt.set_autostart] at time 08:52:04.261421
2017-12-27 08:52:04,262 [salt.state       ][INFO    ][21319] Executing state module.run for virt.set_autostart
2017-12-27 08:52:04,269 [salt.loaded.int.module.cmdmod][INFO    ][21319] Executing command 'virsh list --autostart --name| grep -E "^dbs01.baremetal-mcp-pike-ovs-dpdk-ha.local$"' in directory '/root'
2017-12-27 08:52:04,303 [salt.state       ][INFO    ][21319] unless execution succeeded
2017-12-27 08:52:04,303 [salt.state       ][INFO    ][21319] Completed state [virt.set_autostart] at time 08:52:04.302985 duration_in_ms=41.564
2017-12-27 08:52:04,311 [salt.minion      ][INFO    ][21319] Returning information for job: 20171227085154961925
2017-12-27 08:52:05,127 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command pillar.get with jid 20171227085205107458
2017-12-27 08:52:05,149 [salt.minion      ][INFO    ][21456] Starting a new job with PID 21456
2017-12-27 08:52:05,157 [salt.minion      ][INFO    ][21456] Returning information for job: 20171227085205107458
2017-12-27 08:52:50,171 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.sync_all with jid 20171227085250154875
2017-12-27 08:52:50,192 [salt.minion      ][INFO    ][21472] Starting a new job with PID 21472
2017-12-27 08:52:54,699 [salt.state       ][INFO    ][21472] Loading fresh modules for state activity
2017-12-27 08:52:54,736 [salt.state       ][ERROR   ][21472] No contents found in top file
2017-12-27 08:52:54,738 [salt.utils.extmods][INFO    ][21472] Creating module dir '/var/cache/salt/minion/extmods/beacons'
2017-12-27 08:52:54,744 [salt.utils.extmods][INFO    ][21472] Syncing beacons for environment 'base'
2017-12-27 08:52:54,744 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_beacons, for base)
2017-12-27 08:52:54,745 [salt.fileclient  ][INFO    ][21472] Caching directory '_beacons/' for environment 'base'
2017-12-27 08:52:54,791 [salt.utils.extmods][INFO    ][21472] Syncing modules for environment 'base'
2017-12-27 08:52:54,791 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_modules, for base)
2017-12-27 08:52:54,791 [salt.fileclient  ][INFO    ][21472] Caching directory '_modules/' for environment 'base'
2017-12-27 08:52:55,078 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/avinetworks.py'
2017-12-27 08:52:55,097 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/ceph_ng.py'
2017-12-27 08:52:55,114 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/cinderng.py'
2017-12-27 08:52:55,138 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/contrail.py'
2017-12-27 08:52:55,159 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/creds.py'
2017-12-27 08:52:55,174 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/devops_utils.py'
2017-12-27 08:52:55,190 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/dockerng_service.py'
2017-12-27 08:52:55,212 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/encode_json.py'
2017-12-27 08:52:55,235 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/gerrit.py'
2017-12-27 08:52:55,249 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/glanceng.py'
2017-12-27 08:52:55,274 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/heat.py'
2017-12-27 08:52:55,290 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/heka_alarming.py'
2017-12-27 08:52:55,305 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/helm.py'
2017-12-27 08:52:55,322 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/jenkins_common.py'
2017-12-27 08:52:55,344 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/keystone_policy.py'
2017-12-27 08:52:55,364 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/linux_hosts.py'
2017-12-27 08:52:55,379 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/linux_netlink.py'
2017-12-27 08:52:55,402 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/maas.py'
2017-12-27 08:52:55,417 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/maas_client.py'
2017-12-27 08:52:55,429 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/modelschema.py'
2017-12-27 08:52:55,442 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/modelutils.py'
2017-12-27 08:52:55,462 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/multipart.py'
2017-12-27 08:52:55,480 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/nagios_alarming.py'
2017-12-27 08:52:55,494 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/neutronng.py'
2017-12-27 08:52:55,510 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/novang.py'
2017-12-27 08:52:55,523 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/reclass.py'
2017-12-27 08:52:55,561 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/rsyslog_util.py'
2017-12-27 08:52:55,606 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/rundeck.py'
2017-12-27 08:52:55,620 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/saltkey.py'
2017-12-27 08:52:55,658 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/saltresource.py'
2017-12-27 08:52:55,671 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/seedng.py'
2017-12-27 08:52:55,695 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/testing/credentials.py'
2017-12-27 08:52:55,717 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/testing/django.py'
2017-12-27 08:52:55,730 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/testing/django_client_proxy.py'
2017-12-27 08:52:55,748 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/utils.py'
2017-12-27 08:52:55,772 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_modules/virtng.py'
2017-12-27 08:52:55,781 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/__init__.py' to '/var/cache/salt/minion/extmods/modules/__init__.py'
2017-12-27 08:52:55,781 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/avinetworks.py' to '/var/cache/salt/minion/extmods/modules/avinetworks.py'
2017-12-27 08:52:55,782 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/ceph_ng.py' to '/var/cache/salt/minion/extmods/modules/ceph_ng.py'
2017-12-27 08:52:55,782 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/cinderng.py' to '/var/cache/salt/minion/extmods/modules/cinderng.py'
2017-12-27 08:52:55,783 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/contrail.py' to '/var/cache/salt/minion/extmods/modules/contrail.py'
2017-12-27 08:52:55,783 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/creds.py' to '/var/cache/salt/minion/extmods/modules/creds.py'
2017-12-27 08:52:55,784 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/devops_utils.py' to '/var/cache/salt/minion/extmods/modules/devops_utils.py'
2017-12-27 08:52:55,784 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/dockerng_service.py' to '/var/cache/salt/minion/extmods/modules/dockerng_service.py'
2017-12-27 08:52:55,785 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/encode_json.py' to '/var/cache/salt/minion/extmods/modules/encode_json.py'
2017-12-27 08:52:55,785 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/gerrit.py' to '/var/cache/salt/minion/extmods/modules/gerrit.py'
2017-12-27 08:52:55,785 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/glanceng.py' to '/var/cache/salt/minion/extmods/modules/glanceng.py'
2017-12-27 08:52:55,786 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/heat.py' to '/var/cache/salt/minion/extmods/modules/heat.py'
2017-12-27 08:52:55,786 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/heka_alarming.py' to '/var/cache/salt/minion/extmods/modules/heka_alarming.py'
2017-12-27 08:52:55,787 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/helm.py' to '/var/cache/salt/minion/extmods/modules/helm.py'
2017-12-27 08:52:55,787 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/jenkins_common.py' to '/var/cache/salt/minion/extmods/modules/jenkins_common.py'
2017-12-27 08:52:55,788 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/keystone_policy.py' to '/var/cache/salt/minion/extmods/modules/keystone_policy.py'
2017-12-27 08:52:55,788 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/linux_hosts.py' to '/var/cache/salt/minion/extmods/modules/linux_hosts.py'
2017-12-27 08:52:55,788 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/linux_netlink.py' to '/var/cache/salt/minion/extmods/modules/linux_netlink.py'
2017-12-27 08:52:55,789 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/maas.py' to '/var/cache/salt/minion/extmods/modules/maas.py'
2017-12-27 08:52:55,790 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/maas_client.py' to '/var/cache/salt/minion/extmods/modules/maas_client.py'
2017-12-27 08:52:55,791 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/modelschema.py' to '/var/cache/salt/minion/extmods/modules/modelschema.py'
2017-12-27 08:52:55,791 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/modelutils.py' to '/var/cache/salt/minion/extmods/modules/modelutils.py'
2017-12-27 08:52:55,791 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/multipart.py' to '/var/cache/salt/minion/extmods/modules/multipart.py'
2017-12-27 08:52:55,792 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/nagios_alarming.py' to '/var/cache/salt/minion/extmods/modules/nagios_alarming.py'
2017-12-27 08:52:55,792 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/neutronng.py' to '/var/cache/salt/minion/extmods/modules/neutronng.py'
2017-12-27 08:52:55,793 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/novang.py' to '/var/cache/salt/minion/extmods/modules/novang.py'
2017-12-27 08:52:55,794 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/reclass.py' to '/var/cache/salt/minion/extmods/modules/reclass.py'
2017-12-27 08:52:55,794 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/rsyslog_util.py' to '/var/cache/salt/minion/extmods/modules/rsyslog_util.py'
2017-12-27 08:52:55,794 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/rundeck.py' to '/var/cache/salt/minion/extmods/modules/rundeck.py'
2017-12-27 08:52:55,795 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/saltkey.py' to '/var/cache/salt/minion/extmods/modules/saltkey.py'
2017-12-27 08:52:55,795 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/saltresource.py' to '/var/cache/salt/minion/extmods/modules/saltresource.py'
2017-12-27 08:52:55,795 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/seedng.py' to '/var/cache/salt/minion/extmods/modules/seedng.py'
2017-12-27 08:52:55,796 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/testing/__init__.py' to '/var/cache/salt/minion/extmods/modules/testing/__init__.py'
2017-12-27 08:52:55,796 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/testing/credentials.py' to '/var/cache/salt/minion/extmods/modules/testing/credentials.py'
2017-12-27 08:52:55,797 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/testing/django.py' to '/var/cache/salt/minion/extmods/modules/testing/django.py'
2017-12-27 08:52:55,797 [salt.utils.extmods][INFO    ][21472] 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-27 08:52:55,797 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/utils.py' to '/var/cache/salt/minion/extmods/modules/utils.py'
2017-12-27 08:52:55,798 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_modules/virtng.py' to '/var/cache/salt/minion/extmods/modules/virtng.py'
2017-12-27 08:52:55,807 [salt.utils.extmods][INFO    ][21472] Syncing states for environment 'base'
2017-12-27 08:52:55,807 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_states, for base)
2017-12-27 08:52:55,808 [salt.fileclient  ][INFO    ][21472] Caching directory '_states/' for environment 'base'
2017-12-27 08:52:55,908 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/avinetworks.py'
2017-12-27 08:52:55,924 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/cinderng.py'
2017-12-27 08:52:55,946 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/contrail.py'
2017-12-27 08:52:55,971 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/dockerng_service.py'
2017-12-27 08:52:55,994 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/gerrit.py'
2017-12-27 08:52:56,012 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/glanceng.py'
2017-12-27 08:52:56,030 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/grafana3_dashboard.py'
2017-12-27 08:52:56,050 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/grafana3_datasource.py'
2017-12-27 08:52:56,064 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/heat.py'
2017-12-27 08:52:56,092 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/helm_release.py'
2017-12-27 08:52:56,109 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/helm_repos.py'
2017-12-27 08:52:56,125 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_approval.py'
2017-12-27 08:52:56,142 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_artifactory.py'
2017-12-27 08:52:56,157 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_credential.py'
2017-12-27 08:52:56,180 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_globalenvprop.py'
2017-12-27 08:52:56,199 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_job.py'
2017-12-27 08:52:56,217 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_lib.py'
2017-12-27 08:52:56,236 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_node.py'
2017-12-27 08:52:56,254 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_plugin.py'
2017-12-27 08:52:56,282 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_security.py'
2017-12-27 08:52:56,294 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_slack.py'
2017-12-27 08:52:56,312 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_smtp.py'
2017-12-27 08:52:56,326 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_theme.py'
2017-12-27 08:52:56,345 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_user.py'
2017-12-27 08:52:56,364 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/jenkins_view.py'
2017-12-27 08:52:56,387 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/keystone_policy.py'
2017-12-27 08:52:56,410 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/kibana_object.py'
2017-12-27 08:52:56,444 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/neutronng.py'
2017-12-27 08:52:56,461 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/novang.py'
2017-12-27 08:52:56,481 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/reclass.py'
2017-12-27 08:52:56,493 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/rundeck_project.py'
2017-12-27 08:52:56,522 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/rundeck_scm.py'
2017-12-27 08:52:56,538 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_states/rundeck_secret.py'
2017-12-27 08:52:56,544 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/avinetworks.py' to '/var/cache/salt/minion/extmods/states/avinetworks.py'
2017-12-27 08:52:56,547 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/cinderng.py' to '/var/cache/salt/minion/extmods/states/cinderng.py'
2017-12-27 08:52:56,547 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/contrail.py' to '/var/cache/salt/minion/extmods/states/contrail.py'
2017-12-27 08:52:56,547 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/dockerng_service.py' to '/var/cache/salt/minion/extmods/states/dockerng_service.py'
2017-12-27 08:52:56,548 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/gerrit.py' to '/var/cache/salt/minion/extmods/states/gerrit.py'
2017-12-27 08:52:56,548 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/glanceng.py' to '/var/cache/salt/minion/extmods/states/glanceng.py'
2017-12-27 08:52:56,548 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/grafana3_dashboard.py' to '/var/cache/salt/minion/extmods/states/grafana3_dashboard.py'
2017-12-27 08:52:56,549 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/grafana3_datasource.py' to '/var/cache/salt/minion/extmods/states/grafana3_datasource.py'
2017-12-27 08:52:56,550 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/heat.py' to '/var/cache/salt/minion/extmods/states/heat.py'
2017-12-27 08:52:56,550 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/helm_release.py' to '/var/cache/salt/minion/extmods/states/helm_release.py'
2017-12-27 08:52:56,550 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/helm_repos.py' to '/var/cache/salt/minion/extmods/states/helm_repos.py'
2017-12-27 08:52:56,551 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_approval.py' to '/var/cache/salt/minion/extmods/states/jenkins_approval.py'
2017-12-27 08:52:56,551 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_artifactory.py' to '/var/cache/salt/minion/extmods/states/jenkins_artifactory.py'
2017-12-27 08:52:56,551 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_credential.py' to '/var/cache/salt/minion/extmods/states/jenkins_credential.py'
2017-12-27 08:52:56,552 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_globalenvprop.py' to '/var/cache/salt/minion/extmods/states/jenkins_globalenvprop.py'
2017-12-27 08:52:56,552 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_job.py' to '/var/cache/salt/minion/extmods/states/jenkins_job.py'
2017-12-27 08:52:56,552 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_lib.py' to '/var/cache/salt/minion/extmods/states/jenkins_lib.py'
2017-12-27 08:52:56,553 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_node.py' to '/var/cache/salt/minion/extmods/states/jenkins_node.py'
2017-12-27 08:52:56,553 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_plugin.py' to '/var/cache/salt/minion/extmods/states/jenkins_plugin.py'
2017-12-27 08:52:56,554 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_security.py' to '/var/cache/salt/minion/extmods/states/jenkins_security.py'
2017-12-27 08:52:56,554 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_slack.py' to '/var/cache/salt/minion/extmods/states/jenkins_slack.py'
2017-12-27 08:52:56,554 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_smtp.py' to '/var/cache/salt/minion/extmods/states/jenkins_smtp.py'
2017-12-27 08:52:56,555 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_theme.py' to '/var/cache/salt/minion/extmods/states/jenkins_theme.py'
2017-12-27 08:52:56,555 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_user.py' to '/var/cache/salt/minion/extmods/states/jenkins_user.py'
2017-12-27 08:52:56,555 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/jenkins_view.py' to '/var/cache/salt/minion/extmods/states/jenkins_view.py'
2017-12-27 08:52:56,556 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/keystone_policy.py' to '/var/cache/salt/minion/extmods/states/keystone_policy.py'
2017-12-27 08:52:56,556 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/kibana_object.py' to '/var/cache/salt/minion/extmods/states/kibana_object.py'
2017-12-27 08:52:56,558 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/maas_cluster.py' to '/var/cache/salt/minion/extmods/states/maas_cluster.py'
2017-12-27 08:52:56,558 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/neutronng.py' to '/var/cache/salt/minion/extmods/states/neutronng.py'
2017-12-27 08:52:56,559 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/novang.py' to '/var/cache/salt/minion/extmods/states/novang.py'
2017-12-27 08:52:56,559 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/reclass.py' to '/var/cache/salt/minion/extmods/states/reclass.py'
2017-12-27 08:52:56,559 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/rundeck_project.py' to '/var/cache/salt/minion/extmods/states/rundeck_project.py'
2017-12-27 08:52:56,560 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/rundeck_scm.py' to '/var/cache/salt/minion/extmods/states/rundeck_scm.py'
2017-12-27 08:52:56,560 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_states/rundeck_secret.py' to '/var/cache/salt/minion/extmods/states/rundeck_secret.py'
2017-12-27 08:52:56,565 [salt.utils.extmods][INFO    ][21472] Creating module dir '/var/cache/salt/minion/extmods/sdb'
2017-12-27 08:52:56,571 [salt.utils.extmods][INFO    ][21472] Syncing sdb for environment 'base'
2017-12-27 08:52:56,571 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_sdb, for base)
2017-12-27 08:52:56,571 [salt.fileclient  ][INFO    ][21472] Caching directory '_sdb/' for environment 'base'
2017-12-27 08:52:56,638 [salt.utils.extmods][INFO    ][21472] Syncing grains for environment 'base'
2017-12-27 08:52:56,638 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_grains, for base)
2017-12-27 08:52:56,638 [salt.fileclient  ][INFO    ][21472] Caching directory '_grains/' for environment 'base'
2017-12-27 08:52:56,709 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/ceilometer_policy.py'
2017-12-27 08:52:56,725 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/ceph.py'
2017-12-27 08:52:56,739 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/cinder_policy.py'
2017-12-27 08:52:56,754 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/docker_swarm.py'
2017-12-27 08:52:56,767 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/glance_policy.py'
2017-12-27 08:52:56,782 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/heat_policy.py'
2017-12-27 08:52:56,807 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/jenkins_plugins.py'
2017-12-27 08:52:56,829 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/keystone_policy.py'
2017-12-27 08:52:56,846 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/kubernetes.py'
2017-12-27 08:52:56,870 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/neutron_policy.py'
2017-12-27 08:52:56,887 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/nova_policy.py'
2017-12-27 08:52:56,899 [salt.fileclient  ][INFO    ][21472] Fetching file from saltenv 'base', ** done ** '_grains/ssh_fingerprints.py'
2017-12-27 08:52:56,907 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/ceilometer_policy.py' to '/var/cache/salt/minion/extmods/grains/ceilometer_policy.py'
2017-12-27 08:52:56,908 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/ceph.py' to '/var/cache/salt/minion/extmods/grains/ceph.py'
2017-12-27 08:52:56,908 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/cinder_policy.py' to '/var/cache/salt/minion/extmods/grains/cinder_policy.py'
2017-12-27 08:52:56,909 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/docker_swarm.py' to '/var/cache/salt/minion/extmods/grains/docker_swarm.py'
2017-12-27 08:52:56,909 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/glance_policy.py' to '/var/cache/salt/minion/extmods/grains/glance_policy.py'
2017-12-27 08:52:56,910 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/heat_policy.py' to '/var/cache/salt/minion/extmods/grains/heat_policy.py'
2017-12-27 08:52:56,910 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/jenkins_plugins.py' to '/var/cache/salt/minion/extmods/grains/jenkins_plugins.py'
2017-12-27 08:52:56,911 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/keystone_policy.py' to '/var/cache/salt/minion/extmods/grains/keystone_policy.py'
2017-12-27 08:52:56,911 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/kubernetes.py' to '/var/cache/salt/minion/extmods/grains/kubernetes.py'
2017-12-27 08:52:56,912 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/neutron_policy.py' to '/var/cache/salt/minion/extmods/grains/neutron_policy.py'
2017-12-27 08:52:56,912 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/nova_policy.py' to '/var/cache/salt/minion/extmods/grains/nova_policy.py'
2017-12-27 08:52:56,912 [salt.utils.extmods][INFO    ][21472] Copying '/var/cache/salt/minion/files/base/_grains/ssh_fingerprints.py' to '/var/cache/salt/minion/extmods/grains/ssh_fingerprints.py'
2017-12-27 08:52:56,915 [salt.utils.extmods][INFO    ][21472] Creating module dir '/var/cache/salt/minion/extmods/renderers'
2017-12-27 08:52:56,920 [salt.utils.extmods][INFO    ][21472] Syncing renderers for environment 'base'
2017-12-27 08:52:56,920 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_renderers, for base)
2017-12-27 08:52:56,922 [salt.fileclient  ][INFO    ][21472] Caching directory '_renderers/' for environment 'base'
2017-12-27 08:52:57,004 [salt.utils.extmods][INFO    ][21472] Creating module dir '/var/cache/salt/minion/extmods/returners'
2017-12-27 08:52:57,010 [salt.utils.extmods][INFO    ][21472] Syncing returners for environment 'base'
2017-12-27 08:52:57,010 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_returners, for base)
2017-12-27 08:52:57,010 [salt.fileclient  ][INFO    ][21472] Caching directory '_returners/' for environment 'base'
2017-12-27 08:52:57,065 [salt.utils.extmods][INFO    ][21472] Creating module dir '/var/cache/salt/minion/extmods/output'
2017-12-27 08:52:57,070 [salt.utils.extmods][INFO    ][21472] Syncing output for environment 'base'
2017-12-27 08:52:57,070 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_output, for base)
2017-12-27 08:52:57,070 [salt.fileclient  ][INFO    ][21472] Caching directory '_output/' for environment 'base'
2017-12-27 08:52:57,172 [salt.utils.extmods][INFO    ][21472] Creating module dir '/var/cache/salt/minion/extmods/utils'
2017-12-27 08:52:57,176 [salt.utils.extmods][INFO    ][21472] Syncing utils for environment 'base'
2017-12-27 08:52:57,176 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_utils, for base)
2017-12-27 08:52:57,177 [salt.fileclient  ][INFO    ][21472] Caching directory '_utils/' for environment 'base'
2017-12-27 08:52:57,236 [salt.utils.extmods][INFO    ][21472] Creating module dir '/var/cache/salt/minion/extmods/log_handlers'
2017-12-27 08:52:57,240 [salt.utils.extmods][INFO    ][21472] Syncing log_handlers for environment 'base'
2017-12-27 08:52:57,240 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_log_handlers, for base)
2017-12-27 08:52:57,240 [salt.fileclient  ][INFO    ][21472] Caching directory '_log_handlers/' for environment 'base'
2017-12-27 08:52:57,283 [salt.utils.extmods][INFO    ][21472] Creating module dir '/var/cache/salt/minion/extmods/proxy'
2017-12-27 08:52:57,288 [salt.utils.extmods][INFO    ][21472] Syncing proxy for environment 'base'
2017-12-27 08:52:57,288 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_proxy, for base)
2017-12-27 08:52:57,289 [salt.fileclient  ][INFO    ][21472] Caching directory '_proxy/' for environment 'base'
2017-12-27 08:52:57,350 [salt.utils.extmods][INFO    ][21472] Creating module dir '/var/cache/salt/minion/extmods/engines'
2017-12-27 08:52:57,354 [salt.utils.extmods][INFO    ][21472] Syncing engines for environment 'base'
2017-12-27 08:52:57,354 [salt.utils.extmods][INFO    ][21472] Loading cache from salt://_engines, for base)
2017-12-27 08:52:57,354 [salt.fileclient  ][INFO    ][21472] Caching directory '_engines/' for environment 'base'
2017-12-27 08:52:57,432 [salt.minion      ][INFO    ][21472] Returning information for job: 20171227085250154875
2017-12-27 08:59:08,712 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command test.ping with jid 20171227085908698213
2017-12-27 08:59:08,739 [salt.minion      ][INFO    ][21637] Starting a new job with PID 21637
2017-12-27 08:59:08,805 [salt.minion      ][INFO    ][21637] Returning information for job: 20171227085908698213
2017-12-27 08:59:18,589 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command state.sls with jid 20171227085918570497
2017-12-27 08:59:18,610 [salt.minion      ][INFO    ][21645] Starting a new job with PID 21645
2017-12-27 08:59:19,222 [salt.state       ][INFO    ][21645] Loading fresh modules for state activity
2017-12-27 08:59:19,260 [salt.fileclient  ][INFO    ][21645] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2017-12-27 08:59:19,287 [salt.fileclient  ][INFO    ][21645] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2017-12-27 08:59:19,326 [salt.fileclient  ][INFO    ][21645] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-27 08:59:19,824 [salt.state       ][INFO    ][21645] Running state [lsof] at time 08:59:19.823612
2017-12-27 08:59:19,824 [salt.state       ][INFO    ][21645] Executing state pkg.installed for lsof
2017-12-27 08:59:19,825 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:59:20,179 [salt.state       ][INFO    ][21645] Package lsof is already installed
2017-12-27 08:59:20,180 [salt.state       ][INFO    ][21645] Completed state [lsof] at time 08:59:20.180104 duration_in_ms=356.491
2017-12-27 08:59:20,181 [salt.state       ][INFO    ][21645] Running state [keepalived] at time 08:59:20.180738
2017-12-27 08:59:20,181 [salt.state       ][INFO    ][21645] Executing state pkg.installed for keepalived
2017-12-27 08:59:20,207 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-27 08:59:24,277 [salt.loaded.int.module.cmdmod][INFO    ][21645] 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-27 08:59:28,647 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227085928630524
2017-12-27 08:59:28,664 [salt.minion      ][INFO    ][22941] Starting a new job with PID 22941
2017-12-27 08:59:28,685 [salt.minion      ][INFO    ][22941] Returning information for job: 20171227085928630524
2017-12-27 08:59:29,124 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 08:59:29,190 [salt.state       ][INFO    ][21645] 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-27 08:59:29,220 [salt.state       ][INFO    ][21645] Loading fresh modules for state activity
2017-12-27 08:59:29,249 [salt.state       ][INFO    ][21645] Completed state [keepalived] at time 08:59:29.248666 duration_in_ms=9067.928
2017-12-27 08:59:29,254 [salt.state       ][INFO    ][21645] Running state [/etc/keepalived/keepalived.conf] at time 08:59:29.253737
2017-12-27 08:59:29,254 [salt.state       ][INFO    ][21645] Executing state file.managed for /etc/keepalived/keepalived.conf
2017-12-27 08:59:29,288 [salt.fileclient  ][INFO    ][21645] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2017-12-27 08:59:29,343 [salt.fileclient  ][INFO    ][21645] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-27 08:59:29,362 [salt.state       ][INFO    ][21645] File changed:
New file
2017-12-27 08:59:29,362 [salt.state       ][INFO    ][21645] Completed state [/etc/keepalived/keepalived.conf] at time 08:59:29.361883 duration_in_ms=108.146
2017-12-27 08:59:29,487 [salt.state       ][INFO    ][21645] Running state [keepalived] at time 08:59:29.486864
2017-12-27 08:59:29,487 [salt.state       ][INFO    ][21645] Executing state service.running for keepalived
2017-12-27 08:59:29,491 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2017-12-27 08:59:29,514 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-12-27 08:59:29,538 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-27 08:59:29,558 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-27 08:59:29,580 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'keepalived.service'] in directory '/root'
2017-12-27 08:59:29,656 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-12-27 08:59:29,684 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-27 08:59:29,707 [salt.loaded.int.module.cmdmod][INFO    ][21645] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-27 08:59:29,730 [salt.state       ][INFO    ][21645] {'keepalived': True}
2017-12-27 08:59:29,731 [salt.state       ][INFO    ][21645] Completed state [keepalived] at time 08:59:29.730563 duration_in_ms=243.697
2017-12-27 08:59:29,734 [salt.minion      ][INFO    ][21645] Returning information for job: 20171227085918570497
2017-12-27 09:02:03,316 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command pillar.get with jid 20171227090203301039
2017-12-27 09:02:03,337 [salt.minion      ][INFO    ][23075] Starting a new job with PID 23075
2017-12-27 09:02:03,344 [salt.minion      ][INFO    ][23075] Returning information for job: 20171227090203301039
2017-12-27 09:08:06,412 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command state.sls with jid 20171227090806396409
2017-12-27 09:08:06,435 [salt.minion      ][INFO    ][23169] Starting a new job with PID 23169
2017-12-27 09:08:09,072 [salt.state       ][INFO    ][23169] Loading fresh modules for state activity
2017-12-27 09:08:09,111 [salt.fileclient  ][INFO    ][23169] Fetching file from saltenv 'base', ** done ** 'glusterfs/server/service.sls'
2017-12-27 09:08:09,146 [salt.fileclient  ][INFO    ][23169] Fetching file from saltenv 'base', ** done ** 'glusterfs/map.jinja'
2017-12-27 09:08:09,599 [salt.state       ][INFO    ][23169] Running state [attr] at time 09:08:09.598534
2017-12-27 09:08:09,599 [salt.state       ][INFO    ][23169] Executing state pkg.installed for attr
2017-12-27 09:08:09,600 [salt.loaded.int.module.cmdmod][INFO    ][23169] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 09:08:09,997 [salt.loaded.int.module.cmdmod][INFO    ][23169] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-27 09:08:12,289 [salt.loaded.int.module.cmdmod][INFO    ][23169] 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-27 09:08:14,528 [salt.loaded.int.module.cmdmod][INFO    ][23169] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 09:08:14,591 [salt.state       ][INFO    ][23169] Made the following changes:
'attr' changed from 'absent' to '1:2.4.47-2'

2017-12-27 09:08:14,654 [salt.state       ][INFO    ][23169] Loading fresh modules for state activity
2017-12-27 09:08:14,688 [salt.state       ][INFO    ][23169] Completed state [attr] at time 09:08:14.687545 duration_in_ms=5089.012
2017-12-27 09:08:14,697 [salt.state       ][INFO    ][23169] Running state [glusterfs-server] at time 09:08:14.696802
2017-12-27 09:08:14,697 [salt.state       ][INFO    ][23169] Executing state pkg.installed for glusterfs-server
2017-12-27 09:08:15,081 [salt.loaded.int.module.cmdmod][INFO    ][23169] 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-27 09:08:16,520 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227090816501635
2017-12-27 09:08:16,542 [salt.minion      ][INFO    ][23952] Starting a new job with PID 23952
2017-12-27 09:08:16,563 [salt.minion      ][INFO    ][23952] Returning information for job: 20171227090816501635
2017-12-27 09:08:26,542 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command saltutil.find_job with jid 20171227090826523920
2017-12-27 09:08:26,558 [salt.minion      ][INFO    ][25555] Starting a new job with PID 25555
2017-12-27 09:08:26,579 [salt.minion      ][INFO    ][25555] Returning information for job: 20171227090826523920
2017-12-27 09:08:26,918 [salt.loaded.int.module.cmdmod][INFO    ][23169] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 09:08:26,976 [salt.state       ][INFO    ][23169] 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-27 09:08:26,991 [salt.state       ][INFO    ][23169] Loading fresh modules for state activity
2017-12-27 09:08:27,016 [salt.state       ][INFO    ][23169] Completed state [glusterfs-server] at time 09:08:27.015725 duration_in_ms=12318.922
2017-12-27 09:08:27,024 [salt.state       ][INFO    ][23169] Running state [bc] at time 09:08:27.024064
2017-12-27 09:08:27,025 [salt.state       ][INFO    ][23169] Executing state pkg.installed for bc
2017-12-27 09:08:27,375 [salt.loaded.int.module.cmdmod][INFO    ][23169] 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-27 09:08:29,837 [salt.loaded.int.module.cmdmod][INFO    ][23169] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 09:08:29,938 [salt.state       ][INFO    ][23169] Made the following changes:
'bc' changed from 'absent' to '1.06.95-9build1'

2017-12-27 09:08:29,954 [salt.state       ][INFO    ][23169] Loading fresh modules for state activity
2017-12-27 09:08:29,976 [salt.state       ][INFO    ][23169] Completed state [bc] at time 09:08:29.975595 duration_in_ms=2951.53
2017-12-27 09:08:30,083 [salt.state       ][INFO    ][23169] Running state [glusterd] at time 09:08:30.083384
2017-12-27 09:08:30,084 [salt.state       ][INFO    ][23169] Executing state service.running for glusterd
2017-12-27 09:08:30,086 [salt.loaded.int.module.cmdmod][INFO    ][23169] Executing command ['systemctl', 'status', 'glusterd.service', '-n', '0'] in directory '/root'
2017-12-27 09:08:30,109 [salt.loaded.int.module.cmdmod][INFO    ][23169] Executing command ['systemctl', 'is-active', 'glusterd.service'] in directory '/root'
2017-12-27 09:08:30,126 [salt.loaded.int.module.cmdmod][INFO    ][23169] Executing command ['systemctl', 'is-enabled', 'glusterd.service'] in directory '/root'
2017-12-27 09:08:30,142 [salt.state       ][INFO    ][23169] The service glusterd is already running
2017-12-27 09:08:30,143 [salt.state       ][INFO    ][23169] Completed state [glusterd] at time 09:08:30.142448 duration_in_ms=59.063
2017-12-27 09:08:30,147 [salt.state       ][INFO    ][23169] Running state [/etc/systemd/system/glusterd.service.d/override.conf] at time 09:08:30.146526
2017-12-27 09:08:30,147 [salt.state       ][INFO    ][23169] Executing state file.managed for /etc/systemd/system/glusterd.service.d/override.conf
2017-12-27 09:08:30,158 [salt.state       ][INFO    ][23169] File changed:
New file
2017-12-27 09:08:30,158 [salt.state       ][INFO    ][23169] Completed state [/etc/systemd/system/glusterd.service.d/override.conf] at time 09:08:30.157993 duration_in_ms=11.468
2017-12-27 09:08:30,158 [salt.state       ][INFO    ][23169] Running state [/srv/glusterfs/glance] at time 09:08:30.158211
2017-12-27 09:08:30,159 [salt.state       ][INFO    ][23169] Executing state file.directory for /srv/glusterfs/glance
2017-12-27 09:08:30,160 [salt.state       ][INFO    ][23169] {'/srv/glusterfs/glance': 'New Dir'}
2017-12-27 09:08:30,160 [salt.state       ][INFO    ][23169] Completed state [/srv/glusterfs/glance] at time 09:08:30.160360 duration_in_ms=2.149
2017-12-27 09:08:30,161 [salt.state       ][INFO    ][23169] Running state [/srv/glusterfs/keystone-keys] at time 09:08:30.160574
2017-12-27 09:08:30,161 [salt.state       ][INFO    ][23169] Executing state file.directory for /srv/glusterfs/keystone-keys
2017-12-27 09:08:30,161 [salt.state       ][INFO    ][23169] {'/srv/glusterfs/keystone-keys': 'New Dir'}
2017-12-27 09:08:30,162 [salt.state       ][INFO    ][23169] Completed state [/srv/glusterfs/keystone-keys] at time 09:08:30.161503 duration_in_ms=0.929
2017-12-27 09:08:30,162 [salt.state       ][INFO    ][23169] Running state [/srv/glusterfs/nova_instances] at time 09:08:30.161712
2017-12-27 09:08:30,162 [salt.state       ][INFO    ][23169] Executing state file.directory for /srv/glusterfs/nova_instances
2017-12-27 09:08:30,162 [salt.state       ][INFO    ][23169] {'/srv/glusterfs/nova_instances': 'New Dir'}
2017-12-27 09:08:30,163 [salt.state       ][INFO    ][23169] Completed state [/srv/glusterfs/nova_instances] at time 09:08:30.162639 duration_in_ms=0.927
2017-12-27 09:08:30,163 [salt.state       ][INFO    ][23169] Running state [/srv/glusterfs/keystone-credential-keys] at time 09:08:30.162843
2017-12-27 09:08:30,163 [salt.state       ][INFO    ][23169] Executing state file.directory for /srv/glusterfs/keystone-credential-keys
2017-12-27 09:08:30,164 [salt.state       ][INFO    ][23169] {'/srv/glusterfs/keystone-credential-keys': 'New Dir'}
2017-12-27 09:08:30,164 [salt.state       ][INFO    ][23169] Completed state [/srv/glusterfs/keystone-credential-keys] at time 09:08:30.164032 duration_in_ms=1.189
2017-12-27 09:08:30,167 [salt.minion      ][INFO    ][23169] Returning information for job: 20171227090806396409
2017-12-27 09:08:34,218 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command test.ping with jid 20171227090834201285
2017-12-27 09:08:34,240 [salt.minion      ][INFO    ][25993] Starting a new job with PID 25993
2017-12-27 09:08:34,307 [salt.minion      ][INFO    ][25993] Returning information for job: 20171227090834201285
2017-12-27 09:09:00,557 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command state.sls with jid 20171227090900538717
2017-12-27 09:09:00,578 [salt.minion      ][INFO    ][26623] Starting a new job with PID 26623
2017-12-27 09:09:02,878 [salt.state       ][INFO    ][26623] Loading fresh modules for state activity
2017-12-27 09:09:02,914 [salt.fileclient  ][INFO    ][26623] Fetching file from saltenv 'base', ** done ** 'glusterfs/server/setup.sls'
2017-12-27 09:09:02,978 [salt.fileclient  ][INFO    ][26623] Fetching file from saltenv 'base', ** done ** 'glusterfs/map.jinja'
2017-12-27 09:09:03,100 [salt.fileclient  ][INFO    ][26623] Fetching file from saltenv 'base', ** done ** 'glusterfs/server/service.sls'
2017-12-27 09:09:03,132 [salt.fileclient  ][INFO    ][26623] Fetching file from saltenv 'base', ** done ** 'glusterfs/map.jinja'
2017-12-27 09:09:03,597 [salt.state       ][INFO    ][26623] Running state [attr] at time 09:09:03.597355
2017-12-27 09:09:03,598 [salt.state       ][INFO    ][26623] Executing state pkg.installed for attr
2017-12-27 09:09:03,599 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 09:09:04,018 [salt.state       ][INFO    ][26623] Package attr is already installed
2017-12-27 09:09:04,018 [salt.state       ][INFO    ][26623] Completed state [attr] at time 09:09:04.018357 duration_in_ms=421.002
2017-12-27 09:09:04,019 [salt.state       ][INFO    ][26623] Running state [glusterfs-server] at time 09:09:04.018731
2017-12-27 09:09:04,019 [salt.state       ][INFO    ][26623] Executing state pkg.installed for glusterfs-server
2017-12-27 09:09:04,024 [salt.state       ][INFO    ][26623] Package glusterfs-server is already installed
2017-12-27 09:09:04,025 [salt.state       ][INFO    ][26623] Completed state [glusterfs-server] at time 09:09:04.024825 duration_in_ms=6.094
2017-12-27 09:09:04,025 [salt.state       ][INFO    ][26623] Running state [bc] at time 09:09:04.025078
2017-12-27 09:09:04,025 [salt.state       ][INFO    ][26623] Executing state pkg.installed for bc
2017-12-27 09:09:04,030 [salt.state       ][INFO    ][26623] Package bc is already installed
2017-12-27 09:09:04,030 [salt.state       ][INFO    ][26623] Completed state [bc] at time 09:09:04.029917 duration_in_ms=4.839
2017-12-27 09:09:04,031 [salt.state       ][INFO    ][26623] Running state [glusterd] at time 09:09:04.031427
2017-12-27 09:09:04,032 [salt.state       ][INFO    ][26623] Executing state service.running for glusterd
2017-12-27 09:09:04,033 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command ['systemctl', 'status', 'glusterd.service', '-n', '0'] in directory '/root'
2017-12-27 09:09:04,054 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2017-12-27 09:09:04,177 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command ['systemctl', 'status', 'glusterd.service', '-n', '0'] in directory '/root'
2017-12-27 09:09:04,214 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command ['systemctl', 'is-active', 'glusterd.service'] in directory '/root'
2017-12-27 09:09:04,234 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command ['systemctl', 'is-enabled', 'glusterd.service'] in directory '/root'
2017-12-27 09:09:04,249 [salt.state       ][INFO    ][26623] The service glusterd is already running
2017-12-27 09:09:04,250 [salt.state       ][INFO    ][26623] Completed state [glusterd] at time 09:09:04.249485 duration_in_ms=218.055
2017-12-27 09:09:04,258 [salt.state       ][INFO    ][26623] Running state [/etc/systemd/system/glusterd.service.d/override.conf] at time 09:09:04.257789
2017-12-27 09:09:04,258 [salt.state       ][INFO    ][26623] Executing state file.managed for /etc/systemd/system/glusterd.service.d/override.conf
2017-12-27 09:09:04,262 [salt.state       ][INFO    ][26623] File /etc/systemd/system/glusterd.service.d/override.conf is in the correct state
2017-12-27 09:09:04,262 [salt.state       ][INFO    ][26623] Completed state [/etc/systemd/system/glusterd.service.d/override.conf] at time 09:09:04.261881 duration_in_ms=4.092
2017-12-27 09:09:04,262 [salt.state       ][INFO    ][26623] Running state [/srv/glusterfs/glance] at time 09:09:04.262153
2017-12-27 09:09:04,262 [salt.state       ][INFO    ][26623] Executing state file.directory for /srv/glusterfs/glance
2017-12-27 09:09:04,263 [salt.state       ][INFO    ][26623] Directory /srv/glusterfs/glance is in the correct state
2017-12-27 09:09:04,264 [salt.state       ][INFO    ][26623] Completed state [/srv/glusterfs/glance] at time 09:09:04.263523 duration_in_ms=1.37
2017-12-27 09:09:04,264 [salt.state       ][INFO    ][26623] Running state [/srv/glusterfs/keystone-keys] at time 09:09:04.263768
2017-12-27 09:09:04,264 [salt.state       ][INFO    ][26623] Executing state file.directory for /srv/glusterfs/keystone-keys
2017-12-27 09:09:04,265 [salt.state       ][INFO    ][26623] Directory /srv/glusterfs/keystone-keys is in the correct state
2017-12-27 09:09:04,265 [salt.state       ][INFO    ][26623] Completed state [/srv/glusterfs/keystone-keys] at time 09:09:04.265360 duration_in_ms=1.592
2017-12-27 09:09:04,266 [salt.state       ][INFO    ][26623] Running state [/srv/glusterfs/nova_instances] at time 09:09:04.265607
2017-12-27 09:09:04,266 [salt.state       ][INFO    ][26623] Executing state file.directory for /srv/glusterfs/nova_instances
2017-12-27 09:09:04,266 [salt.state       ][INFO    ][26623] Directory /srv/glusterfs/nova_instances is in the correct state
2017-12-27 09:09:04,267 [salt.state       ][INFO    ][26623] Completed state [/srv/glusterfs/nova_instances] at time 09:09:04.266604 duration_in_ms=0.997
2017-12-27 09:09:04,267 [salt.state       ][INFO    ][26623] Running state [/srv/glusterfs/keystone-credential-keys] at time 09:09:04.266848
2017-12-27 09:09:04,267 [salt.state       ][INFO    ][26623] Executing state file.directory for /srv/glusterfs/keystone-credential-keys
2017-12-27 09:09:04,268 [salt.state       ][INFO    ][26623] Directory /srv/glusterfs/keystone-credential-keys is in the correct state
2017-12-27 09:09:04,268 [salt.state       ][INFO    ][26623] Completed state [/srv/glusterfs/keystone-credential-keys] at time 09:09:04.267849 duration_in_ms=1.001
2017-12-27 09:09:04,407 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command ['git', '--version'] in directory '/root'
2017-12-27 09:09:04,490 [salt.state       ][INFO    ][26623] Running state [sleep 5] at time 09:09:04.490206
2017-12-27 09:09:04,491 [salt.state       ][INFO    ][26623] Executing state cmd.wait for sleep 5
2017-12-27 09:09:04,491 [salt.state       ][INFO    ][26623] No changes made for sleep 5
2017-12-27 09:09:04,491 [salt.state       ][INFO    ][26623] Completed state [sleep 5] at time 09:09:04.490980 duration_in_ms=0.774
2017-12-27 09:09:04,492 [salt.state       ][INFO    ][26623] Running state [192.168.10.143] at time 09:09:04.491662
2017-12-27 09:09:04,492 [salt.state       ][INFO    ][26623] Executing state glusterfs.peered for 192.168.10.143
2017-12-27 09:09:04,493 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:04,510 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:04,609 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:04,634 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:04,740 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:04,764 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:04,874 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:04,898 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:04,999 [salt.state       ][INFO    ][26623] {'new': {'192.168.10.142': [], 'kvm03': ['192.168.10.143']}, 'old': {'192.168.10.142': [], 'kvm03': []}}
2017-12-27 09:09:04,1000 [salt.state       ][INFO    ][26623] Completed state [192.168.10.143] at time 09:09:04.999846 duration_in_ms=508.182
2017-12-27 09:09:05,008 [salt.state       ][INFO    ][26623] Running state [192.168.10.142] at time 09:09:05.007686
2017-12-27 09:09:05,011 [salt.state       ][INFO    ][26623] Executing state glusterfs.peered for 192.168.10.142
2017-12-27 09:09:05,011 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:05,027 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:05,135 [salt.state       ][INFO    ][26623] Host 192.168.10.142 already peered
2017-12-27 09:09:05,136 [salt.state       ][INFO    ][26623] Completed state [192.168.10.142] at time 09:09:05.135507 duration_in_ms=127.82
2017-12-27 09:09:05,146 [salt.state       ][INFO    ][26623] Running state [192.168.10.141] at time 09:09:05.146416
2017-12-27 09:09:05,147 [salt.state       ][INFO    ][26623] Executing state glusterfs.peered for 192.168.10.141
2017-12-27 09:09:05,147 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:05,163 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:05,267 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:05,290 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:05,393 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:05,417 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:05,520 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:05,539 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:05,636 [salt.state       ][INFO    ][26623] Peering with localhost is not needed
2017-12-27 09:09:05,637 [salt.state       ][INFO    ][26623] Completed state [192.168.10.141] at time 09:09:05.636866 duration_in_ms=490.448
2017-12-27 09:09:05,640 [salt.state       ][INFO    ][26623] Running state [glance] at time 09:09:05.639492
2017-12-27 09:09:05,640 [salt.state       ][INFO    ][26623] Executing state glusterfs.created for glance
2017-12-27 09:09:05,642 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:05,663 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:05,762 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:05,778 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:05,894 [salt.state       ][INFO    ][26623] Volume glance already exists and is started.
2017-12-27 09:09:05,894 [salt.state       ][INFO    ][26623] Completed state [glance] at time 09:09:05.894067 duration_in_ms=254.573
2017-12-27 09:09:05,905 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'] at time 09:09:05.905377
2017-12-27 09:09:05,906 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'
2017-12-27 09:09:05,906 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'glance' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-27 09:09:06,006 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:06,007 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'] at time 09:09:06.006821 duration_in_ms=101.443
2017-12-27 09:09:06,008 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'glance' 'network.remote-dio' 'True'] at time 09:09:06.008057
2017-12-27 09:09:06,010 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'glance' 'network.remote-dio' 'True'
2017-12-27 09:09:06,011 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'glance' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-27 09:09:06,117 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:06,118 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'glance' 'network.remote-dio' 'True'] at time 09:09:06.117883 duration_in_ms=109.825
2017-12-27 09:09:06,120 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'glance' 'nfs.disable' 'True'] at time 09:09:06.119527
2017-12-27 09:09:06,120 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'glance' 'nfs.disable' 'True'
2017-12-27 09:09:06,122 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'glance' | grep 'nfs.disable: True'' in directory '/root'
2017-12-27 09:09:06,227 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:06,227 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'glance' 'nfs.disable' 'True'] at time 09:09:06.227125 duration_in_ms=107.598
2017-12-27 09:09:06,228 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'] at time 09:09:06.228408
2017-12-27 09:09:06,229 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'
2017-12-27 09:09:06,230 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'glance' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-27 09:09:06,335 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:06,336 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'] at time 09:09:06.335664 duration_in_ms=107.256
2017-12-27 09:09:06,338 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'] at time 09:09:06.338383
2017-12-27 09:09:06,340 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'
2017-12-27 09:09:06,341 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'glance' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-27 09:09:06,466 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:06,467 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'] at time 09:09:06.466604 duration_in_ms=128.22
2017-12-27 09:09:06,468 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'glance' 'cluster.readdir-optimize' 'True'] at time 09:09:06.467758
2017-12-27 09:09:06,469 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'glance' 'cluster.readdir-optimize' 'True'
2017-12-27 09:09:06,470 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'glance' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-27 09:09:06,578 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:06,578 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'glance' 'cluster.readdir-optimize' 'True'] at time 09:09:06.578238 duration_in_ms=110.479
2017-12-27 09:09:06,583 [salt.state       ][INFO    ][26623] Running state [glance] at time 09:09:06.582432
2017-12-27 09:09:06,583 [salt.state       ][INFO    ][26623] Executing state glusterfs.started for glance
2017-12-27 09:09:06,584 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:06,610 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:06,710 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:06,732 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:06,855 [salt.state       ][INFO    ][26623] Volume glance is already started
2017-12-27 09:09:06,856 [salt.state       ][INFO    ][26623] Completed state [glance] at time 09:09:06.855545 duration_in_ms=273.112
2017-12-27 09:09:06,859 [salt.state       ][INFO    ][26623] Running state [keystone-keys] at time 09:09:06.858879
2017-12-27 09:09:06,859 [salt.state       ][INFO    ][26623] Executing state glusterfs.created for keystone-keys
2017-12-27 09:09:06,861 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:06,884 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:06,989 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:07,010 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:07,122 [salt.state       ][INFO    ][26623] Volume keystone-keys already exists and is started.
2017-12-27 09:09:07,123 [salt.state       ][INFO    ][26623] Completed state [keystone-keys] at time 09:09:07.122488 duration_in_ms=263.607
2017-12-27 09:09:07,135 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-keys' 'network.remote-dio' 'True'] at time 09:09:07.134663
2017-12-27 09:09:07,135 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-keys' 'network.remote-dio' 'True'
2017-12-27 09:09:07,136 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-keys' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-27 09:09:07,232 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:07,234 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-keys' 'network.remote-dio' 'True'] at time 09:09:07.233684 duration_in_ms=99.02
2017-12-27 09:09:07,235 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 09:09:07.235121
2017-12-27 09:09:07,236 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'
2017-12-27 09:09:07,237 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-keys' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-27 09:09:07,348 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:07,349 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 09:09:07.349070 duration_in_ms=113.949
2017-12-27 09:09:07,351 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'] at time 09:09:07.350828
2017-12-27 09:09:07,351 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'
2017-12-27 09:09:07,354 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-keys' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-27 09:09:07,462 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:07,463 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'] at time 09:09:07.462636 duration_in_ms=111.809
2017-12-27 09:09:07,464 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'] at time 09:09:07.463875
2017-12-27 09:09:07,464 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'
2017-12-27 09:09:07,465 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-keys' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-27 09:09:07,578 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:07,578 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'] at time 09:09:07.578167 duration_in_ms=114.291
2017-12-27 09:09:07,580 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-keys' 'nfs.disable' 'True'] at time 09:09:07.579584
2017-12-27 09:09:07,580 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-keys' 'nfs.disable' 'True'
2017-12-27 09:09:07,582 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-keys' | grep 'nfs.disable: True'' in directory '/root'
2017-12-27 09:09:07,696 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:07,696 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-keys' 'nfs.disable' 'True'] at time 09:09:07.695941 duration_in_ms=116.357
2017-12-27 09:09:07,699 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'] at time 09:09:07.699032
2017-12-27 09:09:07,700 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'
2017-12-27 09:09:07,701 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-keys' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-27 09:09:07,804 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:07,805 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'] at time 09:09:07.804266 duration_in_ms=105.22
2017-12-27 09:09:07,809 [salt.state       ][INFO    ][26623] Running state [keystone-keys] at time 09:09:07.809021
2017-12-27 09:09:07,810 [salt.state       ][INFO    ][26623] Executing state glusterfs.started for keystone-keys
2017-12-27 09:09:07,811 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:07,836 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:07,936 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:07,959 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:08,070 [salt.state       ][INFO    ][26623] Volume keystone-keys is already started
2017-12-27 09:09:08,071 [salt.state       ][INFO    ][26623] Completed state [keystone-keys] at time 09:09:08.070945 duration_in_ms=261.922
2017-12-27 09:09:08,074 [salt.state       ][INFO    ][26623] Running state [nova_instances] at time 09:09:08.073541
2017-12-27 09:09:08,074 [salt.state       ][INFO    ][26623] Executing state glusterfs.created for nova_instances
2017-12-27 09:09:08,075 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:08,098 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:08,206 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:08,226 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:08,335 [salt.state       ][INFO    ][26623] Volume nova_instances already exists and is started.
2017-12-27 09:09:08,335 [salt.state       ][INFO    ][26623] Completed state [nova_instances] at time 09:09:08.335190 duration_in_ms=261.649
2017-12-27 09:09:08,347 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'] at time 09:09:08.346874
2017-12-27 09:09:08,348 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'
2017-12-27 09:09:08,348 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'nova_instances' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-27 09:09:08,453 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:08,454 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'] at time 09:09:08.453849 duration_in_ms=106.975
2017-12-27 09:09:08,455 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'] at time 09:09:08.455091
2017-12-27 09:09:08,456 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'
2017-12-27 09:09:08,458 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'nova_instances' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-27 09:09:08,558 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:08,559 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'] at time 09:09:08.558753 duration_in_ms=103.661
2017-12-27 09:09:08,560 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'nova_instances' 'network.remote-dio' 'True'] at time 09:09:08.560008
2017-12-27 09:09:08,561 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'nova_instances' 'network.remote-dio' 'True'
2017-12-27 09:09:08,562 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'nova_instances' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-27 09:09:08,670 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:08,671 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'nova_instances' 'network.remote-dio' 'True'] at time 09:09:08.670526 duration_in_ms=110.519
2017-12-27 09:09:08,672 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'] at time 09:09:08.671898
2017-12-27 09:09:08,673 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'
2017-12-27 09:09:08,674 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'nova_instances' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-27 09:09:08,782 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:08,783 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'] at time 09:09:08.782478 duration_in_ms=110.579
2017-12-27 09:09:08,784 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'nova_instances' 'nfs.disable' 'True'] at time 09:09:08.783780
2017-12-27 09:09:08,784 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'nova_instances' 'nfs.disable' 'True'
2017-12-27 09:09:08,786 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'nova_instances' | grep 'nfs.disable: True'' in directory '/root'
2017-12-27 09:09:08,903 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:08,904 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'nova_instances' 'nfs.disable' 'True'] at time 09:09:08.904117 duration_in_ms=120.337
2017-12-27 09:09:08,906 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'] at time 09:09:08.906196
2017-12-27 09:09:08,907 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'
2017-12-27 09:09:08,908 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'nova_instances' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-27 09:09:09,018 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:09,018 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'] at time 09:09:09.018027 duration_in_ms=111.831
2017-12-27 09:09:09,022 [salt.state       ][INFO    ][26623] Running state [nova_instances] at time 09:09:09.022031
2017-12-27 09:09:09,023 [salt.state       ][INFO    ][26623] Executing state glusterfs.started for nova_instances
2017-12-27 09:09:09,024 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:09,046 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:09,158 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:09,182 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:09,294 [salt.state       ][INFO    ][26623] Volume nova_instances is already started
2017-12-27 09:09:09,294 [salt.state       ][INFO    ][26623] Completed state [nova_instances] at time 09:09:09.294149 duration_in_ms=272.117
2017-12-27 09:09:09,299 [salt.state       ][INFO    ][26623] Running state [keystone-credential-keys] at time 09:09:09.299405
2017-12-27 09:09:09,300 [salt.state       ][INFO    ][26623] Executing state glusterfs.created for keystone-credential-keys
2017-12-27 09:09:09,302 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:09,323 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:09,423 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:09,444 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:09,556 [salt.state       ][INFO    ][26623] Volume keystone-credential-keys already exists and is started.
2017-12-27 09:09:09,558 [salt.state       ][INFO    ][26623] Completed state [keystone-credential-keys] at time 09:09:09.558114 duration_in_ms=258.708
2017-12-27 09:09:09,568 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'] at time 09:09:09.567473
2017-12-27 09:09:09,568 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'
2017-12-27 09:09:09,569 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-27 09:09:09,670 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:09,671 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'] at time 09:09:09.670945 duration_in_ms=103.472
2017-12-27 09:09:09,672 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'] at time 09:09:09.672188
2017-12-27 09:09:09,673 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'
2017-12-27 09:09:09,674 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-27 09:09:09,788 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:09,788 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'] at time 09:09:09.788129 duration_in_ms=115.94
2017-12-27 09:09:09,789 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 09:09:09.789329
2017-12-27 09:09:09,790 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'
2017-12-27 09:09:09,791 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-27 09:09:09,900 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:09,901 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 09:09:09.900246 duration_in_ms=110.915
2017-12-27 09:09:09,903 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'] at time 09:09:09.902431
2017-12-27 09:09:09,903 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'
2017-12-27 09:09:09,904 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'nfs.disable: True'' in directory '/root'
2017-12-27 09:09:10,016 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:10,017 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'] at time 09:09:10.016475 duration_in_ms=114.045
2017-12-27 09:09:10,018 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'] at time 09:09:10.017808
2017-12-27 09:09:10,018 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'
2017-12-27 09:09:10,019 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-27 09:09:10,136 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:10,137 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'] at time 09:09:10.136335 duration_in_ms=118.528
2017-12-27 09:09:10,138 [salt.state       ][INFO    ][26623] Running state [gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'] at time 09:09:10.137791
2017-12-27 09:09:10,138 [salt.state       ][INFO    ][26623] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'
2017-12-27 09:09:10,139 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-27 09:09:10,243 [salt.state       ][INFO    ][26623] unless execution succeeded
2017-12-27 09:09:10,244 [salt.state       ][INFO    ][26623] Completed state [gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'] at time 09:09:10.243267 duration_in_ms=105.475
2017-12-27 09:09:10,247 [salt.state       ][INFO    ][26623] Running state [keystone-credential-keys] at time 09:09:10.247333
2017-12-27 09:09:10,248 [salt.state       ][INFO    ][26623] Executing state glusterfs.started for keystone-credential-keys
2017-12-27 09:09:10,250 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:10,270 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:10,374 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --version' in directory '/root'
2017-12-27 09:09:10,392 [salt.loaded.int.module.cmdmod][INFO    ][26623] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 09:09:10,500 [salt.state       ][INFO    ][26623] Volume keystone-credential-keys is already started
2017-12-27 09:09:10,502 [salt.state       ][INFO    ][26623] Completed state [keystone-credential-keys] at time 09:09:10.501875 duration_in_ms=254.54
2017-12-27 09:09:10,508 [salt.minion      ][INFO    ][26623] Returning information for job: 20171227090900538717
2017-12-27 09:09:18,602 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command test.ping with jid 20171227090918586537
2017-12-27 09:09:18,625 [salt.minion      ][INFO    ][27255] Starting a new job with PID 27255
2017-12-27 09:09:18,688 [salt.minion      ][INFO    ][27255] Returning information for job: 20171227090918586537
2017-12-27 09:09:19,210 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command cmd.run with jid 20171227090919194243
2017-12-27 09:09:19,230 [salt.minion      ][INFO    ][27270] Starting a new job with PID 27270
2017-12-27 09:09:19,242 [salt.loaded.int.module.cmdmod][INFO    ][27270] Executing command 'gluster peer status; gluster volume status' in directory '/root'
2017-12-27 09:09:19,463 [salt.minion      ][INFO    ][27270] Returning information for job: 20171227090919194243
2017-12-27 09:38:01,157 [salt.utils.schedule][INFO    ][8480] Running scheduled job: __mine_interval
2017-12-27 09:59:02,912 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command test.ping with jid 20171227095902901692
2017-12-27 09:59:02,941 [salt.minion      ][INFO    ][27960] Starting a new job with PID 27960
2017-12-27 09:59:03,011 [salt.minion      ][INFO    ][27960] Returning information for job: 20171227095902901692
2017-12-27 09:59:05,200 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command state.sls with jid 20171227095905189127
2017-12-27 09:59:05,226 [salt.minion      ][INFO    ][27965] Starting a new job with PID 27965
2017-12-27 09:59:05,878 [salt.state       ][INFO    ][27965] Loading fresh modules for state activity
2017-12-27 09:59:05,918 [salt.fileclient  ][INFO    ][27965] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2017-12-27 09:59:05,946 [salt.fileclient  ][INFO    ][27965] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2017-12-27 09:59:05,986 [salt.fileclient  ][INFO    ][27965] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-27 09:59:06,475 [salt.state       ][INFO    ][27965] Running state [lsof] at time 09:59:06.474614
2017-12-27 09:59:06,475 [salt.state       ][INFO    ][27965] Executing state pkg.installed for lsof
2017-12-27 09:59:06,476 [salt.loaded.int.module.cmdmod][INFO    ][27965] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 09:59:06,864 [salt.state       ][INFO    ][27965] Package lsof is already installed
2017-12-27 09:59:06,864 [salt.state       ][INFO    ][27965] Completed state [lsof] at time 09:59:06.864032 duration_in_ms=389.418
2017-12-27 09:59:06,864 [salt.state       ][INFO    ][27965] Running state [keepalived] at time 09:59:06.864318
2017-12-27 09:59:06,865 [salt.state       ][INFO    ][27965] Executing state pkg.installed for keepalived
2017-12-27 09:59:06,871 [salt.state       ][INFO    ][27965] Package keepalived is already installed
2017-12-27 09:59:06,872 [salt.state       ][INFO    ][27965] Completed state [keepalived] at time 09:59:06.871610 duration_in_ms=7.292
2017-12-27 09:59:06,874 [salt.state       ][INFO    ][27965] Running state [/etc/keepalived/keepalived.conf] at time 09:59:06.874458
2017-12-27 09:59:06,875 [salt.state       ][INFO    ][27965] Executing state file.managed for /etc/keepalived/keepalived.conf
2017-12-27 09:59:06,915 [salt.fileclient  ][INFO    ][27965] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2017-12-27 09:59:06,976 [salt.fileclient  ][INFO    ][27965] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-27 09:59:06,988 [salt.state       ][INFO    ][27965] File /etc/keepalived/keepalived.conf is in the correct state
2017-12-27 09:59:06,988 [salt.state       ][INFO    ][27965] Completed state [/etc/keepalived/keepalived.conf] at time 09:59:06.987959 duration_in_ms=113.5
2017-12-27 09:59:06,990 [salt.state       ][INFO    ][27965] Running state [keepalived] at time 09:59:06.990052
2017-12-27 09:59:06,991 [salt.state       ][INFO    ][27965] Executing state service.running for keepalived
2017-12-27 09:59:06,991 [salt.loaded.int.module.cmdmod][INFO    ][27965] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2017-12-27 09:59:07,031 [salt.loaded.int.module.cmdmod][INFO    ][27965] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-12-27 09:59:07,045 [salt.loaded.int.module.cmdmod][INFO    ][27965] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-27 09:59:07,057 [salt.state       ][INFO    ][27965] The service keepalived is already running
2017-12-27 09:59:07,058 [salt.state       ][INFO    ][27965] Completed state [keepalived] at time 09:59:07.057558 duration_in_ms=67.505
2017-12-27 09:59:07,059 [salt.minion      ][INFO    ][27965] Returning information for job: 20171227095905189127
2017-12-27 09:59:49,547 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command pillar.get with jid 20171227095949540271
2017-12-27 09:59:49,572 [salt.minion      ][INFO    ][27997] Starting a new job with PID 27997
2017-12-27 09:59:49,582 [salt.minion      ][INFO    ][27997] Returning information for job: 20171227095949540271
2017-12-27 10:01:00,283 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command state.sls with jid 20171227100100272376
2017-12-27 10:01:00,302 [salt.minion      ][INFO    ][28013] Starting a new job with PID 28013
2017-12-27 10:01:02,936 [salt.state       ][INFO    ][28013] Loading fresh modules for state activity
2017-12-27 10:01:02,974 [salt.fileclient  ][INFO    ][28013] Fetching file from saltenv 'base', ** done ** 'glusterfs/server/service.sls'
2017-12-27 10:01:03,019 [salt.fileclient  ][INFO    ][28013] Fetching file from saltenv 'base', ** done ** 'glusterfs/map.jinja'
2017-12-27 10:01:03,524 [salt.state       ][INFO    ][28013] Running state [attr] at time 10:01:03.523980
2017-12-27 10:01:03,525 [salt.state       ][INFO    ][28013] Executing state pkg.installed for attr
2017-12-27 10:01:03,525 [salt.loaded.int.module.cmdmod][INFO    ][28013] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 10:01:03,910 [salt.state       ][INFO    ][28013] Package attr is already installed
2017-12-27 10:01:03,910 [salt.state       ][INFO    ][28013] Completed state [attr] at time 10:01:03.910280 duration_in_ms=386.301
2017-12-27 10:01:03,911 [salt.state       ][INFO    ][28013] Running state [glusterfs-server] at time 10:01:03.910892
2017-12-27 10:01:03,911 [salt.state       ][INFO    ][28013] Executing state pkg.installed for glusterfs-server
2017-12-27 10:01:03,917 [salt.state       ][INFO    ][28013] Package glusterfs-server is already installed
2017-12-27 10:01:03,917 [salt.state       ][INFO    ][28013] Completed state [glusterfs-server] at time 10:01:03.916816 duration_in_ms=5.923
2017-12-27 10:01:03,917 [salt.state       ][INFO    ][28013] Running state [bc] at time 10:01:03.917036
2017-12-27 10:01:03,917 [salt.state       ][INFO    ][28013] Executing state pkg.installed for bc
2017-12-27 10:01:03,924 [salt.state       ][INFO    ][28013] Package bc is already installed
2017-12-27 10:01:03,924 [salt.state       ][INFO    ][28013] Completed state [bc] at time 10:01:03.924206 duration_in_ms=7.17
2017-12-27 10:01:03,931 [salt.state       ][INFO    ][28013] Running state [glusterd] at time 10:01:03.931055
2017-12-27 10:01:03,932 [salt.state       ][INFO    ][28013] Executing state service.running for glusterd
2017-12-27 10:01:03,934 [salt.loaded.int.module.cmdmod][INFO    ][28013] Executing command ['systemctl', 'status', 'glusterd.service', '-n', '0'] in directory '/root'
2017-12-27 10:01:03,974 [salt.loaded.int.module.cmdmod][INFO    ][28013] Executing command ['systemctl', 'is-active', 'glusterd.service'] in directory '/root'
2017-12-27 10:01:03,995 [salt.loaded.int.module.cmdmod][INFO    ][28013] Executing command ['systemctl', 'is-enabled', 'glusterd.service'] in directory '/root'
2017-12-27 10:01:04,014 [salt.state       ][INFO    ][28013] The service glusterd is already running
2017-12-27 10:01:04,014 [salt.state       ][INFO    ][28013] Completed state [glusterd] at time 10:01:04.014097 duration_in_ms=83.041
2017-12-27 10:01:04,021 [salt.state       ][INFO    ][28013] Running state [/etc/systemd/system/glusterd.service.d/override.conf] at time 10:01:04.021096
2017-12-27 10:01:04,022 [salt.state       ][INFO    ][28013] Executing state file.managed for /etc/systemd/system/glusterd.service.d/override.conf
2017-12-27 10:01:04,027 [salt.state       ][INFO    ][28013] File /etc/systemd/system/glusterd.service.d/override.conf is in the correct state
2017-12-27 10:01:04,027 [salt.state       ][INFO    ][28013] Completed state [/etc/systemd/system/glusterd.service.d/override.conf] at time 10:01:04.027423 duration_in_ms=6.327
2017-12-27 10:01:04,028 [salt.state       ][INFO    ][28013] Running state [/srv/glusterfs/glance] at time 10:01:04.027653
2017-12-27 10:01:04,028 [salt.state       ][INFO    ][28013] Executing state file.directory for /srv/glusterfs/glance
2017-12-27 10:01:04,030 [salt.state       ][INFO    ][28013] Directory /srv/glusterfs/glance is in the correct state
2017-12-27 10:01:04,030 [salt.state       ][INFO    ][28013] Completed state [/srv/glusterfs/glance] at time 10:01:04.030315 duration_in_ms=2.662
2017-12-27 10:01:04,031 [salt.state       ][INFO    ][28013] Running state [/srv/glusterfs/keystone-keys] at time 10:01:04.030528
2017-12-27 10:01:04,031 [salt.state       ][INFO    ][28013] Executing state file.directory for /srv/glusterfs/keystone-keys
2017-12-27 10:01:04,031 [salt.state       ][INFO    ][28013] Directory /srv/glusterfs/keystone-keys is in the correct state
2017-12-27 10:01:04,031 [salt.state       ][INFO    ][28013] Completed state [/srv/glusterfs/keystone-keys] at time 10:01:04.031420 duration_in_ms=0.892
2017-12-27 10:01:04,032 [salt.state       ][INFO    ][28013] Running state [/srv/glusterfs/nova_instances] at time 10:01:04.031641
2017-12-27 10:01:04,032 [salt.state       ][INFO    ][28013] Executing state file.directory for /srv/glusterfs/nova_instances
2017-12-27 10:01:04,032 [salt.state       ][INFO    ][28013] Directory /srv/glusterfs/nova_instances is in the correct state
2017-12-27 10:01:04,033 [salt.state       ][INFO    ][28013] Completed state [/srv/glusterfs/nova_instances] at time 10:01:04.032538 duration_in_ms=0.897
2017-12-27 10:01:04,033 [salt.state       ][INFO    ][28013] Running state [/srv/glusterfs/keystone-credential-keys] at time 10:01:04.032743
2017-12-27 10:01:04,033 [salt.state       ][INFO    ][28013] Executing state file.directory for /srv/glusterfs/keystone-credential-keys
2017-12-27 10:01:04,033 [salt.state       ][INFO    ][28013] Directory /srv/glusterfs/keystone-credential-keys is in the correct state
2017-12-27 10:01:04,034 [salt.state       ][INFO    ][28013] Completed state [/srv/glusterfs/keystone-credential-keys] at time 10:01:04.033614 duration_in_ms=0.871
2017-12-27 10:01:04,035 [salt.minion      ][INFO    ][28013] Returning information for job: 20171227100100272376
2017-12-27 10:01:05,125 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command test.ping with jid 20171227100105118162
2017-12-27 10:01:05,150 [salt.minion      ][INFO    ][28033] Starting a new job with PID 28033
2017-12-27 10:01:05,213 [salt.minion      ][INFO    ][28033] Returning information for job: 20171227100105118162
2017-12-27 10:01:14,047 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command state.sls with jid 20171227100114035590
2017-12-27 10:01:14,072 [salt.minion      ][INFO    ][28038] Starting a new job with PID 28038
2017-12-27 10:01:14,742 [salt.state       ][INFO    ][28038] Loading fresh modules for state activity
2017-12-27 10:01:14,792 [salt.fileclient  ][INFO    ][28038] Fetching file from saltenv 'base', ** done ** 'glusterfs/server/setup.sls'
2017-12-27 10:01:14,859 [salt.fileclient  ][INFO    ][28038] Fetching file from saltenv 'base', ** done ** 'glusterfs/map.jinja'
2017-12-27 10:01:15,003 [salt.fileclient  ][INFO    ][28038] Fetching file from saltenv 'base', ** done ** 'glusterfs/server/service.sls'
2017-12-27 10:01:15,035 [salt.fileclient  ][INFO    ][28038] Fetching file from saltenv 'base', ** done ** 'glusterfs/map.jinja'
2017-12-27 10:01:15,566 [salt.state       ][INFO    ][28038] Running state [attr] at time 10:01:15.566104
2017-12-27 10:01:15,567 [salt.state       ][INFO    ][28038] Executing state pkg.installed for attr
2017-12-27 10:01:15,567 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-27 10:01:16,133 [salt.state       ][INFO    ][28038] Package attr is already installed
2017-12-27 10:01:16,133 [salt.state       ][INFO    ][28038] Completed state [attr] at time 10:01:16.132902 duration_in_ms=566.798
2017-12-27 10:01:16,134 [salt.state       ][INFO    ][28038] Running state [glusterfs-server] at time 10:01:16.133741
2017-12-27 10:01:16,134 [salt.state       ][INFO    ][28038] Executing state pkg.installed for glusterfs-server
2017-12-27 10:01:16,140 [salt.state       ][INFO    ][28038] Package glusterfs-server is already installed
2017-12-27 10:01:16,141 [salt.state       ][INFO    ][28038] Completed state [glusterfs-server] at time 10:01:16.140521 duration_in_ms=6.78
2017-12-27 10:01:16,141 [salt.state       ][INFO    ][28038] Running state [bc] at time 10:01:16.140746
2017-12-27 10:01:16,141 [salt.state       ][INFO    ][28038] Executing state pkg.installed for bc
2017-12-27 10:01:16,147 [salt.state       ][INFO    ][28038] Package bc is already installed
2017-12-27 10:01:16,147 [salt.state       ][INFO    ][28038] Completed state [bc] at time 10:01:16.146729 duration_in_ms=5.983
2017-12-27 10:01:16,148 [salt.state       ][INFO    ][28038] Running state [glusterd] at time 10:01:16.148194
2017-12-27 10:01:16,149 [salt.state       ][INFO    ][28038] Executing state service.running for glusterd
2017-12-27 10:01:16,150 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command ['systemctl', 'status', 'glusterd.service', '-n', '0'] in directory '/root'
2017-12-27 10:01:16,189 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command ['systemctl', 'is-active', 'glusterd.service'] in directory '/root'
2017-12-27 10:01:16,207 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command ['systemctl', 'is-enabled', 'glusterd.service'] in directory '/root'
2017-12-27 10:01:16,223 [salt.state       ][INFO    ][28038] The service glusterd is already running
2017-12-27 10:01:16,224 [salt.state       ][INFO    ][28038] Completed state [glusterd] at time 10:01:16.224122 duration_in_ms=75.927
2017-12-27 10:01:16,230 [salt.state       ][INFO    ][28038] Running state [/etc/systemd/system/glusterd.service.d/override.conf] at time 10:01:16.229946
2017-12-27 10:01:16,230 [salt.state       ][INFO    ][28038] Executing state file.managed for /etc/systemd/system/glusterd.service.d/override.conf
2017-12-27 10:01:16,238 [salt.state       ][INFO    ][28038] File /etc/systemd/system/glusterd.service.d/override.conf is in the correct state
2017-12-27 10:01:16,238 [salt.state       ][INFO    ][28038] Completed state [/etc/systemd/system/glusterd.service.d/override.conf] at time 10:01:16.238057 duration_in_ms=8.111
2017-12-27 10:01:16,239 [salt.state       ][INFO    ][28038] Running state [/srv/glusterfs/glance] at time 10:01:16.238507
2017-12-27 10:01:16,239 [salt.state       ][INFO    ][28038] Executing state file.directory for /srv/glusterfs/glance
2017-12-27 10:01:16,240 [salt.state       ][INFO    ][28038] Directory /srv/glusterfs/glance is in the correct state
2017-12-27 10:01:16,240 [salt.state       ][INFO    ][28038] Completed state [/srv/glusterfs/glance] at time 10:01:16.240459 duration_in_ms=1.952
2017-12-27 10:01:16,241 [salt.state       ][INFO    ][28038] Running state [/srv/glusterfs/keystone-keys] at time 10:01:16.240831
2017-12-27 10:01:16,241 [salt.state       ][INFO    ][28038] Executing state file.directory for /srv/glusterfs/keystone-keys
2017-12-27 10:01:16,242 [salt.state       ][INFO    ][28038] Directory /srv/glusterfs/keystone-keys is in the correct state
2017-12-27 10:01:16,243 [salt.state       ][INFO    ][28038] Completed state [/srv/glusterfs/keystone-keys] at time 10:01:16.242496 duration_in_ms=1.665
2017-12-27 10:01:16,243 [salt.state       ][INFO    ][28038] Running state [/srv/glusterfs/nova_instances] at time 10:01:16.243060
2017-12-27 10:01:16,243 [salt.state       ][INFO    ][28038] Executing state file.directory for /srv/glusterfs/nova_instances
2017-12-27 10:01:16,246 [salt.state       ][INFO    ][28038] Directory /srv/glusterfs/nova_instances is in the correct state
2017-12-27 10:01:16,246 [salt.state       ][INFO    ][28038] Completed state [/srv/glusterfs/nova_instances] at time 10:01:16.246454 duration_in_ms=3.393
2017-12-27 10:01:16,247 [salt.state       ][INFO    ][28038] Running state [/srv/glusterfs/keystone-credential-keys] at time 10:01:16.246672
2017-12-27 10:01:16,247 [salt.state       ][INFO    ][28038] Executing state file.directory for /srv/glusterfs/keystone-credential-keys
2017-12-27 10:01:16,247 [salt.state       ][INFO    ][28038] Directory /srv/glusterfs/keystone-credential-keys is in the correct state
2017-12-27 10:01:16,248 [salt.state       ][INFO    ][28038] Completed state [/srv/glusterfs/keystone-credential-keys] at time 10:01:16.247877 duration_in_ms=1.205
2017-12-27 10:01:16,316 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command ['git', '--version'] in directory '/root'
2017-12-27 10:01:16,404 [salt.state       ][INFO    ][28038] Running state [sleep 5] at time 10:01:16.403662
2017-12-27 10:01:16,404 [salt.state       ][INFO    ][28038] Executing state cmd.wait for sleep 5
2017-12-27 10:01:16,404 [salt.state       ][INFO    ][28038] No changes made for sleep 5
2017-12-27 10:01:16,404 [salt.state       ][INFO    ][28038] Completed state [sleep 5] at time 10:01:16.404453 duration_in_ms=0.792
2017-12-27 10:01:16,405 [salt.state       ][INFO    ][28038] Running state [192.168.10.143] at time 10:01:16.405136
2017-12-27 10:01:16,405 [salt.state       ][INFO    ][28038] Executing state glusterfs.peered for 192.168.10.143
2017-12-27 10:01:16,406 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:16,423 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:16,544 [salt.state       ][INFO    ][28038] Host 192.168.10.143 already peered
2017-12-27 10:01:16,544 [salt.state       ][INFO    ][28038] Completed state [192.168.10.143] at time 10:01:16.544151 duration_in_ms=139.013
2017-12-27 10:01:16,555 [salt.state       ][INFO    ][28038] Running state [192.168.10.142] at time 10:01:16.555330
2017-12-27 10:01:16,556 [salt.state       ][INFO    ][28038] Executing state glusterfs.peered for 192.168.10.142
2017-12-27 10:01:16,559 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:16,577 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:16,696 [salt.state       ][INFO    ][28038] Host 192.168.10.142 already peered
2017-12-27 10:01:16,699 [salt.state       ][INFO    ][28038] Completed state [192.168.10.142] at time 10:01:16.696083 duration_in_ms=140.752
2017-12-27 10:01:16,708 [salt.state       ][INFO    ][28038] Running state [192.168.10.141] at time 10:01:16.708070
2017-12-27 10:01:16,711 [salt.state       ][INFO    ][28038] Executing state glusterfs.peered for 192.168.10.141
2017-12-27 10:01:16,713 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:16,734 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:16,857 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:16,882 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:16,996 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:17,028 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:17,144 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:17,173 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:17,291 [salt.state       ][INFO    ][28038] Peering with localhost is not needed
2017-12-27 10:01:17,292 [salt.state       ][INFO    ][28038] Completed state [192.168.10.141] at time 10:01:17.291604 duration_in_ms=583.523
2017-12-27 10:01:17,296 [salt.state       ][INFO    ][28038] Running state [glance] at time 10:01:17.295890
2017-12-27 10:01:17,298 [salt.state       ][INFO    ][28038] Executing state glusterfs.created for glance
2017-12-27 10:01:17,299 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:17,324 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:17,436 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:17,456 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:17,576 [salt.state       ][INFO    ][28038] Volume glance already exists and is started.
2017-12-27 10:01:17,578 [salt.state       ][INFO    ][28038] Completed state [glance] at time 10:01:17.577186 duration_in_ms=281.296
2017-12-27 10:01:17,587 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'] at time 10:01:17.586635
2017-12-27 10:01:17,587 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'
2017-12-27 10:01:17,588 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'glance' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-27 10:01:17,715 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:17,716 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'glance' 'diagnostics.brick-log-level' 'WARNING'] at time 10:01:17.715646 duration_in_ms=129.01
2017-12-27 10:01:17,718 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'glance' 'network.remote-dio' 'True'] at time 10:01:17.717955
2017-12-27 10:01:17,718 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'glance' 'network.remote-dio' 'True'
2017-12-27 10:01:17,719 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'glance' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-27 10:01:17,837 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:17,838 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'glance' 'network.remote-dio' 'True'] at time 10:01:17.837582 duration_in_ms=119.628
2017-12-27 10:01:17,839 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'glance' 'nfs.disable' 'True'] at time 10:01:17.839394
2017-12-27 10:01:17,840 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'glance' 'nfs.disable' 'True'
2017-12-27 10:01:17,841 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'glance' | grep 'nfs.disable: True'' in directory '/root'
2017-12-27 10:01:17,966 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:17,968 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'glance' 'nfs.disable' 'True'] at time 10:01:17.966918 duration_in_ms=127.523
2017-12-27 10:01:17,969 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'] at time 10:01:17.968899
2017-12-27 10:01:17,969 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'
2017-12-27 10:01:17,971 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'glance' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-27 10:01:18,087 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:18,088 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'glance' 'cluster.favorite-child-policy' 'mtime'] at time 10:01:18.087565 duration_in_ms=118.666
2017-12-27 10:01:18,089 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'] at time 10:01:18.089217
2017-12-27 10:01:18,090 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'
2017-12-27 10:01:18,091 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'glance' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-27 10:01:18,215 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:18,217 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'glance' 'diagnostics.client-log-level' 'WARNING'] at time 10:01:18.217309 duration_in_ms=128.091
2017-12-27 10:01:18,219 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'glance' 'cluster.readdir-optimize' 'True'] at time 10:01:18.218899
2017-12-27 10:01:18,219 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'glance' 'cluster.readdir-optimize' 'True'
2017-12-27 10:01:18,221 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'glance' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-27 10:01:18,357 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:18,358 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'glance' 'cluster.readdir-optimize' 'True'] at time 10:01:18.357458 duration_in_ms=138.559
2017-12-27 10:01:18,366 [salt.state       ][INFO    ][28038] Running state [glance] at time 10:01:18.366206
2017-12-27 10:01:18,367 [salt.state       ][INFO    ][28038] Executing state glusterfs.started for glance
2017-12-27 10:01:18,368 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:18,394 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:18,501 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:18,524 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:18,642 [salt.state       ][INFO    ][28038] Volume glance is already started
2017-12-27 10:01:18,643 [salt.state       ][INFO    ][28038] Completed state [glance] at time 10:01:18.643250 duration_in_ms=277.042
2017-12-27 10:01:18,649 [salt.state       ][INFO    ][28038] Running state [keystone-keys] at time 10:01:18.648676
2017-12-27 10:01:18,649 [salt.state       ][INFO    ][28038] Executing state glusterfs.created for keystone-keys
2017-12-27 10:01:18,650 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:18,673 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:18,791 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:18,812 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:18,931 [salt.state       ][INFO    ][28038] Volume keystone-keys already exists and is started.
2017-12-27 10:01:18,932 [salt.state       ][INFO    ][28038] Completed state [keystone-keys] at time 10:01:18.931604 duration_in_ms=282.927
2017-12-27 10:01:18,950 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-keys' 'network.remote-dio' 'True'] at time 10:01:18.949603
2017-12-27 10:01:18,950 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-keys' 'network.remote-dio' 'True'
2017-12-27 10:01:18,951 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-keys' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-27 10:01:19,069 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:19,070 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-keys' 'network.remote-dio' 'True'] at time 10:01:19.069603 duration_in_ms=119.999
2017-12-27 10:01:19,072 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 10:01:19.071715
2017-12-27 10:01:19,072 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'
2017-12-27 10:01:19,074 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-keys' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-27 10:01:19,211 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:19,211 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 10:01:19.211318 duration_in_ms=139.602
2017-12-27 10:01:19,215 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'] at time 10:01:19.214897
2017-12-27 10:01:19,215 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'
2017-12-27 10:01:19,218 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-keys' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-27 10:01:19,338 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:19,338 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-keys' 'cluster.favorite-child-policy' 'mtime'] at time 10:01:19.338402 duration_in_ms=123.504
2017-12-27 10:01:19,340 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'] at time 10:01:19.340005
2017-12-27 10:01:19,341 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'
2017-12-27 10:01:19,343 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-keys' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-27 10:01:19,464 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:19,465 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-keys' 'diagnostics.client-log-level' 'WARNING'] at time 10:01:19.465101 duration_in_ms=125.096
2017-12-27 10:01:19,466 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-keys' 'nfs.disable' 'True'] at time 10:01:19.466148
2017-12-27 10:01:19,467 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-keys' 'nfs.disable' 'True'
2017-12-27 10:01:19,467 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-keys' | grep 'nfs.disable: True'' in directory '/root'
2017-12-27 10:01:19,591 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:19,592 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-keys' 'nfs.disable' 'True'] at time 10:01:19.592068 duration_in_ms=125.92
2017-12-27 10:01:19,594 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'] at time 10:01:19.593999
2017-12-27 10:01:19,595 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'
2017-12-27 10:01:19,596 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-keys' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-27 10:01:19,738 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:19,738 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-keys' 'cluster.readdir-optimize' 'True'] at time 10:01:19.738127 duration_in_ms=144.127
2017-12-27 10:01:19,743 [salt.state       ][INFO    ][28038] Running state [keystone-keys] at time 10:01:19.742857
2017-12-27 10:01:19,744 [salt.state       ][INFO    ][28038] Executing state glusterfs.started for keystone-keys
2017-12-27 10:01:19,748 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:19,776 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:19,891 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:19,916 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:20,048 [salt.state       ][INFO    ][28038] Volume keystone-keys is already started
2017-12-27 10:01:20,049 [salt.state       ][INFO    ][28038] Completed state [keystone-keys] at time 10:01:20.049109 duration_in_ms=306.251
2017-12-27 10:01:20,054 [salt.state       ][INFO    ][28038] Running state [nova_instances] at time 10:01:20.054131
2017-12-27 10:01:20,055 [salt.state       ][INFO    ][28038] Executing state glusterfs.created for nova_instances
2017-12-27 10:01:20,055 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:20,076 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:20,203 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:20,227 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:20,362 [salt.state       ][INFO    ][28038] Volume nova_instances already exists and is started.
2017-12-27 10:01:20,363 [salt.state       ][INFO    ][28038] Completed state [nova_instances] at time 10:01:20.362757 duration_in_ms=308.626
2017-12-27 10:01:20,376 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'] at time 10:01:20.375752
2017-12-27 10:01:20,376 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'
2017-12-27 10:01:20,377 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'nova_instances' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-27 10:01:20,503 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:20,503 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'nova_instances' 'diagnostics.brick-log-level' 'WARNING'] at time 10:01:20.503365 duration_in_ms=127.611
2017-12-27 10:01:20,507 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'] at time 10:01:20.506548
2017-12-27 10:01:20,507 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'
2017-12-27 10:01:20,508 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'nova_instances' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-27 10:01:20,634 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:20,635 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'nova_instances' 'cluster.readdir-optimize' 'True'] at time 10:01:20.634795 duration_in_ms=128.246
2017-12-27 10:01:20,638 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'nova_instances' 'network.remote-dio' 'True'] at time 10:01:20.637501
2017-12-27 10:01:20,638 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'nova_instances' 'network.remote-dio' 'True'
2017-12-27 10:01:20,639 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'nova_instances' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-27 10:01:20,758 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:20,759 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'nova_instances' 'network.remote-dio' 'True'] at time 10:01:20.758988 duration_in_ms=121.486
2017-12-27 10:01:20,761 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'] at time 10:01:20.760843
2017-12-27 10:01:20,761 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'
2017-12-27 10:01:20,764 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'nova_instances' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-27 10:01:20,893 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:20,894 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'nova_instances' 'cluster.favorite-child-policy' 'mtime'] at time 10:01:20.893471 duration_in_ms=132.627
2017-12-27 10:01:20,895 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'nova_instances' 'nfs.disable' 'True'] at time 10:01:20.895077
2017-12-27 10:01:20,896 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'nova_instances' 'nfs.disable' 'True'
2017-12-27 10:01:20,898 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'nova_instances' | grep 'nfs.disable: True'' in directory '/root'
2017-12-27 10:01:21,019 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:21,020 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'nova_instances' 'nfs.disable' 'True'] at time 10:01:21.019427 duration_in_ms=124.35
2017-12-27 10:01:21,022 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'] at time 10:01:21.021470
2017-12-27 10:01:21,023 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'
2017-12-27 10:01:21,024 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'nova_instances' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-27 10:01:21,168 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:21,170 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'nova_instances' 'diagnostics.client-log-level' 'WARNING'] at time 10:01:21.169846 duration_in_ms=148.375
2017-12-27 10:01:21,174 [salt.state       ][INFO    ][28038] Running state [nova_instances] at time 10:01:21.174279
2017-12-27 10:01:21,175 [salt.state       ][INFO    ][28038] Executing state glusterfs.started for nova_instances
2017-12-27 10:01:21,176 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:21,202 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:21,312 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:21,342 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:21,468 [salt.state       ][INFO    ][28038] Volume nova_instances is already started
2017-12-27 10:01:21,470 [salt.state       ][INFO    ][28038] Completed state [nova_instances] at time 10:01:21.469909 duration_in_ms=295.629
2017-12-27 10:01:21,475 [salt.state       ][INFO    ][28038] Running state [keystone-credential-keys] at time 10:01:21.474750
2017-12-27 10:01:21,475 [salt.state       ][INFO    ][28038] Executing state glusterfs.created for keystone-credential-keys
2017-12-27 10:01:21,476 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:21,502 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:21,619 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:21,643 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:21,774 [salt.state       ][INFO    ][28038] Volume keystone-credential-keys already exists and is started.
2017-12-27 10:01:21,774 [salt.state       ][INFO    ][28038] Completed state [keystone-credential-keys] at time 10:01:21.774275 duration_in_ms=299.524
2017-12-27 10:01:21,791 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'] at time 10:01:21.790668
2017-12-27 10:01:21,791 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'
2017-12-27 10:01:21,792 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'cluster.readdir-optimize: True'' in directory '/root'
2017-12-27 10:01:21,919 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:21,920 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-credential-keys' 'cluster.readdir-optimize' 'True'] at time 10:01:21.919669 duration_in_ms=128.999
2017-12-27 10:01:21,922 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'] at time 10:01:21.922073
2017-12-27 10:01:21,923 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'
2017-12-27 10:01:21,926 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'cluster.favorite-child-policy: mtime'' in directory '/root'
2017-12-27 10:01:22,057 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:22,058 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-credential-keys' 'cluster.favorite-child-policy' 'mtime'] at time 10:01:22.057628 duration_in_ms=135.555
2017-12-27 10:01:22,059 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 10:01:22.059081
2017-12-27 10:01:22,060 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'
2017-12-27 10:01:22,061 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'diagnostics.brick-log-level: WARNING'' in directory '/root'
2017-12-27 10:01:22,198 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:22,199 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-credential-keys' 'diagnostics.brick-log-level' 'WARNING'] at time 10:01:22.198635 duration_in_ms=139.554
2017-12-27 10:01:22,200 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'] at time 10:01:22.199975
2017-12-27 10:01:22,201 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'
2017-12-27 10:01:22,203 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'nfs.disable: True'' in directory '/root'
2017-12-27 10:01:22,329 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:22,330 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-credential-keys' 'nfs.disable' 'True'] at time 10:01:22.329572 duration_in_ms=129.596
2017-12-27 10:01:22,331 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'] at time 10:01:22.330861
2017-12-27 10:01:22,331 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'
2017-12-27 10:01:22,333 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'diagnostics.client-log-level: WARNING'' in directory '/root'
2017-12-27 10:01:22,458 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:22,458 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-credential-keys' 'diagnostics.client-log-level' 'WARNING'] at time 10:01:22.457950 duration_in_ms=127.09
2017-12-27 10:01:22,459 [salt.state       ][INFO    ][28038] Running state [gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'] at time 10:01:22.459232
2017-12-27 10:01:22,460 [salt.state       ][INFO    ][28038] Executing state cmd.run for gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'
2017-12-27 10:01:22,461 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster volume info 'keystone-credential-keys' | grep 'network.remote-dio: True'' in directory '/root'
2017-12-27 10:01:22,590 [salt.state       ][INFO    ][28038] unless execution succeeded
2017-12-27 10:01:22,590 [salt.state       ][INFO    ][28038] Completed state [gluster volume set 'keystone-credential-keys' 'network.remote-dio' 'True'] at time 10:01:22.590384 duration_in_ms=131.153
2017-12-27 10:01:22,595 [salt.state       ][INFO    ][28038] Running state [keystone-credential-keys] at time 10:01:22.594613
2017-12-27 10:01:22,595 [salt.state       ][INFO    ][28038] Executing state glusterfs.started for keystone-credential-keys
2017-12-27 10:01:22,596 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:22,619 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:22,732 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --version' in directory '/root'
2017-12-27 10:01:22,754 [salt.loaded.int.module.cmdmod][INFO    ][28038] Executing command 'gluster --xml --mode=script' in directory '/root'
2017-12-27 10:01:22,874 [salt.state       ][INFO    ][28038] Volume keystone-credential-keys is already started
2017-12-27 10:01:22,874 [salt.state       ][INFO    ][28038] Completed state [keystone-credential-keys] at time 10:01:22.874113 duration_in_ms=279.499
2017-12-27 10:01:22,880 [salt.minion      ][INFO    ][28038] Returning information for job: 20171227100114035590
2017-12-27 10:01:33,419 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command test.ping with jid 20171227100133411274
2017-12-27 10:01:33,445 [salt.minion      ][INFO    ][28614] Starting a new job with PID 28614
2017-12-27 10:01:33,509 [salt.minion      ][INFO    ][28614] Returning information for job: 20171227100133411274
2017-12-27 10:01:34,074 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command cmd.run with jid 20171227100134061651
2017-12-27 10:01:34,094 [salt.minion      ][INFO    ][28619] Starting a new job with PID 28619
2017-12-27 10:01:34,102 [salt.loaded.int.module.cmdmod][INFO    ][28619] Executing command 'gluster peer status; gluster volume status' in directory '/root'
2017-12-27 10:01:34,347 [salt.minion      ][INFO    ][28619] Returning information for job: 20171227100134061651
2017-12-27 10:23:26,532 [salt.minion      ][INFO    ][8480] User sudo_ubuntu Executing command cp.push_dir with jid 20171227102326520196
2017-12-27 10:23:26,559 [salt.minion      ][INFO    ][28789] Starting a new job with PID 28789
