2018-02-09 11:33:12,220 [salt.loaded.int.module.cmdmod][ERROR   ][1741] Command 'rabbitmqctl cluster_status' failed with return code: 127
2018-02-09 11:33:12,221 [salt.loaded.int.module.cmdmod][ERROR   ][1741] output: /bin/sh: 1: rabbitmqctl: not found
2018-02-09 11:33:12,248 [salt.loaded.int.module.cmdmod][ERROR   ][1741] Command 'rabbitmqctl cluster_status' failed with return code: 127
2018-02-09 11:33:12,249 [salt.loaded.int.module.cmdmod][ERROR   ][1741] output: /bin/sh: 1: rabbitmqctl: not found
2018-02-09 11:33:13,729 [salt.loaded.int.module.cmdmod][ERROR   ][1741] Command 'rabbitmqctl cluster_status' failed with return code: 127
2018-02-09 11:33:13,730 [salt.loaded.int.module.cmdmod][ERROR   ][1741] output: /bin/sh: 1: rabbitmqctl: not found
2018-02-09 11:33:13,759 [salt.loaded.int.module.cmdmod][ERROR   ][1741] Command 'rabbitmqctl cluster_status' failed with return code: 127
2018-02-09 11:33:13,760 [salt.loaded.int.module.cmdmod][ERROR   ][1741] output: /bin/sh: 1: rabbitmqctl: not found
2018-02-09 11:33:25,806 [salt.loaded.int.module.cmdmod][ERROR   ][1741] 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
2018-02-09 11:33:28,599 [salt.loaded.int.module.cmdmod][INFO    ][2259] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2018-02-09 11:33:28,615 [salt.loaded.int.module.cmdmod][INFO    ][2259] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2018-02-09 11:33:28,642 [salt.loaded.int.module.cmdmod][INFO    ][2259] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'salt-minion.service'] in directory '/root'
2018-02-09 11:33:28,672 [salt.utils.parsers][WARNING ][1219] Minion received a SIGTERM. Exiting.
2018-02-09 11:33:28,672 [tornado.general  ][ERROR   ][1219] Uncaught exception, closing connection.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/zmqstream.py", line 414, in _run_callback
    callback(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 275, in null_wrapper
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 434, in wrap_callback
    payload = yield self._decode_messages(messages)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 411, in _decode_messages
    ret = yield self._decode_payload(payload)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/mixins/auth.py", line 50, in _decode_payload
    log.trace('Decoding payload: {0}'.format(payload))
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 231, in _handle_signals
    super(Minion, self)._handle_signals(signum, sigframe)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 965, in _handle_signals
    self.shutdown(exitmsg='{0} Exited.'.format(msg))
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 397, in shutdown
    self.__class__.__name__, (exitmsg or '')).strip()))
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 968, in shutdown
    self.exit(exitcode, exitmsg)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 267, in exit
    optparse.OptionParser.exit(self, status, msg)
  File "/usr/lib/python2.7/optparse.py", line 1574, in exit
    sys.exit(status)
SystemExit: 0
2018-02-09 11:33:28,678 [tornado.general  ][ERROR   ][1219] Uncaught exception, closing connection.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/zmqstream.py", line 440, in _handle_events
    self._handle_recv()
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/zmqstream.py", line 472, in _handle_recv
    self._run_callback(callback, msg)
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/zmqstream.py", line 414, in _run_callback
    callback(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 275, in null_wrapper
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 434, in wrap_callback
    payload = yield self._decode_messages(messages)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 411, in _decode_messages
    ret = yield self._decode_payload(payload)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/mixins/auth.py", line 50, in _decode_payload
    log.trace('Decoding payload: {0}'.format(payload))
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 231, in _handle_signals
    super(Minion, self)._handle_signals(signum, sigframe)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 965, in _handle_signals
    self.shutdown(exitmsg='{0} Exited.'.format(msg))
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 397, in shutdown
    self.__class__.__name__, (exitmsg or '')).strip()))
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 968, in shutdown
    self.exit(exitcode, exitmsg)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 267, in exit
    optparse.OptionParser.exit(self, status, msg)
  File "/usr/lib/python2.7/optparse.py", line 1574, in exit
    sys.exit(status)
SystemExit: 0
2018-02-09 11:33:29,093 [salt.cli.daemons ][INFO    ][2306] Setting up the Salt Minion "msg01.mcp-pike-ovs-dpdk-ha.local"
2018-02-09 11:33:29,206 [salt.cli.daemons ][INFO    ][2306] Starting up the Salt Minion
2018-02-09 11:33:29,207 [salt.utils.event ][INFO    ][2306] Starting pull socket on /var/run/salt/minion/minion_event_0602e4f769_pull.ipc
2018-02-09 11:33:29,766 [salt.minion      ][INFO    ][2306] Creating minion process manager
2018-02-09 11:33:30,909 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][2306] Executing command ['date', '+%z'] in directory '/root'
2018-02-09 11:33:30,933 [salt.utils.schedule][INFO    ][2306] Updating job settings for scheduled job: __mine_interval
2018-02-09 11:33:30,935 [salt.minion      ][INFO    ][2306] Added mine.update to scheduler
2018-02-09 11:33:30,940 [salt.minion      ][INFO    ][2306] Minion is starting as user 'root'
2018-02-09 11:33:30,958 [salt.minion      ][INFO    ][2306] Minion is ready to receive requests!
2018-02-09 11:33:31,959 [salt.utils.schedule][INFO    ][2306] Running scheduled job: __mine_interval
2018-02-09 11:33:49,272 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command state.apply with jid 20180209113350580300
2018-02-09 11:33:49,295 [salt.minion      ][INFO    ][2397] Starting a new job with PID 2397
2018-02-09 11:33:52,533 [salt.state       ][INFO    ][2397] Loading fresh modules for state activity
2018-02-09 11:33:52,809 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/init.sls'
2018-02-09 11:33:52,838 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/init.sls'
2018-02-09 11:33:52,970 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/env.sls'
2018-02-09 11:33:53,077 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/profile.sls'
2018-02-09 11:33:53,176 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/repo.sls'
2018-02-09 11:33:53,400 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/package.sls'
2018-02-09 11:33:53,854 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/timezone.sls'
2018-02-09 11:33:53,958 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/kernel.sls'
2018-02-09 11:33:54,099 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/cpu.sls'
2018-02-09 11:33:54,206 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/sysfs.sls'
2018-02-09 11:33:54,310 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/locale.sls'
2018-02-09 11:33:54,421 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/user.sls'
2018-02-09 11:33:54,558 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/group.sls'
2018-02-09 11:33:54,676 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/limit.sls'
2018-02-09 11:33:54,777 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/service.sls'
2018-02-09 11:33:54,889 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/systemd.sls'
2018-02-09 11:33:54,993 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/system/apt.sls'
2018-02-09 11:33:55,104 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/network/init.sls'
2018-02-09 11:33:55,203 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/network/hostname.sls'
2018-02-09 11:33:55,300 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/network/host.sls'
2018-02-09 11:33:55,468 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/network/interface.sls'
2018-02-09 11:33:55,661 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/network/proxy.sls'
2018-02-09 11:33:55,770 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/storage/init.sls'
2018-02-09 11:33:55,881 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'ntp/init.sls'
2018-02-09 11:33:55,906 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'ntp/client.sls'
2018-02-09 11:33:55,952 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'ntp/server.sls'
2018-02-09 11:33:56,007 [salt.state       ][INFO    ][2397] Running state [/etc/environment] at time 11:33:56.007667
2018-02-09 11:33:56,008 [salt.state       ][INFO    ][2397] Executing state file.blockreplace for /etc/environment
2018-02-09 11:33:56,017 [salt.state       ][INFO    ][2397] File changed:
--- 
+++ 
@@ -1 +1,4 @@
 PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
+# SALT MANAGED VARIABLES - DO NOT EDIT - START
+# +# SALT MANAGED VARIABLES - END

2018-02-09 11:33:56,019 [salt.state       ][INFO    ][2397] Completed state [/etc/environment] at time 11:33:56.019173 duration_in_ms=11.507
2018-02-09 11:33:56,019 [salt.state       ][INFO    ][2397] Running state [/etc/profile.d] at time 11:33:56.019655
2018-02-09 11:33:56,020 [salt.state       ][INFO    ][2397] Executing state file.directory for /etc/profile.d
2018-02-09 11:33:56,022 [salt.state       ][INFO    ][2397] Directory /etc/profile.d is in the correct state
2018-02-09 11:33:56,022 [salt.state       ][INFO    ][2397] Completed state [/etc/profile.d] at time 11:33:56.022608 duration_in_ms=2.953
2018-02-09 11:33:56,568 [salt.state       ][INFO    ][2397] Running state [/etc/apt/apt.conf.d/99compression-workaround-salt] at time 11:33:56.567964
2018-02-09 11:33:56,568 [salt.state       ][INFO    ][2397] Executing state file.managed for /etc/apt/apt.conf.d/99compression-workaround-salt
2018-02-09 11:33:56,598 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/files/apt.conf'
2018-02-09 11:33:56,609 [salt.state       ][INFO    ][2397] File changed:
New file
2018-02-09 11:33:56,610 [salt.state       ][INFO    ][2397] Completed state [/etc/apt/apt.conf.d/99compression-workaround-salt] at time 11:33:56.610714 duration_in_ms=42.751
2018-02-09 11:33:56,611 [salt.state       ][INFO    ][2397] Running state [/etc/apt/apt.conf.d/99prefer_ipv4-salt] at time 11:33:56.611237
2018-02-09 11:33:56,611 [salt.state       ][INFO    ][2397] Executing state file.managed for /etc/apt/apt.conf.d/99prefer_ipv4-salt
2018-02-09 11:33:56,632 [salt.state       ][INFO    ][2397] File changed:
New file
2018-02-09 11:33:56,632 [salt.state       ][INFO    ][2397] Completed state [/etc/apt/apt.conf.d/99prefer_ipv4-salt] at time 11:33:56.632925 duration_in_ms=21.688
2018-02-09 11:33:56,634 [salt.state       ][INFO    ][2397] Running state [linux_repo_prereq_pkgs] at time 11:33:56.634446
2018-02-09 11:33:56,634 [salt.state       ][INFO    ][2397] Executing state pkg.installed for linux_repo_prereq_pkgs
2018-02-09 11:33:56,635 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:33:57,066 [salt.state       ][INFO    ][2397] All specified packages are already installed
2018-02-09 11:33:57,067 [salt.state       ][INFO    ][2397] Completed state [linux_repo_prereq_pkgs] at time 11:33:57.067488 duration_in_ms=433.041
2018-02-09 11:33:57,068 [salt.state       ][INFO    ][2397] Running state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 11:33:57.068147
2018-02-09 11:33:57,068 [salt.state       ][INFO    ][2397] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mk_openstack
2018-02-09 11:33:57,069 [salt.state       ][INFO    ][2397] File /etc/apt/apt.conf.d/99proxies-salt-mk_openstack is not present
2018-02-09 11:33:57,070 [salt.state       ][INFO    ][2397] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 11:33:57.070005 duration_in_ms=1.858
2018-02-09 11:33:57,070 [salt.state       ][INFO    ][2397] Running state [/etc/apt/preferences.d/mk_openstack] at time 11:33:57.070476
2018-02-09 11:33:57,071 [salt.state       ][INFO    ][2397] Executing state file.managed for /etc/apt/preferences.d/mk_openstack
2018-02-09 11:33:57,093 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2018-02-09 11:33:57,182 [salt.state       ][INFO    ][2397] File changed:
New file
2018-02-09 11:33:57,183 [salt.state       ][INFO    ][2397] Completed state [/etc/apt/preferences.d/mk_openstack] at time 11:33:57.183405 duration_in_ms=112.928
2018-02-09 11:33:57,185 [salt.state       ][INFO    ][2397] Running state [curl -s http://apt.mirantis.com/public.gpg | apt-key add -] at time 11:33:57.185412
2018-02-09 11:33:57,185 [salt.state       ][INFO    ][2397] Executing state cmd.run for curl -s http://apt.mirantis.com/public.gpg | apt-key add -
2018-02-09 11:33:57,186 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'curl -s http://apt.mirantis.com/public.gpg | apt-key add -' in directory '/root'
2018-02-09 11:33:57,369 [salt.state       ][INFO    ][2397] {'pid': 2459, 'retcode': 0, 'stderr': '', 'stdout': 'OK'}
2018-02-09 11:33:57,370 [salt.state       ][INFO    ][2397] Completed state [curl -s http://apt.mirantis.com/public.gpg | apt-key add -] at time 11:33:57.370650 duration_in_ms=185.237
2018-02-09 11:33:57,377 [salt.state       ][INFO    ][2397] Running state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 11:33:57.377186
2018-02-09 11:33:57,378 [salt.state       ][INFO    ][2397] Executing state pkgrepo.managed for deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike
2018-02-09 11:33:57,481 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-02-09 11:33:59,337 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113400648113
2018-02-09 11:33:59,361 [salt.minion      ][INFO    ][2881] Starting a new job with PID 2881
2018-02-09 11:33:59,380 [salt.minion      ][INFO    ][2881] Returning information for job: 20180209113400648113
2018-02-09 11:34:01,085 [salt.state       ][INFO    ][2397] {'repo': 'deb [arch=amd64] http://apt.mirantis.com/xenial nightly pike'}
2018-02-09 11:34:01,086 [salt.state       ][INFO    ][2397] Completed state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 11:34:01.086817 duration_in_ms=3709.63
2018-02-09 11:34:01,087 [salt.state       ][INFO    ][2397] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 11:34:01.087486
2018-02-09 11:34:01,088 [salt.state       ][INFO    ][2397] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack
2018-02-09 11:34:01,088 [salt.state       ][INFO    ][2397] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack is not present
2018-02-09 11:34:01,089 [salt.state       ][INFO    ][2397] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 11:34:01.089315 duration_in_ms=1.829
2018-02-09 11:34:01,089 [salt.state       ][INFO    ][2397] Running state [/etc/apt/preferences.d/mirantis_openstack] at time 11:34:01.089808
2018-02-09 11:34:01,090 [salt.state       ][INFO    ][2397] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack
2018-02-09 11:34:01,196 [salt.state       ][INFO    ][2397] File changed:
New file
2018-02-09 11:34:01,197 [salt.state       ][INFO    ][2397] Completed state [/etc/apt/preferences.d/mirantis_openstack] at time 11:34:01.197066 duration_in_ms=107.258
2018-02-09 11:34:01,197 [salt.state       ][INFO    ][2397] Running state [curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -] at time 11:34:01.197575
2018-02-09 11:34:01,198 [salt.state       ][INFO    ][2397] Executing state cmd.run for curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -
2018-02-09 11:34:01,199 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -' in directory '/root'
2018-02-09 11:34:01,364 [salt.state       ][INFO    ][2397] {'pid': 2891, 'retcode': 0, 'stderr': '', 'stdout': 'OK'}
2018-02-09 11:34:01,365 [salt.state       ][INFO    ][2397] Completed state [curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -] at time 11:34:01.365107 duration_in_ms=167.531
2018-02-09 11:34:01,367 [salt.state       ][INFO    ][2397] Running state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 11:34:01.367084
2018-02-09 11:34:01,367 [salt.state       ][INFO    ][2397] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main
2018-02-09 11:34:01,508 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-02-09 11:34:05,360 [salt.state       ][INFO    ][2397] {'repo': 'deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main'}
2018-02-09 11:34:05,361 [salt.state       ][INFO    ][2397] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 11:34:05.361732 duration_in_ms=3994.647
2018-02-09 11:34:05,362 [salt.state       ][INFO    ][2397] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 11:34:05.362452
2018-02-09 11:34:05,363 [salt.state       ][INFO    ][2397] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca
2018-02-09 11:34:05,363 [salt.state       ][INFO    ][2397] File /etc/apt/apt.conf.d/99proxies-salt-uca is not present
2018-02-09 11:34:05,364 [salt.state       ][INFO    ][2397] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 11:34:05.364297 duration_in_ms=1.845
2018-02-09 11:34:05,364 [salt.state       ][INFO    ][2397] Running state [/etc/apt/preferences.d/uca] at time 11:34:05.364785
2018-02-09 11:34:05,365 [salt.state       ][INFO    ][2397] Executing state file.absent for /etc/apt/preferences.d/uca
2018-02-09 11:34:05,365 [salt.state       ][INFO    ][2397] File /etc/apt/preferences.d/uca is not present
2018-02-09 11:34:05,366 [salt.state       ][INFO    ][2397] Completed state [/etc/apt/preferences.d/uca] at time 11:34:05.366294 duration_in_ms=1.51
2018-02-09 11:34:05,366 [salt.state       ][INFO    ][2397] Running state [apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA] at time 11:34:05.366764
2018-02-09 11:34:05,367 [salt.state       ][INFO    ][2397] Executing state cmd.run for apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA
2018-02-09 11:34:05,368 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA' in directory '/root'
2018-02-09 11:34:05,586 [salt.state       ][INFO    ][2397] {'pid': 3368, 'retcode': 0, 'stderr': 'gpg: requesting key EC4926EA from hkp server keyserver.ubuntu.com\ngpg: key EC4926EA: public key "Canonical Cloud Archive Signing Key <ftpmaster@canonical.com>" imported\ngpg: Total number processed: 1\ngpg:               imported: 1  (RSA: 1)', 'stdout': 'Executing: /tmp/tmp.pRCqyqwmyz/gpg.1.sh --keyserver\nkeyserver.ubuntu.com\n--recv\nEC4926EA'}
2018-02-09 11:34:05,587 [salt.state       ][INFO    ][2397] Completed state [apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA] at time 11:34:05.587410 duration_in_ms=220.645
2018-02-09 11:34:05,589 [salt.state       ][INFO    ][2397] Running state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 11:34:05.589327
2018-02-09 11:34:05,590 [salt.state       ][INFO    ][2397] Executing state pkgrepo.managed for deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main
2018-02-09 11:34:05,678 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-02-09 11:34:09,389 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113410694763
2018-02-09 11:34:09,413 [salt.minion      ][INFO    ][3896] Starting a new job with PID 3896
2018-02-09 11:34:09,431 [salt.minion      ][INFO    ][3896] Returning information for job: 20180209113410694763
2018-02-09 11:34:09,767 [salt.state       ][INFO    ][2397] {'repo': 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main'}
2018-02-09 11:34:09,768 [salt.state       ][INFO    ][2397] Completed state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 11:34:09.768288 duration_in_ms=4178.96
2018-02-09 11:34:09,768 [salt.state       ][INFO    ][2397] Running state [linux_extra_packages_purged] at time 11:34:09.768701
2018-02-09 11:34:09,769 [salt.state       ][INFO    ][2397] Executing state pkg.purged for linux_extra_packages_purged
2018-02-09 11:34:09,804 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', 'purge', 'cloud-init', 'unattended-upgrades'] in directory '/root'
2018-02-09 11:34:14,282 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:34:14,319 [salt.state       ][INFO    ][2397] {'removed': {}, 'installed': {'cloud-init': {'new': '', 'old': '17.1-46-g7acc9e68-0ubuntu1~16.04.1'}, 'ec2-init': {'new': '', 'old': '1'}, 'unattended-upgrades': {'new': '', 'old': '0.90ubuntu0.9'}}}
2018-02-09 11:34:14,340 [salt.state       ][INFO    ][2397] Loading fresh modules for state activity
2018-02-09 11:34:14,370 [salt.state       ][INFO    ][2397] Completed state [linux_extra_packages_purged] at time 11:34:14.370180 duration_in_ms=4601.478
2018-02-09 11:34:14,375 [salt.state       ][INFO    ][2397] Running state [linux_extra_packages_latest] at time 11:34:14.375929
2018-02-09 11:34:14,376 [salt.state       ][INFO    ][2397] Executing state pkg.latest for linux_extra_packages_latest
2018-02-09 11:34:14,815 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['apt-cache', '-q', 'policy', 'mcelog'] in directory '/root'
2018-02-09 11:34:14,877 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-02-09 11:34:14,906 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'mcelog'] in directory '/root'
2018-02-09 11:34:17,691 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:34:17,731 [salt.state       ][INFO    ][2397] Made the following changes:
'mcelog' changed from 'absent' to '128+dfsg-1'

2018-02-09 11:34:17,750 [salt.state       ][INFO    ][2397] Loading fresh modules for state activity
2018-02-09 11:34:17,786 [salt.state       ][INFO    ][2397] Completed state [linux_extra_packages_latest] at time 11:34:17.786497 duration_in_ms=3410.567
2018-02-09 11:34:17,790 [salt.state       ][INFO    ][2397] Running state [UTC] at time 11:34:17.790393
2018-02-09 11:34:17,790 [salt.state       ][INFO    ][2397] Executing state timezone.system for UTC
2018-02-09 11:34:17,793 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['timedatectl'] in directory '/root'
2018-02-09 11:34:17,863 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['timedatectl'] in directory '/root'
2018-02-09 11:34:17,881 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'timedatectl set-timezone UTC' in directory '/root'
2018-02-09 11:34:17,901 [salt.state       ][INFO    ][2397] {'timezone': 'UTC'}
2018-02-09 11:34:17,902 [salt.state       ][INFO    ][2397] Completed state [UTC] at time 11:34:17.902147 duration_in_ms=111.754
2018-02-09 11:34:17,905 [salt.state       ][INFO    ][2397] Running state [nf_conntrack] at time 11:34:17.905635
2018-02-09 11:34:17,906 [salt.state       ][INFO    ][2397] Executing state kmod.present for nf_conntrack
2018-02-09 11:34:17,907 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'lsmod' in directory '/root'
2018-02-09 11:34:17,986 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'lsmod' in directory '/root'
2018-02-09 11:34:18,006 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'modprobe nf_conntrack' in directory '/root'
2018-02-09 11:34:18,028 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'lsmod' in directory '/root'
2018-02-09 11:34:18,075 [salt.state       ][INFO    ][2397] {'nf_conntrack': 'loaded'}
2018-02-09 11:34:18,075 [salt.state       ][INFO    ][2397] Completed state [nf_conntrack] at time 11:34:18.075818 duration_in_ms=170.182
2018-02-09 11:34:18,079 [salt.state       ][INFO    ][2397] Running state [kernel.panic] at time 11:34:18.078996
2018-02-09 11:34:18,079 [salt.state       ][INFO    ][2397] Executing state sysctl.present for kernel.panic
2018-02-09 11:34:18,080 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,144 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w kernel.panic="60"' in directory '/root'
2018-02-09 11:34:18,161 [salt.state       ][INFO    ][2397] {'kernel.panic': 60}
2018-02-09 11:34:18,163 [salt.state       ][INFO    ][2397] Completed state [kernel.panic] at time 11:34:18.163049 duration_in_ms=84.052
2018-02-09 11:34:18,163 [salt.state       ][INFO    ][2397] Running state [net.ipv4.tcp_keepalive_probes] at time 11:34:18.163712
2018-02-09 11:34:18,164 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.tcp_keepalive_probes
2018-02-09 11:34:18,165 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,202 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.tcp_keepalive_probes="8"' in directory '/root'
2018-02-09 11:34:18,218 [salt.state       ][INFO    ][2397] {'net.ipv4.tcp_keepalive_probes': 8}
2018-02-09 11:34:18,218 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.tcp_keepalive_probes] at time 11:34:18.218833 duration_in_ms=55.12
2018-02-09 11:34:18,219 [salt.state       ][INFO    ][2397] Running state [fs.file-max] at time 11:34:18.219356
2018-02-09 11:34:18,219 [salt.state       ][INFO    ][2397] Executing state sysctl.present for fs.file-max
2018-02-09 11:34:18,220 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,255 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w fs.file-max="124165"' in directory '/root'
2018-02-09 11:34:18,271 [salt.state       ][INFO    ][2397] {'fs.file-max': 124165}
2018-02-09 11:34:18,272 [salt.state       ][INFO    ][2397] Completed state [fs.file-max] at time 11:34:18.272329 duration_in_ms=52.972
2018-02-09 11:34:18,272 [salt.state       ][INFO    ][2397] Running state [net.core.somaxconn] at time 11:34:18.272866
2018-02-09 11:34:18,273 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.core.somaxconn
2018-02-09 11:34:18,274 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,311 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.core.somaxconn="4096"' in directory '/root'
2018-02-09 11:34:18,327 [salt.state       ][INFO    ][2397] {'net.core.somaxconn': 4096}
2018-02-09 11:34:18,328 [salt.state       ][INFO    ][2397] Completed state [net.core.somaxconn] at time 11:34:18.328293 duration_in_ms=55.426
2018-02-09 11:34:18,328 [salt.state       ][INFO    ][2397] Running state [net.ipv4.tcp_max_syn_backlog] at time 11:34:18.328819
2018-02-09 11:34:18,329 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.tcp_max_syn_backlog
2018-02-09 11:34:18,330 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,365 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.tcp_max_syn_backlog="8192"' in directory '/root'
2018-02-09 11:34:18,382 [salt.state       ][INFO    ][2397] {'net.ipv4.tcp_max_syn_backlog': 8192}
2018-02-09 11:34:18,382 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.tcp_max_syn_backlog] at time 11:34:18.382777 duration_in_ms=53.958
2018-02-09 11:34:18,383 [salt.state       ][INFO    ][2397] Running state [net.ipv4.tcp_tw_reuse] at time 11:34:18.383292
2018-02-09 11:34:18,383 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.tcp_tw_reuse
2018-02-09 11:34:18,384 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,418 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.tcp_tw_reuse="1"' in directory '/root'
2018-02-09 11:34:18,433 [salt.state       ][INFO    ][2397] {'net.ipv4.tcp_tw_reuse': 1}
2018-02-09 11:34:18,434 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.tcp_tw_reuse] at time 11:34:18.434517 duration_in_ms=51.224
2018-02-09 11:34:18,435 [salt.state       ][INFO    ][2397] Running state [net.ipv4.tcp_congestion_control] at time 11:34:18.435336
2018-02-09 11:34:18,435 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.tcp_congestion_control
2018-02-09 11:34:18,436 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,471 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.tcp_congestion_control="yeah"' in directory '/root'
2018-02-09 11:34:18,491 [salt.state       ][INFO    ][2397] {'net.ipv4.tcp_congestion_control': 'yeah'}
2018-02-09 11:34:18,492 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.tcp_congestion_control] at time 11:34:18.492535 duration_in_ms=57.198
2018-02-09 11:34:18,493 [salt.state       ][INFO    ][2397] Running state [net.ipv4.tcp_retries2] at time 11:34:18.493220
2018-02-09 11:34:18,494 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.tcp_retries2
2018-02-09 11:34:18,495 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,529 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.tcp_retries2="5"' in directory '/root'
2018-02-09 11:34:18,544 [salt.state       ][INFO    ][2397] {'net.ipv4.tcp_retries2': 5}
2018-02-09 11:34:18,545 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.tcp_retries2] at time 11:34:18.545109 duration_in_ms=51.888
2018-02-09 11:34:18,545 [salt.state       ][INFO    ][2397] Running state [net.core.netdev_max_backlog] at time 11:34:18.545603
2018-02-09 11:34:18,546 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.core.netdev_max_backlog
2018-02-09 11:34:18,546 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,581 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.core.netdev_max_backlog="261144"' in directory '/root'
2018-02-09 11:34:18,596 [salt.state       ][INFO    ][2397] {'net.core.netdev_max_backlog': 261144}
2018-02-09 11:34:18,596 [salt.state       ][INFO    ][2397] Completed state [net.core.netdev_max_backlog] at time 11:34:18.596474 duration_in_ms=50.87
2018-02-09 11:34:18,596 [salt.state       ][INFO    ][2397] Running state [net.ipv4.tcp_slow_start_after_idle] at time 11:34:18.596915
2018-02-09 11:34:18,597 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.tcp_slow_start_after_idle
2018-02-09 11:34:18,598 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,630 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.tcp_slow_start_after_idle="0"' in directory '/root'
2018-02-09 11:34:18,645 [salt.state       ][INFO    ][2397] {'net.ipv4.tcp_slow_start_after_idle': 0}
2018-02-09 11:34:18,645 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.tcp_slow_start_after_idle] at time 11:34:18.645610 duration_in_ms=48.695
2018-02-09 11:34:18,646 [salt.state       ][INFO    ][2397] Running state [vm.swappiness] at time 11:34:18.646506
2018-02-09 11:34:18,646 [salt.state       ][INFO    ][2397] Executing state sysctl.present for vm.swappiness
2018-02-09 11:34:18,647 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,682 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w vm.swappiness="10"' in directory '/root'
2018-02-09 11:34:18,698 [salt.state       ][INFO    ][2397] {'vm.swappiness': 10}
2018-02-09 11:34:18,699 [salt.state       ][INFO    ][2397] Completed state [vm.swappiness] at time 11:34:18.698932 duration_in_ms=52.426
2018-02-09 11:34:18,699 [salt.state       ][INFO    ][2397] Running state [net.ipv4.tcp_keepalive_intvl] at time 11:34:18.699486
2018-02-09 11:34:18,699 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.tcp_keepalive_intvl
2018-02-09 11:34:18,700 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,735 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.tcp_keepalive_intvl="3"' in directory '/root'
2018-02-09 11:34:18,750 [salt.state       ][INFO    ][2397] {'net.ipv4.tcp_keepalive_intvl': 3}
2018-02-09 11:34:18,751 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.tcp_keepalive_intvl] at time 11:34:18.751203 duration_in_ms=51.716
2018-02-09 11:34:18,751 [salt.state       ][INFO    ][2397] Running state [net.ipv4.neigh.default.gc_thresh1] at time 11:34:18.751750
2018-02-09 11:34:18,752 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh1
2018-02-09 11:34:18,753 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,787 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh1="4096"' in directory '/root'
2018-02-09 11:34:18,803 [salt.state       ][INFO    ][2397] {'net.ipv4.neigh.default.gc_thresh1': 4096}
2018-02-09 11:34:18,804 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.neigh.default.gc_thresh1] at time 11:34:18.804092 duration_in_ms=52.341
2018-02-09 11:34:18,804 [salt.state       ][INFO    ][2397] Running state [net.ipv4.neigh.default.gc_thresh2] at time 11:34:18.804650
2018-02-09 11:34:18,805 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh2
2018-02-09 11:34:18,806 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,840 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh2="8192"' in directory '/root'
2018-02-09 11:34:18,855 [salt.state       ][INFO    ][2397] {'net.ipv4.neigh.default.gc_thresh2': 8192}
2018-02-09 11:34:18,856 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.neigh.default.gc_thresh2] at time 11:34:18.856130 duration_in_ms=51.479
2018-02-09 11:34:18,856 [salt.state       ][INFO    ][2397] Running state [net.ipv4.neigh.default.gc_thresh3] at time 11:34:18.856651
2018-02-09 11:34:18,857 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh3
2018-02-09 11:34:18,857 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,889 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh3="16384"' in directory '/root'
2018-02-09 11:34:18,909 [salt.state       ][INFO    ][2397] {'net.ipv4.neigh.default.gc_thresh3': 16384}
2018-02-09 11:34:18,910 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.neigh.default.gc_thresh3] at time 11:34:18.910116 duration_in_ms=53.465
2018-02-09 11:34:18,910 [salt.state       ][INFO    ][2397] Running state [net.ipv4.tcp_fin_timeout] at time 11:34:18.910644
2018-02-09 11:34:18,911 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.tcp_fin_timeout
2018-02-09 11:34:18,911 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:18,951 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.tcp_fin_timeout="30"' in directory '/root'
2018-02-09 11:34:18,966 [salt.state       ][INFO    ][2397] {'net.ipv4.tcp_fin_timeout': 30}
2018-02-09 11:34:18,967 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.tcp_fin_timeout] at time 11:34:18.967066 duration_in_ms=56.421
2018-02-09 11:34:18,967 [salt.state       ][INFO    ][2397] Running state [net.ipv4.tcp_keepalive_time] at time 11:34:18.967588
2018-02-09 11:34:18,968 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.ipv4.tcp_keepalive_time
2018-02-09 11:34:18,968 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:19,002 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.ipv4.tcp_keepalive_time="30"' in directory '/root'
2018-02-09 11:34:19,018 [salt.state       ][INFO    ][2397] {'net.ipv4.tcp_keepalive_time': 30}
2018-02-09 11:34:19,018 [salt.state       ][INFO    ][2397] Completed state [net.ipv4.tcp_keepalive_time] at time 11:34:19.018763 duration_in_ms=51.175
2018-02-09 11:34:19,019 [salt.state       ][INFO    ][2397] Running state [net.nf_conntrack_max] at time 11:34:19.019341
2018-02-09 11:34:19,019 [salt.state       ][INFO    ][2397] Executing state sysctl.present for net.nf_conntrack_max
2018-02-09 11:34:19,020 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:34:19,055 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'sysctl -w net.nf_conntrack_max="1048576"' in directory '/root'
2018-02-09 11:34:19,072 [salt.state       ][INFO    ][2397] {'net.nf_conntrack_max': 1048576}
2018-02-09 11:34:19,073 [salt.state       ][INFO    ][2397] Completed state [net.nf_conntrack_max] at time 11:34:19.073323 duration_in_ms=53.981
2018-02-09 11:34:19,080 [salt.state       ][INFO    ][2397] Running state [linux_sysfs_package] at time 11:34:19.080574
2018-02-09 11:34:19,081 [salt.state       ][INFO    ][2397] Executing state pkg.installed for linux_sysfs_package
2018-02-09 11:34:19,521 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['apt-cache', '-q', 'policy', 'sysfsutils'] in directory '/root'
2018-02-09 11:34:19,533 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113420845752
2018-02-09 11:34:19,553 [salt.minion      ][INFO    ][5140] Starting a new job with PID 5140
2018-02-09 11:34:19,571 [salt.minion      ][INFO    ][5140] Returning information for job: 20180209113420845752
2018-02-09 11:34:19,589 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-02-09 11:34:21,463 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-02-09 11:34:21,491 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'sysfsutils'] in directory '/root'
2018-02-09 11:34:24,495 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:34:24,540 [salt.state       ][INFO    ][2397] Made the following changes:
'libsysfs2' changed from 'absent' to '2.1.0+repack-4'
'sysfsutils' changed from 'absent' to '2.1.0+repack-4'

2018-02-09 11:34:24,560 [salt.state       ][INFO    ][2397] Loading fresh modules for state activity
2018-02-09 11:34:24,591 [salt.state       ][INFO    ][2397] Completed state [linux_sysfs_package] at time 11:34:24.591758 duration_in_ms=5511.183
2018-02-09 11:34:24,596 [salt.state       ][INFO    ][2397] Running state [/etc/sysfs.d] at time 11:34:24.595995
2018-02-09 11:34:24,596 [salt.state       ][INFO    ][2397] Executing state file.directory for /etc/sysfs.d
2018-02-09 11:34:24,600 [salt.state       ][INFO    ][2397] Directory /etc/sysfs.d is in the correct state
2018-02-09 11:34:24,600 [salt.state       ][INFO    ][2397] Completed state [/etc/sysfs.d] at time 11:34:24.600631 duration_in_ms=4.636
2018-02-09 11:34:24,739 [salt.state       ][INFO    ][2397] Running state [ondemand] at time 11:34:24.739625
2018-02-09 11:34:24,740 [salt.state       ][INFO    ][2397] Executing state service.dead for ondemand
2018-02-09 11:34:24,743 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'status', 'ondemand.service', '-n', '0'] in directory '/root'
2018-02-09 11:34:24,764 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2018-02-09 11:34:24,783 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-02-09 11:34:24,806 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemd-run', '--scope', 'systemctl', 'stop', 'ondemand.service'] in directory '/root'
2018-02-09 11:34:24,883 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2018-02-09 11:34:24,902 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-02-09 11:34:24,924 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-02-09 11:34:24,954 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemd-run', '--scope', '/usr/sbin/update-rc.d', '-f', 'ondemand', 'remove'] in directory '/root'
2018-02-09 11:34:25,106 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-02-09 11:34:25,131 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'runlevel' in directory '/root'
2018-02-09 11:34:25,147 [salt.state       ][INFO    ][2397] {'ondemand': True}
2018-02-09 11:34:25,147 [salt.state       ][INFO    ][2397] Completed state [ondemand] at time 11:34:25.147800 duration_in_ms=408.175
2018-02-09 11:34:25,152 [salt.state       ][INFO    ][2397] Running state [cs_CZ.UTF-8] at time 11:34:25.152340
2018-02-09 11:34:25,152 [salt.state       ][INFO    ][2397] Executing state locale.present for cs_CZ.UTF-8
2018-02-09 11:34:25,154 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'locale -a' in directory '/root'
2018-02-09 11:34:25,175 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['locale-gen', 'cs_CZ.utf8'] in directory '/root'
2018-02-09 11:34:25,918 [salt.state       ][INFO    ][2397] {'locale': 'cs_CZ.UTF-8'}
2018-02-09 11:34:25,919 [salt.state       ][INFO    ][2397] Completed state [cs_CZ.UTF-8] at time 11:34:25.919175 duration_in_ms=766.834
2018-02-09 11:34:25,919 [salt.state       ][INFO    ][2397] Running state [en_US.UTF-8] at time 11:34:25.919874
2018-02-09 11:34:25,920 [salt.state       ][INFO    ][2397] Executing state locale.present for en_US.UTF-8
2018-02-09 11:34:25,921 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'locale -a' in directory '/root'
2018-02-09 11:34:25,941 [salt.state       ][INFO    ][2397] Locale en_US.UTF-8 is already present
2018-02-09 11:34:25,942 [salt.state       ][INFO    ][2397] Completed state [en_US.UTF-8] at time 11:34:25.942400 duration_in_ms=22.526
2018-02-09 11:34:25,944 [salt.state       ][INFO    ][2397] Running state [en_US.UTF-8] at time 11:34:25.944615
2018-02-09 11:34:25,945 [salt.state       ][INFO    ][2397] Executing state locale.system for en_US.UTF-8
2018-02-09 11:34:25,946 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'localectl' in directory '/root'
2018-02-09 11:34:26,001 [salt.state       ][INFO    ][2397] System locale en_US.UTF-8 already set
2018-02-09 11:34:26,002 [salt.state       ][INFO    ][2397] Completed state [en_US.UTF-8] at time 11:34:26.002477 duration_in_ms=57.861
2018-02-09 11:34:26,005 [salt.state       ][INFO    ][2397] Running state [root] at time 11:34:26.005343
2018-02-09 11:34:26,005 [salt.state       ][INFO    ][2397] Executing state user.present for root
2018-02-09 11:34:26,010 [salt.state       ][INFO    ][2397] User root is present and up to date
2018-02-09 11:34:26,010 [salt.state       ][INFO    ][2397] Completed state [root] at time 11:34:26.010590 duration_in_ms=5.247
2018-02-09 11:34:26,012 [salt.state       ][INFO    ][2397] Running state [/root] at time 11:34:26.012093
2018-02-09 11:34:26,012 [salt.state       ][INFO    ][2397] Executing state file.directory for /root
2018-02-09 11:34:26,013 [salt.state       ][INFO    ][2397] Directory /root is in the correct state
2018-02-09 11:34:26,013 [salt.state       ][INFO    ][2397] Completed state [/root] at time 11:34:26.013535 duration_in_ms=1.442
2018-02-09 11:34:26,014 [salt.state       ][INFO    ][2397] Running state [/etc/sudoers.d/90-salt-user-root] at time 11:34:26.014086
2018-02-09 11:34:26,014 [salt.state       ][INFO    ][2397] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2018-02-09 11:34:26,014 [salt.state       ][INFO    ][2397] File /etc/sudoers.d/90-salt-user-root is not present
2018-02-09 11:34:26,014 [salt.state       ][INFO    ][2397] Completed state [/etc/sudoers.d/90-salt-user-root] at time 11:34:26.014857 duration_in_ms=0.771
2018-02-09 11:34:26,015 [salt.state       ][INFO    ][2397] Running state [ubuntu] at time 11:34:26.015088
2018-02-09 11:34:26,015 [salt.state       ][INFO    ][2397] Executing state user.present for ubuntu
2018-02-09 11:34:26,019 [salt.state       ][INFO    ][2397] {'passwd': 'XXX-REDACTED-XXX'}
2018-02-09 11:34:26,019 [salt.state       ][INFO    ][2397] Completed state [ubuntu] at time 11:34:26.019379 duration_in_ms=4.29
2018-02-09 11:34:26,020 [salt.state       ][INFO    ][2397] Running state [/home/ubuntu] at time 11:34:26.020424
2018-02-09 11:34:26,020 [salt.state       ][INFO    ][2397] Executing state file.directory for /home/ubuntu
2018-02-09 11:34:26,021 [salt.state       ][INFO    ][2397] {'mode': '0700'}
2018-02-09 11:34:26,021 [salt.state       ][INFO    ][2397] Completed state [/home/ubuntu] at time 11:34:26.021844 duration_in_ms=1.42
2018-02-09 11:34:26,022 [salt.state       ][INFO    ][2397] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 11:34:26.022739
2018-02-09 11:34:26,023 [salt.state       ][INFO    ][2397] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2018-02-09 11:34:26,045 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/files/sudoer'
2018-02-09 11:34:26,049 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command '/usr/sbin/visudo -c -f /tmp/tmptQ8L_1' in directory '/root'
2018-02-09 11:34:26,075 [salt.state       ][INFO    ][2397] File changed:
New file
2018-02-09 11:34:26,075 [salt.state       ][INFO    ][2397] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 11:34:26.075857 duration_in_ms=53.118
2018-02-09 11:34:26,076 [salt.state       ][INFO    ][2397] Running state [/etc/security/limits.d/90-salt-default.conf] at time 11:34:26.076248
2018-02-09 11:34:26,076 [salt.state       ][INFO    ][2397] Executing state file.managed for /etc/security/limits.d/90-salt-default.conf
2018-02-09 11:34:26,098 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/files/limits.conf'
2018-02-09 11:34:26,193 [salt.state       ][INFO    ][2397] File changed:
New file
2018-02-09 11:34:26,193 [salt.state       ][INFO    ][2397] Completed state [/etc/security/limits.d/90-salt-default.conf] at time 11:34:26.193625 duration_in_ms=117.377
2018-02-09 11:34:26,194 [salt.state       ][INFO    ][2397] Running state [apt-daily.timer] at time 11:34:26.194256
2018-02-09 11:34:26,194 [salt.state       ][INFO    ][2397] Executing state service.dead for apt-daily.timer
2018-02-09 11:34:26,195 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'status', 'apt-daily.timer', '-n', '0'] in directory '/root'
2018-02-09 11:34:26,217 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-active', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:34:26,236 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:34:26,252 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemd-run', '--scope', 'systemctl', 'stop', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:34:26,289 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-active', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:34:26,307 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:34:26,325 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:34:26,346 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemd-run', '--scope', 'systemctl', 'disable', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:34:26,447 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:34:26,472 [salt.state       ][INFO    ][2397] {'apt-daily.timer': True}
2018-02-09 11:34:26,473 [salt.state       ][INFO    ][2397] Completed state [apt-daily.timer] at time 11:34:26.473630 duration_in_ms=279.372
2018-02-09 11:34:26,474 [salt.state       ][INFO    ][2397] Running state [/etc/systemd/system.conf.d/90-salt.conf] at time 11:34:26.474914
2018-02-09 11:34:26,475 [salt.state       ][INFO    ][2397] Executing state file.managed for /etc/systemd/system.conf.d/90-salt.conf
2018-02-09 11:34:26,497 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/files/systemd.conf'
2018-02-09 11:34:26,595 [salt.state       ][INFO    ][2397] File changed:
New file
2018-02-09 11:34:26,596 [salt.state       ][INFO    ][2397] Completed state [/etc/systemd/system.conf.d/90-salt.conf] at time 11:34:26.596468 duration_in_ms=121.553
2018-02-09 11:34:26,599 [salt.state       ][INFO    ][2397] Running state [service.systemctl_reload] at time 11:34:26.599138
2018-02-09 11:34:26,599 [salt.state       ][INFO    ][2397] Executing state module.wait for service.systemctl_reload
2018-02-09 11:34:26,600 [salt.state       ][INFO    ][2397] No changes made for service.systemctl_reload
2018-02-09 11:34:26,600 [salt.state       ][INFO    ][2397] Completed state [service.systemctl_reload] at time 11:34:26.600524 duration_in_ms=1.387
2018-02-09 11:34:26,600 [salt.state       ][INFO    ][2397] Running state [service.systemctl_reload] at time 11:34:26.600949
2018-02-09 11:34:26,601 [salt.state       ][INFO    ][2397] Executing state module.mod_watch for service.systemctl_reload
2018-02-09 11:34:26,602 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2018-02-09 11:34:26,684 [salt.state       ][INFO    ][2397] {'ret': True}
2018-02-09 11:34:26,685 [salt.state       ][INFO    ][2397] Completed state [service.systemctl_reload] at time 11:34:26.685349 duration_in_ms=84.399
2018-02-09 11:34:26,686 [salt.state       ][INFO    ][2397] Running state [/etc/hostname] at time 11:34:26.686184
2018-02-09 11:34:26,686 [salt.state       ][INFO    ][2397] Executing state file.managed for /etc/hostname
2018-02-09 11:34:26,710 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'linux/files/hostname'
2018-02-09 11:34:26,716 [salt.state       ][INFO    ][2397] File changed:
--- 
+++ 
@@ -1 +1 @@
-ubuntu
+msg01

2018-02-09 11:34:26,718 [salt.state       ][INFO    ][2397] Completed state [/etc/hostname] at time 11:34:26.718669 duration_in_ms=32.484
2018-02-09 11:34:26,721 [salt.state       ][INFO    ][2397] Running state [hostname msg01] at time 11:34:26.721317
2018-02-09 11:34:26,721 [salt.state       ][INFO    ][2397] Executing state cmd.wait for hostname msg01
2018-02-09 11:34:26,722 [salt.state       ][INFO    ][2397] No changes made for hostname msg01
2018-02-09 11:34:26,722 [salt.state       ][INFO    ][2397] Completed state [hostname msg01] at time 11:34:26.722798 duration_in_ms=1.48
2018-02-09 11:34:26,723 [salt.state       ][INFO    ][2397] Running state [hostname msg01] at time 11:34:26.723009
2018-02-09 11:34:26,723 [salt.state       ][INFO    ][2397] Executing state cmd.mod_watch for hostname msg01
2018-02-09 11:34:26,724 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command 'hostname msg01' in directory '/root'
2018-02-09 11:34:26,740 [salt.state       ][INFO    ][2397] {'pid': 6028, 'retcode': 0, 'stderr': '', 'stdout': ''}
2018-02-09 11:34:26,741 [salt.state       ][INFO    ][2397] Completed state [hostname msg01] at time 11:34:26.741588 duration_in_ms=18.578
2018-02-09 11:34:26,744 [salt.state       ][INFO    ][2397] Running state [mdb02] at time 11:34:26.743973
2018-02-09 11:34:26,744 [salt.state       ][INFO    ][2397] Executing state host.present for mdb02
2018-02-09 11:34:26,747 [salt.state       ][INFO    ][2397] {'host': 'mdb02'}
2018-02-09 11:34:26,747 [salt.state       ][INFO    ][2397] Completed state [mdb02] at time 11:34:26.747605 duration_in_ms=3.631
2018-02-09 11:34:26,747 [salt.state       ][INFO    ][2397] Running state [mdb02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.747863
2018-02-09 11:34:26,748 [salt.state       ][INFO    ][2397] Executing state host.present for mdb02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,748 [salt.state       ][INFO    ][2397] {'host': 'mdb02.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,749 [salt.state       ][INFO    ][2397] Completed state [mdb02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.749158 duration_in_ms=1.295
2018-02-09 11:34:26,749 [salt.state       ][INFO    ][2397] Running state [mdb03] at time 11:34:26.749417
2018-02-09 11:34:26,749 [salt.state       ][INFO    ][2397] Executing state host.present for mdb03
2018-02-09 11:34:26,751 [salt.state       ][INFO    ][2397] {'host': 'mdb03'}
2018-02-09 11:34:26,751 [salt.state       ][INFO    ][2397] Completed state [mdb03] at time 11:34:26.751848 duration_in_ms=2.431
2018-02-09 11:34:26,752 [salt.state       ][INFO    ][2397] Running state [mdb03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.752078
2018-02-09 11:34:26,752 [salt.state       ][INFO    ][2397] Executing state host.present for mdb03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,753 [salt.state       ][INFO    ][2397] {'host': 'mdb03.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,753 [salt.state       ][INFO    ][2397] Completed state [mdb03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.753393 duration_in_ms=1.314
2018-02-09 11:34:26,753 [salt.state       ][INFO    ][2397] Running state [mdb01] at time 11:34:26.753642
2018-02-09 11:34:26,753 [salt.state       ][INFO    ][2397] Executing state host.present for mdb01
2018-02-09 11:34:26,754 [salt.state       ][INFO    ][2397] {'host': 'mdb01'}
2018-02-09 11:34:26,755 [salt.state       ][INFO    ][2397] Completed state [mdb01] at time 11:34:26.754995 duration_in_ms=1.353
2018-02-09 11:34:26,755 [salt.state       ][INFO    ][2397] Running state [mdb01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.755232
2018-02-09 11:34:26,755 [salt.state       ][INFO    ][2397] Executing state host.present for mdb01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,756 [salt.state       ][INFO    ][2397] {'host': 'mdb01.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,756 [salt.state       ][INFO    ][2397] Completed state [mdb01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.756515 duration_in_ms=1.283
2018-02-09 11:34:26,756 [salt.state       ][INFO    ][2397] Running state [mdb] at time 11:34:26.756768
2018-02-09 11:34:26,757 [salt.state       ][INFO    ][2397] Executing state host.present for mdb
2018-02-09 11:34:26,757 [salt.state       ][INFO    ][2397] {'host': 'mdb'}
2018-02-09 11:34:26,758 [salt.state       ][INFO    ][2397] Completed state [mdb] at time 11:34:26.758127 duration_in_ms=1.359
2018-02-09 11:34:26,758 [salt.state       ][INFO    ][2397] Running state [mdb.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.758378
2018-02-09 11:34:26,758 [salt.state       ][INFO    ][2397] Executing state host.present for mdb.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,759 [salt.state       ][INFO    ][2397] {'host': 'mdb.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,759 [salt.state       ][INFO    ][2397] Completed state [mdb.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.759731 duration_in_ms=1.353
2018-02-09 11:34:26,760 [salt.state       ][INFO    ][2397] Running state [cfg01] at time 11:34:26.759978
2018-02-09 11:34:26,760 [salt.state       ][INFO    ][2397] Executing state host.present for cfg01
2018-02-09 11:34:26,761 [salt.state       ][INFO    ][2397] {'host': 'cfg01'}
2018-02-09 11:34:26,761 [salt.state       ][INFO    ][2397] Completed state [cfg01] at time 11:34:26.761300 duration_in_ms=1.322
2018-02-09 11:34:26,761 [salt.state       ][INFO    ][2397] Running state [cfg01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.761541
2018-02-09 11:34:26,762 [salt.state       ][INFO    ][2397] Executing state host.present for cfg01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,763 [salt.state       ][INFO    ][2397] {'host': 'cfg01.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,763 [salt.state       ][INFO    ][2397] Completed state [cfg01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.763512 duration_in_ms=1.971
2018-02-09 11:34:26,763 [salt.state       ][INFO    ][2397] Running state [prx01] at time 11:34:26.763761
2018-02-09 11:34:26,763 [salt.state       ][INFO    ][2397] Executing state host.present for prx01
2018-02-09 11:34:26,764 [salt.state       ][INFO    ][2397] {'host': 'prx01'}
2018-02-09 11:34:26,765 [salt.state       ][INFO    ][2397] Completed state [prx01] at time 11:34:26.765111 duration_in_ms=1.35
2018-02-09 11:34:26,765 [salt.state       ][INFO    ][2397] Running state [prx01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.765335
2018-02-09 11:34:26,765 [salt.state       ][INFO    ][2397] Executing state host.present for prx01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,767 [salt.state       ][INFO    ][2397] {'host': 'prx01.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,767 [salt.state       ][INFO    ][2397] Completed state [prx01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.767219 duration_in_ms=1.884
2018-02-09 11:34:26,767 [salt.state       ][INFO    ][2397] Running state [kvm01] at time 11:34:26.767470
2018-02-09 11:34:26,767 [salt.state       ][INFO    ][2397] Executing state host.present for kvm01
2018-02-09 11:34:26,768 [salt.state       ][INFO    ][2397] {'host': 'kvm01'}
2018-02-09 11:34:26,768 [salt.state       ][INFO    ][2397] Completed state [kvm01] at time 11:34:26.768777 duration_in_ms=1.307
2018-02-09 11:34:26,769 [salt.state       ][INFO    ][2397] Running state [kvm01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.769021
2018-02-09 11:34:26,769 [salt.state       ][INFO    ][2397] Executing state host.present for kvm01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,770 [salt.state       ][INFO    ][2397] {'host': 'kvm01.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,770 [salt.state       ][INFO    ][2397] Completed state [kvm01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.770405 duration_in_ms=1.384
2018-02-09 11:34:26,770 [salt.state       ][INFO    ][2397] Running state [kvm03] at time 11:34:26.770652
2018-02-09 11:34:26,770 [salt.state       ][INFO    ][2397] Executing state host.present for kvm03
2018-02-09 11:34:26,771 [salt.state       ][INFO    ][2397] {'host': 'kvm03'}
2018-02-09 11:34:26,772 [salt.state       ][INFO    ][2397] Completed state [kvm03] at time 11:34:26.771997 duration_in_ms=1.345
2018-02-09 11:34:26,772 [salt.state       ][INFO    ][2397] Running state [kvm03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.772235
2018-02-09 11:34:26,772 [salt.state       ][INFO    ][2397] Executing state host.present for kvm03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,774 [salt.state       ][INFO    ][2397] {'host': 'kvm03.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,774 [salt.state       ][INFO    ][2397] Completed state [kvm03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.774605 duration_in_ms=2.37
2018-02-09 11:34:26,774 [salt.state       ][INFO    ][2397] Running state [kvm02] at time 11:34:26.774843
2018-02-09 11:34:26,775 [salt.state       ][INFO    ][2397] Executing state host.present for kvm02
2018-02-09 11:34:26,776 [salt.state       ][INFO    ][2397] {'host': 'kvm02'}
2018-02-09 11:34:26,776 [salt.state       ][INFO    ][2397] Completed state [kvm02] at time 11:34:26.776186 duration_in_ms=1.343
2018-02-09 11:34:26,776 [salt.state       ][INFO    ][2397] Running state [kvm02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.776431
2018-02-09 11:34:26,776 [salt.state       ][INFO    ][2397] Executing state host.present for kvm02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,777 [salt.state       ][INFO    ][2397] {'host': 'kvm02.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,778 [salt.state       ][INFO    ][2397] Completed state [kvm02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.778322 duration_in_ms=1.891
2018-02-09 11:34:26,778 [salt.state       ][INFO    ][2397] Running state [dbs] at time 11:34:26.778571
2018-02-09 11:34:26,778 [salt.state       ][INFO    ][2397] Executing state host.present for dbs
2018-02-09 11:34:26,779 [salt.state       ][INFO    ][2397] {'host': 'dbs'}
2018-02-09 11:34:26,779 [salt.state       ][INFO    ][2397] Completed state [dbs] at time 11:34:26.779907 duration_in_ms=1.336
2018-02-09 11:34:26,780 [salt.state       ][INFO    ][2397] Running state [dbs.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.780156
2018-02-09 11:34:26,780 [salt.state       ][INFO    ][2397] Executing state host.present for dbs.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,781 [salt.state       ][INFO    ][2397] {'host': 'dbs.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,781 [salt.state       ][INFO    ][2397] Completed state [dbs.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.781526 duration_in_ms=1.37
2018-02-09 11:34:26,781 [salt.state       ][INFO    ][2397] Running state [prx] at time 11:34:26.781774
2018-02-09 11:34:26,782 [salt.state       ][INFO    ][2397] Executing state host.present for prx
2018-02-09 11:34:26,783 [salt.state       ][INFO    ][2397] {'host': 'prx'}
2018-02-09 11:34:26,783 [salt.state       ][INFO    ][2397] Completed state [prx] at time 11:34:26.783174 duration_in_ms=1.4
2018-02-09 11:34:26,783 [salt.state       ][INFO    ][2397] Running state [prx.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.783415
2018-02-09 11:34:26,783 [salt.state       ][INFO    ][2397] Executing state host.present for prx.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,784 [salt.state       ][INFO    ][2397] {'host': 'prx.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,784 [salt.state       ][INFO    ][2397] Completed state [prx.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.784779 duration_in_ms=1.363
2018-02-09 11:34:26,785 [salt.state       ][INFO    ][2397] Running state [prx02] at time 11:34:26.785022
2018-02-09 11:34:26,785 [salt.state       ][INFO    ][2397] Executing state host.present for prx02
2018-02-09 11:34:26,786 [salt.state       ][INFO    ][2397] {'host': 'prx02'}
2018-02-09 11:34:26,786 [salt.state       ][INFO    ][2397] Completed state [prx02] at time 11:34:26.786713 duration_in_ms=1.691
2018-02-09 11:34:26,786 [salt.state       ][INFO    ][2397] Running state [prx02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.786958
2018-02-09 11:34:26,787 [salt.state       ][INFO    ][2397] Executing state host.present for prx02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,788 [salt.state       ][INFO    ][2397] {'host': 'prx02.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,788 [salt.state       ][INFO    ][2397] Completed state [prx02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.788336 duration_in_ms=1.378
2018-02-09 11:34:26,788 [salt.state       ][INFO    ][2397] Running state [msg02] at time 11:34:26.788587
2018-02-09 11:34:26,788 [salt.state       ][INFO    ][2397] Executing state host.present for msg02
2018-02-09 11:34:26,789 [salt.state       ][INFO    ][2397] {'host': 'msg02'}
2018-02-09 11:34:26,790 [salt.state       ][INFO    ][2397] Completed state [msg02] at time 11:34:26.790009 duration_in_ms=1.422
2018-02-09 11:34:26,790 [salt.state       ][INFO    ][2397] Running state [msg02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.790260
2018-02-09 11:34:26,790 [salt.state       ][INFO    ][2397] Executing state host.present for msg02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,791 [salt.state       ][INFO    ][2397] {'host': 'msg02.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,791 [salt.state       ][INFO    ][2397] Completed state [msg02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.791696 duration_in_ms=1.436
2018-02-09 11:34:26,791 [salt.state       ][INFO    ][2397] Running state [msg03] at time 11:34:26.791946
2018-02-09 11:34:26,792 [salt.state       ][INFO    ][2397] Executing state host.present for msg03
2018-02-09 11:34:26,793 [salt.state       ][INFO    ][2397] {'host': 'msg03'}
2018-02-09 11:34:26,793 [salt.state       ][INFO    ][2397] Completed state [msg03] at time 11:34:26.793343 duration_in_ms=1.397
2018-02-09 11:34:26,793 [salt.state       ][INFO    ][2397] Running state [msg03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.793587
2018-02-09 11:34:26,794 [salt.state       ][INFO    ][2397] Executing state host.present for msg03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,795 [salt.state       ][INFO    ][2397] {'host': 'msg03.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,795 [salt.state       ][INFO    ][2397] Completed state [msg03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.795436 duration_in_ms=1.849
2018-02-09 11:34:26,795 [salt.state       ][INFO    ][2397] Running state [msg01] at time 11:34:26.795695
2018-02-09 11:34:26,795 [salt.state       ][INFO    ][2397] Executing state host.present for msg01
2018-02-09 11:34:26,796 [salt.state       ][INFO    ][2397] {'host': 'msg01'}
2018-02-09 11:34:26,797 [salt.state       ][INFO    ][2397] Completed state [msg01] at time 11:34:26.797110 duration_in_ms=1.415
2018-02-09 11:34:26,797 [salt.state       ][INFO    ][2397] Running state [msg01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.797370
2018-02-09 11:34:26,797 [salt.state       ][INFO    ][2397] Executing state host.present for msg01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,798 [salt.state       ][INFO    ][2397] {'host': 'msg01.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,799 [salt.state       ][INFO    ][2397] Completed state [msg01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.799125 duration_in_ms=1.755
2018-02-09 11:34:26,799 [salt.state       ][INFO    ][2397] Running state [msg] at time 11:34:26.799375
2018-02-09 11:34:26,799 [salt.state       ][INFO    ][2397] Executing state host.present for msg
2018-02-09 11:34:26,800 [salt.state       ][INFO    ][2397] {'host': 'msg'}
2018-02-09 11:34:26,800 [salt.state       ][INFO    ][2397] Completed state [msg] at time 11:34:26.800793 duration_in_ms=1.418
2018-02-09 11:34:26,801 [salt.state       ][INFO    ][2397] Running state [msg.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.801041
2018-02-09 11:34:26,801 [salt.state       ][INFO    ][2397] Executing state host.present for msg.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,802 [salt.state       ][INFO    ][2397] {'host': 'msg.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,802 [salt.state       ][INFO    ][2397] Completed state [msg.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.802522 duration_in_ms=1.481
2018-02-09 11:34:26,802 [salt.state       ][INFO    ][2397] Running state [cfg01] at time 11:34:26.802777
2018-02-09 11:34:26,803 [salt.state       ][INFO    ][2397] Executing state host.present for cfg01
2018-02-09 11:34:26,803 [salt.state       ][INFO    ][2397] Host cfg01 (192.168.10.100) already present
2018-02-09 11:34:26,803 [salt.state       ][INFO    ][2397] Completed state [cfg01] at time 11:34:26.803608 duration_in_ms=0.832
2018-02-09 11:34:26,803 [salt.state       ][INFO    ][2397] Running state [cfg01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.803837
2018-02-09 11:34:26,804 [salt.state       ][INFO    ][2397] Executing state host.present for cfg01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,804 [salt.state       ][INFO    ][2397] Host cfg01.mcp-pike-ovs-dpdk-ha.local (192.168.10.100) already present
2018-02-09 11:34:26,804 [salt.state       ][INFO    ][2397] Completed state [cfg01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.804675 duration_in_ms=0.838
2018-02-09 11:34:26,804 [salt.state       ][INFO    ][2397] Running state [cmp002] at time 11:34:26.804907
2018-02-09 11:34:26,805 [salt.state       ][INFO    ][2397] Executing state host.present for cmp002
2018-02-09 11:34:26,806 [salt.state       ][INFO    ][2397] {'host': 'cmp002'}
2018-02-09 11:34:26,806 [salt.state       ][INFO    ][2397] Completed state [cmp002] at time 11:34:26.806370 duration_in_ms=1.463
2018-02-09 11:34:26,806 [salt.state       ][INFO    ][2397] Running state [cmp002.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.806615
2018-02-09 11:34:26,806 [salt.state       ][INFO    ][2397] Executing state host.present for cmp002.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,807 [salt.state       ][INFO    ][2397] {'host': 'cmp002.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,808 [salt.state       ][INFO    ][2397] Completed state [cmp002.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.808078 duration_in_ms=1.462
2018-02-09 11:34:26,808 [salt.state       ][INFO    ][2397] Running state [cmp001] at time 11:34:26.808334
2018-02-09 11:34:26,808 [salt.state       ][INFO    ][2397] Executing state host.present for cmp001
2018-02-09 11:34:26,809 [salt.state       ][INFO    ][2397] {'host': 'cmp001'}
2018-02-09 11:34:26,810 [salt.state       ][INFO    ][2397] Completed state [cmp001] at time 11:34:26.810401 duration_in_ms=2.067
2018-02-09 11:34:26,810 [salt.state       ][INFO    ][2397] Running state [cmp001.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.810652
2018-02-09 11:34:26,810 [salt.state       ][INFO    ][2397] Executing state host.present for cmp001.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,811 [salt.state       ][INFO    ][2397] {'host': 'cmp001.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,812 [salt.state       ][INFO    ][2397] Completed state [cmp001.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.812166 duration_in_ms=1.514
2018-02-09 11:34:26,812 [salt.state       ][INFO    ][2397] Running state [dbs01] at time 11:34:26.812415
2018-02-09 11:34:26,812 [salt.state       ][INFO    ][2397] Executing state host.present for dbs01
2018-02-09 11:34:26,813 [salt.state       ][INFO    ][2397] {'host': 'dbs01'}
2018-02-09 11:34:26,814 [salt.state       ][INFO    ][2397] Completed state [dbs01] at time 11:34:26.814080 duration_in_ms=1.664
2018-02-09 11:34:26,814 [salt.state       ][INFO    ][2397] Running state [dbs01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.814321
2018-02-09 11:34:26,814 [salt.state       ][INFO    ][2397] Executing state host.present for dbs01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,815 [salt.state       ][INFO    ][2397] {'host': 'dbs01.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,815 [salt.state       ][INFO    ][2397] Completed state [dbs01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.815825 duration_in_ms=1.503
2018-02-09 11:34:26,816 [salt.state       ][INFO    ][2397] Running state [dbs02] at time 11:34:26.816076
2018-02-09 11:34:26,816 [salt.state       ][INFO    ][2397] Executing state host.present for dbs02
2018-02-09 11:34:26,817 [salt.state       ][INFO    ][2397] {'host': 'dbs02'}
2018-02-09 11:34:26,817 [salt.state       ][INFO    ][2397] Completed state [dbs02] at time 11:34:26.817553 duration_in_ms=1.477
2018-02-09 11:34:26,818 [salt.state       ][INFO    ][2397] Running state [dbs02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.818096
2018-02-09 11:34:26,818 [salt.state       ][INFO    ][2397] Executing state host.present for dbs02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,819 [salt.state       ][INFO    ][2397] {'host': 'dbs02.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,819 [salt.state       ][INFO    ][2397] Completed state [dbs02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.819615 duration_in_ms=1.519
2018-02-09 11:34:26,819 [salt.state       ][INFO    ][2397] Running state [dbs03] at time 11:34:26.819874
2018-02-09 11:34:26,820 [salt.state       ][INFO    ][2397] Executing state host.present for dbs03
2018-02-09 11:34:26,821 [salt.state       ][INFO    ][2397] {'host': 'dbs03'}
2018-02-09 11:34:26,821 [salt.state       ][INFO    ][2397] Completed state [dbs03] at time 11:34:26.821374 duration_in_ms=1.5
2018-02-09 11:34:26,821 [salt.state       ][INFO    ][2397] Running state [dbs03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.821632
2018-02-09 11:34:26,822 [salt.state       ][INFO    ][2397] Executing state host.present for dbs03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,823 [salt.state       ][INFO    ][2397] {'host': 'dbs03.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,823 [salt.state       ][INFO    ][2397] Completed state [dbs03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.823641 duration_in_ms=2.009
2018-02-09 11:34:26,823 [salt.state       ][INFO    ][2397] Running state [mas01] at time 11:34:26.823895
2018-02-09 11:34:26,824 [salt.state       ][INFO    ][2397] Executing state host.present for mas01
2018-02-09 11:34:26,825 [salt.state       ][INFO    ][2397] {'host': 'mas01'}
2018-02-09 11:34:26,825 [salt.state       ][INFO    ][2397] Completed state [mas01] at time 11:34:26.825409 duration_in_ms=1.514
2018-02-09 11:34:26,825 [salt.state       ][INFO    ][2397] Running state [mas01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.825662
2018-02-09 11:34:26,826 [salt.state       ][INFO    ][2397] Executing state host.present for mas01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,827 [salt.state       ][INFO    ][2397] {'host': 'mas01.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,827 [salt.state       ][INFO    ][2397] Completed state [mas01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.827521 duration_in_ms=1.858
2018-02-09 11:34:26,827 [salt.state       ][INFO    ][2397] Running state [ctl02] at time 11:34:26.827771
2018-02-09 11:34:26,828 [salt.state       ][INFO    ][2397] Executing state host.present for ctl02
2018-02-09 11:34:26,829 [salt.state       ][INFO    ][2397] {'host': 'ctl02'}
2018-02-09 11:34:26,829 [salt.state       ][INFO    ][2397] Completed state [ctl02] at time 11:34:26.829424 duration_in_ms=1.653
2018-02-09 11:34:26,829 [salt.state       ][INFO    ][2397] Running state [ctl02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.829670
2018-02-09 11:34:26,829 [salt.state       ][INFO    ][2397] Executing state host.present for ctl02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,831 [salt.state       ][INFO    ][2397] {'host': 'ctl02.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,831 [salt.state       ][INFO    ][2397] Completed state [ctl02.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.831236 duration_in_ms=1.566
2018-02-09 11:34:26,831 [salt.state       ][INFO    ][2397] Running state [ctl03] at time 11:34:26.831492
2018-02-09 11:34:26,831 [salt.state       ][INFO    ][2397] Executing state host.present for ctl03
2018-02-09 11:34:26,832 [salt.state       ][INFO    ][2397] {'host': 'ctl03'}
2018-02-09 11:34:26,833 [salt.state       ][INFO    ][2397] Completed state [ctl03] at time 11:34:26.833020 duration_in_ms=1.528
2018-02-09 11:34:26,833 [salt.state       ][INFO    ][2397] Running state [ctl03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.833266
2018-02-09 11:34:26,833 [salt.state       ][INFO    ][2397] Executing state host.present for ctl03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,835 [salt.state       ][INFO    ][2397] {'host': 'ctl03.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,835 [salt.state       ][INFO    ][2397] Completed state [ctl03.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.835650 duration_in_ms=2.384
2018-02-09 11:34:26,835 [salt.state       ][INFO    ][2397] Running state [ctl01] at time 11:34:26.835901
2018-02-09 11:34:26,836 [salt.state       ][INFO    ][2397] Executing state host.present for ctl01
2018-02-09 11:34:26,837 [salt.state       ][INFO    ][2397] {'host': 'ctl01'}
2018-02-09 11:34:26,837 [salt.state       ][INFO    ][2397] Completed state [ctl01] at time 11:34:26.837452 duration_in_ms=1.551
2018-02-09 11:34:26,837 [salt.state       ][INFO    ][2397] Running state [ctl01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.837700
2018-02-09 11:34:26,837 [salt.state       ][INFO    ][2397] Executing state host.present for ctl01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,839 [salt.state       ][INFO    ][2397] {'host': 'ctl01.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,839 [salt.state       ][INFO    ][2397] Completed state [ctl01.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.839301 duration_in_ms=1.601
2018-02-09 11:34:26,839 [salt.state       ][INFO    ][2397] Running state [ctl] at time 11:34:26.839548
2018-02-09 11:34:26,839 [salt.state       ][INFO    ][2397] Executing state host.present for ctl
2018-02-09 11:34:26,840 [salt.state       ][INFO    ][2397] {'host': 'ctl'}
2018-02-09 11:34:26,841 [salt.state       ][INFO    ][2397] Completed state [ctl] at time 11:34:26.841130 duration_in_ms=1.582
2018-02-09 11:34:26,841 [salt.state       ][INFO    ][2397] Running state [ctl.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.841380
2018-02-09 11:34:26,841 [salt.state       ][INFO    ][2397] Executing state host.present for ctl.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:34:26,843 [salt.state       ][INFO    ][2397] {'host': 'ctl.mcp-pike-ovs-dpdk-ha.local'}
2018-02-09 11:34:26,843 [salt.state       ][INFO    ][2397] Completed state [ctl.mcp-pike-ovs-dpdk-ha.local] at time 11:34:26.843325 duration_in_ms=1.945
2018-02-09 11:34:26,843 [salt.state       ][INFO    ][2397] Running state [/etc/network/interfaces.d/50-cloud-init.cfg] at time 11:34:26.843587
2018-02-09 11:34:26,843 [salt.state       ][INFO    ][2397] Executing state file.absent for /etc/network/interfaces.d/50-cloud-init.cfg
2018-02-09 11:34:26,844 [salt.state       ][INFO    ][2397] {'removed': '/etc/network/interfaces.d/50-cloud-init.cfg'}
2018-02-09 11:34:26,844 [salt.state       ][INFO    ][2397] Completed state [/etc/network/interfaces.d/50-cloud-init.cfg] at time 11:34:26.844419 duration_in_ms=0.832
2018-02-09 11:34:26,854 [salt.state       ][INFO    ][2397] Running state [ens2] at time 11:34:26.854569
2018-02-09 11:34:26,854 [salt.state       ][INFO    ][2397] Executing state network.managed for ens2
2018-02-09 11:34:27,010 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['ifdown', 'ens2'] in directory '/root'
2018-02-09 11:34:28,157 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['ifup', 'ens2'] in directory '/root'
2018-02-09 11:34:29,398 [salt.state       ][INFO    ][2397] {'interface': 'Added network interface.', 'status': 'Interface ens2 restart to validate'}
2018-02-09 11:34:29,398 [salt.state       ][INFO    ][2397] Completed state [ens2] at time 11:34:29.398733 duration_in_ms=2544.163
2018-02-09 11:34:29,399 [salt.state       ][INFO    ][2397] Running state [ens3] at time 11:34:29.399207
2018-02-09 11:34:29,399 [salt.state       ][INFO    ][2397] Executing state network.managed for ens3
2018-02-09 11:34:29,432 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['ifup', 'ens3'] in directory '/root'
2018-02-09 11:34:29,631 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113430941232
2018-02-09 11:34:29,649 [salt.minion      ][INFO    ][6234] Starting a new job with PID 6234
2018-02-09 11:34:29,674 [salt.minion      ][INFO    ][6234] Returning information for job: 20180209113430941232
2018-02-09 11:34:30,234 [salt.state       ][INFO    ][2397] {'interface': 'Added network interface.', 'status': 'Interface ens3 is up'}
2018-02-09 11:34:30,235 [salt.state       ][INFO    ][2397] Completed state [ens3] at time 11:34:30.235742 duration_in_ms=836.533
2018-02-09 11:34:30,236 [salt.state       ][INFO    ][2397] Running state [/etc/profile.d/proxy.sh] at time 11:34:30.236419
2018-02-09 11:34:30,237 [salt.state       ][INFO    ][2397] Executing state file.absent for /etc/profile.d/proxy.sh
2018-02-09 11:34:30,238 [salt.state       ][INFO    ][2397] File /etc/profile.d/proxy.sh is not present
2018-02-09 11:34:30,238 [salt.state       ][INFO    ][2397] Completed state [/etc/profile.d/proxy.sh] at time 11:34:30.238620 duration_in_ms=2.201
2018-02-09 11:34:30,239 [salt.state       ][INFO    ][2397] Running state [/etc/apt/apt.conf.d/95proxies] at time 11:34:30.239125
2018-02-09 11:34:30,239 [salt.state       ][INFO    ][2397] Executing state file.absent for /etc/apt/apt.conf.d/95proxies
2018-02-09 11:34:30,240 [salt.state       ][INFO    ][2397] File /etc/apt/apt.conf.d/95proxies is not present
2018-02-09 11:34:30,240 [salt.state       ][INFO    ][2397] Completed state [/etc/apt/apt.conf.d/95proxies] at time 11:34:30.240638 duration_in_ms=1.513
2018-02-09 11:34:30,243 [salt.state       ][INFO    ][2397] Running state [ntp] at time 11:34:30.243495
2018-02-09 11:34:30,244 [salt.state       ][INFO    ][2397] Executing state pkg.installed for ntp
2018-02-09 11:34:30,575 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-02-09 11:34:30,606 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'ntp'] in directory '/root'
2018-02-09 11:34:33,968 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:34:34,021 [salt.state       ][INFO    ][2397] Made the following changes:
'ntp' changed from 'absent' to '1:4.2.8p4+dfsg-3ubuntu5.7'
'libopts25' changed from 'absent' to '1:5.18.7-3'

2018-02-09 11:34:34,042 [salt.state       ][INFO    ][2397] Loading fresh modules for state activity
2018-02-09 11:34:34,074 [salt.state       ][INFO    ][2397] Completed state [ntp] at time 11:34:34.074548 duration_in_ms=3831.052
2018-02-09 11:34:34,078 [salt.state       ][INFO    ][2397] Running state [/etc/ntp.conf] at time 11:34:34.078681
2018-02-09 11:34:34,079 [salt.state       ][INFO    ][2397] Executing state file.managed for /etc/ntp.conf
2018-02-09 11:34:34,110 [salt.fileclient  ][INFO    ][2397] Fetching file from saltenv 'base', ** done ** 'ntp/files/ntp.conf'
2018-02-09 11:34:34,165 [salt.state       ][INFO    ][2397] File changed:
--- 
+++ 
@@ -1,66 +1,24 @@
-# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
 
-driftfile /var/lib/ntp/ntp.drift
 
-# Enable this if you want statistics to be logged.
-#statsdir /var/log/ntpstats/
+# ntpd will only synchronize your clock.
 
-statistics loopstats peerstats clockstats
-filegen loopstats file loopstats type day enable
-filegen peerstats file peerstats type day enable
-filegen clockstats file clockstats type day enable
+# For details, see:
+# - the ntp.conf man page
+# - http://support.ntp.org/bin/view/Support/GettingStarted
+# - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon
 
-# Specify one or more NTP servers.
+# Associate to cloud NTP pool servers
+server 1.pool.ntp.org iburst
+server 0.pool.ntp.org
 
-# Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board
-# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
-# more information.
-pool 0.ubuntu.pool.ntp.org iburst
-pool 1.ubuntu.pool.ntp.org iburst
-pool 2.ubuntu.pool.ntp.org iburst
-pool 3.ubuntu.pool.ntp.org iburst
-
-# Use Ubuntu's ntp server as a fallback.
-pool ntp.ubuntu.com
-
-# Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for
-# details.  The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions>
-# might also be helpful.
-#
-# Note that "restrict" applies to both servers and clients, so a configuration
-# that might be intended to block requests from certain clients could also end
-# up blocking replies from your own upstream servers.
-
-# By default, exchange time with everybody, but don't allow configuration.
-restrict -4 default kod notrap nomodify nopeer noquery limited
-restrict -6 default kod notrap nomodify nopeer noquery limited
-
-# Local users may interrogate the ntp server more closely.
+# Only allow read-only access from localhost
+restrict default noquery nopeer
 restrict 127.0.0.1
 restrict ::1
 
-# Needed for adding pool entries
-restrict source notrap nomodify noquery
-
-# Clients from this (example!) subnet have unlimited access, but only if
-# cryptographically authenticated.
-#restrict 192.168.123.0 mask 255.255.255.0 notrust
+# mode7 is required for collectd monitoring
 
 
-# If you want to provide time to your local subnet, change the next line.
-# (Again, the address is an example only.)
-#broadcast 192.168.123.255
-
-# If you want to listen to time broadcasts on your local subnet, de-comment the
-# next lines.  Please do this only if you trust everybody on the network!
-#disable auth
-#broadcastclient
-
-#Changes recquired to use pps synchonisation as explained in documentation:
-#http://www.ntp.org/ntpfaq/NTP-s-config-adv.htm#AEN3918
-
-#server 127.127.8.1 mode 135 prefer    # Meinberg GPS167 with PPS
-#fudge 127.127.8.1 time1 0.0042        # relative to PPS for my hardware
-
-#server 127.127.22.1                   # ATOM(PPS)
-#fudge 127.127.22.1 flag3 1            # enable PPS API
+# Location of drift file
+driftfile /var/lib/ntp/ntp.drift
+logfile /var/log/ntp.log

2018-02-09 11:34:34,165 [salt.state       ][INFO    ][2397] Completed state [/etc/ntp.conf] at time 11:34:34.165612 duration_in_ms=86.93
2018-02-09 11:34:34,291 [salt.state       ][INFO    ][2397] Running state [ntp] at time 11:34:34.291502
2018-02-09 11:34:34,291 [salt.state       ][INFO    ][2397] Executing state service.running for ntp
2018-02-09 11:34:34,294 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'status', 'ntp.service', '-n', '0'] in directory '/root'
2018-02-09 11:34:34,316 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2018-02-09 11:34:34,336 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2018-02-09 11:34:34,359 [salt.state       ][INFO    ][2397] The service ntp is already running
2018-02-09 11:34:34,359 [salt.state       ][INFO    ][2397] Completed state [ntp] at time 11:34:34.359839 duration_in_ms=68.337
2018-02-09 11:34:34,360 [salt.state       ][INFO    ][2397] Running state [ntp] at time 11:34:34.360185
2018-02-09 11:34:34,360 [salt.state       ][INFO    ][2397] Executing state service.mod_watch for ntp
2018-02-09 11:34:34,361 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2018-02-09 11:34:34,382 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2018-02-09 11:34:34,403 [salt.loaded.int.module.cmdmod][INFO    ][2397] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'ntp.service'] in directory '/root'
2018-02-09 11:34:34,514 [salt.state       ][INFO    ][2397] {'ntp': True}
2018-02-09 11:34:34,515 [salt.state       ][INFO    ][2397] Completed state [ntp] at time 11:34:34.515431 duration_in_ms=155.245
2018-02-09 11:34:34,523 [salt.minion      ][INFO    ][2397] Returning information for job: 20180209113350580300
2018-02-09 11:35:00,550 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command state.apply with jid 20180209113501859886
2018-02-09 11:35:00,576 [salt.minion      ][INFO    ][7131] Starting a new job with PID 7131
2018-02-09 11:35:03,799 [salt.state       ][INFO    ][7131] Loading fresh modules for state activity
2018-02-09 11:35:07,332 [salt.state       ][INFO    ][7131] Running state [/etc/environment] at time 11:35:07.332842
2018-02-09 11:35:07,333 [salt.state       ][INFO    ][7131] Executing state file.blockreplace for /etc/environment
2018-02-09 11:35:07,341 [salt.state       ][INFO    ][7131] File changed:
--- 
+++ 
@@ -1,3 +1,4 @@
 PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
 # SALT MANAGED VARIABLES - DO NOT EDIT - START
+# 
 # # SALT MANAGED VARIABLES - END

2018-02-09 11:35:07,342 [salt.state       ][INFO    ][7131] Completed state [/etc/environment] at time 11:35:07.342133 duration_in_ms=9.291
2018-02-09 11:35:07,342 [salt.state       ][INFO    ][7131] Running state [/etc/profile.d] at time 11:35:07.342403
2018-02-09 11:35:07,342 [salt.state       ][INFO    ][7131] Executing state file.directory for /etc/profile.d
2018-02-09 11:35:07,343 [salt.state       ][INFO    ][7131] Directory /etc/profile.d is in the correct state
2018-02-09 11:35:07,344 [salt.state       ][INFO    ][7131] Completed state [/etc/profile.d] at time 11:35:07.344100 duration_in_ms=1.696
2018-02-09 11:35:07,851 [salt.state       ][INFO    ][7131] Running state [/etc/apt/apt.conf.d/99compression-workaround-salt] at time 11:35:07.850983
2018-02-09 11:35:07,851 [salt.state       ][INFO    ][7131] Executing state file.managed for /etc/apt/apt.conf.d/99compression-workaround-salt
2018-02-09 11:35:07,879 [salt.state       ][INFO    ][7131] File /etc/apt/apt.conf.d/99compression-workaround-salt is in the correct state
2018-02-09 11:35:07,879 [salt.state       ][INFO    ][7131] Completed state [/etc/apt/apt.conf.d/99compression-workaround-salt] at time 11:35:07.879318 duration_in_ms=28.335
2018-02-09 11:35:07,879 [salt.state       ][INFO    ][7131] Running state [/etc/apt/apt.conf.d/99prefer_ipv4-salt] at time 11:35:07.879594
2018-02-09 11:35:07,879 [salt.state       ][INFO    ][7131] Executing state file.managed for /etc/apt/apt.conf.d/99prefer_ipv4-salt
2018-02-09 11:35:07,901 [salt.state       ][INFO    ][7131] File /etc/apt/apt.conf.d/99prefer_ipv4-salt is in the correct state
2018-02-09 11:35:07,902 [salt.state       ][INFO    ][7131] Completed state [/etc/apt/apt.conf.d/99prefer_ipv4-salt] at time 11:35:07.902436 duration_in_ms=22.841
2018-02-09 11:35:07,903 [salt.state       ][INFO    ][7131] Running state [linux_repo_prereq_pkgs] at time 11:35:07.903663
2018-02-09 11:35:07,903 [salt.state       ][INFO    ][7131] Executing state pkg.installed for linux_repo_prereq_pkgs
2018-02-09 11:35:07,904 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:35:08,350 [salt.state       ][INFO    ][7131] All specified packages are already installed
2018-02-09 11:35:08,351 [salt.state       ][INFO    ][7131] Completed state [linux_repo_prereq_pkgs] at time 11:35:08.351031 duration_in_ms=447.368
2018-02-09 11:35:08,351 [salt.state       ][INFO    ][7131] Running state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 11:35:08.351347
2018-02-09 11:35:08,351 [salt.state       ][INFO    ][7131] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mk_openstack
2018-02-09 11:35:08,352 [salt.state       ][INFO    ][7131] File /etc/apt/apt.conf.d/99proxies-salt-mk_openstack is not present
2018-02-09 11:35:08,352 [salt.state       ][INFO    ][7131] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 11:35:08.352256 duration_in_ms=0.909
2018-02-09 11:35:08,352 [salt.state       ][INFO    ][7131] Running state [/etc/apt/preferences.d/mk_openstack] at time 11:35:08.352480
2018-02-09 11:35:08,352 [salt.state       ][INFO    ][7131] Executing state file.managed for /etc/apt/preferences.d/mk_openstack
2018-02-09 11:35:08,455 [salt.state       ][INFO    ][7131] File /etc/apt/preferences.d/mk_openstack is in the correct state
2018-02-09 11:35:08,456 [salt.state       ][INFO    ][7131] Completed state [/etc/apt/preferences.d/mk_openstack] at time 11:35:08.456080 duration_in_ms=103.6
2018-02-09 11:35:08,457 [salt.state       ][INFO    ][7131] Running state [curl -s http://apt.mirantis.com/public.gpg | apt-key add -] at time 11:35:08.457292
2018-02-09 11:35:08,457 [salt.state       ][INFO    ][7131] Executing state cmd.run for curl -s http://apt.mirantis.com/public.gpg | apt-key add -
2018-02-09 11:35:08,458 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'curl -s http://apt.mirantis.com/public.gpg | apt-key add -' in directory '/root'
2018-02-09 11:35:08,614 [salt.state       ][INFO    ][7131] {'pid': 7193, 'retcode': 0, 'stderr': '', 'stdout': 'OK'}
2018-02-09 11:35:08,614 [salt.state       ][INFO    ][7131] Completed state [curl -s http://apt.mirantis.com/public.gpg | apt-key add -] at time 11:35:08.614755 duration_in_ms=157.462
2018-02-09 11:35:08,620 [salt.state       ][INFO    ][7131] Running state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 11:35:08.620701
2018-02-09 11:35:08,621 [salt.state       ][INFO    ][7131] Executing state pkgrepo.managed for deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike
2018-02-09 11:35:08,679 [salt.state       ][INFO    ][7131] Package repo 'deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike' already configured
2018-02-09 11:35:08,680 [salt.state       ][INFO    ][7131] Completed state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 11:35:08.680219 duration_in_ms=59.518
2018-02-09 11:35:08,680 [salt.state       ][INFO    ][7131] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 11:35:08.680497
2018-02-09 11:35:08,680 [salt.state       ][INFO    ][7131] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack
2018-02-09 11:35:08,681 [salt.state       ][INFO    ][7131] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack is not present
2018-02-09 11:35:08,681 [salt.state       ][INFO    ][7131] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 11:35:08.681358 duration_in_ms=0.861
2018-02-09 11:35:08,681 [salt.state       ][INFO    ][7131] Running state [/etc/apt/preferences.d/mirantis_openstack] at time 11:35:08.681605
2018-02-09 11:35:08,681 [salt.state       ][INFO    ][7131] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack
2018-02-09 11:35:08,791 [salt.state       ][INFO    ][7131] File /etc/apt/preferences.d/mirantis_openstack is in the correct state
2018-02-09 11:35:08,792 [salt.state       ][INFO    ][7131] Completed state [/etc/apt/preferences.d/mirantis_openstack] at time 11:35:08.792003 duration_in_ms=110.398
2018-02-09 11:35:08,792 [salt.state       ][INFO    ][7131] Running state [curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -] at time 11:35:08.792255
2018-02-09 11:35:08,792 [salt.state       ][INFO    ][7131] Executing state cmd.run for curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -
2018-02-09 11:35:08,793 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -' in directory '/root'
2018-02-09 11:35:08,941 [salt.state       ][INFO    ][7131] {'pid': 7308, 'retcode': 0, 'stderr': '', 'stdout': 'OK'}
2018-02-09 11:35:08,941 [salt.state       ][INFO    ][7131] Completed state [curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -] at time 11:35:08.941607 duration_in_ms=149.351
2018-02-09 11:35:08,944 [salt.state       ][INFO    ][7131] Running state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 11:35:08.943975
2018-02-09 11:35:08,944 [salt.state       ][INFO    ][7131] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main
2018-02-09 11:35:09,040 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-02-09 11:35:10,647 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113511956231
2018-02-09 11:35:10,669 [salt.minion      ][INFO    ][7799] Starting a new job with PID 7799
2018-02-09 11:35:10,688 [salt.minion      ][INFO    ][7799] Returning information for job: 20180209113511956231
2018-02-09 11:35:12,859 [salt.state       ][INFO    ][7131] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main'
2018-02-09 11:35:12,860 [salt.state       ][INFO    ][7131] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 11:35:12.860127 duration_in_ms=3916.151
2018-02-09 11:35:12,860 [salt.state       ][INFO    ][7131] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 11:35:12.860802
2018-02-09 11:35:12,861 [salt.state       ][INFO    ][7131] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca
2018-02-09 11:35:12,862 [salt.state       ][INFO    ][7131] File /etc/apt/apt.conf.d/99proxies-salt-uca is not present
2018-02-09 11:35:12,862 [salt.state       ][INFO    ][7131] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 11:35:12.862651 duration_in_ms=1.849
2018-02-09 11:35:12,863 [salt.state       ][INFO    ][7131] Running state [/etc/apt/preferences.d/uca] at time 11:35:12.863136
2018-02-09 11:35:12,863 [salt.state       ][INFO    ][7131] Executing state file.absent for /etc/apt/preferences.d/uca
2018-02-09 11:35:12,864 [salt.state       ][INFO    ][7131] File /etc/apt/preferences.d/uca is not present
2018-02-09 11:35:12,864 [salt.state       ][INFO    ][7131] Completed state [/etc/apt/preferences.d/uca] at time 11:35:12.864559 duration_in_ms=1.424
2018-02-09 11:35:12,865 [salt.state       ][INFO    ][7131] Running state [apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA] at time 11:35:12.865025
2018-02-09 11:35:12,865 [salt.state       ][INFO    ][7131] Executing state cmd.run for apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA
2018-02-09 11:35:12,867 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA' in directory '/root'
2018-02-09 11:35:13,269 [salt.state       ][INFO    ][7131] {'pid': 7808, 'retcode': 0, 'stderr': 'gpg: requesting key EC4926EA from hkp server keyserver.ubuntu.com\ngpg: key EC4926EA: "Canonical Cloud Archive Signing Key <ftpmaster@canonical.com>" not changed\ngpg: Total number processed: 1\ngpg:              unchanged: 1', 'stdout': 'Executing: /tmp/tmp.5Na1bHPOxh/gpg.1.sh --keyserver\nkeyserver.ubuntu.com\n--recv\nEC4926EA'}
2018-02-09 11:35:13,270 [salt.state       ][INFO    ][7131] Completed state [apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA] at time 11:35:13.270546 duration_in_ms=405.519
2018-02-09 11:35:13,273 [salt.state       ][INFO    ][7131] Running state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 11:35:13.273086
2018-02-09 11:35:13,274 [salt.state       ][INFO    ][7131] Executing state pkgrepo.managed for deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main
2018-02-09 11:35:13,371 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-02-09 11:35:17,310 [salt.state       ][INFO    ][7131] Configured package repo 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main'
2018-02-09 11:35:17,311 [salt.state       ][INFO    ][7131] Completed state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 11:35:17.311572 duration_in_ms=4038.485
2018-02-09 11:35:17,312 [salt.state       ][INFO    ][7131] Running state [linux_extra_packages_purged] at time 11:35:17.312226
2018-02-09 11:35:17,312 [salt.state       ][INFO    ][7131] Executing state pkg.purged for linux_extra_packages_purged
2018-02-09 11:35:17,326 [salt.state       ][INFO    ][7131] All specified packages are already absent
2018-02-09 11:35:17,327 [salt.state       ][INFO    ][7131] Completed state [linux_extra_packages_purged] at time 11:35:17.327346 duration_in_ms=15.12
2018-02-09 11:35:17,327 [salt.state       ][INFO    ][7131] Running state [linux_extra_packages_latest] at time 11:35:17.327810
2018-02-09 11:35:17,328 [salt.state       ][INFO    ][7131] Executing state pkg.latest for linux_extra_packages_latest
2018-02-09 11:35:17,341 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['apt-cache', '-q', 'policy', 'mcelog'] in directory '/root'
2018-02-09 11:35:17,396 [salt.state       ][INFO    ][7131] Package mcelog is already up-to-date
2018-02-09 11:35:17,397 [salt.state       ][INFO    ][7131] Completed state [linux_extra_packages_latest] at time 11:35:17.397205 duration_in_ms=69.395
2018-02-09 11:35:17,398 [salt.state       ][INFO    ][7131] Running state [UTC] at time 11:35:17.398744
2018-02-09 11:35:17,399 [salt.state       ][INFO    ][7131] Executing state timezone.system for UTC
2018-02-09 11:35:17,400 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['timedatectl'] in directory '/root'
2018-02-09 11:35:17,440 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['timedatectl'] in directory '/root'
2018-02-09 11:35:17,460 [salt.state       ][INFO    ][7131] Timezone UTC already set, UTC already set to UTC
2018-02-09 11:35:17,461 [salt.state       ][INFO    ][7131] Completed state [UTC] at time 11:35:17.461093 duration_in_ms=62.348
2018-02-09 11:35:17,462 [salt.state       ][INFO    ][7131] Running state [nf_conntrack] at time 11:35:17.462862
2018-02-09 11:35:17,463 [salt.state       ][INFO    ][7131] Executing state kmod.present for nf_conntrack
2018-02-09 11:35:17,464 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'lsmod' in directory '/root'
2018-02-09 11:35:17,481 [salt.state       ][INFO    ][7131] Kernel module nf_conntrack is already present
2018-02-09 11:35:17,481 [salt.state       ][INFO    ][7131] Completed state [nf_conntrack] at time 11:35:17.481590 duration_in_ms=18.727
2018-02-09 11:35:17,482 [salt.state       ][INFO    ][7131] Running state [kernel.panic] at time 11:35:17.482878
2018-02-09 11:35:17,483 [salt.state       ][INFO    ][7131] Executing state sysctl.present for kernel.panic
2018-02-09 11:35:17,497 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,529 [salt.state       ][INFO    ][7131] Sysctl value kernel.panic = 60 is already set
2018-02-09 11:35:17,530 [salt.state       ][INFO    ][7131] Completed state [kernel.panic] at time 11:35:17.530279 duration_in_ms=47.401
2018-02-09 11:35:17,530 [salt.state       ][INFO    ][7131] Running state [net.ipv4.tcp_keepalive_probes] at time 11:35:17.530683
2018-02-09 11:35:17,531 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.tcp_keepalive_probes
2018-02-09 11:35:17,531 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,561 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.tcp_keepalive_probes = 8 is already set
2018-02-09 11:35:17,562 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.tcp_keepalive_probes] at time 11:35:17.562156 duration_in_ms=31.473
2018-02-09 11:35:17,562 [salt.state       ][INFO    ][7131] Running state [fs.file-max] at time 11:35:17.562543
2018-02-09 11:35:17,562 [salt.state       ][INFO    ][7131] Executing state sysctl.present for fs.file-max
2018-02-09 11:35:17,563 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,595 [salt.state       ][INFO    ][7131] Sysctl value fs.file-max = 124165 is already set
2018-02-09 11:35:17,595 [salt.state       ][INFO    ][7131] Completed state [fs.file-max] at time 11:35:17.595507 duration_in_ms=32.963
2018-02-09 11:35:17,596 [salt.state       ][INFO    ][7131] Running state [net.core.somaxconn] at time 11:35:17.595987
2018-02-09 11:35:17,596 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.core.somaxconn
2018-02-09 11:35:17,597 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,631 [salt.state       ][INFO    ][7131] Sysctl value net.core.somaxconn = 4096 is already set
2018-02-09 11:35:17,632 [salt.state       ][INFO    ][7131] Completed state [net.core.somaxconn] at time 11:35:17.632264 duration_in_ms=36.276
2018-02-09 11:35:17,632 [salt.state       ][INFO    ][7131] Running state [net.ipv4.tcp_max_syn_backlog] at time 11:35:17.632714
2018-02-09 11:35:17,633 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.tcp_max_syn_backlog
2018-02-09 11:35:17,633 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,668 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.tcp_max_syn_backlog = 8192 is already set
2018-02-09 11:35:17,668 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.tcp_max_syn_backlog] at time 11:35:17.668433 duration_in_ms=35.718
2018-02-09 11:35:17,668 [salt.state       ][INFO    ][7131] Running state [net.ipv4.tcp_tw_reuse] at time 11:35:17.668855
2018-02-09 11:35:17,669 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.tcp_tw_reuse
2018-02-09 11:35:17,670 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,700 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.tcp_tw_reuse = 1 is already set
2018-02-09 11:35:17,701 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.tcp_tw_reuse] at time 11:35:17.701525 duration_in_ms=32.669
2018-02-09 11:35:17,702 [salt.state       ][INFO    ][7131] Running state [net.ipv4.tcp_congestion_control] at time 11:35:17.702508
2018-02-09 11:35:17,703 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.tcp_congestion_control
2018-02-09 11:35:17,704 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,736 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.tcp_congestion_control = yeah is already set
2018-02-09 11:35:17,737 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.tcp_congestion_control] at time 11:35:17.737248 duration_in_ms=34.74
2018-02-09 11:35:17,738 [salt.state       ][INFO    ][7131] Running state [net.ipv4.tcp_retries2] at time 11:35:17.738510
2018-02-09 11:35:17,739 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.tcp_retries2
2018-02-09 11:35:17,740 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,773 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.tcp_retries2 = 5 is already set
2018-02-09 11:35:17,775 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.tcp_retries2] at time 11:35:17.774984 duration_in_ms=36.473
2018-02-09 11:35:17,775 [salt.state       ][INFO    ][7131] Running state [net.core.netdev_max_backlog] at time 11:35:17.775668
2018-02-09 11:35:17,776 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.core.netdev_max_backlog
2018-02-09 11:35:17,777 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,811 [salt.state       ][INFO    ][7131] Sysctl value net.core.netdev_max_backlog = 261144 is already set
2018-02-09 11:35:17,812 [salt.state       ][INFO    ][7131] Completed state [net.core.netdev_max_backlog] at time 11:35:17.811930 duration_in_ms=36.261
2018-02-09 11:35:17,812 [salt.state       ][INFO    ][7131] Running state [net.ipv4.tcp_slow_start_after_idle] at time 11:35:17.812596
2018-02-09 11:35:17,813 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.tcp_slow_start_after_idle
2018-02-09 11:35:17,814 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,847 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.tcp_slow_start_after_idle = 0 is already set
2018-02-09 11:35:17,848 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.tcp_slow_start_after_idle] at time 11:35:17.848577 duration_in_ms=35.981
2018-02-09 11:35:17,849 [salt.state       ][INFO    ][7131] Running state [vm.swappiness] at time 11:35:17.849219
2018-02-09 11:35:17,849 [salt.state       ][INFO    ][7131] Executing state sysctl.present for vm.swappiness
2018-02-09 11:35:17,850 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,881 [salt.state       ][INFO    ][7131] Sysctl value vm.swappiness = 10 is already set
2018-02-09 11:35:17,882 [salt.state       ][INFO    ][7131] Completed state [vm.swappiness] at time 11:35:17.882682 duration_in_ms=33.462
2018-02-09 11:35:17,883 [salt.state       ][INFO    ][7131] Running state [net.ipv4.tcp_keepalive_intvl] at time 11:35:17.883329
2018-02-09 11:35:17,883 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.tcp_keepalive_intvl
2018-02-09 11:35:17,884 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,916 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.tcp_keepalive_intvl = 3 is already set
2018-02-09 11:35:17,917 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.tcp_keepalive_intvl] at time 11:35:17.917387 duration_in_ms=34.058
2018-02-09 11:35:17,918 [salt.state       ][INFO    ][7131] Running state [net.ipv4.neigh.default.gc_thresh1] at time 11:35:17.918658
2018-02-09 11:35:17,919 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh1
2018-02-09 11:35:17,919 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,950 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.neigh.default.gc_thresh1 = 4096 is already set
2018-02-09 11:35:17,951 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.neigh.default.gc_thresh1] at time 11:35:17.951354 duration_in_ms=32.696
2018-02-09 11:35:17,951 [salt.state       ][INFO    ][7131] Running state [net.ipv4.neigh.default.gc_thresh2] at time 11:35:17.951775
2018-02-09 11:35:17,952 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh2
2018-02-09 11:35:17,952 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:17,984 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.neigh.default.gc_thresh2 = 8192 is already set
2018-02-09 11:35:17,985 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.neigh.default.gc_thresh2] at time 11:35:17.985089 duration_in_ms=33.314
2018-02-09 11:35:17,985 [salt.state       ][INFO    ][7131] Running state [net.ipv4.neigh.default.gc_thresh3] at time 11:35:17.985572
2018-02-09 11:35:17,986 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh3
2018-02-09 11:35:17,986 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:18,022 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.neigh.default.gc_thresh3 = 16384 is already set
2018-02-09 11:35:18,022 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.neigh.default.gc_thresh3] at time 11:35:18.022788 duration_in_ms=37.215
2018-02-09 11:35:18,023 [salt.state       ][INFO    ][7131] Running state [net.ipv4.tcp_fin_timeout] at time 11:35:18.023226
2018-02-09 11:35:18,023 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.tcp_fin_timeout
2018-02-09 11:35:18,024 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:18,058 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.tcp_fin_timeout = 30 is already set
2018-02-09 11:35:18,058 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.tcp_fin_timeout] at time 11:35:18.058876 duration_in_ms=35.648
2018-02-09 11:35:18,059 [salt.state       ][INFO    ][7131] Running state [net.ipv4.tcp_keepalive_time] at time 11:35:18.059309
2018-02-09 11:35:18,059 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.ipv4.tcp_keepalive_time
2018-02-09 11:35:18,060 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:18,091 [salt.state       ][INFO    ][7131] Sysctl value net.ipv4.tcp_keepalive_time = 30 is already set
2018-02-09 11:35:18,092 [salt.state       ][INFO    ][7131] Completed state [net.ipv4.tcp_keepalive_time] at time 11:35:18.092627 duration_in_ms=33.318
2018-02-09 11:35:18,093 [salt.state       ][INFO    ][7131] Running state [net.nf_conntrack_max] at time 11:35:18.093328
2018-02-09 11:35:18,094 [salt.state       ][INFO    ][7131] Executing state sysctl.present for net.nf_conntrack_max
2018-02-09 11:35:18,095 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'sysctl -a' in directory '/root'
2018-02-09 11:35:18,132 [salt.state       ][INFO    ][7131] Sysctl value net.nf_conntrack_max = 1048576 is already set
2018-02-09 11:35:18,133 [salt.state       ][INFO    ][7131] Completed state [net.nf_conntrack_max] at time 11:35:18.133451 duration_in_ms=40.123
2018-02-09 11:35:18,134 [salt.state       ][INFO    ][7131] Running state [linux_sysfs_package] at time 11:35:18.134751
2018-02-09 11:35:18,135 [salt.state       ][INFO    ][7131] Executing state pkg.installed for linux_sysfs_package
2018-02-09 11:35:18,144 [salt.state       ][INFO    ][7131] All specified packages are already installed
2018-02-09 11:35:18,144 [salt.state       ][INFO    ][7131] Completed state [linux_sysfs_package] at time 11:35:18.144386 duration_in_ms=9.635
2018-02-09 11:35:18,147 [salt.state       ][INFO    ][7131] Running state [/etc/sysfs.d] at time 11:35:18.147149
2018-02-09 11:35:18,147 [salt.state       ][INFO    ][7131] Executing state file.directory for /etc/sysfs.d
2018-02-09 11:35:18,148 [salt.state       ][INFO    ][7131] Directory /etc/sysfs.d is in the correct state
2018-02-09 11:35:18,148 [salt.state       ][INFO    ][7131] Completed state [/etc/sysfs.d] at time 11:35:18.148413 duration_in_ms=1.263
2018-02-09 11:35:18,149 [salt.state       ][INFO    ][7131] Running state [ondemand] at time 11:35:18.149272
2018-02-09 11:35:18,149 [salt.state       ][INFO    ][7131] Executing state service.dead for ondemand
2018-02-09 11:35:18,151 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['systemctl', 'status', 'ondemand.service', '-n', '0'] in directory '/root'
2018-02-09 11:35:18,172 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2018-02-09 11:35:18,188 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-02-09 11:35:18,209 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'runlevel' in directory '/root'
2018-02-09 11:35:18,223 [salt.state       ][INFO    ][7131] The service ondemand is already dead
2018-02-09 11:35:18,224 [salt.state       ][INFO    ][7131] Completed state [ondemand] at time 11:35:18.224025 duration_in_ms=74.752
2018-02-09 11:35:18,225 [salt.state       ][INFO    ][7131] Running state [cs_CZ.UTF-8] at time 11:35:18.225207
2018-02-09 11:35:18,225 [salt.state       ][INFO    ][7131] Executing state locale.present for cs_CZ.UTF-8
2018-02-09 11:35:18,226 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'locale -a' in directory '/root'
2018-02-09 11:35:18,241 [salt.state       ][INFO    ][7131] Locale cs_CZ.UTF-8 is already present
2018-02-09 11:35:18,241 [salt.state       ][INFO    ][7131] Completed state [cs_CZ.UTF-8] at time 11:35:18.241427 duration_in_ms=16.22
2018-02-09 11:35:18,243 [salt.state       ][INFO    ][7131] Running state [en_US.UTF-8] at time 11:35:18.243320
2018-02-09 11:35:18,243 [salt.state       ][INFO    ][7131] Executing state locale.present for en_US.UTF-8
2018-02-09 11:35:18,244 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'locale -a' in directory '/root'
2018-02-09 11:35:18,258 [salt.state       ][INFO    ][7131] Locale en_US.UTF-8 is already present
2018-02-09 11:35:18,259 [salt.state       ][INFO    ][7131] Completed state [en_US.UTF-8] at time 11:35:18.259320 duration_in_ms=15.999
2018-02-09 11:35:18,261 [salt.state       ][INFO    ][7131] Running state [en_US.UTF-8] at time 11:35:18.261767
2018-02-09 11:35:18,262 [salt.state       ][INFO    ][7131] Executing state locale.system for en_US.UTF-8
2018-02-09 11:35:18,263 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'localectl' in directory '/root'
2018-02-09 11:35:18,299 [salt.state       ][INFO    ][7131] System locale en_US.UTF-8 already set
2018-02-09 11:35:18,300 [salt.state       ][INFO    ][7131] Completed state [en_US.UTF-8] at time 11:35:18.300221 duration_in_ms=38.453
2018-02-09 11:35:18,303 [salt.state       ][INFO    ][7131] Running state [root] at time 11:35:18.303089
2018-02-09 11:35:18,303 [salt.state       ][INFO    ][7131] Executing state user.present for root
2018-02-09 11:35:18,305 [salt.state       ][INFO    ][7131] User root is present and up to date
2018-02-09 11:35:18,305 [salt.state       ][INFO    ][7131] Completed state [root] at time 11:35:18.305218 duration_in_ms=2.129
2018-02-09 11:35:18,307 [salt.state       ][INFO    ][7131] Running state [/root] at time 11:35:18.306979
2018-02-09 11:35:18,307 [salt.state       ][INFO    ][7131] Executing state file.directory for /root
2018-02-09 11:35:18,308 [salt.state       ][INFO    ][7131] Directory /root is in the correct state
2018-02-09 11:35:18,308 [salt.state       ][INFO    ][7131] Completed state [/root] at time 11:35:18.308387 duration_in_ms=1.408
2018-02-09 11:35:18,308 [salt.state       ][INFO    ][7131] Running state [/etc/sudoers.d/90-salt-user-root] at time 11:35:18.308689
2018-02-09 11:35:18,308 [salt.state       ][INFO    ][7131] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2018-02-09 11:35:18,309 [salt.state       ][INFO    ][7131] File /etc/sudoers.d/90-salt-user-root is not present
2018-02-09 11:35:18,309 [salt.state       ][INFO    ][7131] Completed state [/etc/sudoers.d/90-salt-user-root] at time 11:35:18.309558 duration_in_ms=0.868
2018-02-09 11:35:18,310 [salt.state       ][INFO    ][7131] Running state [ubuntu] at time 11:35:18.310440
2018-02-09 11:35:18,310 [salt.state       ][INFO    ][7131] Executing state user.present for ubuntu
2018-02-09 11:35:18,311 [salt.state       ][INFO    ][7131] User ubuntu is present and up to date
2018-02-09 11:35:18,312 [salt.state       ][INFO    ][7131] Completed state [ubuntu] at time 11:35:18.311956 duration_in_ms=1.516
2018-02-09 11:35:18,313 [salt.state       ][INFO    ][7131] Running state [/home/ubuntu] at time 11:35:18.313078
2018-02-09 11:35:18,313 [salt.state       ][INFO    ][7131] Executing state file.directory for /home/ubuntu
2018-02-09 11:35:18,315 [salt.state       ][INFO    ][7131] Directory /home/ubuntu is in the correct state
2018-02-09 11:35:18,315 [salt.state       ][INFO    ][7131] Completed state [/home/ubuntu] at time 11:35:18.315269 duration_in_ms=2.191
2018-02-09 11:35:18,316 [salt.state       ][INFO    ][7131] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 11:35:18.316234
2018-02-09 11:35:18,316 [salt.state       ][INFO    ][7131] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2018-02-09 11:35:18,335 [salt.state       ][INFO    ][7131] File /etc/sudoers.d/90-salt-user-ubuntu is in the correct state
2018-02-09 11:35:18,336 [salt.state       ][INFO    ][7131] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 11:35:18.336176 duration_in_ms=19.942
2018-02-09 11:35:18,336 [salt.state       ][INFO    ][7131] Running state [/etc/security/limits.d/90-salt-default.conf] at time 11:35:18.336492
2018-02-09 11:35:18,336 [salt.state       ][INFO    ][7131] Executing state file.managed for /etc/security/limits.d/90-salt-default.conf
2018-02-09 11:35:18,441 [salt.state       ][INFO    ][7131] File /etc/security/limits.d/90-salt-default.conf is in the correct state
2018-02-09 11:35:18,441 [salt.state       ][INFO    ][7131] Completed state [/etc/security/limits.d/90-salt-default.conf] at time 11:35:18.441285 duration_in_ms=104.792
2018-02-09 11:35:18,441 [salt.state       ][INFO    ][7131] Running state [apt-daily.timer] at time 11:35:18.441541
2018-02-09 11:35:18,442 [salt.state       ][INFO    ][7131] Executing state service.dead for apt-daily.timer
2018-02-09 11:35:18,443 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['systemctl', 'status', 'apt-daily.timer', '-n', '0'] in directory '/root'
2018-02-09 11:35:18,466 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['systemctl', 'is-active', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:35:18,482 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['systemctl', 'is-enabled', 'apt-daily.timer'] in directory '/root'
2018-02-09 11:35:18,500 [salt.state       ][INFO    ][7131] The service apt-daily.timer is already dead
2018-02-09 11:35:18,501 [salt.state       ][INFO    ][7131] Completed state [apt-daily.timer] at time 11:35:18.501173 duration_in_ms=59.631
2018-02-09 11:35:18,501 [salt.state       ][INFO    ][7131] Running state [/etc/systemd/system.conf.d/90-salt.conf] at time 11:35:18.501605
2018-02-09 11:35:18,502 [salt.state       ][INFO    ][7131] Executing state file.managed for /etc/systemd/system.conf.d/90-salt.conf
2018-02-09 11:35:18,612 [salt.state       ][INFO    ][7131] File /etc/systemd/system.conf.d/90-salt.conf is in the correct state
2018-02-09 11:35:18,613 [salt.state       ][INFO    ][7131] Completed state [/etc/systemd/system.conf.d/90-salt.conf] at time 11:35:18.613176 duration_in_ms=111.571
2018-02-09 11:35:18,615 [salt.state       ][INFO    ][7131] Running state [service.systemctl_reload] at time 11:35:18.615458
2018-02-09 11:35:18,615 [salt.state       ][INFO    ][7131] Executing state module.wait for service.systemctl_reload
2018-02-09 11:35:18,616 [salt.state       ][INFO    ][7131] No changes made for service.systemctl_reload
2018-02-09 11:35:18,616 [salt.state       ][INFO    ][7131] Completed state [service.systemctl_reload] at time 11:35:18.616165 duration_in_ms=0.707
2018-02-09 11:35:18,616 [salt.state       ][INFO    ][7131] Running state [/etc/hostname] at time 11:35:18.616422
2018-02-09 11:35:18,616 [salt.state       ][INFO    ][7131] Executing state file.managed for /etc/hostname
2018-02-09 11:35:18,631 [salt.state       ][INFO    ][7131] File /etc/hostname is in the correct state
2018-02-09 11:35:18,632 [salt.state       ][INFO    ][7131] Completed state [/etc/hostname] at time 11:35:18.632182 duration_in_ms=15.76
2018-02-09 11:35:18,633 [salt.state       ][INFO    ][7131] Running state [hostname msg01] at time 11:35:18.633049
2018-02-09 11:35:18,633 [salt.state       ][INFO    ][7131] Executing state cmd.wait for hostname msg01
2018-02-09 11:35:18,633 [salt.state       ][INFO    ][7131] No changes made for hostname msg01
2018-02-09 11:35:18,633 [salt.state       ][INFO    ][7131] Completed state [hostname msg01] at time 11:35:18.633798 duration_in_ms=0.75
2018-02-09 11:35:18,634 [salt.state       ][INFO    ][7131] Running state [mdb02] at time 11:35:18.634381
2018-02-09 11:35:18,634 [salt.state       ][INFO    ][7131] Executing state host.present for mdb02
2018-02-09 11:35:18,635 [salt.state       ][INFO    ][7131] Host mdb02 (192.168.10.77) already present
2018-02-09 11:35:18,635 [salt.state       ][INFO    ][7131] Completed state [mdb02] at time 11:35:18.635378 duration_in_ms=0.997
2018-02-09 11:35:18,635 [salt.state       ][INFO    ][7131] Running state [mdb02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.635602
2018-02-09 11:35:18,635 [salt.state       ][INFO    ][7131] Executing state host.present for mdb02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,636 [salt.state       ][INFO    ][7131] Host mdb02.mcp-pike-ovs-dpdk-ha.local (192.168.10.77) already present
2018-02-09 11:35:18,636 [salt.state       ][INFO    ][7131] Completed state [mdb02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.636483 duration_in_ms=0.881
2018-02-09 11:35:18,636 [salt.state       ][INFO    ][7131] Running state [mdb03] at time 11:35:18.636710
2018-02-09 11:35:18,636 [salt.state       ][INFO    ][7131] Executing state host.present for mdb03
2018-02-09 11:35:18,637 [salt.state       ][INFO    ][7131] Host mdb03 (192.168.10.78) already present
2018-02-09 11:35:18,637 [salt.state       ][INFO    ][7131] Completed state [mdb03] at time 11:35:18.637584 duration_in_ms=0.873
2018-02-09 11:35:18,638 [salt.state       ][INFO    ][7131] Running state [mdb03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.638645
2018-02-09 11:35:18,638 [salt.state       ][INFO    ][7131] Executing state host.present for mdb03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,639 [salt.state       ][INFO    ][7131] Host mdb03.mcp-pike-ovs-dpdk-ha.local (192.168.10.78) already present
2018-02-09 11:35:18,639 [salt.state       ][INFO    ][7131] Completed state [mdb03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.639521 duration_in_ms=0.876
2018-02-09 11:35:18,639 [salt.state       ][INFO    ][7131] Running state [mdb01] at time 11:35:18.639745
2018-02-09 11:35:18,639 [salt.state       ][INFO    ][7131] Executing state host.present for mdb01
2018-02-09 11:35:18,640 [salt.state       ][INFO    ][7131] Host mdb01 (192.168.10.76) already present
2018-02-09 11:35:18,640 [salt.state       ][INFO    ][7131] Completed state [mdb01] at time 11:35:18.640605 duration_in_ms=0.86
2018-02-09 11:35:18,640 [salt.state       ][INFO    ][7131] Running state [mdb01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.640831
2018-02-09 11:35:18,641 [salt.state       ][INFO    ][7131] Executing state host.present for mdb01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,641 [salt.state       ][INFO    ][7131] Host mdb01.mcp-pike-ovs-dpdk-ha.local (192.168.10.76) already present
2018-02-09 11:35:18,641 [salt.state       ][INFO    ][7131] Completed state [mdb01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.641696 duration_in_ms=0.865
2018-02-09 11:35:18,641 [salt.state       ][INFO    ][7131] Running state [mdb] at time 11:35:18.641934
2018-02-09 11:35:18,642 [salt.state       ][INFO    ][7131] Executing state host.present for mdb
2018-02-09 11:35:18,642 [salt.state       ][INFO    ][7131] Host mdb (192.168.10.75) already present
2018-02-09 11:35:18,642 [salt.state       ][INFO    ][7131] Completed state [mdb] at time 11:35:18.642816 duration_in_ms=0.882
2018-02-09 11:35:18,643 [salt.state       ][INFO    ][7131] Running state [mdb.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.643038
2018-02-09 11:35:18,643 [salt.state       ][INFO    ][7131] Executing state host.present for mdb.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,643 [salt.state       ][INFO    ][7131] Host mdb.mcp-pike-ovs-dpdk-ha.local (192.168.10.75) already present
2018-02-09 11:35:18,643 [salt.state       ][INFO    ][7131] Completed state [mdb.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.643896 duration_in_ms=0.858
2018-02-09 11:35:18,644 [salt.state       ][INFO    ][7131] Running state [cfg01] at time 11:35:18.644131
2018-02-09 11:35:18,644 [salt.state       ][INFO    ][7131] Executing state host.present for cfg01
2018-02-09 11:35:18,644 [salt.state       ][INFO    ][7131] Host cfg01 (192.168.10.100) already present
2018-02-09 11:35:18,645 [salt.state       ][INFO    ][7131] Completed state [cfg01] at time 11:35:18.644998 duration_in_ms=0.867
2018-02-09 11:35:18,645 [salt.state       ][INFO    ][7131] Running state [cfg01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.645225
2018-02-09 11:35:18,645 [salt.state       ][INFO    ][7131] Executing state host.present for cfg01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,645 [salt.state       ][INFO    ][7131] Host cfg01.mcp-pike-ovs-dpdk-ha.local (192.168.10.100) already present
2018-02-09 11:35:18,646 [salt.state       ][INFO    ][7131] Completed state [cfg01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.646147 duration_in_ms=0.921
2018-02-09 11:35:18,646 [salt.state       ][INFO    ][7131] Running state [prx01] at time 11:35:18.646378
2018-02-09 11:35:18,646 [salt.state       ][INFO    ][7131] Executing state host.present for prx01
2018-02-09 11:35:18,647 [salt.state       ][INFO    ][7131] Host prx01 (192.168.10.104) already present
2018-02-09 11:35:18,647 [salt.state       ][INFO    ][7131] Completed state [prx01] at time 11:35:18.647234 duration_in_ms=0.856
2018-02-09 11:35:18,647 [salt.state       ][INFO    ][7131] Running state [prx01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.647457
2018-02-09 11:35:18,647 [salt.state       ][INFO    ][7131] Executing state host.present for prx01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,648 [salt.state       ][INFO    ][7131] Host prx01.mcp-pike-ovs-dpdk-ha.local (192.168.10.104) already present
2018-02-09 11:35:18,648 [salt.state       ][INFO    ][7131] Completed state [prx01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.648313 duration_in_ms=0.856
2018-02-09 11:35:18,648 [salt.state       ][INFO    ][7131] Running state [kvm01] at time 11:35:18.648537
2018-02-09 11:35:18,648 [salt.state       ][INFO    ][7131] Executing state host.present for kvm01
2018-02-09 11:35:18,649 [salt.state       ][INFO    ][7131] Host kvm01 (192.168.10.141) already present
2018-02-09 11:35:18,649 [salt.state       ][INFO    ][7131] Completed state [kvm01] at time 11:35:18.649393 duration_in_ms=0.856
2018-02-09 11:35:18,649 [salt.state       ][INFO    ][7131] Running state [kvm01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.649616
2018-02-09 11:35:18,650 [salt.state       ][INFO    ][7131] Executing state host.present for kvm01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,650 [salt.state       ][INFO    ][7131] Host kvm01.mcp-pike-ovs-dpdk-ha.local (192.168.10.141) already present
2018-02-09 11:35:18,651 [salt.state       ][INFO    ][7131] Completed state [kvm01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.651080 duration_in_ms=1.464
2018-02-09 11:35:18,651 [salt.state       ][INFO    ][7131] Running state [kvm03] at time 11:35:18.651303
2018-02-09 11:35:18,651 [salt.state       ][INFO    ][7131] Executing state host.present for kvm03
2018-02-09 11:35:18,652 [salt.state       ][INFO    ][7131] Host kvm03 (192.168.10.143) already present
2018-02-09 11:35:18,652 [salt.state       ][INFO    ][7131] Completed state [kvm03] at time 11:35:18.652160 duration_in_ms=0.856
2018-02-09 11:35:18,652 [salt.state       ][INFO    ][7131] Running state [kvm03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.652395
2018-02-09 11:35:18,652 [salt.state       ][INFO    ][7131] Executing state host.present for kvm03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,653 [salt.state       ][INFO    ][7131] Host kvm03.mcp-pike-ovs-dpdk-ha.local (192.168.10.143) already present
2018-02-09 11:35:18,653 [salt.state       ][INFO    ][7131] Completed state [kvm03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.653259 duration_in_ms=0.863
2018-02-09 11:35:18,653 [salt.state       ][INFO    ][7131] Running state [kvm02] at time 11:35:18.653487
2018-02-09 11:35:18,653 [salt.state       ][INFO    ][7131] Executing state host.present for kvm02
2018-02-09 11:35:18,654 [salt.state       ][INFO    ][7131] Host kvm02 (192.168.10.142) already present
2018-02-09 11:35:18,654 [salt.state       ][INFO    ][7131] Completed state [kvm02] at time 11:35:18.654657 duration_in_ms=1.169
2018-02-09 11:35:18,654 [salt.state       ][INFO    ][7131] Running state [kvm02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.654881
2018-02-09 11:35:18,655 [salt.state       ][INFO    ][7131] Executing state host.present for kvm02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,655 [salt.state       ][INFO    ][7131] Host kvm02.mcp-pike-ovs-dpdk-ha.local (192.168.10.142) already present
2018-02-09 11:35:18,655 [salt.state       ][INFO    ][7131] Completed state [kvm02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.655734 duration_in_ms=0.853
2018-02-09 11:35:18,655 [salt.state       ][INFO    ][7131] Running state [dbs] at time 11:35:18.655963
2018-02-09 11:35:18,656 [salt.state       ][INFO    ][7131] Executing state host.present for dbs
2018-02-09 11:35:18,656 [salt.state       ][INFO    ][7131] Host dbs (192.168.10.50) already present
2018-02-09 11:35:18,656 [salt.state       ][INFO    ][7131] Completed state [dbs] at time 11:35:18.656813 duration_in_ms=0.85
2018-02-09 11:35:18,657 [salt.state       ][INFO    ][7131] Running state [dbs.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.657035
2018-02-09 11:35:18,657 [salt.state       ][INFO    ][7131] Executing state host.present for dbs.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,657 [salt.state       ][INFO    ][7131] Host dbs.mcp-pike-ovs-dpdk-ha.local (192.168.10.50) already present
2018-02-09 11:35:18,658 [salt.state       ][INFO    ][7131] Completed state [dbs.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.658113 duration_in_ms=1.078
2018-02-09 11:35:18,658 [salt.state       ][INFO    ][7131] Running state [prx] at time 11:35:18.658347
2018-02-09 11:35:18,658 [salt.state       ][INFO    ][7131] Executing state host.present for prx
2018-02-09 11:35:18,659 [salt.state       ][INFO    ][7131] Host prx (192.168.10.103) already present
2018-02-09 11:35:18,659 [salt.state       ][INFO    ][7131] Completed state [prx] at time 11:35:18.659214 duration_in_ms=0.867
2018-02-09 11:35:18,659 [salt.state       ][INFO    ][7131] Running state [prx.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.659431
2018-02-09 11:35:18,659 [salt.state       ][INFO    ][7131] Executing state host.present for prx.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,660 [salt.state       ][INFO    ][7131] Host prx.mcp-pike-ovs-dpdk-ha.local (192.168.10.103) already present
2018-02-09 11:35:18,660 [salt.state       ][INFO    ][7131] Completed state [prx.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.660283 duration_in_ms=0.852
2018-02-09 11:35:18,660 [salt.state       ][INFO    ][7131] Running state [prx02] at time 11:35:18.660502
2018-02-09 11:35:18,660 [salt.state       ][INFO    ][7131] Executing state host.present for prx02
2018-02-09 11:35:18,661 [salt.state       ][INFO    ][7131] Host prx02 (192.168.10.105) already present
2018-02-09 11:35:18,661 [salt.state       ][INFO    ][7131] Completed state [prx02] at time 11:35:18.661356 duration_in_ms=0.854
2018-02-09 11:35:18,661 [salt.state       ][INFO    ][7131] Running state [prx02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.661580
2018-02-09 11:35:18,662 [salt.state       ][INFO    ][7131] Executing state host.present for prx02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,662 [salt.state       ][INFO    ][7131] Host prx02.mcp-pike-ovs-dpdk-ha.local (192.168.10.105) already present
2018-02-09 11:35:18,663 [salt.state       ][INFO    ][7131] Completed state [prx02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.663021 duration_in_ms=1.441
2018-02-09 11:35:18,663 [salt.state       ][INFO    ][7131] Running state [msg02] at time 11:35:18.663243
2018-02-09 11:35:18,663 [salt.state       ][INFO    ][7131] Executing state host.present for msg02
2018-02-09 11:35:18,663 [salt.state       ][INFO    ][7131] Host msg02 (192.168.10.42) already present
2018-02-09 11:35:18,664 [salt.state       ][INFO    ][7131] Completed state [msg02] at time 11:35:18.664099 duration_in_ms=0.855
2018-02-09 11:35:18,664 [salt.state       ][INFO    ][7131] Running state [msg02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.664322
2018-02-09 11:35:18,664 [salt.state       ][INFO    ][7131] Executing state host.present for msg02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,665 [salt.state       ][INFO    ][7131] Host msg02.mcp-pike-ovs-dpdk-ha.local (192.168.10.42) already present
2018-02-09 11:35:18,665 [salt.state       ][INFO    ][7131] Completed state [msg02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.665178 duration_in_ms=0.857
2018-02-09 11:35:18,665 [salt.state       ][INFO    ][7131] Running state [msg03] at time 11:35:18.665404
2018-02-09 11:35:18,665 [salt.state       ][INFO    ][7131] Executing state host.present for msg03
2018-02-09 11:35:18,666 [salt.state       ][INFO    ][7131] Host msg03 (192.168.10.43) already present
2018-02-09 11:35:18,666 [salt.state       ][INFO    ][7131] Completed state [msg03] at time 11:35:18.666568 duration_in_ms=1.164
2018-02-09 11:35:18,666 [salt.state       ][INFO    ][7131] Running state [msg03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.666797
2018-02-09 11:35:18,667 [salt.state       ][INFO    ][7131] Executing state host.present for msg03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,667 [salt.state       ][INFO    ][7131] Host msg03.mcp-pike-ovs-dpdk-ha.local (192.168.10.43) already present
2018-02-09 11:35:18,667 [salt.state       ][INFO    ][7131] Completed state [msg03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.667654 duration_in_ms=0.857
2018-02-09 11:35:18,667 [salt.state       ][INFO    ][7131] Running state [msg01] at time 11:35:18.667878
2018-02-09 11:35:18,668 [salt.state       ][INFO    ][7131] Executing state host.present for msg01
2018-02-09 11:35:18,668 [salt.state       ][INFO    ][7131] Host msg01 (192.168.10.41) already present
2018-02-09 11:35:18,668 [salt.state       ][INFO    ][7131] Completed state [msg01] at time 11:35:18.668727 duration_in_ms=0.849
2018-02-09 11:35:18,668 [salt.state       ][INFO    ][7131] Running state [msg01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.668963
2018-02-09 11:35:18,669 [salt.state       ][INFO    ][7131] Executing state host.present for msg01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:18,669 [salt.state       ][INFO    ][7131] Host msg01.mcp-pike-ovs-dpdk-ha.local (192.168.10.41) already present
2018-02-09 11:35:18,669 [salt.state       ][INFO    ][7131] Completed state [msg01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:18.669828 duration_in_ms=0.865
2018-02-09 11:35:18,670 [salt.state       ][INFO    ][7131] Running state [file.replace] at time 11:35:18.670875
2018-02-09 11:35:18,671 [salt.state       ][INFO    ][7131] Executing state module.run for file.replace
2018-02-09 11:35:18,853 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['git', '--version'] in directory '/root'
2018-02-09 11:35:19,119 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command 'grep -q "msg01 msg01.mcp-pike-ovs-dpdk-ha.local" /etc/hosts' in directory '/root'
2018-02-09 11:35:19,139 [salt.state       ][INFO    ][7131] {'ret': '--- \n+++ \n@@ -20,7 +20,7 @@\n 192.168.10.105\t\tprx02 prx02.mcp-pike-ovs-dpdk-ha.local\n 192.168.10.42\t\tmsg02 msg02.mcp-pike-ovs-dpdk-ha.local\n 192.168.10.43\t\tmsg03 msg03.mcp-pike-ovs-dpdk-ha.local\n-192.168.10.41\t\tmsg01 msg01.mcp-pike-ovs-dpdk-ha.local\n+192.168.10.41\t\tmsg01.mcp-pike-ovs-dpdk-ha.local msg01\n 192.168.10.40\t\tmsg msg.mcp-pike-ovs-dpdk-ha.local\n 192.168.10.102\t\tcmp002 cmp002.mcp-pike-ovs-dpdk-ha.local\n 192.168.10.101\t\tcmp001 cmp001.mcp-pike-ovs-dpdk-ha.local\n'}
2018-02-09 11:35:19,139 [salt.state       ][INFO    ][7131] Completed state [file.replace] at time 11:35:19.139807 duration_in_ms=468.931
2018-02-09 11:35:19,140 [salt.state       ][INFO    ][7131] Running state [msg] at time 11:35:19.140271
2018-02-09 11:35:19,140 [salt.state       ][INFO    ][7131] Executing state host.present for msg
2018-02-09 11:35:19,141 [salt.state       ][INFO    ][7131] Host msg (192.168.10.40) already present
2018-02-09 11:35:19,141 [salt.state       ][INFO    ][7131] Completed state [msg] at time 11:35:19.141587 duration_in_ms=1.317
2018-02-09 11:35:19,142 [salt.state       ][INFO    ][7131] Running state [msg.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.142698
2018-02-09 11:35:19,142 [salt.state       ][INFO    ][7131] Executing state host.present for msg.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,144 [salt.state       ][INFO    ][7131] Host msg.mcp-pike-ovs-dpdk-ha.local (192.168.10.40) already present
2018-02-09 11:35:19,144 [salt.state       ][INFO    ][7131] Completed state [msg.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.144171 duration_in_ms=1.473
2018-02-09 11:35:19,144 [salt.state       ][INFO    ][7131] Running state [cfg01] at time 11:35:19.144423
2018-02-09 11:35:19,144 [salt.state       ][INFO    ][7131] Executing state host.present for cfg01
2018-02-09 11:35:19,145 [salt.state       ][INFO    ][7131] Host cfg01 (192.168.10.100) already present
2018-02-09 11:35:19,145 [salt.state       ][INFO    ][7131] Completed state [cfg01] at time 11:35:19.145370 duration_in_ms=0.946
2018-02-09 11:35:19,145 [salt.state       ][INFO    ][7131] Running state [cfg01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.145604
2018-02-09 11:35:19,145 [salt.state       ][INFO    ][7131] Executing state host.present for cfg01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,146 [salt.state       ][INFO    ][7131] Host cfg01.mcp-pike-ovs-dpdk-ha.local (192.168.10.100) already present
2018-02-09 11:35:19,146 [salt.state       ][INFO    ][7131] Completed state [cfg01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.146553 duration_in_ms=0.949
2018-02-09 11:35:19,146 [salt.state       ][INFO    ][7131] Running state [cmp002] at time 11:35:19.146812
2018-02-09 11:35:19,147 [salt.state       ][INFO    ][7131] Executing state host.present for cmp002
2018-02-09 11:35:19,147 [salt.state       ][INFO    ][7131] Host cmp002 (192.168.10.102) already present
2018-02-09 11:35:19,147 [salt.state       ][INFO    ][7131] Completed state [cmp002] at time 11:35:19.147728 duration_in_ms=0.916
2018-02-09 11:35:19,148 [salt.state       ][INFO    ][7131] Running state [cmp002.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.147965
2018-02-09 11:35:19,148 [salt.state       ][INFO    ][7131] Executing state host.present for cmp002.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,148 [salt.state       ][INFO    ][7131] Host cmp002.mcp-pike-ovs-dpdk-ha.local (192.168.10.102) already present
2018-02-09 11:35:19,148 [salt.state       ][INFO    ][7131] Completed state [cmp002.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.148862 duration_in_ms=0.897
2018-02-09 11:35:19,149 [salt.state       ][INFO    ][7131] Running state [cmp001] at time 11:35:19.149097
2018-02-09 11:35:19,149 [salt.state       ][INFO    ][7131] Executing state host.present for cmp001
2018-02-09 11:35:19,149 [salt.state       ][INFO    ][7131] Host cmp001 (192.168.10.101) already present
2018-02-09 11:35:19,150 [salt.state       ][INFO    ][7131] Completed state [cmp001] at time 11:35:19.150039 duration_in_ms=0.942
2018-02-09 11:35:19,150 [salt.state       ][INFO    ][7131] Running state [cmp001.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.150275
2018-02-09 11:35:19,150 [salt.state       ][INFO    ][7131] Executing state host.present for cmp001.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,151 [salt.state       ][INFO    ][7131] Host cmp001.mcp-pike-ovs-dpdk-ha.local (192.168.10.101) already present
2018-02-09 11:35:19,151 [salt.state       ][INFO    ][7131] Completed state [cmp001.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.151200 duration_in_ms=0.925
2018-02-09 11:35:19,151 [salt.state       ][INFO    ][7131] Running state [dbs01] at time 11:35:19.151441
2018-02-09 11:35:19,151 [salt.state       ][INFO    ][7131] Executing state host.present for dbs01
2018-02-09 11:35:19,152 [salt.state       ][INFO    ][7131] Host dbs01 (192.168.10.51) already present
2018-02-09 11:35:19,152 [salt.state       ][INFO    ][7131] Completed state [dbs01] at time 11:35:19.152380 duration_in_ms=0.939
2018-02-09 11:35:19,152 [salt.state       ][INFO    ][7131] Running state [dbs01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.152618
2018-02-09 11:35:19,152 [salt.state       ][INFO    ][7131] Executing state host.present for dbs01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,153 [salt.state       ][INFO    ][7131] Host dbs01.mcp-pike-ovs-dpdk-ha.local (192.168.10.51) already present
2018-02-09 11:35:19,153 [salt.state       ][INFO    ][7131] Completed state [dbs01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.153513 duration_in_ms=0.895
2018-02-09 11:35:19,154 [salt.state       ][INFO    ][7131] Running state [dbs02] at time 11:35:19.154327
2018-02-09 11:35:19,154 [salt.state       ][INFO    ][7131] Executing state host.present for dbs02
2018-02-09 11:35:19,155 [salt.state       ][INFO    ][7131] Host dbs02 (192.168.10.52) already present
2018-02-09 11:35:19,155 [salt.state       ][INFO    ][7131] Completed state [dbs02] at time 11:35:19.155234 duration_in_ms=0.907
2018-02-09 11:35:19,155 [salt.state       ][INFO    ][7131] Running state [dbs02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.155469
2018-02-09 11:35:19,155 [salt.state       ][INFO    ][7131] Executing state host.present for dbs02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,156 [salt.state       ][INFO    ][7131] Host dbs02.mcp-pike-ovs-dpdk-ha.local (192.168.10.52) already present
2018-02-09 11:35:19,156 [salt.state       ][INFO    ][7131] Completed state [dbs02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.156373 duration_in_ms=0.903
2018-02-09 11:35:19,156 [salt.state       ][INFO    ][7131] Running state [dbs03] at time 11:35:19.156602
2018-02-09 11:35:19,156 [salt.state       ][INFO    ][7131] Executing state host.present for dbs03
2018-02-09 11:35:19,157 [salt.state       ][INFO    ][7131] Host dbs03 (192.168.10.53) already present
2018-02-09 11:35:19,157 [salt.state       ][INFO    ][7131] Completed state [dbs03] at time 11:35:19.157505 duration_in_ms=0.904
2018-02-09 11:35:19,157 [salt.state       ][INFO    ][7131] Running state [dbs03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.157731
2018-02-09 11:35:19,157 [salt.state       ][INFO    ][7131] Executing state host.present for dbs03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,158 [salt.state       ][INFO    ][7131] Host dbs03.mcp-pike-ovs-dpdk-ha.local (192.168.10.53) already present
2018-02-09 11:35:19,158 [salt.state       ][INFO    ][7131] Completed state [dbs03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.158655 duration_in_ms=0.925
2018-02-09 11:35:19,158 [salt.state       ][INFO    ][7131] Running state [mas01] at time 11:35:19.158889
2018-02-09 11:35:19,159 [salt.state       ][INFO    ][7131] Executing state host.present for mas01
2018-02-09 11:35:19,159 [salt.state       ][INFO    ][7131] Host mas01 (192.168.10.3) already present
2018-02-09 11:35:19,159 [salt.state       ][INFO    ][7131] Completed state [mas01] at time 11:35:19.159774 duration_in_ms=0.885
2018-02-09 11:35:19,160 [salt.state       ][INFO    ][7131] Running state [mas01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.159999
2018-02-09 11:35:19,160 [salt.state       ][INFO    ][7131] Executing state host.present for mas01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,160 [salt.state       ][INFO    ][7131] Host mas01.mcp-pike-ovs-dpdk-ha.local (192.168.10.3) already present
2018-02-09 11:35:19,160 [salt.state       ][INFO    ][7131] Completed state [mas01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.160887 duration_in_ms=0.889
2018-02-09 11:35:19,161 [salt.state       ][INFO    ][7131] Running state [ctl02] at time 11:35:19.161121
2018-02-09 11:35:19,161 [salt.state       ][INFO    ][7131] Executing state host.present for ctl02
2018-02-09 11:35:19,162 [salt.state       ][INFO    ][7131] Host ctl02 (192.168.10.12) already present
2018-02-09 11:35:19,162 [salt.state       ][INFO    ][7131] Completed state [ctl02] at time 11:35:19.162308 duration_in_ms=1.187
2018-02-09 11:35:19,162 [salt.state       ][INFO    ][7131] Running state [ctl02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.162535
2018-02-09 11:35:19,162 [salt.state       ][INFO    ][7131] Executing state host.present for ctl02.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,163 [salt.state       ][INFO    ][7131] Host ctl02.mcp-pike-ovs-dpdk-ha.local (192.168.10.12) already present
2018-02-09 11:35:19,163 [salt.state       ][INFO    ][7131] Completed state [ctl02.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.163410 duration_in_ms=0.875
2018-02-09 11:35:19,163 [salt.state       ][INFO    ][7131] Running state [ctl03] at time 11:35:19.163645
2018-02-09 11:35:19,163 [salt.state       ][INFO    ][7131] Executing state host.present for ctl03
2018-02-09 11:35:19,164 [salt.state       ][INFO    ][7131] Host ctl03 (192.168.10.13) already present
2018-02-09 11:35:19,164 [salt.state       ][INFO    ][7131] Completed state [ctl03] at time 11:35:19.164547 duration_in_ms=0.902
2018-02-09 11:35:19,164 [salt.state       ][INFO    ][7131] Running state [ctl03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.164774
2018-02-09 11:35:19,165 [salt.state       ][INFO    ][7131] Executing state host.present for ctl03.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,165 [salt.state       ][INFO    ][7131] Host ctl03.mcp-pike-ovs-dpdk-ha.local (192.168.10.13) already present
2018-02-09 11:35:19,165 [salt.state       ][INFO    ][7131] Completed state [ctl03.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.165680 duration_in_ms=0.906
2018-02-09 11:35:19,167 [salt.state       ][INFO    ][7131] Running state [ctl01] at time 11:35:19.167038
2018-02-09 11:35:19,167 [salt.state       ][INFO    ][7131] Executing state host.present for ctl01
2018-02-09 11:35:19,167 [salt.state       ][INFO    ][7131] Host ctl01 (192.168.10.11) already present
2018-02-09 11:35:19,167 [salt.state       ][INFO    ][7131] Completed state [ctl01] at time 11:35:19.167950 duration_in_ms=0.912
2018-02-09 11:35:19,168 [salt.state       ][INFO    ][7131] Running state [ctl01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.168170
2018-02-09 11:35:19,168 [salt.state       ][INFO    ][7131] Executing state host.present for ctl01.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,168 [salt.state       ][INFO    ][7131] Host ctl01.mcp-pike-ovs-dpdk-ha.local (192.168.10.11) already present
2018-02-09 11:35:19,169 [salt.state       ][INFO    ][7131] Completed state [ctl01.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.169062 duration_in_ms=0.893
2018-02-09 11:35:19,169 [salt.state       ][INFO    ][7131] Running state [ctl] at time 11:35:19.169291
2018-02-09 11:35:19,169 [salt.state       ][INFO    ][7131] Executing state host.present for ctl
2018-02-09 11:35:19,170 [salt.state       ][INFO    ][7131] Host ctl (192.168.10.10) already present
2018-02-09 11:35:19,170 [salt.state       ][INFO    ][7131] Completed state [ctl] at time 11:35:19.170618 duration_in_ms=1.326
2018-02-09 11:35:19,170 [salt.state       ][INFO    ][7131] Running state [ctl.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.170839
2018-02-09 11:35:19,171 [salt.state       ][INFO    ][7131] Executing state host.present for ctl.mcp-pike-ovs-dpdk-ha.local
2018-02-09 11:35:19,171 [salt.state       ][INFO    ][7131] Host ctl.mcp-pike-ovs-dpdk-ha.local (192.168.10.10) already present
2018-02-09 11:35:19,171 [salt.state       ][INFO    ][7131] Completed state [ctl.mcp-pike-ovs-dpdk-ha.local] at time 11:35:19.171707 duration_in_ms=0.868
2018-02-09 11:35:19,171 [salt.state       ][INFO    ][7131] Running state [/etc/network/interfaces.d/50-cloud-init.cfg] at time 11:35:19.171947
2018-02-09 11:35:19,172 [salt.state       ][INFO    ][7131] Executing state file.absent for /etc/network/interfaces.d/50-cloud-init.cfg
2018-02-09 11:35:19,172 [salt.state       ][INFO    ][7131] File /etc/network/interfaces.d/50-cloud-init.cfg is not present
2018-02-09 11:35:19,172 [salt.state       ][INFO    ][7131] Completed state [/etc/network/interfaces.d/50-cloud-init.cfg] at time 11:35:19.172669 duration_in_ms=0.722
2018-02-09 11:35:19,172 [salt.state       ][INFO    ][7131] Running state [ens2] at time 11:35:19.172917
2018-02-09 11:35:19,173 [salt.state       ][INFO    ][7131] Executing state network.managed for ens2
2018-02-09 11:35:19,911 [salt.state       ][INFO    ][7131] Interface ens2 is up to date.
2018-02-09 11:35:19,911 [salt.state       ][INFO    ][7131] Completed state [ens2] at time 11:35:19.911410 duration_in_ms=738.492
2018-02-09 11:35:19,911 [salt.state       ][INFO    ][7131] Running state [ens3] at time 11:35:19.911792
2018-02-09 11:35:19,912 [salt.state       ][INFO    ][7131] Executing state network.managed for ens3
2018-02-09 11:35:20,548 [salt.state       ][INFO    ][7131] Interface ens3 is up to date.
2018-02-09 11:35:20,549 [salt.state       ][INFO    ][7131] Completed state [ens3] at time 11:35:20.549087 duration_in_ms=637.293
2018-02-09 11:35:20,549 [salt.state       ][INFO    ][7131] Running state [/etc/profile.d/proxy.sh] at time 11:35:20.549453
2018-02-09 11:35:20,550 [salt.state       ][INFO    ][7131] Executing state file.absent for /etc/profile.d/proxy.sh
2018-02-09 11:35:20,550 [salt.state       ][INFO    ][7131] File /etc/profile.d/proxy.sh is not present
2018-02-09 11:35:20,550 [salt.state       ][INFO    ][7131] Completed state [/etc/profile.d/proxy.sh] at time 11:35:20.550815 duration_in_ms=1.366
2018-02-09 11:35:20,551 [salt.state       ][INFO    ][7131] Running state [/etc/apt/apt.conf.d/95proxies] at time 11:35:20.551050
2018-02-09 11:35:20,551 [salt.state       ][INFO    ][7131] Executing state file.absent for /etc/apt/apt.conf.d/95proxies
2018-02-09 11:35:20,551 [salt.state       ][INFO    ][7131] File /etc/apt/apt.conf.d/95proxies is not present
2018-02-09 11:35:20,551 [salt.state       ][INFO    ][7131] Completed state [/etc/apt/apt.conf.d/95proxies] at time 11:35:20.551777 duration_in_ms=0.727
2018-02-09 11:35:20,552 [salt.state       ][INFO    ][7131] Running state [ntp] at time 11:35:20.552019
2018-02-09 11:35:20,552 [salt.state       ][INFO    ][7131] Executing state pkg.installed for ntp
2018-02-09 11:35:20,560 [salt.state       ][INFO    ][7131] All specified packages are already installed
2018-02-09 11:35:20,561 [salt.state       ][INFO    ][7131] Completed state [ntp] at time 11:35:20.560987 duration_in_ms=8.968
2018-02-09 11:35:20,562 [salt.state       ][INFO    ][7131] Running state [/etc/ntp.conf] at time 11:35:20.562667
2018-02-09 11:35:20,562 [salt.state       ][INFO    ][7131] Executing state file.managed for /etc/ntp.conf
2018-02-09 11:35:20,627 [salt.state       ][INFO    ][7131] File /etc/ntp.conf is in the correct state
2018-02-09 11:35:20,627 [salt.state       ][INFO    ][7131] Completed state [/etc/ntp.conf] at time 11:35:20.627372 duration_in_ms=64.704
2018-02-09 11:35:20,628 [salt.state       ][INFO    ][7131] Running state [ntp] at time 11:35:20.628579
2018-02-09 11:35:20,628 [salt.state       ][INFO    ][7131] Executing state service.running for ntp
2018-02-09 11:35:20,629 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['systemctl', 'status', 'ntp.service', '-n', '0'] in directory '/root'
2018-02-09 11:35:20,650 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2018-02-09 11:35:20,669 [salt.loaded.int.module.cmdmod][INFO    ][7131] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2018-02-09 11:35:20,693 [salt.state       ][INFO    ][7131] The service ntp is already running
2018-02-09 11:35:20,694 [salt.state       ][INFO    ][7131] Completed state [ntp] at time 11:35:20.694645 duration_in_ms=66.065
2018-02-09 11:35:20,700 [salt.minion      ][INFO    ][7131] Returning information for job: 20180209113501859886
2018-02-09 11:35:21,142 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113522045280
2018-02-09 11:35:21,155 [salt.minion      ][INFO    ][8496] Starting a new job with PID 8496
2018-02-09 11:35:21,172 [salt.minion      ][INFO    ][8496] Returning information for job: 20180209113522045280
2018-02-09 11:35:43,131 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command ssh.set_auth_key with jid 20180209113544438500
2018-02-09 11:35:43,157 [salt.minion      ][INFO    ][8501] Starting a new job with PID 8501
2018-02-09 11:35:43,170 [salt.loader.192.168.11.2.int.module.ssh][WARNING ][8501] Public Key hashing currently defaults to "md5". This will change to "sha256" in the Nitrogen release.
2018-02-09 11:35:43,172 [salt.minion      ][INFO    ][8501] Returning information for job: 20180209113544438500
2018-02-09 11:36:06,150 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command pkg.upgrade with jid 20180209113607463067
2018-02-09 11:36:06,176 [salt.minion      ][INFO    ][8513] Starting a new job with PID 8513
2018-02-09 11:36:06,200 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][8513] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:36:06,623 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][8513] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'upgrade'] in directory '/root'
2018-02-09 11:36:16,229 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113617531603
2018-02-09 11:36:16,252 [salt.minion      ][INFO    ][11159] Starting a new job with PID 11159
2018-02-09 11:36:16,272 [salt.minion      ][INFO    ][11159] Returning information for job: 20180209113617531603
2018-02-09 11:36:26,252 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113627562033
2018-02-09 11:36:26,276 [salt.minion      ][INFO    ][14421] Starting a new job with PID 14421
2018-02-09 11:36:26,300 [salt.minion      ][INFO    ][14421] Returning information for job: 20180209113627562033
2018-02-09 11:36:31,909 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][8513] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:36:31,945 [salt.minion      ][INFO    ][8513] Returning information for job: 20180209113607463067
2018-02-09 11:36:44,245 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command test.ping with jid 20180209113645560157
2018-02-09 11:36:44,275 [salt.minion      ][INFO    ][16694] Starting a new job with PID 16694
2018-02-09 11:36:44,347 [salt.minion      ][INFO    ][16694] Returning information for job: 20180209113645560157
2018-02-09 11:37:37,014 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command state.sls with jid 20180209113738326726
2018-02-09 11:37:37,041 [salt.minion      ][INFO    ][16699] Starting a new job with PID 16699
2018-02-09 11:37:39,351 [salt.state       ][INFO    ][16699] Loading fresh modules for state activity
2018-02-09 11:37:39,410 [salt.fileclient  ][INFO    ][16699] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2018-02-09 11:37:39,447 [salt.fileclient  ][INFO    ][16699] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2018-02-09 11:37:40,036 [salt.state       ][INFO    ][16699] Running state [keepalived] at time 11:37:40.036222
2018-02-09 11:37:40,036 [salt.state       ][INFO    ][16699] Executing state pkg.installed for keepalived
2018-02-09 11:37:40,037 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:37:40,426 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['apt-cache', '-q', 'policy', 'keepalived'] in directory '/root'
2018-02-09 11:37:40,523 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-02-09 11:37:42,438 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-02-09 11:37:42,479 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'keepalived'] in directory '/root'
2018-02-09 11:37:46,273 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:37:46,319 [salt.state       ][INFO    ][16699] Made the following changes:
'libsnmp30' changed from 'absent' to '5.7.3+dfsg-1ubuntu4'
'libnl-3-200' changed from 'absent' to '3.2.27-1ubuntu0.16.04.1'
'libsensors4' changed from 'absent' to '1:3.4.0-2'
'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'
'libnl-genl-3-200' changed from 'absent' to '3.2.27-1ubuntu0.16.04.1'

2018-02-09 11:37:46,342 [salt.state       ][INFO    ][16699] Loading fresh modules for state activity
2018-02-09 11:37:46,373 [salt.state       ][INFO    ][16699] Completed state [keepalived] at time 11:37:46.373369 duration_in_ms=6337.149
2018-02-09 11:37:46,378 [salt.state       ][INFO    ][16699] Running state [lsof] at time 11:37:46.378865
2018-02-09 11:37:46,379 [salt.state       ][INFO    ][16699] Executing state pkg.installed for lsof
2018-02-09 11:37:46,809 [salt.state       ][INFO    ][16699] All specified packages are already installed
2018-02-09 11:37:46,810 [salt.state       ][INFO    ][16699] Completed state [lsof] at time 11:37:46.809694 duration_in_ms=430.828
2018-02-09 11:37:46,812 [salt.state       ][INFO    ][16699] Running state [/etc/keepalived/keepalived.conf] at time 11:37:46.812867
2018-02-09 11:37:46,813 [salt.state       ][INFO    ][16699] Executing state file.managed for /etc/keepalived/keepalived.conf
2018-02-09 11:37:46,853 [salt.fileclient  ][INFO    ][16699] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2018-02-09 11:37:46,917 [salt.state       ][INFO    ][16699] File changed:
New file
2018-02-09 11:37:46,918 [salt.state       ][INFO    ][16699] Completed state [/etc/keepalived/keepalived.conf] at time 11:37:46.918177 duration_in_ms=105.31
2018-02-09 11:37:46,919 [salt.state       ][INFO    ][16699] Running state [keepalived] at time 11:37:46.919272
2018-02-09 11:37:46,919 [salt.state       ][INFO    ][16699] Executing state service.running for keepalived
2018-02-09 11:37:46,920 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2018-02-09 11:37:46,946 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2018-02-09 11:37:46,969 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2018-02-09 11:37:46,995 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2018-02-09 11:37:47,016 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'keepalived.service'] in directory '/root'
2018-02-09 11:37:47,104 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2018-02-09 11:37:47,126 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2018-02-09 11:37:47,128 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113748438058
2018-02-09 11:37:47,148 [salt.loaded.int.module.cmdmod][INFO    ][16699] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2018-02-09 11:37:47,151 [salt.minion      ][INFO    ][17962] Starting a new job with PID 17962
2018-02-09 11:37:47,168 [salt.minion      ][INFO    ][17962] Returning information for job: 20180209113748438058
2018-02-09 11:37:47,169 [salt.state       ][INFO    ][16699] {'keepalived': True}
2018-02-09 11:37:47,170 [salt.state       ][INFO    ][16699] Completed state [keepalived] at time 11:37:47.170355 duration_in_ms=251.082
2018-02-09 11:37:47,172 [salt.minion      ][INFO    ][16699] Returning information for job: 20180209113738326726
2018-02-09 11:39:24,107 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command pillar.get with jid 20180209113925422149
2018-02-09 11:39:24,143 [salt.minion      ][INFO    ][18052] Starting a new job with PID 18052
2018-02-09 11:39:24,151 [salt.minion      ][INFO    ][18052] Returning information for job: 20180209113925422149
2018-02-09 11:39:24,898 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command state.sls with jid 20180209113926208736
2018-02-09 11:39:24,924 [salt.minion      ][INFO    ][18057] Starting a new job with PID 18057
2018-02-09 11:39:27,242 [salt.state       ][INFO    ][18057] Loading fresh modules for state activity
2018-02-09 11:39:27,331 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/init.sls'
2018-02-09 11:39:27,370 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/init.sls'
2018-02-09 11:39:27,393 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/service.sls'
2018-02-09 11:39:27,444 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command 'cat /var/lib/rabbitmq/.erlang.cookie' in directory '/root'
2018-02-09 11:39:27,464 [salt.loaded.int.module.cmdmod][ERROR   ][18057] Command 'cat /var/lib/rabbitmq/.erlang.cookie' failed with return code: 1
2018-02-09 11:39:27,465 [salt.loaded.int.module.cmdmod][ERROR   ][18057] output: cat: /var/lib/rabbitmq/.erlang.cookie: No such file or directory
2018-02-09 11:39:27,513 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/ssl.sls'
2018-02-09 11:39:27,593 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/plugin.sls'
2018-02-09 11:39:27,665 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/vhost.sls'
2018-02-09 11:39:27,761 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/user.sls'
2018-02-09 11:39:27,824 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/cluster.sls'
2018-02-09 11:39:28,387 [salt.state       ][INFO    ][18057] Running state [rabbitmq-server] at time 11:39:28.387344
2018-02-09 11:39:28,387 [salt.state       ][INFO    ][18057] Executing state pkg.installed for rabbitmq-server
2018-02-09 11:39:28,388 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:39:28,777 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['apt-cache', '-q', 'policy', 'rabbitmq-server'] in directory '/root'
2018-02-09 11:39:28,879 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-02-09 11:39:30,814 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-02-09 11:39:30,848 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'rabbitmq-server'] in directory '/root'
2018-02-09 11:39:34,998 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113936311043
2018-02-09 11:39:35,019 [salt.minion      ][INFO    ][18588] Starting a new job with PID 18588
2018-02-09 11:39:35,037 [salt.minion      ][INFO    ][18588] Returning information for job: 20180209113936311043
2018-02-09 11:39:42,801 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:39:42,855 [salt.state       ][INFO    ][18057] Made the following changes:
'libltdl7' changed from 'absent' to '2.4.6-0.1'
'erlang-asn1' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-inets' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-snmp' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-percept' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-abi-17.0' changed from 'absent' to '1'
'erlang-ic' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-os-mon' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'libodbc1' changed from 'absent' to '2.3.1-4.1'
'erlang-syntax-tools' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-sd-notify' changed from 'absent' to '1.0-1.1~u16.04+mcp1'
'erlang-ssl' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-ssh' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'libsctp1' changed from 'absent' to '1.0.16+dfsg-3'
'erlang-runtime-tools' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-eunit' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-tools' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-odbc' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-parsetools' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-public-key' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-diameter' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-corba' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-xmerl' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-nox' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'rabbitmq-server' changed from 'absent' to '3.6.11-1~u16.04+mcp1'
'erlang-eldap' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-edoc' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-mnesia' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-webtool' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-crypto' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-erl-docgen' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'erlang-abi-15.b' changed from 'absent' to '1'
'erlang-base' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'

2018-02-09 11:39:42,881 [salt.state       ][INFO    ][18057] Loading fresh modules for state activity
2018-02-09 11:39:42,912 [salt.state       ][INFO    ][18057] Completed state [rabbitmq-server] at time 11:39:42.912780 duration_in_ms=14525.437
2018-02-09 11:39:42,916 [salt.state       ][INFO    ][18057] Running state [/etc/rabbitmq/rabbitmq.config] at time 11:39:42.916574
2018-02-09 11:39:42,917 [salt.state       ][INFO    ][18057] Executing state file.managed for /etc/rabbitmq/rabbitmq.config
2018-02-09 11:39:42,960 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/files/rabbitmq.config'
2018-02-09 11:39:43,034 [salt.state       ][INFO    ][18057] File changed:
New file
2018-02-09 11:39:43,035 [salt.state       ][INFO    ][18057] Completed state [/etc/rabbitmq/rabbitmq.config] at time 11:39:43.035535 duration_in_ms=118.96
2018-02-09 11:39:43,036 [salt.state       ][INFO    ][18057] Running state [/etc/default/rabbitmq-server] at time 11:39:43.036189
2018-02-09 11:39:43,036 [salt.state       ][INFO    ][18057] Executing state file.managed for /etc/default/rabbitmq-server
2018-02-09 11:39:43,064 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/files/default'
2018-02-09 11:39:43,108 [salt.state       ][INFO    ][18057] File changed:
--- 
+++ 
@@ -1,3 +1,6 @@
+
+# Managed by Salt
+
 # This file is sourced by /etc/init.d/rabbitmq-server. Its primary
 # reason for existing is to allow adjustment of system limits for the
 # rabbitmq-server process.
@@ -6,13 +9,5 @@
 # to handle many simultaneous connections. Refer to the system
 # documentation for ulimit (in man bash) for more information.
 #
-#ulimit -n 1024
-# Default value is 1024, but it's absolutely unreasonable default in a
-# modern world, as rabbitmq consumes file descriptors for everything:
-# for client connections, for per-queue files, etc. Its documentation
-# recommends to allow for at least 65536 open file descriptors in
-# production. Values were chosen in
-# https://bugs.launchpad.net/fuel/+bug/1279594
-ulimit -H -n 105472 || true
-ulimit -S -n 102400 || true
-ulimit -H -n 105472 || true
+
+ulimit -n 8192
2018-02-09 11:39:43,112 [salt.state       ][INFO    ][18057] Completed state [/etc/default/rabbitmq-server] at time 11:39:43.112586 duration_in_ms=76.396
2018-02-09 11:39:43,113 [salt.state       ][INFO    ][18057] Running state [/etc/systemd/system/rabbitmq-server.service.d/limits.conf] at time 11:39:43.113229
2018-02-09 11:39:43,113 [salt.state       ][INFO    ][18057] Executing state file.managed for /etc/systemd/system/rabbitmq-server.service.d/limits.conf
2018-02-09 11:39:43,137 [salt.fileclient  ][INFO    ][18057] Fetching file from saltenv 'base', ** done ** 'rabbitmq/files/limits.conf'
2018-02-09 11:39:43,187 [salt.state       ][INFO    ][18057] File changed:
New file
2018-02-09 11:39:43,188 [salt.state       ][INFO    ][18057] Completed state [/etc/systemd/system/rabbitmq-server.service.d/limits.conf] at time 11:39:43.187984 duration_in_ms=74.754
2018-02-09 11:39:43,189 [salt.state       ][INFO    ][18057] Running state [sleep 30] at time 11:39:43.189513
2018-02-09 11:39:43,190 [salt.state       ][INFO    ][18057] Executing state cmd.run for sleep 30
2018-02-09 11:39:43,191 [py.warnings      ][WARNING ][18057] /usr/lib/python2.7/dist-packages/salt/states/cmd.py:815: DeprecationWarning: The legacy user/group arguments are deprecated. Replace them with runas. These arguments will be removed in Salt Oxygen.

2018-02-09 11:39:43,193 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command 'sleep 30' as user 'root' in directory '/root'
2018-02-09 11:39:45,222 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113946535831
2018-02-09 11:39:45,250 [salt.minion      ][INFO    ][19477] Starting a new job with PID 19477
2018-02-09 11:39:45,269 [salt.minion      ][INFO    ][19477] Returning information for job: 20180209113946535831
2018-02-09 11:39:55,238 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209113956550540
2018-02-09 11:39:55,262 [salt.minion      ][INFO    ][19512] Starting a new job with PID 19512
2018-02-09 11:39:55,278 [salt.minion      ][INFO    ][19512] Returning information for job: 20180209113956550540
2018-02-09 11:40:05,264 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114006575702
2018-02-09 11:40:05,292 [salt.minion      ][INFO    ][19547] Starting a new job with PID 19547
2018-02-09 11:40:05,309 [salt.minion      ][INFO    ][19547] Returning information for job: 20180209114006575702
2018-02-09 11:40:13,316 [salt.state       ][INFO    ][18057] {'pid': 19451, 'retcode': 0, 'stderr': '', 'stdout': ''}
2018-02-09 11:40:13,317 [salt.state       ][INFO    ][18057] Completed state [sleep 30] at time 11:40:13.317723 duration_in_ms=30128.209
2018-02-09 11:40:13,319 [salt.state       ][INFO    ][18057] Running state [service rabbitmq-server stop] at time 11:40:13.319056
2018-02-09 11:40:13,319 [salt.state       ][INFO    ][18057] Executing state cmd.run for service rabbitmq-server stop
2018-02-09 11:40:13,320 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command 'service rabbitmq-server stop' in directory '/root'
2018-02-09 11:40:14,792 [salt.state       ][INFO    ][18057] {'pid': 19574, 'retcode': 0, 'stderr': "Warning: rabbitmq-server.service changed on disk. Run 'systemctl daemon-reload' to reload units.", 'stdout': ''}
2018-02-09 11:40:14,793 [salt.state       ][INFO    ][18057] Completed state [service rabbitmq-server stop] at time 11:40:14.793353 duration_in_ms=1474.295
2018-02-09 11:40:14,794 [salt.state       ][INFO    ][18057] Running state [/var/lib/rabbitmq] at time 11:40:14.794345
2018-02-09 11:40:14,795 [salt.state       ][INFO    ][18057] Executing state file.directory for /var/lib/rabbitmq
2018-02-09 11:40:14,796 [salt.state       ][INFO    ][18057] Directory /var/lib/rabbitmq is in the correct state
2018-02-09 11:40:14,797 [salt.state       ][INFO    ][18057] Completed state [/var/lib/rabbitmq] at time 11:40:14.797476 duration_in_ms=3.132
2018-02-09 11:40:14,799 [salt.state       ][INFO    ][18057] Running state [/var/lib/rabbitmq/.erlang.cookie] at time 11:40:14.799882
2018-02-09 11:40:14,800 [salt.state       ][INFO    ][18057] Executing state file.managed for /var/lib/rabbitmq/.erlang.cookie
2018-02-09 11:40:14,802 [salt.state       ][INFO    ][18057] File changed:
--- 
+++ 
@@ -1 +1 @@
-WSFAYLNBKFGHVNXQYXQS+opnfv_secret

2018-02-09 11:40:14,803 [salt.state       ][INFO    ][18057] Completed state [/var/lib/rabbitmq/.erlang.cookie] at time 11:40:14.803192 duration_in_ms=3.31
2018-02-09 11:40:14,803 [salt.state       ][INFO    ][18057] Running state [sleep 30] at time 11:40:14.803886
2018-02-09 11:40:14,804 [salt.state       ][INFO    ][18057] Executing state cmd.run for sleep 30
2018-02-09 11:40:14,804 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command 'sleep 30' as user 'root' in directory '/root'
2018-02-09 11:40:15,287 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114016597806
2018-02-09 11:40:15,311 [salt.minion      ][INFO    ][19762] Starting a new job with PID 19762
2018-02-09 11:40:15,329 [salt.minion      ][INFO    ][19762] Returning information for job: 20180209114016597806
2018-02-09 11:40:25,313 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114026619492
2018-02-09 11:40:25,339 [salt.minion      ][INFO    ][19767] Starting a new job with PID 19767
2018-02-09 11:40:25,361 [salt.minion      ][INFO    ][19767] Returning information for job: 20180209114026619492
2018-02-09 11:40:35,346 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114036652293
2018-02-09 11:40:35,374 [salt.minion      ][INFO    ][19772] Starting a new job with PID 19772
2018-02-09 11:40:35,394 [salt.minion      ][INFO    ][19772] Returning information for job: 20180209114036652293
2018-02-09 11:40:44,907 [salt.state       ][INFO    ][18057] {'pid': 19752, 'retcode': 0, 'stderr': '', 'stdout': ''}
2018-02-09 11:40:44,909 [salt.state       ][INFO    ][18057] Completed state [sleep 30] at time 11:40:44.909444 duration_in_ms=30105.556
2018-02-09 11:40:45,046 [salt.state       ][INFO    ][18057] Running state [rabbitmq-server] at time 11:40:45.046902
2018-02-09 11:40:45,047 [salt.state       ][INFO    ][18057] Executing state service.running for rabbitmq-server
2018-02-09 11:40:45,048 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemctl', 'status', 'rabbitmq-server.service', '-n', '0'] in directory '/root'
2018-02-09 11:40:45,078 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2018-02-09 11:40:45,177 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemctl', 'status', 'rabbitmq-server.service', '-n', '0'] in directory '/root'
2018-02-09 11:40:45,210 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemctl', 'is-active', 'rabbitmq-server.service'] in directory '/root'
2018-02-09 11:40:45,230 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2018-02-09 11:40:45,254 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2018-02-09 11:40:45,278 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'rabbitmq-server.service'] in directory '/root'
2018-02-09 11:40:45,384 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114046693414
2018-02-09 11:40:45,406 [salt.minion      ][INFO    ][19899] Starting a new job with PID 19899
2018-02-09 11:40:45,425 [salt.minion      ][INFO    ][19899] Returning information for job: 20180209114046693414
2018-02-09 11:40:48,138 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemctl', 'is-active', 'rabbitmq-server.service'] in directory '/root'
2018-02-09 11:40:48,163 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2018-02-09 11:40:48,184 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2018-02-09 11:40:48,203 [salt.state       ][INFO    ][18057] {'rabbitmq-server': True}
2018-02-09 11:40:48,204 [salt.state       ][INFO    ][18057] Completed state [rabbitmq-server] at time 11:40:48.204061 duration_in_ms=3157.158
2018-02-09 11:40:48,207 [salt.state       ][INFO    ][18057] Running state [amqp_client] at time 11:40:48.207655
2018-02-09 11:40:48,208 [salt.state       ][INFO    ][18057] Executing state rabbitmq_plugin.enabled for amqp_client
2018-02-09 11:40:48,211 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['/usr/sbin/rabbitmq-plugins', 'list', '-m', '-e'] as user 'root' in directory '/root'
2018-02-09 11:40:49,393 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['/usr/sbin/rabbitmq-plugins', 'enable', 'amqp_client'] as user 'root' in directory '/root'
2018-02-09 11:40:50,762 [salt.state       ][INFO    ][18057] {'new': 'amqp_client', 'old': ''}
2018-02-09 11:40:50,764 [salt.state       ][INFO    ][18057] Completed state [amqp_client] at time 11:40:50.764328 duration_in_ms=2556.672
2018-02-09 11:40:50,766 [salt.state       ][INFO    ][18057] Running state [rabbitmq_management] at time 11:40:50.766400
2018-02-09 11:40:50,767 [salt.state       ][INFO    ][18057] Executing state rabbitmq_plugin.enabled for rabbitmq_management
2018-02-09 11:40:50,769 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['/usr/sbin/rabbitmq-plugins', 'list', '-m', '-e'] as user 'root' in directory '/root'
2018-02-09 11:40:51,879 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['/usr/sbin/rabbitmq-plugins', 'enable', 'rabbitmq_management'] as user 'root' in directory '/root'
2018-02-09 11:40:54,015 [salt.state       ][INFO    ][18057] {'new': 'rabbitmq_management', 'old': ''}
2018-02-09 11:40:54,015 [salt.state       ][INFO    ][18057] Completed state [rabbitmq_management] at time 11:40:54.015872 duration_in_ms=3249.472
2018-02-09 11:40:54,018 [salt.state       ][INFO    ][18057] Running state [/openstack] at time 11:40:54.018641
2018-02-09 11:40:54,019 [salt.state       ][INFO    ][18057] Executing state rabbitmq_vhost.present for /openstack
2018-02-09 11:40:54,020 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command 'rabbitmqctl list_vhosts -q' as user 'root' in directory '/root'
2018-02-09 11:40:55,420 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114056727448
2018-02-09 11:40:55,443 [salt.minion      ][INFO    ][20847] Starting a new job with PID 20847
2018-02-09 11:40:55,461 [salt.minion      ][INFO    ][20847] Returning information for job: 20180209114056727448
2018-02-09 11:40:55,809 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'add_vhost', '/openstack'] as user 'root' in directory '/root'
2018-02-09 11:40:57,677 [salt.state       ][INFO    ][18057] {'new': '/openstack', 'old': ''}
2018-02-09 11:40:57,679 [salt.state       ][INFO    ][18057] Completed state [/openstack] at time 11:40:57.678908 duration_in_ms=3660.258
2018-02-09 11:40:57,684 [salt.state       ][INFO    ][18057] Running state [openstack] at time 11:40:57.684238
2018-02-09 11:40:57,684 [salt.state       ][INFO    ][18057] Executing state rabbitmq_user.present for openstack
2018-02-09 11:40:57,685 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2018-02-09 11:41:01,440 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_user_permissions', 'openstack'] as user 'root' in directory '/root'
2018-02-09 11:41:03,309 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'set_permissions', '-p', '/openstack', 'openstack', '.*', '.*', '.*'] as user 'root' in directory '/root'
2018-02-09 11:41:05,141 [salt.state       ][INFO    ][18057] Made the following changes:
'perms' changed from 'absent' to '{'/openstack': ['.*', '.*', '.*']}'
'user' changed from 'absent' to 'openstack'

2018-02-09 11:41:05,142 [salt.state       ][INFO    ][18057] Completed state [openstack] at time 11:41:05.142831 duration_in_ms=7458.592
2018-02-09 11:41:05,146 [salt.state       ][INFO    ][18057] Running state [Ceilometer] at time 11:41:05.146413
2018-02-09 11:41:05,146 [salt.state       ][INFO    ][18057] Executing state rabbitmq_policy.present for Ceilometer
2018-02-09 11:41:05,147 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_policies', '-p', '/openstack'] as user 'root' in directory '/root'
2018-02-09 11:41:05,455 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114106766182
2018-02-09 11:41:05,472 [salt.minion      ][INFO    ][21911] Starting a new job with PID 21911
2018-02-09 11:41:05,492 [salt.minion      ][INFO    ][21911] Returning information for job: 20180209114106766182
2018-02-09 11:41:07,000 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'set_policy', '-p', '/openstack', '--priority', 10, 'Ceilometer', '^metering.sample$', '{"ha-mode": "all", "message-ttl": 10800000}'] as user 'root' in directory '/root'
2018-02-09 11:41:08,861 [salt.state       ][INFO    ][18057] {'new': 'Ceilometer', 'old': {}}
2018-02-09 11:41:08,862 [salt.state       ][INFO    ][18057] Completed state [Ceilometer] at time 11:41:08.862546 duration_in_ms=3716.132
2018-02-09 11:41:08,864 [salt.state       ][INFO    ][18057] Running state [HA] at time 11:41:08.864072
2018-02-09 11:41:08,865 [salt.state       ][INFO    ][18057] Executing state rabbitmq_policy.present for HA
2018-02-09 11:41:08,867 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_policies', '-p', '/openstack'] as user 'root' in directory '/root'
2018-02-09 11:41:10,736 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'set_policy', '-p', '/openstack', 'HA', '^(?!amq\\.).*', '{"ha-mode": "all", "message-ttl": 120000}'] as user 'root' in directory '/root'
2018-02-09 11:41:12,567 [salt.state       ][INFO    ][18057] {'new': 'HA', 'old': {}}
2018-02-09 11:41:12,568 [salt.state       ][INFO    ][18057] Completed state [HA] at time 11:41:12.568100 duration_in_ms=3704.026
2018-02-09 11:41:12,568 [salt.state       ][INFO    ][18057] Running state [guest] at time 11:41:12.568594
2018-02-09 11:41:12,569 [salt.state       ][INFO    ][18057] Executing state rabbitmq_user.present for guest
2018-02-09 11:41:12,570 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2018-02-09 11:41:14,443 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2018-02-09 11:41:15,484 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114116794860
2018-02-09 11:41:15,507 [salt.minion      ][INFO    ][22838] Starting a new job with PID 22838
2018-02-09 11:41:15,526 [salt.minion      ][INFO    ][22838] Returning information for job: 20180209114116794860
2018-02-09 11:41:20,080 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_user_permissions', 'guest'] as user 'root' in directory '/root'
2018-02-09 11:41:21,944 [salt.state       ][INFO    ][18057] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2018-02-09 11:41:21,945 [salt.state       ][INFO    ][18057] Completed state [guest] at time 11:41:21.945108 duration_in_ms=9376.512
2018-02-09 11:41:21,946 [salt.state       ][INFO    ][18057] Running state [HA] at time 11:41:21.946222
2018-02-09 11:41:21,946 [salt.state       ][INFO    ][18057] Executing state rabbitmq_policy.present for HA
2018-02-09 11:41:21,947 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_policies', '-p', '/'] as user 'root' in directory '/root'
2018-02-09 11:41:23,814 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'set_policy', '-p', '/', 'HA', '^(?!amq\\.).*', '{"ha-mode": "all", "message-ttl": 120000}'] as user 'root' in directory '/root'
2018-02-09 11:41:25,536 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114126839586
2018-02-09 11:41:25,557 [salt.minion      ][INFO    ][23792] Starting a new job with PID 23792
2018-02-09 11:41:25,577 [salt.minion      ][INFO    ][23792] Returning information for job: 20180209114126839586
2018-02-09 11:41:25,666 [salt.state       ][INFO    ][18057] {'new': 'HA', 'old': {}}
2018-02-09 11:41:25,667 [salt.state       ][INFO    ][18057] Completed state [HA] at time 11:41:25.667303 duration_in_ms=3721.08
2018-02-09 11:41:25,668 [salt.state       ][INFO    ][18057] Running state [admin] at time 11:41:25.668095
2018-02-09 11:41:25,668 [salt.state       ][INFO    ][18057] Executing state rabbitmq_user.present for admin
2018-02-09 11:41:25,669 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2018-02-09 11:41:29,334 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2018-02-09 11:41:31,166 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'set_user_tags', 'admin', 'administrator'] as user 'root' in directory '/root'
2018-02-09 11:41:33,009 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'list_user_permissions', 'admin'] as user 'root' in directory '/root'
2018-02-09 11:41:34,845 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'set_permissions', '-p', '/openstack', 'admin', '.*', '.*', '.*'] as user 'root' in directory '/root'
2018-02-09 11:41:35,568 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114136879859
2018-02-09 11:41:35,588 [salt.minion      ][INFO    ][24852] Starting a new job with PID 24852
2018-02-09 11:41:35,607 [salt.minion      ][INFO    ][24852] Returning information for job: 20180209114136879859
2018-02-09 11:41:36,740 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command ['rabbitmqctl', 'set_permissions', '-p', '/', 'admin', '.*', '.*', '.*'] as user 'root' in directory '/root'
2018-02-09 11:41:38,568 [salt.state       ][INFO    ][18057] Made the following changes:
'perms' changed from 'absent' to '{'/openstack': ['.*', '.*', '.*'], '/': ['.*', '.*', '.*']}'
'user' changed from 'absent' to 'admin'
'tags' changed from '['']' to '['administrator']'

2018-02-09 11:41:38,568 [salt.state       ][INFO    ][18057] Completed state [admin] at time 11:41:38.568534 duration_in_ms=12900.438
2018-02-09 11:41:38,569 [salt.state       ][INFO    ][18057] Running state [rabbitmqctl set_cluster_name openstack && echo "openstack" > /var/lib/rabbitmq/.cluster_name
] at time 11:41:38.569280
2018-02-09 11:41:38,570 [salt.state       ][INFO    ][18057] Executing state cmd.run for rabbitmqctl set_cluster_name openstack && echo "openstack" > /var/lib/rabbitmq/.cluster_name

2018-02-09 11:41:38,571 [salt.loaded.int.module.cmdmod][INFO    ][18057] Executing command 'rabbitmqctl set_cluster_name openstack && echo "openstack" > /var/lib/rabbitmq/.cluster_name
' in directory '/root'
2018-02-09 11:41:40,271 [salt.state       ][INFO    ][18057] {'pid': 25079, 'retcode': 0, 'stderr': '', 'stdout': 'Setting cluster name to openstack'}
2018-02-09 11:41:40,273 [salt.state       ][INFO    ][18057] Completed state [rabbitmqctl set_cluster_name openstack && echo "openstack" > /var/lib/rabbitmq/.cluster_name
] at time 11:41:40.273174 duration_in_ms=1703.891
2018-02-09 11:41:40,277 [salt.minion      ][INFO    ][18057] Returning information for job: 20180209113926208736
2018-02-09 11:41:41,072 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command state.sls with jid 20180209114142387094
2018-02-09 11:41:41,099 [salt.minion      ][INFO    ][25255] Starting a new job with PID 25255
2018-02-09 11:41:43,674 [salt.state       ][INFO    ][25255] Loading fresh modules for state activity
2018-02-09 11:41:43,839 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command 'cat /var/lib/rabbitmq/.erlang.cookie' in directory '/root'
2018-02-09 11:41:44,732 [salt.state       ][INFO    ][25255] Running state [rabbitmq-server] at time 11:41:44.732106
2018-02-09 11:41:44,732 [salt.state       ][INFO    ][25255] Executing state pkg.installed for rabbitmq-server
2018-02-09 11:41:44,733 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 11:41:45,086 [salt.state       ][INFO    ][25255] All specified packages are already installed
2018-02-09 11:41:45,086 [salt.state       ][INFO    ][25255] Completed state [rabbitmq-server] at time 11:41:45.086608 duration_in_ms=354.502
2018-02-09 11:41:45,090 [salt.state       ][INFO    ][25255] Running state [/etc/rabbitmq/rabbitmq.config] at time 11:41:45.090257
2018-02-09 11:41:45,090 [salt.state       ][INFO    ][25255] Executing state file.managed for /etc/rabbitmq/rabbitmq.config
2018-02-09 11:41:45,185 [salt.state       ][INFO    ][25255] File /etc/rabbitmq/rabbitmq.config is in the correct state
2018-02-09 11:41:45,185 [salt.state       ][INFO    ][25255] Completed state [/etc/rabbitmq/rabbitmq.config] at time 11:41:45.185885 duration_in_ms=95.628
2018-02-09 11:41:45,186 [salt.state       ][INFO    ][25255] Running state [/etc/default/rabbitmq-server] at time 11:41:45.186299
2018-02-09 11:41:45,186 [salt.state       ][INFO    ][25255] Executing state file.managed for /etc/default/rabbitmq-server
2018-02-09 11:41:45,240 [salt.state       ][INFO    ][25255] File /etc/default/rabbitmq-server is in the correct state
2018-02-09 11:41:45,240 [salt.state       ][INFO    ][25255] Completed state [/etc/default/rabbitmq-server] at time 11:41:45.240658 duration_in_ms=54.359
2018-02-09 11:41:45,241 [salt.state       ][INFO    ][25255] Running state [/etc/systemd/system/rabbitmq-server.service.d/limits.conf] at time 11:41:45.241002
2018-02-09 11:41:45,241 [salt.state       ][INFO    ][25255] Executing state file.managed for /etc/systemd/system/rabbitmq-server.service.d/limits.conf
2018-02-09 11:41:45,307 [salt.state       ][INFO    ][25255] File /etc/systemd/system/rabbitmq-server.service.d/limits.conf is in the correct state
2018-02-09 11:41:45,308 [salt.state       ][INFO    ][25255] Completed state [/etc/systemd/system/rabbitmq-server.service.d/limits.conf] at time 11:41:45.308043 duration_in_ms=67.041
2018-02-09 11:41:45,309 [salt.state       ][INFO    ][25255] Running state [rabbitmq-server] at time 11:41:45.309197
2018-02-09 11:41:45,309 [salt.state       ][INFO    ][25255] Executing state service.running for rabbitmq-server
2018-02-09 11:41:45,310 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['systemctl', 'status', 'rabbitmq-server.service', '-n', '0'] in directory '/root'
2018-02-09 11:41:45,360 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['systemctl', 'is-active', 'rabbitmq-server.service'] in directory '/root'
2018-02-09 11:41:45,379 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2018-02-09 11:41:45,400 [salt.state       ][INFO    ][25255] The service rabbitmq-server is already running
2018-02-09 11:41:45,401 [salt.state       ][INFO    ][25255] Completed state [rabbitmq-server] at time 11:41:45.401324 duration_in_ms=92.123
2018-02-09 11:41:45,404 [salt.state       ][INFO    ][25255] Running state [amqp_client] at time 11:41:45.404156
2018-02-09 11:41:45,404 [salt.state       ][INFO    ][25255] Executing state rabbitmq_plugin.enabled for amqp_client
2018-02-09 11:41:45,405 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['/usr/sbin/rabbitmq-plugins', 'list', '-m', '-e'] as user 'root' in directory '/root'
2018-02-09 11:41:46,568 [salt.state       ][INFO    ][25255] Plugin 'amqp_client' is already enabled.
2018-02-09 11:41:46,568 [salt.state       ][INFO    ][25255] Completed state [amqp_client] at time 11:41:46.568559 duration_in_ms=1164.402
2018-02-09 11:41:46,569 [salt.state       ][INFO    ][25255] Running state [rabbitmq_management] at time 11:41:46.569285
2018-02-09 11:41:46,569 [salt.state       ][INFO    ][25255] Executing state rabbitmq_plugin.enabled for rabbitmq_management
2018-02-09 11:41:46,570 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['/usr/sbin/rabbitmq-plugins', 'list', '-m', '-e'] as user 'root' in directory '/root'
2018-02-09 11:41:47,697 [salt.state       ][INFO    ][25255] Plugin 'rabbitmq_management' is already enabled.
2018-02-09 11:41:47,698 [salt.state       ][INFO    ][25255] Completed state [rabbitmq_management] at time 11:41:47.698166 duration_in_ms=1128.881
2018-02-09 11:41:47,700 [salt.state       ][INFO    ][25255] Running state [/openstack] at time 11:41:47.700686
2018-02-09 11:41:47,701 [salt.state       ][INFO    ][25255] Executing state rabbitmq_vhost.present for /openstack
2018-02-09 11:41:47,702 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command 'rabbitmqctl list_vhosts -q' as user 'root' in directory '/root'
2018-02-09 11:41:49,503 [salt.state       ][INFO    ][25255] Virtual Host '/openstack' already exists.
2018-02-09 11:41:49,503 [salt.state       ][INFO    ][25255] Completed state [/openstack] at time 11:41:49.503616 duration_in_ms=1802.929
2018-02-09 11:41:49,506 [salt.state       ][INFO    ][25255] Running state [openstack] at time 11:41:49.506579
2018-02-09 11:41:49,506 [salt.state       ][INFO    ][25255] Executing state rabbitmq_user.present for openstack
2018-02-09 11:41:49,507 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2018-02-09 11:41:51,182 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114152489472
2018-02-09 11:41:51,203 [salt.minion      ][INFO    ][25990] Starting a new job with PID 25990
2018-02-09 11:41:51,222 [salt.minion      ][INFO    ][25990] Returning information for job: 20180209114152489472
2018-02-09 11:41:51,415 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2018-02-09 11:41:56,976 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_user_permissions', 'openstack'] as user 'root' in directory '/root'
2018-02-09 11:41:58,801 [salt.state       ][INFO    ][25255] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2018-02-09 11:41:58,801 [salt.state       ][INFO    ][25255] Completed state [openstack] at time 11:41:58.801503 duration_in_ms=9294.923
2018-02-09 11:41:58,805 [salt.state       ][INFO    ][25255] Running state [Ceilometer] at time 11:41:58.805166
2018-02-09 11:41:58,805 [salt.state       ][INFO    ][25255] Executing state rabbitmq_policy.present for Ceilometer
2018-02-09 11:41:58,806 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_policies', '-p', '/openstack'] as user 'root' in directory '/root'
2018-02-09 11:42:00,628 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'set_policy', '-p', '/openstack', '--priority', 10, 'Ceilometer', '^metering.sample$', '{"ha-mode": "all", "message-ttl": 10800000}'] as user 'root' in directory '/root'
2018-02-09 11:42:01,205 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114202518823
2018-02-09 11:42:01,227 [salt.minion      ][INFO    ][27058] Starting a new job with PID 27058
2018-02-09 11:42:01,246 [salt.minion      ][INFO    ][27058] Returning information for job: 20180209114202518823
2018-02-09 11:42:02,506 [salt.state       ][INFO    ][25255] {'new': ['Definition'], 'old': {'apply_to': 'all', 'priority': '10', 'definition': '{"ha-mode":"all","message-ttl":10800000}', 'pattern': '^metering.sample$'}}
2018-02-09 11:42:02,508 [salt.state       ][INFO    ][25255] Completed state [Ceilometer] at time 11:42:02.507977 duration_in_ms=3702.811
2018-02-09 11:42:02,509 [salt.state       ][INFO    ][25255] Running state [HA] at time 11:42:02.508962
2018-02-09 11:42:02,509 [salt.state       ][INFO    ][25255] Executing state rabbitmq_policy.present for HA
2018-02-09 11:42:02,511 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_policies', '-p', '/openstack'] as user 'root' in directory '/root'
2018-02-09 11:42:04,362 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'set_policy', '-p', '/openstack', 'HA', '^(?!amq\\.).*', '{"ha-mode": "all", "message-ttl": 120000}'] as user 'root' in directory '/root'
2018-02-09 11:42:06,228 [salt.state       ][INFO    ][25255] {'new': ['Pattern', 'Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all","message-ttl":120000}', 'pattern': '^(?!amq\\\\.).*'}}
2018-02-09 11:42:06,229 [salt.state       ][INFO    ][25255] Completed state [HA] at time 11:42:06.228979 duration_in_ms=3720.016
2018-02-09 11:42:06,229 [salt.state       ][INFO    ][25255] Running state [guest] at time 11:42:06.229411
2018-02-09 11:42:06,231 [salt.state       ][INFO    ][25255] Executing state rabbitmq_user.present for guest
2018-02-09 11:42:06,232 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2018-02-09 11:42:08,054 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2018-02-09 11:42:11,441 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114212746561
2018-02-09 11:42:11,466 [salt.minion      ][INFO    ][28003] Starting a new job with PID 28003
2018-02-09 11:42:11,486 [salt.minion      ][INFO    ][28003] Returning information for job: 20180209114212746561
2018-02-09 11:42:13,632 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_user_permissions', 'guest'] as user 'root' in directory '/root'
2018-02-09 11:42:15,509 [salt.state       ][INFO    ][25255] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2018-02-09 11:42:15,510 [salt.state       ][INFO    ][25255] Completed state [guest] at time 11:42:15.510555 duration_in_ms=9281.143
2018-02-09 11:42:15,511 [salt.state       ][INFO    ][25255] Running state [HA] at time 11:42:15.511293
2018-02-09 11:42:15,511 [salt.state       ][INFO    ][25255] Executing state rabbitmq_policy.present for HA
2018-02-09 11:42:15,512 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_policies', '-p', '/'] as user 'root' in directory '/root'
2018-02-09 11:42:17,340 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'set_policy', '-p', '/', 'HA', '^(?!amq\\.).*', '{"ha-mode": "all", "message-ttl": 120000}'] as user 'root' in directory '/root'
2018-02-09 11:42:19,230 [salt.state       ][INFO    ][25255] {'new': ['Pattern', 'Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all","message-ttl":120000}', 'pattern': '^(?!amq\\\\.).*'}}
2018-02-09 11:42:19,231 [salt.state       ][INFO    ][25255] Completed state [HA] at time 11:42:19.230967 duration_in_ms=3719.673
2018-02-09 11:42:19,231 [salt.state       ][INFO    ][25255] Running state [admin] at time 11:42:19.231802
2018-02-09 11:42:19,232 [salt.state       ][INFO    ][25255] Executing state rabbitmq_user.present for admin
2018-02-09 11:42:19,233 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2018-02-09 11:42:21,057 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2018-02-09 11:42:21,474 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209114222783394
2018-02-09 11:42:21,496 [salt.minion      ][INFO    ][29067] Starting a new job with PID 29067
2018-02-09 11:42:21,515 [salt.minion      ][INFO    ][29067] Returning information for job: 20180209114222783394
2018-02-09 11:42:26,700 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2018-02-09 11:42:28,552 [salt.loaded.int.module.cmdmod][INFO    ][25255] Executing command ['rabbitmqctl', 'list_user_permissions', 'admin'] as user 'root' in directory '/root'
2018-02-09 11:42:30,417 [salt.state       ][INFO    ][25255] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2018-02-09 11:42:30,418 [salt.state       ][INFO    ][25255] Completed state [admin] at time 11:42:30.418002 duration_in_ms=11186.199
2018-02-09 11:42:30,420 [salt.state       ][INFO    ][25255] Running state [rabbitmqctl set_cluster_name openstack && echo "openstack" > /var/lib/rabbitmq/.cluster_name
] at time 11:42:30.420572
2018-02-09 11:42:30,420 [salt.state       ][INFO    ][25255] Executing state cmd.run for rabbitmqctl set_cluster_name openstack && echo "openstack" > /var/lib/rabbitmq/.cluster_name

2018-02-09 11:42:30,421 [salt.state       ][INFO    ][25255] /var/lib/rabbitmq/.cluster_name exists
2018-02-09 11:42:30,422 [salt.state       ][INFO    ][25255] Completed state [rabbitmqctl set_cluster_name openstack && echo "openstack" > /var/lib/rabbitmq/.cluster_name
] at time 11:42:30.422812 duration_in_ms=2.24
2018-02-09 11:42:30,426 [salt.minion      ][INFO    ][25255] Returning information for job: 20180209114142387094
2018-02-09 11:44:03,383 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command cmd.run with jid 20180209114404697031
2018-02-09 11:44:03,408 [salt.minion      ][INFO    ][30167] Starting a new job with PID 30167
2018-02-09 11:44:03,416 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][30167] Executing command 'rabbitmqctl cluster_status' in directory '/root'
2018-02-09 11:44:05,259 [salt.minion      ][INFO    ][30167] Returning information for job: 20180209114404697031
2018-02-09 12:01:04,210 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.refresh_pillar with jid 20180209120105525739
2018-02-09 12:01:04,244 [salt.minion      ][INFO    ][1426] Starting a new job with PID 1426
2018-02-09 12:01:04,265 [salt.minion      ][INFO    ][1426] Returning information for job: 20180209120105525739
2018-02-09 12:05:12,155 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.refresh_pillar with jid 20180209120513472106
2018-02-09 12:05:12,188 [salt.minion      ][INFO    ][2322] Starting a new job with PID 2322
2018-02-09 12:05:12,210 [salt.minion      ][INFO    ][2322] Returning information for job: 20180209120513472106
2018-02-09 12:08:15,407 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command state.sls with jid 20180209120816726336
2018-02-09 12:08:15,433 [salt.minion      ][INFO    ][2982] Starting a new job with PID 2982
2018-02-09 12:08:16,888 [salt.state       ][INFO    ][2982] Loading fresh modules for state activity
2018-02-09 12:08:16,979 [salt.fileclient  ][INFO    ][2982] Fetching file from saltenv 'base', ** done ** 'haproxy/init.sls'
2018-02-09 12:08:17,011 [salt.fileclient  ][INFO    ][2982] Fetching file from saltenv 'base', ** done ** 'haproxy/proxy.sls'
2018-02-09 12:08:17,630 [salt.state       ][INFO    ][2982] Running state [haproxy] at time 12:08:17.630429
2018-02-09 12:08:17,631 [salt.state       ][INFO    ][2982] Executing state pkg.installed for haproxy
2018-02-09 12:08:17,632 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 12:08:18,032 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['apt-cache', '-q', 'policy', 'haproxy'] in directory '/root'
2018-02-09 12:08:18,107 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-02-09 12:08:21,970 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-02-09 12:08:22,004 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'haproxy'] in directory '/root'
2018-02-09 12:08:25,216 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 12:08:25,259 [salt.state       ][INFO    ][2982] Made the following changes:
'haproxy' changed from 'absent' to '1.6.3-1ubuntu0.1'
'liblua5.3-0' changed from 'absent' to '5.3.1-1ubuntu2'

2018-02-09 12:08:25,279 [salt.state       ][INFO    ][2982] Loading fresh modules for state activity
2018-02-09 12:08:25,312 [salt.state       ][INFO    ][2982] Completed state [haproxy] at time 12:08:25.312492 duration_in_ms=7682.063
2018-02-09 12:08:25,316 [salt.state       ][INFO    ][2982] Running state [/etc/default/haproxy] at time 12:08:25.316693
2018-02-09 12:08:25,317 [salt.state       ][INFO    ][2982] Executing state file.managed for /etc/default/haproxy
2018-02-09 12:08:25,357 [salt.fileclient  ][INFO    ][2982] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.default'
2018-02-09 12:08:25,362 [salt.state       ][INFO    ][2982] File changed:
--- 
+++ 
@@ -1,10 +1,5 @@
-# Defaults file for HAProxy
-#
-# This is sourced by both, the initscript and the systemd unit file, so do not
-# treat it as a shell script fragment.
 
-# Change the config file location if needed
-#CONFIG="/etc/haproxy/haproxy.cfg"
-
-# Add extra flags here, see haproxy(1) for a few options
+# Set ENABLED to 1 if you want the init script to start haproxy.
+ENABLED=1
+# Add extra flags here.
 #EXTRAOPTS="-de -m 16"

2018-02-09 12:08:25,362 [salt.state       ][INFO    ][2982] Completed state [/etc/default/haproxy] at time 12:08:25.362255 duration_in_ms=45.561
2018-02-09 12:08:25,362 [salt.state       ][INFO    ][2982] Running state [/etc/haproxy/haproxy.cfg] at time 12:08:25.362678
2018-02-09 12:08:25,362 [salt.state       ][INFO    ][2982] Executing state file.managed for /etc/haproxy/haproxy.cfg
2018-02-09 12:08:25,388 [salt.fileclient  ][INFO    ][2982] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.cfg'
2018-02-09 12:08:25,571 [salt.state       ][INFO    ][2982] File changed:
--- 
+++ 
@@ -1,35 +1,49 @@
 global
-	log /dev/log	local0
-	log /dev/log	local1 notice
-	chroot /var/lib/haproxy
-	stats socket /run/haproxy/admin.sock mode 660 level admin
-	stats timeout 30s
-	user haproxy
-	group haproxy
-	daemon
-
-	# Default SSL material locations
-	ca-base /etc/ssl/certs
-	crt-base /etc/ssl/private
-
-	# Default ciphers to use on SSL-enabled listening sockets.
-	# For more information, see ciphers(1SSL). This list is from:
-	#  https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/
-	ssl-default-bind-ciphers ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
-	ssl-default-bind-options no-sslv3
+  log /dev/log  local0
+  log /dev/log  local1 notice
+  chroot /var/lib/haproxy
+  stats  socket /run/haproxy/admin.sock mode 660 level admin
+  stats timeout 30s
+  user  haproxy
+  group haproxy
+  daemon
+  pidfile  /var/run/haproxy.pid
+  spread-checks 4
+  tune.maxrewrite 1024
+  tune.bufsize 32768
+  maxconn  16000
+  # SSL options
+  ca-base /etc/haproxy/ssl
+  crt-base /etc/haproxy/ssl
+  tune.ssl.default-dh-param 2048
+  ssl-default-bind-ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
+  ssl-default-bind-options no-sslv3 no-tls-tickets
+  ssl-default-server-ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
+  ssl-default-server-options no-sslv3 no-tls-tickets
 
 defaults
-	log	global
-	mode	http
-	option	httplog
-	option	dontlognull
-        timeout connect 5000
-        timeout client  50000
-        timeout server  50000
-	errorfile 400 /etc/haproxy/errors/400.http
-	errorfile 403 /etc/haproxy/errors/403.http
-	errorfile 408 /etc/haproxy/errors/408.http
-	errorfile 500 /etc/haproxy/errors/500.http
-	errorfile 502 /etc/haproxy/errors/502.http
-	errorfile 503 /etc/haproxy/errors/503.http
-	errorfile 504 /etc/haproxy/errors/504.http
+  log  global
+  mode http
+
+  maxconn 8000
+  option  redispatch
+  retries  3
+  stats  enable
+
+  timeout http-request 10s
+  timeout queue 1m
+  timeout connect 10s
+  timeout client 1m
+  timeout server 1m
+  timeout check 10s
+
+listen rabbitmq_cluster
+  bind 192.168.10.40:5672 
+  balance roundrobin
+  mode tcp
+  option tcpka
+  timeout client 300s
+  timeout server 300s
+  server msg01 192.168.10.41:5672 check inter 5000 rise 2 fall 3
+  server msg02 192.168.10.42:5672 backup check inter 5000 rise 2 fall 3
+  server msg03 192.168.10.43:5672 backup check inter 5000 rise 2 fall 3

2018-02-09 12:08:25,579 [salt.state       ][INFO    ][2982] Completed state [/etc/haproxy/haproxy.cfg] at time 12:08:25.579593 duration_in_ms=216.913
2018-02-09 12:08:25,580 [salt.state       ][INFO    ][2982] Running state [/etc/haproxy/ssl] at time 12:08:25.580374
2018-02-09 12:08:25,580 [salt.state       ][INFO    ][2982] Executing state file.directory for /etc/haproxy/ssl
2018-02-09 12:08:25,583 [salt.state       ][INFO    ][2982] {'/etc/haproxy/ssl': 'New Dir'}
2018-02-09 12:08:25,584 [salt.state       ][INFO    ][2982] Completed state [/etc/haproxy/ssl] at time 12:08:25.584001 duration_in_ms=3.627
2018-02-09 12:08:25,585 [salt.state       ][INFO    ][2982] Running state [haproxy_status_packages] at time 12:08:25.585579
2018-02-09 12:08:25,586 [salt.state       ][INFO    ][2982] Executing state pkg.installed for haproxy_status_packages
2018-02-09 12:08:25,921 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command saltutil.find_job with jid 20180209120826815295
2018-02-09 12:08:25,938 [salt.minion      ][INFO    ][3844] Starting a new job with PID 3844
2018-02-09 12:08:25,956 [salt.minion      ][INFO    ][3844] Returning information for job: 20180209120826815295
2018-02-09 12:08:26,006 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-02-09 12:08:26,036 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'socat'] in directory '/root'
2018-02-09 12:08:28,002 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-02-09 12:08:28,049 [salt.state       ][INFO    ][2982] Made the following changes:
'socat' changed from 'absent' to '1.7.3.1-1'

2018-02-09 12:08:28,066 [salt.state       ][INFO    ][2982] Loading fresh modules for state activity
2018-02-09 12:08:28,098 [salt.state       ][INFO    ][2982] Completed state [haproxy_status_packages] at time 12:08:28.098384 duration_in_ms=2512.804
2018-02-09 12:08:28,105 [salt.state       ][INFO    ][2982] Running state [/usr/bin/haproxy-status.sh] at time 12:08:28.105266
2018-02-09 12:08:28,105 [salt.state       ][INFO    ][2982] Executing state file.managed for /usr/bin/haproxy-status.sh
2018-02-09 12:08:28,136 [salt.fileclient  ][INFO    ][2982] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy-status.sh'
2018-02-09 12:08:28,167 [salt.state       ][INFO    ][2982] File changed:
New file
2018-02-09 12:08:28,167 [salt.state       ][INFO    ][2982] Completed state [/usr/bin/haproxy-status.sh] at time 12:08:28.167755 duration_in_ms=62.489
2018-02-09 12:08:28,169 [salt.state       ][INFO    ][2982] Running state [net.ipv4.ip_nonlocal_bind] at time 12:08:28.169806
2018-02-09 12:08:28,170 [salt.state       ][INFO    ][2982] Executing state sysctl.present for net.ipv4.ip_nonlocal_bind
2018-02-09 12:08:28,172 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command 'sysctl -a' in directory '/root'
2018-02-09 12:08:28,220 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command 'sysctl -w net.ipv4.ip_nonlocal_bind="1"' in directory '/root'
2018-02-09 12:08:28,235 [salt.state       ][INFO    ][2982] {'net.ipv4.ip_nonlocal_bind': 1}
2018-02-09 12:08:28,236 [salt.state       ][INFO    ][2982] Completed state [net.ipv4.ip_nonlocal_bind] at time 12:08:28.236306 duration_in_ms=66.5
2018-02-09 12:08:28,380 [salt.state       ][INFO    ][2982] Running state [haproxy] at time 12:08:28.380390
2018-02-09 12:08:28,380 [salt.state       ][INFO    ][2982] Executing state service.running for haproxy
2018-02-09 12:08:28,381 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2018-02-09 12:08:28,406 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2018-02-09 12:08:28,429 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['systemctl', 'is-enabled', 'haproxy.service'] in directory '/root'
2018-02-09 12:08:28,451 [salt.state       ][INFO    ][2982] The service haproxy is already running
2018-02-09 12:08:28,452 [salt.state       ][INFO    ][2982] Completed state [haproxy] at time 12:08:28.452285 duration_in_ms=71.895
2018-02-09 12:08:28,452 [salt.state       ][INFO    ][2982] Running state [haproxy] at time 12:08:28.452673
2018-02-09 12:08:28,453 [salt.state       ][INFO    ][2982] Executing state service.mod_watch for haproxy
2018-02-09 12:08:28,454 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2018-02-09 12:08:28,474 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['systemctl', 'is-enabled', 'haproxy.service'] in directory '/root'
2018-02-09 12:08:28,490 [salt.loaded.int.module.cmdmod][INFO    ][2982] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'haproxy.service'] in directory '/root'
2018-02-09 12:08:28,551 [salt.state       ][INFO    ][2982] {'haproxy': True}
2018-02-09 12:08:28,552 [salt.state       ][INFO    ][2982] Completed state [haproxy] at time 12:08:28.552031 duration_in_ms=99.358
2018-02-09 12:08:28,554 [salt.minion      ][INFO    ][2982] Returning information for job: 20180209120816726336
2018-02-09 12:08:29,349 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command service.status with jid 20180209120830667899
2018-02-09 12:08:29,375 [salt.minion      ][INFO    ][4145] Starting a new job with PID 4145
2018-02-09 12:08:29,564 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][4145] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2018-02-09 12:08:29,584 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][4145] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2018-02-09 12:08:29,602 [salt.minion      ][INFO    ][4145] Returning information for job: 20180209120830667899
2018-02-09 12:08:30,551 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command service.restart with jid 20180209120831870586
2018-02-09 12:08:30,575 [salt.minion      ][INFO    ][4154] Starting a new job with PID 4154
2018-02-09 12:08:30,764 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][4154] Executing command ['systemctl', 'status', 'rsyslog.service', '-n', '0'] in directory '/root'
2018-02-09 12:08:30,784 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][4154] Executing command ['systemctl', 'is-enabled', 'rsyslog.service'] in directory '/root'
2018-02-09 12:08:30,819 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][4154] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'rsyslog.service'] in directory '/root'
2018-02-09 12:08:30,879 [salt.minion      ][INFO    ][4154] Returning information for job: 20180209120831870586
2018-02-09 12:33:31,959 [salt.utils.schedule][INFO    ][2306] Running scheduled job: __mine_interval
2018-02-09 12:38:30,013 [salt.minion      ][INFO    ][2306] User sudo_ubuntu Executing command cp.push_dir with jid 20180209123831329965
2018-02-09 12:38:30,044 [salt.minion      ][INFO    ][10375] Starting a new job with PID 10375
