2017-12-28 08:39:58,298 [salt.cli.daemons ][WARNING ][888] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-12-28 08:46:15,998 [salt.state       ][ERROR   ][1168] No contents found in top file
2017-12-28 08:46:24,800 [py.warnings      ][WARNING ][1239] /usr/lib/python2.7/dist-packages/salt/utils/templates.py:73: DeprecationWarning: Starting in 2015.5, cmd.run uses python_shell=False by default, which doesn't support shellisms (pipes, env variables, etc). cmd.run is currently aliased to cmd.shell to prevent breakage. Please switch to cmd.shell or set python_shell=True to avoid breakage in the future, when this aliasing is removed.

2017-12-28 08:46:24,810 [salt.loaded.int.module.cmdmod][ERROR   ][1239] Command 'rabbitmqctl cluster_status' failed with return code: 127
2017-12-28 08:46:24,811 [salt.loaded.int.module.cmdmod][ERROR   ][1239] output: /bin/sh: 1: rabbitmqctl: not found
2017-12-28 08:46:24,832 [salt.loaded.int.module.cmdmod][ERROR   ][1239] Command 'rabbitmqctl cluster_status' failed with return code: 127
2017-12-28 08:46:24,833 [salt.loaded.int.module.cmdmod][ERROR   ][1239] output: /bin/sh: 1: rabbitmqctl: not found
2017-12-28 08:46:26,623 [salt.loaded.int.module.cmdmod][ERROR   ][1239] Command 'rabbitmqctl cluster_status' failed with return code: 127
2017-12-28 08:46:26,624 [salt.loaded.int.module.cmdmod][ERROR   ][1239] output: /bin/sh: 1: rabbitmqctl: not found
2017-12-28 08:46:26,649 [salt.loaded.int.module.cmdmod][ERROR   ][1239] Command 'rabbitmqctl cluster_status' failed with return code: 127
2017-12-28 08:46:26,652 [salt.loaded.int.module.cmdmod][ERROR   ][1239] output: /bin/sh: 1: rabbitmqctl: not found
2017-12-28 08:46:42,931 [salt.loaded.int.module.cmdmod][ERROR   ][1239] Command 'while true; do salt-call saltutil.running|grep fun: && continue; salt-call --local service.restart salt-minion; break; done' failed with return code: None
2017-12-28 08:46:45,515 [salt.loaded.int.module.cmdmod][INFO    ][1758] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-12-28 08:46:45,527 [salt.loaded.int.module.cmdmod][INFO    ][1758] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-12-28 08:46:45,545 [salt.loaded.int.module.cmdmod][INFO    ][1758] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'salt-minion.service'] in directory '/root'
2017-12-28 08:46:45,574 [salt.utils.parsers][WARNING ][888] Minion received a SIGTERM. Exiting.
2017-12-28 08:46:45,575 [tornado.general  ][ERROR   ][888] 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 435, 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 400, in _decode_messages
    payload = self.serial.loads(messages[0])
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 233, in _handle_signals
    super(Minion, self)._handle_signals(signum, sigframe)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 886, in _handle_signals
    self.shutdown(exitmsg='{0} Exited.'.format(msg))
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 412, in shutdown
    super(Minion, self).shutdown(exitcode, exitmsg)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 889, in shutdown
    self.exit(exitcode, exitmsg)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 263, in exit
    optparse.OptionParser.exit(self, status, msg)
  File "/usr/lib/python2.7/optparse.py", line 1574, in exit
    sys.exit(status)
SystemExit: 0
2017-12-28 08:46:45,581 [tornado.general  ][ERROR   ][888] 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 435, 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 400, in _decode_messages
    payload = self.serial.loads(messages[0])
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 233, in _handle_signals
    super(Minion, self)._handle_signals(signum, sigframe)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 886, in _handle_signals
    self.shutdown(exitmsg='{0} Exited.'.format(msg))
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 412, in shutdown
    super(Minion, self).shutdown(exitcode, exitmsg)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 889, in shutdown
    self.exit(exitcode, exitmsg)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 263, in exit
    optparse.OptionParser.exit(self, status, msg)
  File "/usr/lib/python2.7/optparse.py", line 1574, in exit
    sys.exit(status)
SystemExit: 0
2017-12-28 08:46:46,016 [salt.cli.daemons ][INFO    ][1815] Setting up the Salt Minion "msg03.baremetal-mcp-pike-odl-ha.local"
2017-12-28 08:46:46,505 [salt.minion      ][INFO    ][1815] Creating minion process manager
2017-12-28 08:46:46,511 [salt.cli.daemons ][WARNING ][1815] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-12-28 08:46:46,512 [salt.cli.daemons ][INFO    ][1815] The Salt Minion is starting up
2017-12-28 08:46:46,512 [salt.minion      ][INFO    ][1815] Minion is starting as user 'root'
2017-12-28 08:46:46,512 [salt.utils.event ][INFO    ][1815] Starting pull socket on /var/run/salt/minion/minion_event_f8122465d0_pull.ipc
2017-12-28 08:46:47,470 [salt.loaded.int.module.cmdmod][INFO    ][1815] Executing command ['date', '+%z'] in directory '/root'
2017-12-28 08:46:47,488 [salt.utils.schedule][INFO    ][1815] Updating job settings for scheduled job: __mine_interval
2017-12-28 08:46:47,492 [salt.minion      ][INFO    ][1815] Added mine.update to scheduler
2017-12-28 08:46:47,514 [salt.minion      ][INFO    ][1815] Minion is ready to receive requests!
2017-12-28 08:46:48,516 [salt.utils.schedule][INFO    ][1815] Running scheduled job: __mine_interval
2017-12-28 08:46:49,839 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command state.apply with jid 20171228084649820927
2017-12-28 08:46:49,860 [salt.minion      ][INFO    ][1911] Starting a new job with PID 1911
2017-12-28 08:46:53,660 [salt.state       ][INFO    ][1911] Loading fresh modules for state activity
2017-12-28 08:46:53,846 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/init.sls'
2017-12-28 08:46:54,010 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/init.sls'
2017-12-28 08:46:54,060 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:54,233 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/env.sls'
2017-12-28 08:46:54,261 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:54,345 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/profile.sls'
2017-12-28 08:46:54,371 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:54,503 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/repo.sls'
2017-12-28 08:46:54,599 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:54,703 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/package.sls'
2017-12-28 08:46:54,755 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:54,840 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/timezone.sls'
2017-12-28 08:46:54,875 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:54,959 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/kernel.sls'
2017-12-28 08:46:54,999 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:55,103 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/cpu.sls'
2017-12-28 08:46:55,134 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:55,215 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/sysfs.sls'
2017-12-28 08:46:55,243 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:55,325 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/locale.sls'
2017-12-28 08:46:56,098 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:56,188 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/user.sls'
2017-12-28 08:46:56,234 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:56,337 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/group.sls'
2017-12-28 08:46:56,374 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:56,448 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/limit.sls'
2017-12-28 08:46:56,470 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:56,559 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/systemd.sls'
2017-12-28 08:46:56,591 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:56,686 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/system/apt.sls'
2017-12-28 08:46:56,722 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:56,823 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/network/init.sls'
2017-12-28 08:46:56,852 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:56,943 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/network/hostname.sls'
2017-12-28 08:46:56,967 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:57,066 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/network/host.sls'
2017-12-28 08:46:57,119 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:57,268 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/network/interface.sls'
2017-12-28 08:46:57,391 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:57,478 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/network/proxy.sls'
2017-12-28 08:46:57,500 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:57,588 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/storage/init.sls'
2017-12-28 08:46:57,622 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:57,707 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'ntp/init.sls'
2017-12-28 08:46:58,232 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'ntp/client.sls'
2017-12-28 08:46:58,264 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-28 08:46:58,298 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'ntp/server.sls'
2017-12-28 08:46:58,319 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-28 08:46:58,343 [salt.state       ][INFO    ][1911] Running state [/etc/environment] at time 08:46:58.342938
2017-12-28 08:46:58,343 [salt.state       ][INFO    ][1911] Executing state file.blockreplace for /etc/environment
2017-12-28 08:46:58,351 [salt.state       ][INFO    ][1911] 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

2017-12-28 08:46:58,353 [salt.state       ][INFO    ][1911] Completed state [/etc/environment] at time 08:46:58.352183 duration_in_ms=9.246
2017-12-28 08:46:58,353 [salt.state       ][INFO    ][1911] Running state [/etc/profile.d] at time 08:46:58.352874
2017-12-28 08:46:58,354 [salt.state       ][INFO    ][1911] Executing state file.directory for /etc/profile.d
2017-12-28 08:46:58,355 [salt.state       ][INFO    ][1911] Directory /etc/profile.d is in the correct state
2017-12-28 08:46:58,356 [salt.state       ][INFO    ][1911] Completed state [/etc/profile.d] at time 08:46:58.355761 duration_in_ms=2.886
2017-12-28 08:46:58,767 [salt.state       ][INFO    ][1911] Running state [/etc/apt/apt.conf.d/99compression-workaround-salt] at time 08:46:58.767323
2017-12-28 08:46:58,770 [salt.state       ][INFO    ][1911] Executing state file.managed for /etc/apt/apt.conf.d/99compression-workaround-salt
2017-12-28 08:46:58,795 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/files/apt.conf'
2017-12-28 08:46:58,803 [salt.state       ][INFO    ][1911] File changed:
New file
2017-12-28 08:46:58,804 [salt.state       ][INFO    ][1911] Completed state [/etc/apt/apt.conf.d/99compression-workaround-salt] at time 08:46:58.803842 duration_in_ms=36.519
2017-12-28 08:46:58,806 [salt.state       ][INFO    ][1911] Running state [linux_repo_prereq_pkgs] at time 08:46:58.805928
2017-12-28 08:46:58,806 [salt.state       ][INFO    ][1911] Executing state pkg.installed for linux_repo_prereq_pkgs
2017-12-28 08:46:58,807 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:46:59,611 [salt.state       ][INFO    ][1911] All specified packages are already installed
2017-12-28 08:46:59,612 [salt.state       ][INFO    ][1911] Completed state [linux_repo_prereq_pkgs] at time 08:46:59.612134 duration_in_ms=806.205
2017-12-28 08:46:59,613 [salt.state       ][INFO    ][1911] Running state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 08:46:59.612616
2017-12-28 08:46:59,613 [salt.state       ][INFO    ][1911] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mk_openstack
2017-12-28 08:46:59,614 [salt.state       ][INFO    ][1911] File /etc/apt/apt.conf.d/99proxies-salt-mk_openstack is not present
2017-12-28 08:46:59,614 [salt.state       ][INFO    ][1911] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 08:46:59.614067 duration_in_ms=1.451
2017-12-28 08:46:59,615 [salt.state       ][INFO    ][1911] Running state [/etc/apt/preferences.d/mk_openstack] at time 08:46:59.614470
2017-12-28 08:46:59,615 [salt.state       ][INFO    ][1911] Executing state file.managed for /etc/apt/preferences.d/mk_openstack
2017-12-28 08:46:59,628 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-12-28 08:46:59,648 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:46:59,715 [salt.state       ][INFO    ][1911] File changed:
New file
2017-12-28 08:46:59,715 [salt.state       ][INFO    ][1911] Completed state [/etc/apt/preferences.d/mk_openstack] at time 08:46:59.715234 duration_in_ms=100.763
2017-12-28 08:46:59,719 [salt.state       ][INFO    ][1911] Running state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 08:46:59.719212
2017-12-28 08:46:59,720 [salt.state       ][INFO    ][1911] Executing state pkgrepo.managed for deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike
2017-12-28 08:46:59,869 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084659852857
2017-12-28 08:46:59,897 [salt.minion      ][INFO    ][1973] Starting a new job with PID 1973
2017-12-28 08:46:59,913 [salt.minion      ][INFO    ][1973] Returning information for job: 20171228084659852857
2017-12-28 08:47:00,061 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/apt.mirantis.com/public.gpg'] in directory '/root'
2017-12-28 08:47:00,231 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:47:02,853 [salt.state       ][INFO    ][1911] {'repo': 'deb [arch=amd64] http://apt.mirantis.com/xenial nightly pike'}
2017-12-28 08:47:02,854 [salt.state       ][INFO    ][1911] Completed state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 08:47:02.853929 duration_in_ms=3134.716
2017-12-28 08:47:02,854 [salt.state       ][INFO    ][1911] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 08:47:02.854412
2017-12-28 08:47:02,855 [salt.state       ][INFO    ][1911] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack
2017-12-28 08:47:02,855 [salt.state       ][INFO    ][1911] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack is not present
2017-12-28 08:47:02,856 [salt.state       ][INFO    ][1911] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 08:47:02.855778 duration_in_ms=1.366
2017-12-28 08:47:02,856 [salt.state       ][INFO    ][1911] Running state [/etc/apt/preferences.d/mirantis_openstack] at time 08:47:02.856177
2017-12-28 08:47:02,857 [salt.state       ][INFO    ][1911] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack
2017-12-28 08:47:02,875 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-12-28 08:47:02,894 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:47:02,959 [salt.state       ][INFO    ][1911] File changed:
New file
2017-12-28 08:47:02,960 [salt.state       ][INFO    ][1911] Completed state [/etc/apt/preferences.d/mirantis_openstack] at time 08:47:02.959734 duration_in_ms=103.556
2017-12-28 08:47:02,961 [salt.state       ][INFO    ][1911] Running state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 08:47:02.960947
2017-12-28 08:47:02,961 [salt.state       ][INFO    ][1911] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main
2017-12-28 08:47:03,127 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key'] in directory '/root'
2017-12-28 08:47:03,280 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:47:06,075 [salt.state       ][INFO    ][1911] {'repo': 'deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main'}
2017-12-28 08:47:06,076 [salt.state       ][INFO    ][1911] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 08:47:06.075883 duration_in_ms=3114.936
2017-12-28 08:47:06,076 [salt.state       ][INFO    ][1911] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 08:47:06.076353
2017-12-28 08:47:06,077 [salt.state       ][INFO    ][1911] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca
2017-12-28 08:47:06,078 [salt.state       ][INFO    ][1911] File /etc/apt/apt.conf.d/99proxies-salt-uca is not present
2017-12-28 08:47:06,078 [salt.state       ][INFO    ][1911] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 08:47:06.078034 duration_in_ms=1.681
2017-12-28 08:47:06,078 [salt.state       ][INFO    ][1911] Running state [/etc/apt/preferences.d/uca] at time 08:47:06.078430
2017-12-28 08:47:06,079 [salt.state       ][INFO    ][1911] Executing state file.absent for /etc/apt/preferences.d/uca
2017-12-28 08:47:06,079 [salt.state       ][INFO    ][1911] File /etc/apt/preferences.d/uca is not present
2017-12-28 08:47:06,080 [salt.state       ][INFO    ][1911] Completed state [/etc/apt/preferences.d/uca] at time 08:47:06.079605 duration_in_ms=1.176
2017-12-28 08:47:06,081 [salt.state       ][INFO    ][1911] Running state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 08:47:06.080788
2017-12-28 08:47:06,081 [salt.state       ][INFO    ][1911] Executing state pkgrepo.managed for deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main
2017-12-28 08:47:06,167 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-key', 'export', 'EC4926EA'] in directory '/root'
2017-12-28 08:47:06,230 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-key', 'adv', '--keyserver', 'keyserver.ubuntu.com', '--logger-fd', '1', '--recv-keys', 'EC4926EA'] in directory '/root'
2017-12-28 08:47:06,497 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:47:09,683 [salt.state       ][INFO    ][1911] {'repo': 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main'}
2017-12-28 08:47:09,683 [salt.state       ][INFO    ][1911] Completed state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 08:47:09.683324 duration_in_ms=3602.535
2017-12-28 08:47:09,684 [salt.state       ][INFO    ][1911] Running state [linux_extra_packages_purged] at time 08:47:09.683806
2017-12-28 08:47:09,684 [salt.state       ][INFO    ][1911] Executing state pkg.purged for linux_extra_packages_purged
2017-12-28 08:47:09,709 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', 'purge', 'cloud-init', 'unattended-upgrades'] in directory '/root'
2017-12-28 08:47:10,040 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084710021764
2017-12-28 08:47:10,065 [salt.minion      ][INFO    ][3374] Starting a new job with PID 3374
2017-12-28 08:47:10,082 [salt.minion      ][INFO    ][3374] Returning information for job: 20171228084710021764
2017-12-28 08:47:13,915 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:47:13,951 [salt.state       ][INFO    ][1911] {'removed': {}, 'installed': {'cloud-init': {'new': '', 'old': '0.7.9-233-ge586fe35-0ubuntu1~16.04.1'}, 'ec2-init': {'new': '', 'old': '1'}, 'unattended-upgrades': {'new': '', 'old': '0.90ubuntu0.8'}}}
2017-12-28 08:47:13,970 [salt.state       ][INFO    ][1911] Loading fresh modules for state activity
2017-12-28 08:47:13,998 [salt.state       ][INFO    ][1911] Completed state [linux_extra_packages_purged] at time 08:47:13.997889 duration_in_ms=4314.082
2017-12-28 08:47:14,007 [salt.state       ][INFO    ][1911] Running state [linux_extra_packages_latest] at time 08:47:14.007420
2017-12-28 08:47:14,008 [salt.state       ][INFO    ][1911] Executing state pkg.latest for linux_extra_packages_latest
2017-12-28 08:47:14,443 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:47:18,294 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-cache', '-q', 'policy', 'mcelog'] in directory '/root'
2017-12-28 08:47:18,362 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'mcelog'] in directory '/root'
2017-12-28 08:47:20,262 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084720239657
2017-12-28 08:47:20,294 [salt.minion      ][INFO    ][4293] Starting a new job with PID 4293
2017-12-28 08:47:20,310 [salt.minion      ][INFO    ][4293] Returning information for job: 20171228084720239657
2017-12-28 08:47:20,635 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:47:20,675 [salt.state       ][INFO    ][1911] Made the following changes:
'mcelog' changed from 'absent' to '128+dfsg-1'

2017-12-28 08:47:20,694 [salt.state       ][INFO    ][1911] Loading fresh modules for state activity
2017-12-28 08:47:20,725 [salt.state       ][INFO    ][1911] Completed state [linux_extra_packages_latest] at time 08:47:20.724607 duration_in_ms=6717.187
2017-12-28 08:47:20,729 [salt.state       ][INFO    ][1911] Running state [UTC] at time 08:47:20.729271
2017-12-28 08:47:20,730 [salt.state       ][INFO    ][1911] Executing state timezone.system for UTC
2017-12-28 08:47:20,732 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['timedatectl'] in directory '/root'
2017-12-28 08:47:20,792 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['timedatectl'] in directory '/root'
2017-12-28 08:47:20,807 [salt.state       ][INFO    ][1911] Timezone UTC already set, UTC already set to UTC
2017-12-28 08:47:20,808 [salt.state       ][INFO    ][1911] Completed state [UTC] at time 08:47:20.807795 duration_in_ms=78.523
2017-12-28 08:47:20,812 [salt.state       ][INFO    ][1911] Running state [nf_conntrack] at time 08:47:20.811987
2017-12-28 08:47:20,813 [salt.state       ][INFO    ][1911] Executing state kmod.present for nf_conntrack
2017-12-28 08:47:20,814 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'lsmod' in directory '/root'
2017-12-28 08:47:21,291 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'lsmod' in directory '/root'
2017-12-28 08:47:21,305 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'modprobe nf_conntrack' in directory '/root'
2017-12-28 08:47:21,326 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'lsmod' in directory '/root'
2017-12-28 08:47:21,432 [salt.state       ][INFO    ][1911] {'nf_conntrack': 'loaded'}
2017-12-28 08:47:21,432 [salt.state       ][INFO    ][1911] Completed state [nf_conntrack] at time 08:47:21.432169 duration_in_ms=620.182
2017-12-28 08:47:21,436 [salt.state       ][INFO    ][1911] Running state [kernel.panic] at time 08:47:21.435875
2017-12-28 08:47:21,436 [salt.state       ][INFO    ][1911] Executing state sysctl.present for kernel.panic
2017-12-28 08:47:21,437 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,492 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w kernel.panic="60"' in directory '/root'
2017-12-28 08:47:21,504 [salt.state       ][INFO    ][1911] {'kernel.panic': 60}
2017-12-28 08:47:21,505 [salt.state       ][INFO    ][1911] Completed state [kernel.panic] at time 08:47:21.504942 duration_in_ms=69.066
2017-12-28 08:47:21,506 [salt.state       ][INFO    ][1911] Running state [net.ipv4.tcp_keepalive_probes] at time 08:47:21.505469
2017-12-28 08:47:21,506 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.tcp_keepalive_probes
2017-12-28 08:47:21,507 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,539 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.tcp_keepalive_probes="8"' in directory '/root'
2017-12-28 08:47:21,550 [salt.state       ][INFO    ][1911] {'net.ipv4.tcp_keepalive_probes': 8}
2017-12-28 08:47:21,551 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.tcp_keepalive_probes] at time 08:47:21.550771 duration_in_ms=45.301
2017-12-28 08:47:21,552 [salt.state       ][INFO    ][1911] Running state [fs.file-max] at time 08:47:21.551698
2017-12-28 08:47:21,552 [salt.state       ][INFO    ][1911] Executing state sysctl.present for fs.file-max
2017-12-28 08:47:21,553 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,576 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w fs.file-max="124165"' in directory '/root'
2017-12-28 08:47:21,588 [salt.state       ][INFO    ][1911] {'fs.file-max': 124165}
2017-12-28 08:47:21,588 [salt.state       ][INFO    ][1911] Completed state [fs.file-max] at time 08:47:21.587860 duration_in_ms=36.161
2017-12-28 08:47:21,588 [salt.state       ][INFO    ][1911] Running state [net.core.somaxconn] at time 08:47:21.588254
2017-12-28 08:47:21,589 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.core.somaxconn
2017-12-28 08:47:21,590 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,612 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.core.somaxconn="4096"' in directory '/root'
2017-12-28 08:47:21,625 [salt.state       ][INFO    ][1911] {'net.core.somaxconn': 4096}
2017-12-28 08:47:21,626 [salt.state       ][INFO    ][1911] Completed state [net.core.somaxconn] at time 08:47:21.625513 duration_in_ms=37.258
2017-12-28 08:47:21,626 [salt.state       ][INFO    ][1911] Running state [net.ipv4.tcp_max_syn_backlog] at time 08:47:21.625907
2017-12-28 08:47:21,626 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.tcp_max_syn_backlog
2017-12-28 08:47:21,627 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,652 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.tcp_max_syn_backlog="8192"' in directory '/root'
2017-12-28 08:47:21,662 [salt.state       ][INFO    ][1911] {'net.ipv4.tcp_max_syn_backlog': 8192}
2017-12-28 08:47:21,663 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.tcp_max_syn_backlog] at time 08:47:21.662445 duration_in_ms=36.537
2017-12-28 08:47:21,663 [salt.state       ][INFO    ][1911] Running state [net.ipv4.tcp_tw_reuse] at time 08:47:21.662831
2017-12-28 08:47:21,663 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.tcp_tw_reuse
2017-12-28 08:47:21,664 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,695 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.tcp_tw_reuse="1"' in directory '/root'
2017-12-28 08:47:21,709 [salt.state       ][INFO    ][1911] {'net.ipv4.tcp_tw_reuse': 1}
2017-12-28 08:47:21,710 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.tcp_tw_reuse] at time 08:47:21.709815 duration_in_ms=46.983
2017-12-28 08:47:21,710 [salt.state       ][INFO    ][1911] Running state [net.ipv4.tcp_congestion_control] at time 08:47:21.710445
2017-12-28 08:47:21,711 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.tcp_congestion_control
2017-12-28 08:47:21,712 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,745 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.tcp_congestion_control="yeah"' in directory '/root'
2017-12-28 08:47:21,764 [salt.state       ][INFO    ][1911] {'net.ipv4.tcp_congestion_control': 'yeah'}
2017-12-28 08:47:21,765 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.tcp_congestion_control] at time 08:47:21.764967 duration_in_ms=54.521
2017-12-28 08:47:21,766 [salt.state       ][INFO    ][1911] Running state [net.ipv4.tcp_retries2] at time 08:47:21.765966
2017-12-28 08:47:21,766 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.tcp_retries2
2017-12-28 08:47:21,767 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,792 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.tcp_retries2="5"' in directory '/root'
2017-12-28 08:47:21,804 [salt.state       ][INFO    ][1911] {'net.ipv4.tcp_retries2': 5}
2017-12-28 08:47:21,804 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.tcp_retries2] at time 08:47:21.803946 duration_in_ms=37.978
2017-12-28 08:47:21,805 [salt.state       ][INFO    ][1911] Running state [net.core.netdev_max_backlog] at time 08:47:21.804619
2017-12-28 08:47:21,805 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.core.netdev_max_backlog
2017-12-28 08:47:21,806 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,831 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.core.netdev_max_backlog="261144"' in directory '/root'
2017-12-28 08:47:21,843 [salt.state       ][INFO    ][1911] {'net.core.netdev_max_backlog': 261144}
2017-12-28 08:47:21,843 [salt.state       ][INFO    ][1911] Completed state [net.core.netdev_max_backlog] at time 08:47:21.843322 duration_in_ms=38.702
2017-12-28 08:47:21,844 [salt.state       ][INFO    ][1911] Running state [net.ipv4.tcp_slow_start_after_idle] at time 08:47:21.843665
2017-12-28 08:47:21,844 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.tcp_slow_start_after_idle
2017-12-28 08:47:21,845 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,867 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.tcp_slow_start_after_idle="0"' in directory '/root'
2017-12-28 08:47:21,878 [salt.state       ][INFO    ][1911] {'net.ipv4.tcp_slow_start_after_idle': 0}
2017-12-28 08:47:21,878 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.tcp_slow_start_after_idle] at time 08:47:21.878413 duration_in_ms=34.746
2017-12-28 08:47:21,879 [salt.state       ][INFO    ][1911] Running state [vm.swappiness] at time 08:47:21.878805
2017-12-28 08:47:21,879 [salt.state       ][INFO    ][1911] Executing state sysctl.present for vm.swappiness
2017-12-28 08:47:21,880 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,905 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w vm.swappiness="10"' in directory '/root'
2017-12-28 08:47:21,917 [salt.state       ][INFO    ][1911] {'vm.swappiness': 10}
2017-12-28 08:47:21,918 [salt.state       ][INFO    ][1911] Completed state [vm.swappiness] at time 08:47:21.917682 duration_in_ms=38.876
2017-12-28 08:47:21,918 [salt.state       ][INFO    ][1911] Running state [net.ipv4.tcp_keepalive_intvl] at time 08:47:21.918374
2017-12-28 08:47:21,919 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.tcp_keepalive_intvl
2017-12-28 08:47:21,921 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,949 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.tcp_keepalive_intvl="3"' in directory '/root'
2017-12-28 08:47:21,963 [salt.state       ][INFO    ][1911] {'net.ipv4.tcp_keepalive_intvl': 3}
2017-12-28 08:47:21,963 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.tcp_keepalive_intvl] at time 08:47:21.963086 duration_in_ms=44.696
2017-12-28 08:47:21,964 [salt.state       ][INFO    ][1911] Running state [net.ipv4.neigh.default.gc_thresh1] at time 08:47:21.964099
2017-12-28 08:47:21,965 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh1
2017-12-28 08:47:21,966 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:21,992 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh1="4096"' in directory '/root'
2017-12-28 08:47:22,004 [salt.state       ][INFO    ][1911] {'net.ipv4.neigh.default.gc_thresh1': 4096}
2017-12-28 08:47:22,005 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.neigh.default.gc_thresh1] at time 08:47:22.003958 duration_in_ms=39.858
2017-12-28 08:47:22,005 [salt.state       ][INFO    ][1911] Running state [net.ipv4.neigh.default.gc_thresh2] at time 08:47:22.005215
2017-12-28 08:47:22,006 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh2
2017-12-28 08:47:22,006 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:22,029 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh2="8192"' in directory '/root'
2017-12-28 08:47:22,041 [salt.state       ][INFO    ][1911] {'net.ipv4.neigh.default.gc_thresh2': 8192}
2017-12-28 08:47:22,041 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.neigh.default.gc_thresh2] at time 08:47:22.040893 duration_in_ms=35.677
2017-12-28 08:47:22,042 [salt.state       ][INFO    ][1911] Running state [net.ipv4.neigh.default.gc_thresh3] at time 08:47:22.041594
2017-12-28 08:47:22,042 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh3
2017-12-28 08:47:22,043 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:22,064 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh3="16384"' in directory '/root'
2017-12-28 08:47:22,075 [salt.state       ][INFO    ][1911] {'net.ipv4.neigh.default.gc_thresh3': 16384}
2017-12-28 08:47:22,076 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.neigh.default.gc_thresh3] at time 08:47:22.075310 duration_in_ms=33.716
2017-12-28 08:47:22,077 [salt.state       ][INFO    ][1911] Running state [net.ipv4.tcp_fin_timeout] at time 08:47:22.076799
2017-12-28 08:47:22,077 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.tcp_fin_timeout
2017-12-28 08:47:22,078 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:22,102 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.tcp_fin_timeout="30"' in directory '/root'
2017-12-28 08:47:22,114 [salt.state       ][INFO    ][1911] {'net.ipv4.tcp_fin_timeout': 30}
2017-12-28 08:47:22,115 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.tcp_fin_timeout] at time 08:47:22.114650 duration_in_ms=37.85
2017-12-28 08:47:22,115 [salt.state       ][INFO    ][1911] Running state [net.ipv4.tcp_keepalive_time] at time 08:47:22.115044
2017-12-28 08:47:22,115 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.ipv4.tcp_keepalive_time
2017-12-28 08:47:22,116 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:22,139 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.ipv4.tcp_keepalive_time="30"' in directory '/root'
2017-12-28 08:47:22,148 [salt.state       ][INFO    ][1911] {'net.ipv4.tcp_keepalive_time': 30}
2017-12-28 08:47:22,148 [salt.state       ][INFO    ][1911] Completed state [net.ipv4.tcp_keepalive_time] at time 08:47:22.148351 duration_in_ms=33.306
2017-12-28 08:47:22,149 [salt.state       ][INFO    ][1911] Running state [net.nf_conntrack_max] at time 08:47:22.148703
2017-12-28 08:47:22,149 [salt.state       ][INFO    ][1911] Executing state sysctl.present for net.nf_conntrack_max
2017-12-28 08:47:22,150 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:47:22,173 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'sysctl -w net.nf_conntrack_max="1048576"' in directory '/root'
2017-12-28 08:47:22,184 [salt.state       ][INFO    ][1911] {'net.nf_conntrack_max': 1048576}
2017-12-28 08:47:22,184 [salt.state       ][INFO    ][1911] Completed state [net.nf_conntrack_max] at time 08:47:22.184104 duration_in_ms=35.4
2017-12-28 08:47:22,194 [salt.state       ][INFO    ][1911] Running state [linux_sysfs_package] at time 08:47:22.194398
2017-12-28 08:47:22,195 [salt.state       ][INFO    ][1911] Executing state pkg.installed for linux_sysfs_package
2017-12-28 08:47:22,532 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-cache', '-q', 'policy', 'sysfsutils'] in directory '/root'
2017-12-28 08:47:22,607 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:47:25,503 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'sysfsutils'] in directory '/root'
2017-12-28 08:47:28,186 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:47:28,228 [salt.state       ][INFO    ][1911] Made the following changes:
'libsysfs2' changed from 'absent' to '2.1.0+repack-4'
'sysfsutils' changed from 'absent' to '2.1.0+repack-4'

2017-12-28 08:47:28,246 [salt.state       ][INFO    ][1911] Loading fresh modules for state activity
2017-12-28 08:47:28,272 [salt.state       ][INFO    ][1911] Completed state [linux_sysfs_package] at time 08:47:28.271853 duration_in_ms=6077.454
2017-12-28 08:47:28,278 [salt.state       ][INFO    ][1911] Running state [/etc/sysfs.d] at time 08:47:28.278309
2017-12-28 08:47:28,279 [salt.state       ][INFO    ][1911] Executing state file.directory for /etc/sysfs.d
2017-12-28 08:47:28,283 [salt.state       ][INFO    ][1911] Directory /etc/sysfs.d is in the correct state
2017-12-28 08:47:28,283 [salt.state       ][INFO    ][1911] Completed state [/etc/sysfs.d] at time 08:47:28.283325 duration_in_ms=5.016
2017-12-28 08:47:28,414 [salt.state       ][INFO    ][1911] Running state [ondemand] at time 08:47:28.414346
2017-12-28 08:47:28,415 [salt.state       ][INFO    ][1911] Executing state service.dead for ondemand
2017-12-28 08:47:28,418 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'status', 'ondemand.service', '-n', '0'] in directory '/root'
2017-12-28 08:47:28,432 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2017-12-28 08:47:28,448 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-12-28 08:47:28,463 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemd-run', '--scope', 'systemctl', 'stop', 'ondemand.service'] in directory '/root'
2017-12-28 08:47:28,536 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2017-12-28 08:47:28,550 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-12-28 08:47:28,564 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-12-28 08:47:28,586 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemd-run', '--scope', '/usr/sbin/update-rc.d', '-f', 'ondemand', 'remove'] in directory '/root'
2017-12-28 08:47:28,710 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-12-28 08:47:28,732 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'runlevel' in directory '/root'
2017-12-28 08:47:28,742 [salt.state       ][INFO    ][1911] {'ondemand': True}
2017-12-28 08:47:28,743 [salt.state       ][INFO    ][1911] Completed state [ondemand] at time 08:47:28.742756 duration_in_ms=328.41
2017-12-28 08:47:28,744 [salt.state       ][INFO    ][1911] Running state [cs_CZ.UTF-8] at time 08:47:28.744451
2017-12-28 08:47:28,745 [salt.state       ][INFO    ][1911] Executing state locale.present for cs_CZ.UTF-8
2017-12-28 08:47:28,746 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'locale -a' in directory '/root'
2017-12-28 08:47:28,760 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['locale-gen', 'cs_CZ.UTF-8'] in directory '/root'
2017-12-28 08:47:29,554 [salt.state       ][INFO    ][1911] {'locale': 'cs_CZ.UTF-8'}
2017-12-28 08:47:29,554 [salt.state       ][INFO    ][1911] Completed state [cs_CZ.UTF-8] at time 08:47:29.554102 duration_in_ms=809.651
2017-12-28 08:47:29,554 [salt.state       ][INFO    ][1911] Running state [en_US.UTF-8] at time 08:47:29.554422
2017-12-28 08:47:29,555 [salt.state       ][INFO    ][1911] Executing state locale.present for en_US.UTF-8
2017-12-28 08:47:29,555 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'locale -a' in directory '/root'
2017-12-28 08:47:29,567 [salt.state       ][INFO    ][1911] Locale en_US.UTF-8 is already present
2017-12-28 08:47:29,568 [salt.state       ][INFO    ][1911] Completed state [en_US.UTF-8] at time 08:47:29.567574 duration_in_ms=13.151
2017-12-28 08:47:29,570 [salt.state       ][INFO    ][1911] Running state [en_US.UTF-8] at time 08:47:29.569884
2017-12-28 08:47:29,570 [salt.state       ][INFO    ][1911] Executing state locale.system for en_US.UTF-8
2017-12-28 08:47:29,571 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'localectl' in directory '/root'
2017-12-28 08:47:29,622 [salt.state       ][INFO    ][1911] System locale en_US.UTF-8 already set
2017-12-28 08:47:29,623 [salt.state       ][INFO    ][1911] Completed state [en_US.UTF-8] at time 08:47:29.622553 duration_in_ms=52.668
2017-12-28 08:47:29,626 [salt.state       ][INFO    ][1911] Running state [root] at time 08:47:29.625498
2017-12-28 08:47:29,626 [salt.state       ][INFO    ][1911] Executing state user.present for root
2017-12-28 08:47:29,635 [salt.state       ][INFO    ][1911] {'passwd': 'XXX-REDACTED-XXX', 'lstchg': 17528}
2017-12-28 08:47:29,635 [salt.state       ][INFO    ][1911] Completed state [root] at time 08:47:29.635100 duration_in_ms=9.602
2017-12-28 08:47:29,637 [salt.state       ][INFO    ][1911] Running state [/root] at time 08:47:29.636605
2017-12-28 08:47:29,637 [salt.state       ][INFO    ][1911] Executing state file.directory for /root
2017-12-28 08:47:29,638 [salt.state       ][INFO    ][1911] Directory /root is in the correct state
2017-12-28 08:47:29,638 [salt.state       ][INFO    ][1911] Completed state [/root] at time 08:47:29.638214 duration_in_ms=1.609
2017-12-28 08:47:29,638 [salt.state       ][INFO    ][1911] Running state [/etc/sudoers.d/90-salt-user-root] at time 08:47:29.638422
2017-12-28 08:47:29,639 [salt.state       ][INFO    ][1911] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2017-12-28 08:47:29,639 [salt.state       ][INFO    ][1911] File /etc/sudoers.d/90-salt-user-root is not present
2017-12-28 08:47:29,640 [salt.state       ][INFO    ][1911] Completed state [/etc/sudoers.d/90-salt-user-root] at time 08:47:29.639654 duration_in_ms=1.232
2017-12-28 08:47:29,640 [salt.state       ][INFO    ][1911] Running state [ubuntu] at time 08:47:29.639867
2017-12-28 08:47:29,640 [salt.state       ][INFO    ][1911] Executing state user.present for ubuntu
2017-12-28 08:47:29,641 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['useradd', '-s', '/bin/bash', '-m', '-d', '/home/ubuntu', 'ubuntu'] in directory '/root'
2017-12-28 08:47:29,705 [salt.state       ][INFO    ][1911] {'shell': '/bin/bash', 'workphone': '', 'uid': 1000, 'passwd': 'x', 'roomnumber': '', 'groups': ['ubuntu'], 'home': '/home/ubuntu', 'password': 'XXX-REDACTED-XXX', 'name': 'ubuntu', 'gid': 1000, 'fullname': '', 'homephone': ''}
2017-12-28 08:47:29,705 [salt.state       ][INFO    ][1911] Completed state [ubuntu] at time 08:47:29.705423 duration_in_ms=65.555
2017-12-28 08:47:29,707 [salt.state       ][INFO    ][1911] Running state [/home/ubuntu] at time 08:47:29.706811
2017-12-28 08:47:29,707 [salt.state       ][INFO    ][1911] Executing state file.directory for /home/ubuntu
2017-12-28 08:47:29,708 [salt.state       ][INFO    ][1911] {'mode': '0700'}
2017-12-28 08:47:29,708 [salt.state       ][INFO    ][1911] Completed state [/home/ubuntu] at time 08:47:29.708229 duration_in_ms=1.418
2017-12-28 08:47:29,709 [salt.state       ][INFO    ][1911] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 08:47:29.709129
2017-12-28 08:47:29,709 [salt.state       ][INFO    ][1911] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2017-12-28 08:47:29,741 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/files/sudoer'
2017-12-28 08:47:29,746 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command '/usr/sbin/visudo -c -f /tmp/tmppRu1fF' in directory '/root'
2017-12-28 08:47:29,762 [salt.state       ][INFO    ][1911] File changed:
New file
2017-12-28 08:47:29,762 [salt.state       ][INFO    ][1911] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 08:47:29.762100 duration_in_ms=52.97
2017-12-28 08:47:29,762 [salt.state       ][INFO    ][1911] Running state [/etc/security/limits.d/90-salt-default.conf] at time 08:47:29.762375
2017-12-28 08:47:29,763 [salt.state       ][INFO    ][1911] Executing state file.managed for /etc/security/limits.d/90-salt-default.conf
2017-12-28 08:47:29,777 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/files/limits.conf'
2017-12-28 08:47:29,799 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:47:29,877 [salt.state       ][INFO    ][1911] File changed:
New file
2017-12-28 08:47:29,878 [salt.state       ][INFO    ][1911] Completed state [/etc/security/limits.d/90-salt-default.conf] at time 08:47:29.877470 duration_in_ms=115.094
2017-12-28 08:47:29,878 [salt.state       ][INFO    ][1911] Running state [/etc/systemd/system.conf.d/90-salt.conf] at time 08:47:29.877711
2017-12-28 08:47:29,878 [salt.state       ][INFO    ][1911] Executing state file.managed for /etc/systemd/system.conf.d/90-salt.conf
2017-12-28 08:47:29,894 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/files/systemd.conf'
2017-12-28 08:47:29,936 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:47:30,007 [salt.state       ][INFO    ][1911] File changed:
New file
2017-12-28 08:47:30,007 [salt.state       ][INFO    ][1911] Completed state [/etc/systemd/system.conf.d/90-salt.conf] at time 08:47:30.007043 duration_in_ms=129.331
2017-12-28 08:47:30,010 [salt.state       ][INFO    ][1911] Running state [service.systemctl_reload] at time 08:47:30.009510
2017-12-28 08:47:30,010 [salt.state       ][INFO    ][1911] Executing state module.wait for service.systemctl_reload
2017-12-28 08:47:30,010 [salt.state       ][INFO    ][1911] No changes made for service.systemctl_reload
2017-12-28 08:47:30,010 [salt.state       ][INFO    ][1911] Completed state [service.systemctl_reload] at time 08:47:30.010191 duration_in_ms=0.681
2017-12-28 08:47:30,010 [salt.state       ][INFO    ][1911] Running state [service.systemctl_reload] at time 08:47:30.010379
2017-12-28 08:47:30,011 [salt.state       ][INFO    ][1911] Executing state module.mod_watch for service.systemctl_reload
2017-12-28 08:47:30,011 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2017-12-28 08:47:30,080 [salt.state       ][INFO    ][1911] {'ret': True}
2017-12-28 08:47:30,081 [salt.state       ][INFO    ][1911] Completed state [service.systemctl_reload] at time 08:47:30.080470 duration_in_ms=70.091
2017-12-28 08:47:30,081 [salt.state       ][INFO    ][1911] Running state [/etc/hostname] at time 08:47:30.080799
2017-12-28 08:47:30,081 [salt.state       ][INFO    ][1911] Executing state file.managed for /etc/hostname
2017-12-28 08:47:30,111 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'linux/files/hostname'
2017-12-28 08:47:30,116 [salt.state       ][INFO    ][1911] File changed:
--- 
+++ 
@@ -1 +1 @@
-ubuntu-1604
+msg03

2017-12-28 08:47:30,116 [salt.state       ][INFO    ][1911] Completed state [/etc/hostname] at time 08:47:30.115767 duration_in_ms=34.967
2017-12-28 08:47:30,119 [salt.state       ][INFO    ][1911] Running state [hostname msg03] at time 08:47:30.119119
2017-12-28 08:47:30,119 [salt.state       ][INFO    ][1911] Executing state cmd.wait for hostname msg03
2017-12-28 08:47:30,120 [salt.state       ][INFO    ][1911] No changes made for hostname msg03
2017-12-28 08:47:30,120 [salt.state       ][INFO    ][1911] Completed state [hostname msg03] at time 08:47:30.120230 duration_in_ms=1.111
2017-12-28 08:47:30,120 [salt.state       ][INFO    ][1911] Running state [hostname msg03] at time 08:47:30.120418
2017-12-28 08:47:30,121 [salt.state       ][INFO    ][1911] Executing state cmd.mod_watch for hostname msg03
2017-12-28 08:47:30,122 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command 'hostname msg03' in directory '/root'
2017-12-28 08:47:30,133 [salt.state       ][INFO    ][1911] {'pid': 5011, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-28 08:47:30,133 [salt.state       ][INFO    ][1911] Completed state [hostname msg03] at time 08:47:30.132962 duration_in_ms=12.542
2017-12-28 08:47:30,135 [salt.state       ][INFO    ][1911] Running state [mdb02] at time 08:47:30.135004
2017-12-28 08:47:30,135 [salt.state       ][INFO    ][1911] Executing state host.present for mdb02
2017-12-28 08:47:30,138 [salt.state       ][INFO    ][1911] {'host': 'mdb02'}
2017-12-28 08:47:30,138 [salt.state       ][INFO    ][1911] Completed state [mdb02] at time 08:47:30.138278 duration_in_ms=3.274
2017-12-28 08:47:30,139 [salt.state       ][INFO    ][1911] Running state [mdb02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.138538
2017-12-28 08:47:30,139 [salt.state       ][INFO    ][1911] Executing state host.present for mdb02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,140 [salt.state       ][INFO    ][1911] {'host': 'mdb02.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,140 [salt.state       ][INFO    ][1911] Completed state [mdb02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.140352 duration_in_ms=1.814
2017-12-28 08:47:30,141 [salt.state       ][INFO    ][1911] Running state [mdb03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.140596
2017-12-28 08:47:30,141 [salt.state       ][INFO    ][1911] Executing state host.present for mdb03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,143 [salt.state       ][INFO    ][1911] {'host': 'mdb03.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,144 [salt.state       ][INFO    ][1911] Completed state [mdb03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.143511 duration_in_ms=2.914
2017-12-28 08:47:30,144 [salt.state       ][INFO    ][1911] Running state [mdb03] at time 08:47:30.143767
2017-12-28 08:47:30,144 [salt.state       ][INFO    ][1911] Executing state host.present for mdb03
2017-12-28 08:47:30,145 [salt.state       ][INFO    ][1911] {'host': 'mdb03'}
2017-12-28 08:47:30,145 [salt.state       ][INFO    ][1911] Completed state [mdb03] at time 08:47:30.144984 duration_in_ms=1.217
2017-12-28 08:47:30,145 [salt.state       ][INFO    ][1911] Running state [mdb01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.145215
2017-12-28 08:47:30,145 [salt.state       ][INFO    ][1911] Executing state host.present for mdb01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,146 [salt.state       ][INFO    ][1911] {'host': 'mdb01.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,146 [salt.state       ][INFO    ][1911] Completed state [mdb01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.146414 duration_in_ms=1.199
2017-12-28 08:47:30,147 [salt.state       ][INFO    ][1911] Running state [mdb01] at time 08:47:30.146640
2017-12-28 08:47:30,147 [salt.state       ][INFO    ][1911] Executing state host.present for mdb01
2017-12-28 08:47:30,148 [salt.state       ][INFO    ][1911] {'host': 'mdb01'}
2017-12-28 08:47:30,148 [salt.state       ][INFO    ][1911] Completed state [mdb01] at time 08:47:30.147853 duration_in_ms=1.213
2017-12-28 08:47:30,148 [salt.state       ][INFO    ][1911] Running state [mdb] at time 08:47:30.148092
2017-12-28 08:47:30,148 [salt.state       ][INFO    ][1911] Executing state host.present for mdb
2017-12-28 08:47:30,149 [salt.state       ][INFO    ][1911] {'host': 'mdb'}
2017-12-28 08:47:30,150 [salt.state       ][INFO    ][1911] Completed state [mdb] at time 08:47:30.149634 duration_in_ms=1.542
2017-12-28 08:47:30,150 [salt.state       ][INFO    ][1911] Running state [mdb.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.149883
2017-12-28 08:47:30,150 [salt.state       ][INFO    ][1911] Executing state host.present for mdb.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,151 [salt.state       ][INFO    ][1911] {'host': 'mdb.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,151 [salt.state       ][INFO    ][1911] Completed state [mdb.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.151428 duration_in_ms=1.545
2017-12-28 08:47:30,152 [salt.state       ][INFO    ][1911] Running state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.151674
2017-12-28 08:47:30,152 [salt.state       ][INFO    ][1911] Executing state host.present for cfg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,153 [salt.state       ][INFO    ][1911] {'host': 'cfg01.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,154 [salt.state       ][INFO    ][1911] Completed state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.153805 duration_in_ms=1.857
2017-12-28 08:47:30,155 [salt.state       ][INFO    ][1911] Running state [cfg01] at time 08:47:30.155406
2017-12-28 08:47:30,156 [salt.state       ][INFO    ][1911] Executing state host.present for cfg01
2017-12-28 08:47:30,156 [salt.state       ][INFO    ][1911] {'host': 'cfg01'}
2017-12-28 08:47:30,157 [salt.state       ][INFO    ][1911] Completed state [cfg01] at time 08:47:30.156584 duration_in_ms=1.178
2017-12-28 08:47:30,157 [salt.state       ][INFO    ][1911] Running state [prx01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.156802
2017-12-28 08:47:30,157 [salt.state       ][INFO    ][1911] Executing state host.present for prx01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,158 [salt.state       ][INFO    ][1911] {'host': 'prx01.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,158 [salt.state       ][INFO    ][1911] Completed state [prx01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.157991 duration_in_ms=1.189
2017-12-28 08:47:30,158 [salt.state       ][INFO    ][1911] Running state [prx01] at time 08:47:30.158205
2017-12-28 08:47:30,158 [salt.state       ][INFO    ][1911] Executing state host.present for prx01
2017-12-28 08:47:30,159 [salt.state       ][INFO    ][1911] {'host': 'prx01'}
2017-12-28 08:47:30,159 [salt.state       ][INFO    ][1911] Completed state [prx01] at time 08:47:30.159378 duration_in_ms=1.173
2017-12-28 08:47:30,160 [salt.state       ][INFO    ][1911] Running state [kvm01] at time 08:47:30.159596
2017-12-28 08:47:30,160 [salt.state       ][INFO    ][1911] Executing state host.present for kvm01
2017-12-28 08:47:30,161 [salt.state       ][INFO    ][1911] {'host': 'kvm01'}
2017-12-28 08:47:30,161 [salt.state       ][INFO    ][1911] Completed state [kvm01] at time 08:47:30.160785 duration_in_ms=1.189
2017-12-28 08:47:30,161 [salt.state       ][INFO    ][1911] Running state [kvm01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.161013
2017-12-28 08:47:30,161 [salt.state       ][INFO    ][1911] Executing state host.present for kvm01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,162 [salt.state       ][INFO    ][1911] {'host': 'kvm01.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,162 [salt.state       ][INFO    ][1911] Completed state [kvm01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.162226 duration_in_ms=1.212
2017-12-28 08:47:30,162 [salt.state       ][INFO    ][1911] Running state [kvm03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.162440
2017-12-28 08:47:30,163 [salt.state       ][INFO    ][1911] Executing state host.present for kvm03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,164 [salt.state       ][INFO    ][1911] {'host': 'kvm03.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,164 [salt.state       ][INFO    ][1911] Completed state [kvm03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.164168 duration_in_ms=1.728
2017-12-28 08:47:30,165 [salt.state       ][INFO    ][1911] Running state [kvm03] at time 08:47:30.165279
2017-12-28 08:47:30,166 [salt.state       ][INFO    ][1911] Executing state host.present for kvm03
2017-12-28 08:47:30,166 [salt.state       ][INFO    ][1911] {'host': 'kvm03'}
2017-12-28 08:47:30,167 [salt.state       ][INFO    ][1911] Completed state [kvm03] at time 08:47:30.166499 duration_in_ms=1.22
2017-12-28 08:47:30,167 [salt.state       ][INFO    ][1911] Running state [kvm02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.166711
2017-12-28 08:47:30,167 [salt.state       ][INFO    ][1911] Executing state host.present for kvm02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,168 [salt.state       ][INFO    ][1911] {'host': 'kvm02.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,168 [salt.state       ][INFO    ][1911] Completed state [kvm02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.167905 duration_in_ms=1.193
2017-12-28 08:47:30,168 [salt.state       ][INFO    ][1911] Running state [kvm02] at time 08:47:30.168114
2017-12-28 08:47:30,168 [salt.state       ][INFO    ][1911] Executing state host.present for kvm02
2017-12-28 08:47:30,170 [salt.state       ][INFO    ][1911] {'host': 'kvm02'}
2017-12-28 08:47:30,171 [salt.state       ][INFO    ][1911] Completed state [kvm02] at time 08:47:30.170468 duration_in_ms=2.354
2017-12-28 08:47:30,171 [salt.state       ][INFO    ][1911] Running state [dbs.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.170983
2017-12-28 08:47:30,171 [salt.state       ][INFO    ][1911] Executing state host.present for dbs.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,172 [salt.state       ][INFO    ][1911] {'host': 'dbs.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,172 [salt.state       ][INFO    ][1911] Completed state [dbs.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.172177 duration_in_ms=1.194
2017-12-28 08:47:30,173 [salt.state       ][INFO    ][1911] Running state [dbs] at time 08:47:30.172402
2017-12-28 08:47:30,173 [salt.state       ][INFO    ][1911] Executing state host.present for dbs
2017-12-28 08:47:30,174 [salt.state       ][INFO    ][1911] {'host': 'dbs'}
2017-12-28 08:47:30,174 [salt.state       ][INFO    ][1911] Completed state [dbs] at time 08:47:30.173933 duration_in_ms=1.53
2017-12-28 08:47:30,174 [salt.state       ][INFO    ][1911] Running state [prx.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.174165
2017-12-28 08:47:30,174 [salt.state       ][INFO    ][1911] Executing state host.present for prx.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,175 [salt.state       ][INFO    ][1911] {'host': 'prx.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,175 [salt.state       ][INFO    ][1911] Completed state [prx.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.175387 duration_in_ms=1.222
2017-12-28 08:47:30,176 [salt.state       ][INFO    ][1911] Running state [prx] at time 08:47:30.175900
2017-12-28 08:47:30,176 [salt.state       ][INFO    ][1911] Executing state host.present for prx
2017-12-28 08:47:30,178 [salt.state       ][INFO    ][1911] {'host': 'prx'}
2017-12-28 08:47:30,178 [salt.state       ][INFO    ][1911] Completed state [prx] at time 08:47:30.177726 duration_in_ms=1.826
2017-12-28 08:47:30,178 [salt.state       ][INFO    ][1911] Running state [prx02] at time 08:47:30.177947
2017-12-28 08:47:30,178 [salt.state       ][INFO    ][1911] Executing state host.present for prx02
2017-12-28 08:47:30,179 [salt.state       ][INFO    ][1911] {'host': 'prx02'}
2017-12-28 08:47:30,180 [salt.state       ][INFO    ][1911] Completed state [prx02] at time 08:47:30.179476 duration_in_ms=1.528
2017-12-28 08:47:30,180 [salt.state       ][INFO    ][1911] Running state [prx02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.179698
2017-12-28 08:47:30,180 [salt.state       ][INFO    ][1911] Executing state host.present for prx02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,181 [salt.state       ][INFO    ][1911] {'host': 'prx02.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,182 [salt.state       ][INFO    ][1911] Completed state [prx02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.181244 duration_in_ms=1.546
2017-12-28 08:47:30,182 [salt.state       ][INFO    ][1911] Running state [msg02] at time 08:47:30.181753
2017-12-28 08:47:30,182 [salt.state       ][INFO    ][1911] Executing state host.present for msg02
2017-12-28 08:47:30,183 [salt.state       ][INFO    ][1911] {'host': 'msg02'}
2017-12-28 08:47:30,183 [salt.state       ][INFO    ][1911] Completed state [msg02] at time 08:47:30.183304 duration_in_ms=1.551
2017-12-28 08:47:30,184 [salt.state       ][INFO    ][1911] Running state [msg02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.183526
2017-12-28 08:47:30,184 [salt.state       ][INFO    ][1911] Executing state host.present for msg02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,185 [salt.state       ][INFO    ][1911] {'host': 'msg02.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,185 [salt.state       ][INFO    ][1911] Completed state [msg02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.184794 duration_in_ms=1.268
2017-12-28 08:47:30,185 [salt.state       ][INFO    ][1911] Running state [msg03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.185026
2017-12-28 08:47:30,185 [salt.state       ][INFO    ][1911] Executing state host.present for msg03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,186 [salt.state       ][INFO    ][1911] {'host': 'msg03.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,186 [salt.state       ][INFO    ][1911] Completed state [msg03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.186311 duration_in_ms=1.284
2017-12-28 08:47:30,187 [salt.state       ][INFO    ][1911] Running state [msg03] at time 08:47:30.186534
2017-12-28 08:47:30,187 [salt.state       ][INFO    ][1911] Executing state host.present for msg03
2017-12-28 08:47:30,188 [salt.state       ][INFO    ][1911] {'host': 'msg03'}
2017-12-28 08:47:30,189 [salt.state       ][INFO    ][1911] Completed state [msg03] at time 08:47:30.188657 duration_in_ms=2.122
2017-12-28 08:47:30,189 [salt.state       ][INFO    ][1911] Running state [msg01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.188887
2017-12-28 08:47:30,189 [salt.state       ][INFO    ][1911] Executing state host.present for msg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,190 [salt.state       ][INFO    ][1911] {'host': 'msg01.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,191 [salt.state       ][INFO    ][1911] Completed state [msg01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.190562 duration_in_ms=1.67
2017-12-28 08:47:30,191 [salt.state       ][INFO    ][1911] Running state [msg01] at time 08:47:30.190785
2017-12-28 08:47:30,191 [salt.state       ][INFO    ][1911] Executing state host.present for msg01
2017-12-28 08:47:30,192 [salt.state       ][INFO    ][1911] {'host': 'msg01'}
2017-12-28 08:47:30,192 [salt.state       ][INFO    ][1911] Completed state [msg01] at time 08:47:30.192089 duration_in_ms=1.303
2017-12-28 08:47:30,192 [salt.state       ][INFO    ][1911] Running state [msg] at time 08:47:30.192301
2017-12-28 08:47:30,193 [salt.state       ][INFO    ][1911] Executing state host.present for msg
2017-12-28 08:47:30,194 [salt.state       ][INFO    ][1911] {'host': 'msg'}
2017-12-28 08:47:30,194 [salt.state       ][INFO    ][1911] Completed state [msg] at time 08:47:30.194195 duration_in_ms=1.894
2017-12-28 08:47:30,194 [salt.state       ][INFO    ][1911] Running state [msg.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.194418
2017-12-28 08:47:30,195 [salt.state       ][INFO    ][1911] Executing state host.present for msg.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,196 [salt.state       ][INFO    ][1911] {'host': 'msg.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,196 [salt.state       ][INFO    ][1911] Completed state [msg.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.196145 duration_in_ms=1.727
2017-12-28 08:47:30,196 [salt.state       ][INFO    ][1911] Running state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.196358
2017-12-28 08:47:30,197 [salt.state       ][INFO    ][1911] Executing state host.present for cfg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,197 [salt.state       ][INFO    ][1911] Host cfg01.baremetal-mcp-pike-odl-ha.local (192.168.10.100) already present
2017-12-28 08:47:30,197 [salt.state       ][INFO    ][1911] Completed state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.197174 duration_in_ms=0.816
2017-12-28 08:47:30,197 [salt.state       ][INFO    ][1911] Running state [cfg01] at time 08:47:30.197382
2017-12-28 08:47:30,198 [salt.state       ][INFO    ][1911] Executing state host.present for cfg01
2017-12-28 08:47:30,199 [salt.state       ][INFO    ][1911] Host cfg01 (192.168.10.100) already present
2017-12-28 08:47:30,199 [salt.state       ][INFO    ][1911] Completed state [cfg01] at time 08:47:30.199000 duration_in_ms=1.617
2017-12-28 08:47:30,199 [salt.state       ][INFO    ][1911] Running state [cmp002] at time 08:47:30.199212
2017-12-28 08:47:30,199 [salt.state       ][INFO    ][1911] Executing state host.present for cmp002
2017-12-28 08:47:30,201 [salt.state       ][INFO    ][1911] {'host': 'cmp002'}
2017-12-28 08:47:30,201 [salt.state       ][INFO    ][1911] Completed state [cmp002] at time 08:47:30.200782 duration_in_ms=1.57
2017-12-28 08:47:30,201 [salt.state       ][INFO    ][1911] Running state [cmp002.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.201331
2017-12-28 08:47:30,202 [salt.state       ][INFO    ][1911] Executing state host.present for cmp002.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,203 [salt.state       ][INFO    ][1911] {'host': 'cmp002.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,203 [salt.state       ][INFO    ][1911] Completed state [cmp002.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.202940 duration_in_ms=1.608
2017-12-28 08:47:30,203 [salt.state       ][INFO    ][1911] Running state [cmp001.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.203157
2017-12-28 08:47:30,203 [salt.state       ][INFO    ][1911] Executing state host.present for cmp001.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,204 [salt.state       ][INFO    ][1911] {'host': 'cmp001.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,204 [salt.state       ][INFO    ][1911] Completed state [cmp001.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.204462 duration_in_ms=1.305
2017-12-28 08:47:30,205 [salt.state       ][INFO    ][1911] Running state [cmp001] at time 08:47:30.204676
2017-12-28 08:47:30,205 [salt.state       ][INFO    ][1911] Executing state host.present for cmp001
2017-12-28 08:47:30,206 [salt.state       ][INFO    ][1911] {'host': 'cmp001'}
2017-12-28 08:47:30,206 [salt.state       ][INFO    ][1911] Completed state [cmp001] at time 08:47:30.206325 duration_in_ms=1.649
2017-12-28 08:47:30,207 [salt.state       ][INFO    ][1911] Running state [dbs01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.206543
2017-12-28 08:47:30,207 [salt.state       ][INFO    ][1911] Executing state host.present for dbs01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,208 [salt.state       ][INFO    ][1911] {'host': 'dbs01.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,208 [salt.state       ][INFO    ][1911] Completed state [dbs01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.207871 duration_in_ms=1.328
2017-12-28 08:47:30,208 [salt.state       ][INFO    ][1911] Running state [dbs01] at time 08:47:30.208088
2017-12-28 08:47:30,208 [salt.state       ][INFO    ][1911] Executing state host.present for dbs01
2017-12-28 08:47:30,210 [salt.state       ][INFO    ][1911] {'host': 'dbs01'}
2017-12-28 08:47:30,210 [salt.state       ][INFO    ][1911] Completed state [dbs01] at time 08:47:30.209759 duration_in_ms=1.67
2017-12-28 08:47:30,210 [salt.state       ][INFO    ][1911] Running state [dbs02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.209969
2017-12-28 08:47:30,210 [salt.state       ][INFO    ][1911] Executing state host.present for dbs02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,211 [salt.state       ][INFO    ][1911] {'host': 'dbs02.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,212 [salt.state       ][INFO    ][1911] Completed state [dbs02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.211635 duration_in_ms=1.665
2017-12-28 08:47:30,212 [salt.state       ][INFO    ][1911] Running state [dbs02] at time 08:47:30.211850
2017-12-28 08:47:30,212 [salt.state       ][INFO    ][1911] Executing state host.present for dbs02
2017-12-28 08:47:30,213 [salt.state       ][INFO    ][1911] {'host': 'dbs02'}
2017-12-28 08:47:30,214 [salt.state       ][INFO    ][1911] Completed state [dbs02] at time 08:47:30.213575 duration_in_ms=1.724
2017-12-28 08:47:30,214 [salt.state       ][INFO    ][1911] Running state [dbs03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.213786
2017-12-28 08:47:30,214 [salt.state       ][INFO    ][1911] Executing state host.present for dbs03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,215 [salt.state       ][INFO    ][1911] {'host': 'dbs03.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,215 [salt.state       ][INFO    ][1911] Completed state [dbs03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.215295 duration_in_ms=1.509
2017-12-28 08:47:30,216 [salt.state       ][INFO    ][1911] Running state [dbs03] at time 08:47:30.215817
2017-12-28 08:47:30,216 [salt.state       ][INFO    ][1911] Executing state host.present for dbs03
2017-12-28 08:47:30,217 [salt.state       ][INFO    ][1911] {'host': 'dbs03'}
2017-12-28 08:47:30,218 [salt.state       ][INFO    ][1911] Completed state [dbs03] at time 08:47:30.217514 duration_in_ms=1.696
2017-12-28 08:47:30,218 [salt.state       ][INFO    ][1911] Running state [odl01] at time 08:47:30.217736
2017-12-28 08:47:30,218 [salt.state       ][INFO    ][1911] Executing state host.present for odl01
2017-12-28 08:47:30,219 [salt.state       ][INFO    ][1911] {'host': 'odl01'}
2017-12-28 08:47:30,219 [salt.state       ][INFO    ][1911] Completed state [odl01] at time 08:47:30.219128 duration_in_ms=1.392
2017-12-28 08:47:30,219 [salt.state       ][INFO    ][1911] Running state [odl01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.219350
2017-12-28 08:47:30,220 [salt.state       ][INFO    ][1911] Executing state host.present for odl01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,221 [salt.state       ][INFO    ][1911] {'host': 'odl01.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,221 [salt.state       ][INFO    ][1911] Completed state [odl01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.220759 duration_in_ms=1.408
2017-12-28 08:47:30,221 [salt.state       ][INFO    ][1911] Running state [mas01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.221004
2017-12-28 08:47:30,221 [salt.state       ][INFO    ][1911] Executing state host.present for mas01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,222 [salt.state       ][INFO    ][1911] {'host': 'mas01.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,222 [salt.state       ][INFO    ][1911] Completed state [mas01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.222439 duration_in_ms=1.434
2017-12-28 08:47:30,223 [salt.state       ][INFO    ][1911] Running state [mas01] at time 08:47:30.222663
2017-12-28 08:47:30,223 [salt.state       ][INFO    ][1911] Executing state host.present for mas01
2017-12-28 08:47:30,224 [salt.state       ][INFO    ][1911] {'host': 'mas01'}
2017-12-28 08:47:30,224 [salt.state       ][INFO    ][1911] Completed state [mas01] at time 08:47:30.224083 duration_in_ms=1.42
2017-12-28 08:47:30,224 [salt.state       ][INFO    ][1911] Running state [ctl02] at time 08:47:30.224308
2017-12-28 08:47:30,225 [salt.state       ][INFO    ][1911] Executing state host.present for ctl02
2017-12-28 08:47:30,226 [salt.state       ][INFO    ][1911] {'host': 'ctl02'}
2017-12-28 08:47:30,226 [salt.state       ][INFO    ][1911] Completed state [ctl02] at time 08:47:30.226077 duration_in_ms=1.768
2017-12-28 08:47:30,227 [salt.state       ][INFO    ][1911] Running state [ctl02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.226856
2017-12-28 08:47:30,227 [salt.state       ][INFO    ][1911] Executing state host.present for ctl02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,228 [salt.state       ][INFO    ][1911] {'host': 'ctl02.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,228 [salt.state       ][INFO    ][1911] Completed state [ctl02.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.228304 duration_in_ms=1.447
2017-12-28 08:47:30,229 [salt.state       ][INFO    ][1911] Running state [ctl03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.228529
2017-12-28 08:47:30,229 [salt.state       ][INFO    ][1911] Executing state host.present for ctl03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,230 [salt.state       ][INFO    ][1911] {'host': 'ctl03.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,231 [salt.state       ][INFO    ][1911] Completed state [ctl03.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.230571 duration_in_ms=2.042
2017-12-28 08:47:30,231 [salt.state       ][INFO    ][1911] Running state [ctl03] at time 08:47:30.231093
2017-12-28 08:47:30,231 [salt.state       ][INFO    ][1911] Executing state host.present for ctl03
2017-12-28 08:47:30,235 [salt.state       ][INFO    ][1911] {'host': 'ctl03'}
2017-12-28 08:47:30,235 [salt.state       ][INFO    ][1911] Completed state [ctl03] at time 08:47:30.234931 duration_in_ms=3.837
2017-12-28 08:47:30,235 [salt.state       ][INFO    ][1911] Running state [ctl01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.235147
2017-12-28 08:47:30,236 [salt.state       ][INFO    ][1911] Executing state host.present for ctl01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,237 [salt.state       ][INFO    ][1911] {'host': 'ctl01.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,237 [salt.state       ][INFO    ][1911] Completed state [ctl01.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.236905 duration_in_ms=1.759
2017-12-28 08:47:30,237 [salt.state       ][INFO    ][1911] Running state [ctl01] at time 08:47:30.237181
2017-12-28 08:47:30,238 [salt.state       ][INFO    ][1911] Executing state host.present for ctl01
2017-12-28 08:47:30,239 [salt.state       ][INFO    ][1911] {'host': 'ctl01'}
2017-12-28 08:47:30,239 [salt.state       ][INFO    ][1911] Completed state [ctl01] at time 08:47:30.239226 duration_in_ms=2.044
2017-12-28 08:47:30,239 [salt.state       ][INFO    ][1911] Running state [ctl] at time 08:47:30.239444
2017-12-28 08:47:30,240 [salt.state       ][INFO    ][1911] Executing state host.present for ctl
2017-12-28 08:47:30,242 [salt.state       ][INFO    ][1911] {'host': 'ctl'}
2017-12-28 08:47:30,242 [salt.state       ][INFO    ][1911] Completed state [ctl] at time 08:47:30.242062 duration_in_ms=2.617
2017-12-28 08:47:30,242 [salt.state       ][INFO    ][1911] Running state [ctl.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.242285
2017-12-28 08:47:30,243 [salt.state       ][INFO    ][1911] Executing state host.present for ctl.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:47:30,244 [salt.state       ][INFO    ][1911] {'host': 'ctl.baremetal-mcp-pike-odl-ha.local'}
2017-12-28 08:47:30,244 [salt.state       ][INFO    ][1911] Completed state [ctl.baremetal-mcp-pike-odl-ha.local] at time 08:47:30.244070 duration_in_ms=1.785
2017-12-28 08:47:30,248 [salt.state       ][INFO    ][1911] Running state [ens2] at time 08:47:30.248105
2017-12-28 08:47:30,248 [salt.state       ][INFO    ][1911] Executing state network.managed for ens2
2017-12-28 08:47:30,275 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084730258270
2017-12-28 08:47:30,297 [salt.minion      ][INFO    ][5015] Starting a new job with PID 5015
2017-12-28 08:47:30,324 [salt.minion      ][INFO    ][5015] Returning information for job: 20171228084730258270
2017-12-28 08:47:30,788 [salt.state       ][INFO    ][1911] Interface ens2 is up to date.
2017-12-28 08:47:30,789 [salt.state       ][INFO    ][1911] Completed state [ens2] at time 08:47:30.788517 duration_in_ms=540.411
2017-12-28 08:47:30,789 [salt.state       ][INFO    ][1911] Running state [ens3] at time 08:47:30.788828
2017-12-28 08:47:30,790 [salt.state       ][INFO    ][1911] Executing state network.managed for ens3
2017-12-28 08:47:30,813 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['ifdown', 'ens3'] in directory '/root'
2017-12-28 08:47:30,851 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['ifup', 'ens3'] in directory '/root'
2017-12-28 08:47:30,944 [salt.state       ][INFO    ][1911] {'interface': u'--- \n+++ \n@@ -1,3 +1,5 @@\n auto ens3\n\n-iface ens3 inet dhcp\n\n+iface ens3 inet static\n\n+    address 192.168.10.43\n\n+    netmask 255.255.255.0\n\n \n', 'status': 'Interface ens3 restart to validate'}
2017-12-28 08:47:30,944 [salt.state       ][INFO    ][1911] Completed state [ens3] at time 08:47:30.944383 duration_in_ms=155.554
2017-12-28 08:47:30,946 [salt.state       ][INFO    ][1911] Running state [/etc/profile.d/proxy.sh] at time 08:47:30.946048
2017-12-28 08:47:30,947 [salt.state       ][INFO    ][1911] Executing state file.absent for /etc/profile.d/proxy.sh
2017-12-28 08:47:30,947 [salt.state       ][INFO    ][1911] File /etc/profile.d/proxy.sh is not present
2017-12-28 08:47:30,948 [salt.state       ][INFO    ][1911] Completed state [/etc/profile.d/proxy.sh] at time 08:47:30.947748 duration_in_ms=1.7
2017-12-28 08:47:30,948 [salt.state       ][INFO    ][1911] Running state [/etc/apt/apt.conf.d/95proxies] at time 08:47:30.948435
2017-12-28 08:47:30,949 [salt.state       ][INFO    ][1911] Executing state file.absent for /etc/apt/apt.conf.d/95proxies
2017-12-28 08:47:30,950 [salt.state       ][INFO    ][1911] File /etc/apt/apt.conf.d/95proxies is not present
2017-12-28 08:47:30,950 [salt.state       ][INFO    ][1911] Completed state [/etc/apt/apt.conf.d/95proxies] at time 08:47:30.950308 duration_in_ms=1.872
2017-12-28 08:47:30,959 [salt.state       ][INFO    ][1911] Running state [ntp] at time 08:47:30.959270
2017-12-28 08:47:30,960 [salt.state       ][INFO    ][1911] Executing state pkg.installed for ntp
2017-12-28 08:47:31,189 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'ntp'] in directory '/root'
2017-12-28 08:47:33,974 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:47:34,012 [salt.state       ][INFO    ][1911] 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'

2017-12-28 08:47:34,027 [salt.state       ][INFO    ][1911] Loading fresh modules for state activity
2017-12-28 08:47:34,050 [salt.state       ][INFO    ][1911] Completed state [ntp] at time 08:47:34.050346 duration_in_ms=3091.075
2017-12-28 08:47:34,054 [salt.state       ][INFO    ][1911] Running state [/etc/ntp.conf] at time 08:47:34.053948
2017-12-28 08:47:34,054 [salt.state       ][INFO    ][1911] Executing state file.managed for /etc/ntp.conf
2017-12-28 08:47:34,074 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'ntp/files/ntp.conf'
2017-12-28 08:47:34,106 [salt.fileclient  ][INFO    ][1911] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-28 08:47:34,124 [salt.state       ][INFO    ][1911] 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
2017-12-28 08:47:34,124 [salt.state       ][INFO    ][1911] Completed state [/etc/ntp.conf] at time 08:47:34.124285 duration_in_ms=70.336
2017-12-28 08:47:34,235 [salt.state       ][INFO    ][1911] Running state [ntp] at time 08:47:34.235026
2017-12-28 08:47:34,235 [salt.state       ][INFO    ][1911] Executing state service.running for ntp
2017-12-28 08:47:34,237 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'status', 'ntp.service', '-n', '0'] in directory '/root'
2017-12-28 08:47:34,248 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2017-12-28 08:47:34,258 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2017-12-28 08:47:34,270 [salt.state       ][INFO    ][1911] The service ntp is already running
2017-12-28 08:47:34,270 [salt.state       ][INFO    ][1911] Completed state [ntp] at time 08:47:34.270071 duration_in_ms=35.045
2017-12-28 08:47:34,270 [salt.state       ][INFO    ][1911] Running state [ntp] at time 08:47:34.270387
2017-12-28 08:47:34,271 [salt.state       ][INFO    ][1911] Executing state service.mod_watch for ntp
2017-12-28 08:47:34,272 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2017-12-28 08:47:34,284 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2017-12-28 08:47:34,298 [salt.loaded.int.module.cmdmod][INFO    ][1911] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'ntp.service'] in directory '/root'
2017-12-28 08:47:34,368 [salt.state       ][INFO    ][1911] {'ntp': True}
2017-12-28 08:47:34,369 [salt.state       ][INFO    ][1911] Completed state [ntp] at time 08:47:34.368733 duration_in_ms=98.344
2017-12-28 08:47:34,372 [salt.minion      ][INFO    ][1911] Returning information for job: 20171228084649820927
2017-12-28 08:48:01,328 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command state.apply with jid 20171228084801302801
2017-12-28 08:48:01,355 [salt.minion      ][INFO    ][5437] Starting a new job with PID 5437
2017-12-28 08:48:05,131 [salt.state       ][INFO    ][5437] Loading fresh modules for state activity
2017-12-28 08:48:05,255 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/init.sls'
2017-12-28 08:48:05,285 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/init.sls'
2017-12-28 08:48:05,339 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:05,428 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/env.sls'
2017-12-28 08:48:05,450 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:05,531 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/profile.sls'
2017-12-28 08:48:05,554 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:05,744 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/repo.sls'
2017-12-28 08:48:05,863 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:05,974 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/package.sls'
2017-12-28 08:48:06,015 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:06,112 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/timezone.sls'
2017-12-28 08:48:06,136 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:06,220 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/kernel.sls'
2017-12-28 08:48:06,268 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:06,376 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/cpu.sls'
2017-12-28 08:48:06,407 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:06,498 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/sysfs.sls'
2017-12-28 08:48:06,528 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:06,614 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/locale.sls'
2017-12-28 08:48:06,642 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:06,735 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/user.sls'
2017-12-28 08:48:06,782 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:06,886 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/group.sls'
2017-12-28 08:48:06,924 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:07,016 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/limit.sls'
2017-12-28 08:48:07,040 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:07,131 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/systemd.sls'
2017-12-28 08:48:07,161 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:07,257 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/system/apt.sls'
2017-12-28 08:48:07,288 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:07,386 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/network/init.sls'
2017-12-28 08:48:07,419 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:07,506 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/network/hostname.sls'
2017-12-28 08:48:07,530 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:07,623 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/network/host.sls'
2017-12-28 08:48:07,685 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:07,837 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/network/interface.sls'
2017-12-28 08:48:07,960 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:08,050 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/network/proxy.sls'
2017-12-28 08:48:08,074 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:08,157 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/storage/init.sls'
2017-12-28 08:48:08,191 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:08,279 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'ntp/init.sls'
2017-12-28 08:48:08,296 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'ntp/client.sls'
2017-12-28 08:48:08,318 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-28 08:48:08,348 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'ntp/server.sls'
2017-12-28 08:48:08,371 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-28 08:48:08,394 [salt.state       ][INFO    ][5437] Running state [/etc/environment] at time 08:48:08.394077
2017-12-28 08:48:08,395 [salt.state       ][INFO    ][5437] Executing state file.blockreplace for /etc/environment
2017-12-28 08:48:08,405 [salt.state       ][INFO    ][5437] 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

2017-12-28 08:48:08,406 [salt.state       ][INFO    ][5437] Completed state [/etc/environment] at time 08:48:08.406245 duration_in_ms=12.168
2017-12-28 08:48:08,407 [salt.state       ][INFO    ][5437] Running state [/etc/profile.d] at time 08:48:08.406621
2017-12-28 08:48:08,407 [salt.state       ][INFO    ][5437] Executing state file.directory for /etc/profile.d
2017-12-28 08:48:08,408 [salt.state       ][INFO    ][5437] Directory /etc/profile.d is in the correct state
2017-12-28 08:48:08,409 [salt.state       ][INFO    ][5437] Completed state [/etc/profile.d] at time 08:48:08.408931 duration_in_ms=2.31
2017-12-28 08:48:08,869 [salt.state       ][INFO    ][5437] Running state [/etc/apt/apt.conf.d/99compression-workaround-salt] at time 08:48:08.868838
2017-12-28 08:48:08,869 [salt.state       ][INFO    ][5437] Executing state file.managed for /etc/apt/apt.conf.d/99compression-workaround-salt
2017-12-28 08:48:08,894 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/files/apt.conf'
2017-12-28 08:48:08,904 [salt.state       ][INFO    ][5437] File /etc/apt/apt.conf.d/99compression-workaround-salt is in the correct state
2017-12-28 08:48:08,904 [salt.state       ][INFO    ][5437] Completed state [/etc/apt/apt.conf.d/99compression-workaround-salt] at time 08:48:08.904202 duration_in_ms=35.363
2017-12-28 08:48:08,905 [salt.state       ][INFO    ][5437] Running state [linux_repo_prereq_pkgs] at time 08:48:08.905463
2017-12-28 08:48:08,906 [salt.state       ][INFO    ][5437] Executing state pkg.installed for linux_repo_prereq_pkgs
2017-12-28 08:48:08,907 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:48:09,576 [salt.state       ][INFO    ][5437] All specified packages are already installed
2017-12-28 08:48:09,577 [salt.state       ][INFO    ][5437] Completed state [linux_repo_prereq_pkgs] at time 08:48:09.576981 duration_in_ms=671.518
2017-12-28 08:48:09,578 [salt.state       ][INFO    ][5437] Running state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 08:48:09.577489
2017-12-28 08:48:09,578 [salt.state       ][INFO    ][5437] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mk_openstack
2017-12-28 08:48:09,579 [salt.state       ][INFO    ][5437] File /etc/apt/apt.conf.d/99proxies-salt-mk_openstack is not present
2017-12-28 08:48:09,579 [salt.state       ][INFO    ][5437] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 08:48:09.579123 duration_in_ms=1.634
2017-12-28 08:48:09,580 [salt.state       ][INFO    ][5437] Running state [/etc/apt/preferences.d/mk_openstack] at time 08:48:09.579519
2017-12-28 08:48:09,580 [salt.state       ][INFO    ][5437] Executing state file.managed for /etc/apt/preferences.d/mk_openstack
2017-12-28 08:48:09,600 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-12-28 08:48:09,623 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:09,689 [salt.state       ][INFO    ][5437] File /etc/apt/preferences.d/mk_openstack is in the correct state
2017-12-28 08:48:09,689 [salt.state       ][INFO    ][5437] Completed state [/etc/apt/preferences.d/mk_openstack] at time 08:48:09.689172 duration_in_ms=109.652
2017-12-28 08:48:09,692 [salt.state       ][INFO    ][5437] Running state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 08:48:09.691851
2017-12-28 08:48:09,692 [salt.state       ][INFO    ][5437] Executing state pkgrepo.managed for deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike
2017-12-28 08:48:10,044 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/apt.mirantis.com/public.gpg'] in directory '/root'
2017-12-28 08:48:10,204 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:48:11,461 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084811434984
2017-12-28 08:48:11,487 [salt.minion      ][INFO    ][5965] Starting a new job with PID 5965
2017-12-28 08:48:11,503 [salt.minion      ][INFO    ][5965] Returning information for job: 20171228084811434984
2017-12-28 08:48:13,011 [salt.state       ][INFO    ][5437] Configured package repo 'deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike'
2017-12-28 08:48:13,011 [salt.state       ][INFO    ][5437] Completed state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 08:48:13.011389 duration_in_ms=3319.536
2017-12-28 08:48:13,012 [salt.state       ][INFO    ][5437] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 08:48:13.011698
2017-12-28 08:48:13,012 [salt.state       ][INFO    ][5437] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack
2017-12-28 08:48:13,013 [salt.state       ][INFO    ][5437] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack is not present
2017-12-28 08:48:13,014 [salt.state       ][INFO    ][5437] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 08:48:13.013702 duration_in_ms=2.004
2017-12-28 08:48:13,014 [salt.state       ][INFO    ][5437] Running state [/etc/apt/preferences.d/mirantis_openstack] at time 08:48:13.014096
2017-12-28 08:48:13,015 [salt.state       ][INFO    ][5437] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack
2017-12-28 08:48:13,037 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-12-28 08:48:13,066 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:13,147 [salt.state       ][INFO    ][5437] File /etc/apt/preferences.d/mirantis_openstack is in the correct state
2017-12-28 08:48:13,148 [salt.state       ][INFO    ][5437] Completed state [/etc/apt/preferences.d/mirantis_openstack] at time 08:48:13.147494 duration_in_ms=133.396
2017-12-28 08:48:13,150 [salt.state       ][INFO    ][5437] Running state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 08:48:13.149767
2017-12-28 08:48:13,150 [salt.state       ][INFO    ][5437] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main
2017-12-28 08:48:13,611 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key'] in directory '/root'
2017-12-28 08:48:13,802 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:48:16,533 [salt.state       ][INFO    ][5437] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main'
2017-12-28 08:48:16,533 [salt.state       ][INFO    ][5437] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 08:48:16.533246 duration_in_ms=3383.479
2017-12-28 08:48:16,534 [salt.state       ][INFO    ][5437] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 08:48:16.533562
2017-12-28 08:48:16,534 [salt.state       ][INFO    ][5437] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca
2017-12-28 08:48:16,534 [salt.state       ][INFO    ][5437] File /etc/apt/apt.conf.d/99proxies-salt-uca is not present
2017-12-28 08:48:16,534 [salt.state       ][INFO    ][5437] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 08:48:16.534442 duration_in_ms=0.879
2017-12-28 08:48:16,535 [salt.state       ][INFO    ][5437] Running state [/etc/apt/preferences.d/uca] at time 08:48:16.534661
2017-12-28 08:48:16,535 [salt.state       ][INFO    ][5437] Executing state file.absent for /etc/apt/preferences.d/uca
2017-12-28 08:48:16,535 [salt.state       ][INFO    ][5437] File /etc/apt/preferences.d/uca is not present
2017-12-28 08:48:16,535 [salt.state       ][INFO    ][5437] Completed state [/etc/apt/preferences.d/uca] at time 08:48:16.535321 duration_in_ms=0.66
2017-12-28 08:48:16,536 [salt.state       ][INFO    ][5437] Running state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 08:48:16.536341
2017-12-28 08:48:16,537 [salt.state       ][INFO    ][5437] Executing state pkgrepo.managed for deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main
2017-12-28 08:48:16,649 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['apt-key', 'export', 'EC4926EA'] in directory '/root'
2017-12-28 08:48:16,728 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:48:19,752 [salt.state       ][INFO    ][5437] Configured package repo 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main'
2017-12-28 08:48:19,752 [salt.state       ][INFO    ][5437] Completed state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 08:48:19.752362 duration_in_ms=3216.02
2017-12-28 08:48:19,753 [salt.state       ][INFO    ][5437] Running state [linux_extra_packages_purged] at time 08:48:19.752835
2017-12-28 08:48:19,753 [salt.state       ][INFO    ][5437] Executing state pkg.purged for linux_extra_packages_purged
2017-12-28 08:48:19,766 [salt.state       ][INFO    ][5437] All specified packages are already absent
2017-12-28 08:48:19,766 [salt.state       ][INFO    ][5437] Completed state [linux_extra_packages_purged] at time 08:48:19.766434 duration_in_ms=13.598
2017-12-28 08:48:19,767 [salt.state       ][INFO    ][5437] Running state [linux_extra_packages_latest] at time 08:48:19.767128
2017-12-28 08:48:19,768 [salt.state       ][INFO    ][5437] Executing state pkg.latest for linux_extra_packages_latest
2017-12-28 08:48:19,776 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:48:21,479 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084821459907
2017-12-28 08:48:21,508 [salt.minion      ][INFO    ][7197] Starting a new job with PID 7197
2017-12-28 08:48:21,523 [salt.minion      ][INFO    ][7197] Returning information for job: 20171228084821459907
2017-12-28 08:48:22,665 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['apt-cache', '-q', 'policy', 'mcelog'] in directory '/root'
2017-12-28 08:48:22,744 [salt.state       ][INFO    ][5437] Package mcelog is already up-to-date
2017-12-28 08:48:22,745 [salt.state       ][INFO    ][5437] Completed state [linux_extra_packages_latest] at time 08:48:22.745275 duration_in_ms=2978.145
2017-12-28 08:48:22,747 [salt.state       ][INFO    ][5437] Running state [UTC] at time 08:48:22.747127
2017-12-28 08:48:22,748 [salt.state       ][INFO    ][5437] Executing state timezone.system for UTC
2017-12-28 08:48:22,750 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['timedatectl'] in directory '/root'
2017-12-28 08:48:22,802 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['timedatectl'] in directory '/root'
2017-12-28 08:48:22,818 [salt.state       ][INFO    ][5437] Timezone UTC already set, UTC already set to UTC
2017-12-28 08:48:22,819 [salt.state       ][INFO    ][5437] Completed state [UTC] at time 08:48:22.818478 duration_in_ms=71.35
2017-12-28 08:48:22,820 [salt.state       ][INFO    ][5437] Running state [nf_conntrack] at time 08:48:22.819465
2017-12-28 08:48:22,820 [salt.state       ][INFO    ][5437] Executing state kmod.present for nf_conntrack
2017-12-28 08:48:22,822 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'lsmod' in directory '/root'
2017-12-28 08:48:22,834 [salt.state       ][INFO    ][5437] Kernel module nf_conntrack is already present
2017-12-28 08:48:22,835 [salt.state       ][INFO    ][5437] Completed state [nf_conntrack] at time 08:48:22.834834 duration_in_ms=15.368
2017-12-28 08:48:22,836 [salt.state       ][INFO    ][5437] Running state [kernel.panic] at time 08:48:22.836226
2017-12-28 08:48:22,838 [salt.state       ][INFO    ][5437] Executing state sysctl.present for kernel.panic
2017-12-28 08:48:22,851 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:22,879 [salt.state       ][INFO    ][5437] Sysctl value kernel.panic = 60 is already set
2017-12-28 08:48:22,880 [salt.state       ][INFO    ][5437] Completed state [kernel.panic] at time 08:48:22.879850 duration_in_ms=43.622
2017-12-28 08:48:22,881 [salt.state       ][INFO    ][5437] Running state [net.ipv4.tcp_keepalive_probes] at time 08:48:22.880707
2017-12-28 08:48:22,882 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.tcp_keepalive_probes
2017-12-28 08:48:22,883 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:22,915 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.tcp_keepalive_probes = 8 is already set
2017-12-28 08:48:22,916 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.tcp_keepalive_probes] at time 08:48:22.916191 duration_in_ms=35.482
2017-12-28 08:48:22,918 [salt.state       ][INFO    ][5437] Running state [fs.file-max] at time 08:48:22.917877
2017-12-28 08:48:22,919 [salt.state       ][INFO    ][5437] Executing state sysctl.present for fs.file-max
2017-12-28 08:48:22,920 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:22,956 [salt.state       ][INFO    ][5437] Sysctl value fs.file-max = 124165 is already set
2017-12-28 08:48:22,957 [salt.state       ][INFO    ][5437] Completed state [fs.file-max] at time 08:48:22.956662 duration_in_ms=38.784
2017-12-28 08:48:22,958 [salt.state       ][INFO    ][5437] Running state [net.core.somaxconn] at time 08:48:22.957789
2017-12-28 08:48:22,958 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.core.somaxconn
2017-12-28 08:48:22,959 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:22,990 [salt.state       ][INFO    ][5437] Sysctl value net.core.somaxconn = 4096 is already set
2017-12-28 08:48:22,991 [salt.state       ][INFO    ][5437] Completed state [net.core.somaxconn] at time 08:48:22.990927 duration_in_ms=33.135
2017-12-28 08:48:22,992 [salt.state       ][INFO    ][5437] Running state [net.ipv4.tcp_max_syn_backlog] at time 08:48:22.991687
2017-12-28 08:48:22,992 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.tcp_max_syn_backlog
2017-12-28 08:48:22,993 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,023 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.tcp_max_syn_backlog = 8192 is already set
2017-12-28 08:48:23,024 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.tcp_max_syn_backlog] at time 08:48:23.024271 duration_in_ms=32.583
2017-12-28 08:48:23,026 [salt.state       ][INFO    ][5437] Running state [net.ipv4.tcp_tw_reuse] at time 08:48:23.025954
2017-12-28 08:48:23,027 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.tcp_tw_reuse
2017-12-28 08:48:23,028 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,055 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.tcp_tw_reuse = 1 is already set
2017-12-28 08:48:23,056 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.tcp_tw_reuse] at time 08:48:23.055626 duration_in_ms=29.67
2017-12-28 08:48:23,057 [salt.state       ][INFO    ][5437] Running state [net.ipv4.tcp_congestion_control] at time 08:48:23.056533
2017-12-28 08:48:23,058 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.tcp_congestion_control
2017-12-28 08:48:23,059 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,088 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.tcp_congestion_control = yeah is already set
2017-12-28 08:48:23,089 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.tcp_congestion_control] at time 08:48:23.088650 duration_in_ms=32.117
2017-12-28 08:48:23,089 [salt.state       ][INFO    ][5437] Running state [net.ipv4.tcp_retries2] at time 08:48:23.089453
2017-12-28 08:48:23,090 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.tcp_retries2
2017-12-28 08:48:23,091 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,114 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.tcp_retries2 = 5 is already set
2017-12-28 08:48:23,115 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.tcp_retries2] at time 08:48:23.115261 duration_in_ms=25.808
2017-12-28 08:48:23,116 [salt.state       ][INFO    ][5437] Running state [net.core.netdev_max_backlog] at time 08:48:23.115854
2017-12-28 08:48:23,116 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.core.netdev_max_backlog
2017-12-28 08:48:23,118 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,150 [salt.state       ][INFO    ][5437] Sysctl value net.core.netdev_max_backlog = 261144 is already set
2017-12-28 08:48:23,151 [salt.state       ][INFO    ][5437] Completed state [net.core.netdev_max_backlog] at time 08:48:23.150915 duration_in_ms=35.06
2017-12-28 08:48:23,152 [salt.state       ][INFO    ][5437] Running state [net.ipv4.tcp_slow_start_after_idle] at time 08:48:23.151692
2017-12-28 08:48:23,152 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.tcp_slow_start_after_idle
2017-12-28 08:48:23,154 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,188 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.tcp_slow_start_after_idle = 0 is already set
2017-12-28 08:48:23,190 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.tcp_slow_start_after_idle] at time 08:48:23.190006 duration_in_ms=38.312
2017-12-28 08:48:23,191 [salt.state       ][INFO    ][5437] Running state [vm.swappiness] at time 08:48:23.191210
2017-12-28 08:48:23,193 [salt.state       ][INFO    ][5437] Executing state sysctl.present for vm.swappiness
2017-12-28 08:48:23,194 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,226 [salt.state       ][INFO    ][5437] Sysctl value vm.swappiness = 10 is already set
2017-12-28 08:48:23,226 [salt.state       ][INFO    ][5437] Completed state [vm.swappiness] at time 08:48:23.226328 duration_in_ms=35.118
2017-12-28 08:48:23,227 [salt.state       ][INFO    ][5437] Running state [net.ipv4.tcp_keepalive_intvl] at time 08:48:23.226964
2017-12-28 08:48:23,228 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.tcp_keepalive_intvl
2017-12-28 08:48:23,229 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,261 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.tcp_keepalive_intvl = 3 is already set
2017-12-28 08:48:23,262 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.tcp_keepalive_intvl] at time 08:48:23.261955 duration_in_ms=34.99
2017-12-28 08:48:23,263 [salt.state       ][INFO    ][5437] Running state [net.ipv4.neigh.default.gc_thresh1] at time 08:48:23.262505
2017-12-28 08:48:23,263 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh1
2017-12-28 08:48:23,264 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,294 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.neigh.default.gc_thresh1 = 4096 is already set
2017-12-28 08:48:23,294 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.neigh.default.gc_thresh1] at time 08:48:23.294237 duration_in_ms=31.731
2017-12-28 08:48:23,295 [salt.state       ][INFO    ][5437] Running state [net.ipv4.neigh.default.gc_thresh2] at time 08:48:23.294580
2017-12-28 08:48:23,295 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh2
2017-12-28 08:48:23,296 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,324 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.neigh.default.gc_thresh2 = 8192 is already set
2017-12-28 08:48:23,324 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.neigh.default.gc_thresh2] at time 08:48:23.324163 duration_in_ms=29.581
2017-12-28 08:48:23,325 [salt.state       ][INFO    ][5437] Running state [net.ipv4.neigh.default.gc_thresh3] at time 08:48:23.324502
2017-12-28 08:48:23,326 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh3
2017-12-28 08:48:23,327 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,356 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.neigh.default.gc_thresh3 = 16384 is already set
2017-12-28 08:48:23,358 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.neigh.default.gc_thresh3] at time 08:48:23.357699 duration_in_ms=33.196
2017-12-28 08:48:23,358 [salt.state       ][INFO    ][5437] Running state [net.ipv4.tcp_fin_timeout] at time 08:48:23.358060
2017-12-28 08:48:23,359 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.tcp_fin_timeout
2017-12-28 08:48:23,360 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,393 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.tcp_fin_timeout = 30 is already set
2017-12-28 08:48:23,393 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.tcp_fin_timeout] at time 08:48:23.392838 duration_in_ms=34.777
2017-12-28 08:48:23,393 [salt.state       ][INFO    ][5437] Running state [net.ipv4.tcp_keepalive_time] at time 08:48:23.393458
2017-12-28 08:48:23,394 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.ipv4.tcp_keepalive_time
2017-12-28 08:48:23,394 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,423 [salt.state       ][INFO    ][5437] Sysctl value net.ipv4.tcp_keepalive_time = 30 is already set
2017-12-28 08:48:23,424 [salt.state       ][INFO    ][5437] Completed state [net.ipv4.tcp_keepalive_time] at time 08:48:23.423605 duration_in_ms=30.146
2017-12-28 08:48:23,424 [salt.state       ][INFO    ][5437] Running state [net.nf_conntrack_max] at time 08:48:23.423962
2017-12-28 08:48:23,425 [salt.state       ][INFO    ][5437] Executing state sysctl.present for net.nf_conntrack_max
2017-12-28 08:48:23,425 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'sysctl -a' in directory '/root'
2017-12-28 08:48:23,457 [salt.state       ][INFO    ][5437] Sysctl value net.nf_conntrack_max = 1048576 is already set
2017-12-28 08:48:23,458 [salt.state       ][INFO    ][5437] Completed state [net.nf_conntrack_max] at time 08:48:23.457449 duration_in_ms=33.487
2017-12-28 08:48:23,458 [salt.state       ][INFO    ][5437] Running state [linux_sysfs_package] at time 08:48:23.457856
2017-12-28 08:48:23,458 [salt.state       ][INFO    ][5437] Executing state pkg.installed for linux_sysfs_package
2017-12-28 08:48:23,468 [salt.state       ][INFO    ][5437] All specified packages are already installed
2017-12-28 08:48:23,468 [salt.state       ][INFO    ][5437] Completed state [linux_sysfs_package] at time 08:48:23.467897 duration_in_ms=10.041
2017-12-28 08:48:23,470 [salt.state       ][INFO    ][5437] Running state [/etc/sysfs.d] at time 08:48:23.469948
2017-12-28 08:48:23,470 [salt.state       ][INFO    ][5437] Executing state file.directory for /etc/sysfs.d
2017-12-28 08:48:23,471 [salt.state       ][INFO    ][5437] Directory /etc/sysfs.d is in the correct state
2017-12-28 08:48:23,472 [salt.state       ][INFO    ][5437] Completed state [/etc/sysfs.d] at time 08:48:23.471230 duration_in_ms=1.282
2017-12-28 08:48:23,472 [salt.state       ][INFO    ][5437] Running state [ondemand] at time 08:48:23.472262
2017-12-28 08:48:23,473 [salt.state       ][INFO    ][5437] Executing state service.dead for ondemand
2017-12-28 08:48:23,475 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['systemctl', 'status', 'ondemand.service', '-n', '0'] in directory '/root'
2017-12-28 08:48:23,494 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2017-12-28 08:48:23,510 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-12-28 08:48:23,535 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'runlevel' in directory '/root'
2017-12-28 08:48:23,548 [salt.state       ][INFO    ][5437] The service ondemand is already dead
2017-12-28 08:48:23,549 [salt.state       ][INFO    ][5437] Completed state [ondemand] at time 08:48:23.548768 duration_in_ms=76.505
2017-12-28 08:48:23,550 [salt.state       ][INFO    ][5437] Running state [cs_CZ.UTF-8] at time 08:48:23.550190
2017-12-28 08:48:23,551 [salt.state       ][INFO    ][5437] Executing state locale.present for cs_CZ.UTF-8
2017-12-28 08:48:23,551 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'locale -a' in directory '/root'
2017-12-28 08:48:23,562 [salt.state       ][INFO    ][5437] Locale cs_CZ.UTF-8 is already present
2017-12-28 08:48:23,563 [salt.state       ][INFO    ][5437] Completed state [cs_CZ.UTF-8] at time 08:48:23.562872 duration_in_ms=12.681
2017-12-28 08:48:23,563 [salt.state       ][INFO    ][5437] Running state [en_US.UTF-8] at time 08:48:23.563208
2017-12-28 08:48:23,564 [salt.state       ][INFO    ][5437] Executing state locale.present for en_US.UTF-8
2017-12-28 08:48:23,564 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'locale -a' in directory '/root'
2017-12-28 08:48:23,577 [salt.state       ][INFO    ][5437] Locale en_US.UTF-8 is already present
2017-12-28 08:48:23,578 [salt.state       ][INFO    ][5437] Completed state [en_US.UTF-8] at time 08:48:23.577821 duration_in_ms=14.614
2017-12-28 08:48:23,580 [salt.state       ][INFO    ][5437] Running state [en_US.UTF-8] at time 08:48:23.580068
2017-12-28 08:48:23,581 [salt.state       ][INFO    ][5437] Executing state locale.system for en_US.UTF-8
2017-12-28 08:48:23,582 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'localectl' in directory '/root'
2017-12-28 08:48:23,632 [salt.state       ][INFO    ][5437] System locale en_US.UTF-8 already set
2017-12-28 08:48:23,632 [salt.state       ][INFO    ][5437] Completed state [en_US.UTF-8] at time 08:48:23.632058 duration_in_ms=51.989
2017-12-28 08:48:23,634 [salt.state       ][INFO    ][5437] Running state [root] at time 08:48:23.634138
2017-12-28 08:48:23,635 [salt.state       ][INFO    ][5437] Executing state user.present for root
2017-12-28 08:48:23,637 [salt.state       ][INFO    ][5437] User root is present and up to date
2017-12-28 08:48:23,638 [salt.state       ][INFO    ][5437] Completed state [root] at time 08:48:23.637486 duration_in_ms=3.348
2017-12-28 08:48:23,639 [salt.state       ][INFO    ][5437] Running state [/root] at time 08:48:23.638714
2017-12-28 08:48:23,639 [salt.state       ][INFO    ][5437] Executing state file.directory for /root
2017-12-28 08:48:23,640 [salt.state       ][INFO    ][5437] Directory /root is in the correct state
2017-12-28 08:48:23,641 [salt.state       ][INFO    ][5437] Completed state [/root] at time 08:48:23.640505 duration_in_ms=1.79
2017-12-28 08:48:23,643 [salt.state       ][INFO    ][5437] Running state [/etc/sudoers.d/90-salt-user-root] at time 08:48:23.642551
2017-12-28 08:48:23,643 [salt.state       ][INFO    ][5437] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2017-12-28 08:48:23,643 [salt.state       ][INFO    ][5437] File /etc/sudoers.d/90-salt-user-root is not present
2017-12-28 08:48:23,643 [salt.state       ][INFO    ][5437] Completed state [/etc/sudoers.d/90-salt-user-root] at time 08:48:23.643249 duration_in_ms=0.697
2017-12-28 08:48:23,644 [salt.state       ][INFO    ][5437] Running state [ubuntu] at time 08:48:23.643468
2017-12-28 08:48:23,644 [salt.state       ][INFO    ][5437] Executing state user.present for ubuntu
2017-12-28 08:48:23,645 [salt.state       ][INFO    ][5437] User ubuntu is present and up to date
2017-12-28 08:48:23,645 [salt.state       ][INFO    ][5437] Completed state [ubuntu] at time 08:48:23.644695 duration_in_ms=1.227
2017-12-28 08:48:23,646 [salt.state       ][INFO    ][5437] Running state [/home/ubuntu] at time 08:48:23.646327
2017-12-28 08:48:23,647 [salt.state       ][INFO    ][5437] Executing state file.directory for /home/ubuntu
2017-12-28 08:48:23,647 [salt.state       ][INFO    ][5437] Directory /home/ubuntu is in the correct state
2017-12-28 08:48:23,647 [salt.state       ][INFO    ][5437] Completed state [/home/ubuntu] at time 08:48:23.647327 duration_in_ms=1.0
2017-12-28 08:48:23,648 [salt.state       ][INFO    ][5437] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 08:48:23.648188
2017-12-28 08:48:23,648 [salt.state       ][INFO    ][5437] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2017-12-28 08:48:23,670 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/files/sudoer'
2017-12-28 08:48:23,676 [salt.state       ][INFO    ][5437] File /etc/sudoers.d/90-salt-user-ubuntu is in the correct state
2017-12-28 08:48:23,676 [salt.state       ][INFO    ][5437] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 08:48:23.676109 duration_in_ms=27.92
2017-12-28 08:48:23,676 [salt.state       ][INFO    ][5437] Running state [/etc/security/limits.d/90-salt-default.conf] at time 08:48:23.676331
2017-12-28 08:48:23,677 [salt.state       ][INFO    ][5437] Executing state file.managed for /etc/security/limits.d/90-salt-default.conf
2017-12-28 08:48:23,696 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/files/limits.conf'
2017-12-28 08:48:23,723 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:23,800 [salt.state       ][INFO    ][5437] File /etc/security/limits.d/90-salt-default.conf is in the correct state
2017-12-28 08:48:23,802 [salt.state       ][INFO    ][5437] Completed state [/etc/security/limits.d/90-salt-default.conf] at time 08:48:23.801526 duration_in_ms=125.195
2017-12-28 08:48:23,802 [salt.state       ][INFO    ][5437] Running state [/etc/systemd/system.conf.d/90-salt.conf] at time 08:48:23.802032
2017-12-28 08:48:23,802 [salt.state       ][INFO    ][5437] Executing state file.managed for /etc/systemd/system.conf.d/90-salt.conf
2017-12-28 08:48:23,820 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/files/systemd.conf'
2017-12-28 08:48:23,847 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 08:48:23,916 [salt.state       ][INFO    ][5437] File /etc/systemd/system.conf.d/90-salt.conf is in the correct state
2017-12-28 08:48:23,916 [salt.state       ][INFO    ][5437] Completed state [/etc/systemd/system.conf.d/90-salt.conf] at time 08:48:23.915957 duration_in_ms=113.924
2017-12-28 08:48:23,918 [salt.state       ][INFO    ][5437] Running state [service.systemctl_reload] at time 08:48:23.917867
2017-12-28 08:48:23,918 [salt.state       ][INFO    ][5437] Executing state module.wait for service.systemctl_reload
2017-12-28 08:48:23,919 [salt.state       ][INFO    ][5437] No changes made for service.systemctl_reload
2017-12-28 08:48:23,919 [salt.state       ][INFO    ][5437] Completed state [service.systemctl_reload] at time 08:48:23.918791 duration_in_ms=0.923
2017-12-28 08:48:23,919 [salt.state       ][INFO    ][5437] Running state [/etc/hostname] at time 08:48:23.918998
2017-12-28 08:48:23,919 [salt.state       ][INFO    ][5437] Executing state file.managed for /etc/hostname
2017-12-28 08:48:23,938 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'linux/files/hostname'
2017-12-28 08:48:23,941 [salt.state       ][INFO    ][5437] File /etc/hostname is in the correct state
2017-12-28 08:48:23,941 [salt.state       ][INFO    ][5437] Completed state [/etc/hostname] at time 08:48:23.941109 duration_in_ms=22.11
2017-12-28 08:48:23,943 [salt.state       ][INFO    ][5437] Running state [hostname msg03] at time 08:48:23.942789
2017-12-28 08:48:23,943 [salt.state       ][INFO    ][5437] Executing state cmd.wait for hostname msg03
2017-12-28 08:48:23,944 [salt.state       ][INFO    ][5437] No changes made for hostname msg03
2017-12-28 08:48:23,944 [salt.state       ][INFO    ][5437] Completed state [hostname msg03] at time 08:48:23.943740 duration_in_ms=0.951
2017-12-28 08:48:23,944 [salt.state       ][INFO    ][5437] Running state [mdb02] at time 08:48:23.944195
2017-12-28 08:48:23,944 [salt.state       ][INFO    ][5437] Executing state host.present for mdb02
2017-12-28 08:48:23,946 [salt.state       ][INFO    ][5437] Host mdb02 (192.168.10.77) already present
2017-12-28 08:48:23,946 [salt.state       ][INFO    ][5437] Completed state [mdb02] at time 08:48:23.945671 duration_in_ms=1.476
2017-12-28 08:48:23,946 [salt.state       ][INFO    ][5437] Running state [mdb02.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.946454
2017-12-28 08:48:23,947 [salt.state       ][INFO    ][5437] Executing state host.present for mdb02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,947 [salt.state       ][INFO    ][5437] Host mdb02.baremetal-mcp-pike-odl-ha.local (192.168.10.77) already present
2017-12-28 08:48:23,947 [salt.state       ][INFO    ][5437] Completed state [mdb02.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.947283 duration_in_ms=0.829
2017-12-28 08:48:23,948 [salt.state       ][INFO    ][5437] Running state [mdb03.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.947493
2017-12-28 08:48:23,948 [salt.state       ][INFO    ][5437] Executing state host.present for mdb03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,949 [salt.state       ][INFO    ][5437] Host mdb03.baremetal-mcp-pike-odl-ha.local (192.168.10.78) already present
2017-12-28 08:48:23,950 [salt.state       ][INFO    ][5437] Completed state [mdb03.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.949459 duration_in_ms=1.966
2017-12-28 08:48:23,950 [salt.state       ][INFO    ][5437] Running state [mdb03] at time 08:48:23.949956
2017-12-28 08:48:23,950 [salt.state       ][INFO    ][5437] Executing state host.present for mdb03
2017-12-28 08:48:23,951 [salt.state       ][INFO    ][5437] Host mdb03 (192.168.10.78) already present
2017-12-28 08:48:23,951 [salt.state       ][INFO    ][5437] Completed state [mdb03] at time 08:48:23.951058 duration_in_ms=1.103
2017-12-28 08:48:23,951 [salt.state       ][INFO    ][5437] Running state [mdb01.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.951260
2017-12-28 08:48:23,951 [salt.state       ][INFO    ][5437] Executing state host.present for mdb01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,952 [salt.state       ][INFO    ][5437] Host mdb01.baremetal-mcp-pike-odl-ha.local (192.168.10.76) already present
2017-12-28 08:48:23,952 [salt.state       ][INFO    ][5437] Completed state [mdb01.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.952056 duration_in_ms=0.796
2017-12-28 08:48:23,953 [salt.state       ][INFO    ][5437] Running state [mdb01] at time 08:48:23.952566
2017-12-28 08:48:23,953 [salt.state       ][INFO    ][5437] Executing state host.present for mdb01
2017-12-28 08:48:23,954 [salt.state       ][INFO    ][5437] Host mdb01 (192.168.10.76) already present
2017-12-28 08:48:23,954 [salt.state       ][INFO    ][5437] Completed state [mdb01] at time 08:48:23.953696 duration_in_ms=1.13
2017-12-28 08:48:23,954 [salt.state       ][INFO    ][5437] Running state [mdb] at time 08:48:23.953896
2017-12-28 08:48:23,954 [salt.state       ][INFO    ][5437] Executing state host.present for mdb
2017-12-28 08:48:23,955 [salt.state       ][INFO    ][5437] Host mdb (192.168.10.75) already present
2017-12-28 08:48:23,955 [salt.state       ][INFO    ][5437] Completed state [mdb] at time 08:48:23.954709 duration_in_ms=0.813
2017-12-28 08:48:23,955 [salt.state       ][INFO    ][5437] Running state [mdb.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.954909
2017-12-28 08:48:23,955 [salt.state       ][INFO    ][5437] Executing state host.present for mdb.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,956 [salt.state       ][INFO    ][5437] Host mdb.baremetal-mcp-pike-odl-ha.local (192.168.10.75) already present
2017-12-28 08:48:23,956 [salt.state       ][INFO    ][5437] Completed state [mdb.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.955692 duration_in_ms=0.782
2017-12-28 08:48:23,956 [salt.state       ][INFO    ][5437] Running state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.955893
2017-12-28 08:48:23,956 [salt.state       ][INFO    ][5437] Executing state host.present for cfg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,957 [salt.state       ][INFO    ][5437] Host cfg01.baremetal-mcp-pike-odl-ha.local (192.168.10.100) already present
2017-12-28 08:48:23,957 [salt.state       ][INFO    ][5437] Completed state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.957293 duration_in_ms=1.4
2017-12-28 08:48:23,958 [salt.state       ][INFO    ][5437] Running state [cfg01] at time 08:48:23.957504
2017-12-28 08:48:23,958 [salt.state       ][INFO    ][5437] Executing state host.present for cfg01
2017-12-28 08:48:23,958 [salt.state       ][INFO    ][5437] Host cfg01 (192.168.10.100) already present
2017-12-28 08:48:23,958 [salt.state       ][INFO    ][5437] Completed state [cfg01] at time 08:48:23.958312 duration_in_ms=0.808
2017-12-28 08:48:23,959 [salt.state       ][INFO    ][5437] Running state [prx01.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.958512
2017-12-28 08:48:23,959 [salt.state       ][INFO    ][5437] Executing state host.present for prx01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,959 [salt.state       ][INFO    ][5437] Host prx01.baremetal-mcp-pike-odl-ha.local (192.168.10.104) already present
2017-12-28 08:48:23,960 [salt.state       ][INFO    ][5437] Completed state [prx01.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.959585 duration_in_ms=1.072
2017-12-28 08:48:23,960 [salt.state       ][INFO    ][5437] Running state [prx01] at time 08:48:23.959790
2017-12-28 08:48:23,960 [salt.state       ][INFO    ][5437] Executing state host.present for prx01
2017-12-28 08:48:23,960 [salt.state       ][INFO    ][5437] Host prx01 (192.168.10.104) already present
2017-12-28 08:48:23,961 [salt.state       ][INFO    ][5437] Completed state [prx01] at time 08:48:23.960602 duration_in_ms=0.812
2017-12-28 08:48:23,962 [salt.state       ][INFO    ][5437] Running state [kvm01] at time 08:48:23.960803
2017-12-28 08:48:23,962 [salt.state       ][INFO    ][5437] Executing state host.present for kvm01
2017-12-28 08:48:23,963 [salt.state       ][INFO    ][5437] Host kvm01 (192.168.10.141) already present
2017-12-28 08:48:23,963 [salt.state       ][INFO    ][5437] Completed state [kvm01] at time 08:48:23.962771 duration_in_ms=1.967
2017-12-28 08:48:23,963 [salt.state       ][INFO    ][5437] Running state [kvm01.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.962968
2017-12-28 08:48:23,963 [salt.state       ][INFO    ][5437] Executing state host.present for kvm01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,964 [salt.state       ][INFO    ][5437] Host kvm01.baremetal-mcp-pike-odl-ha.local (192.168.10.141) already present
2017-12-28 08:48:23,964 [salt.state       ][INFO    ][5437] Completed state [kvm01.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.963791 duration_in_ms=0.822
2017-12-28 08:48:23,964 [salt.state       ][INFO    ][5437] Running state [kvm03.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.963995
2017-12-28 08:48:23,964 [salt.state       ][INFO    ][5437] Executing state host.present for kvm03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,965 [salt.state       ][INFO    ][5437] Host kvm03.baremetal-mcp-pike-odl-ha.local (192.168.10.143) already present
2017-12-28 08:48:23,965 [salt.state       ][INFO    ][5437] Completed state [kvm03.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.964807 duration_in_ms=0.812
2017-12-28 08:48:23,965 [salt.state       ][INFO    ][5437] Running state [kvm03] at time 08:48:23.965020
2017-12-28 08:48:23,965 [salt.state       ][INFO    ][5437] Executing state host.present for kvm03
2017-12-28 08:48:23,966 [salt.state       ][INFO    ][5437] Host kvm03 (192.168.10.143) already present
2017-12-28 08:48:23,966 [salt.state       ][INFO    ][5437] Completed state [kvm03] at time 08:48:23.966050 duration_in_ms=1.03
2017-12-28 08:48:23,966 [salt.state       ][INFO    ][5437] Running state [kvm02.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.966255
2017-12-28 08:48:23,966 [salt.state       ][INFO    ][5437] Executing state host.present for kvm02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,967 [salt.state       ][INFO    ][5437] Host kvm02.baremetal-mcp-pike-odl-ha.local (192.168.10.142) already present
2017-12-28 08:48:23,967 [salt.state       ][INFO    ][5437] Completed state [kvm02.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.967360 duration_in_ms=1.105
2017-12-28 08:48:23,968 [salt.state       ][INFO    ][5437] Running state [kvm02] at time 08:48:23.967568
2017-12-28 08:48:23,968 [salt.state       ][INFO    ][5437] Executing state host.present for kvm02
2017-12-28 08:48:23,968 [salt.state       ][INFO    ][5437] Host kvm02 (192.168.10.142) already present
2017-12-28 08:48:23,968 [salt.state       ][INFO    ][5437] Completed state [kvm02] at time 08:48:23.968359 duration_in_ms=0.791
2017-12-28 08:48:23,969 [salt.state       ][INFO    ][5437] Running state [dbs.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.968559
2017-12-28 08:48:23,969 [salt.state       ][INFO    ][5437] Executing state host.present for dbs.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,970 [salt.state       ][INFO    ][5437] Host dbs.baremetal-mcp-pike-odl-ha.local (192.168.10.50) already present
2017-12-28 08:48:23,970 [salt.state       ][INFO    ][5437] Completed state [dbs.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.969932 duration_in_ms=1.373
2017-12-28 08:48:23,970 [salt.state       ][INFO    ][5437] Running state [dbs] at time 08:48:23.970133
2017-12-28 08:48:23,970 [salt.state       ][INFO    ][5437] Executing state host.present for dbs
2017-12-28 08:48:23,971 [salt.state       ][INFO    ][5437] Host dbs (192.168.10.50) already present
2017-12-28 08:48:23,971 [salt.state       ][INFO    ][5437] Completed state [dbs] at time 08:48:23.970920 duration_in_ms=0.787
2017-12-28 08:48:23,971 [salt.state       ][INFO    ][5437] Running state [prx.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.971121
2017-12-28 08:48:23,971 [salt.state       ][INFO    ][5437] Executing state host.present for prx.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,972 [salt.state       ][INFO    ][5437] Host prx.baremetal-mcp-pike-odl-ha.local (100.64.200.103) already present
2017-12-28 08:48:23,972 [salt.state       ][INFO    ][5437] Completed state [prx.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.971933 duration_in_ms=0.812
2017-12-28 08:48:23,972 [salt.state       ][INFO    ][5437] Running state [prx] at time 08:48:23.972133
2017-12-28 08:48:23,972 [salt.state       ][INFO    ][5437] Executing state host.present for prx
2017-12-28 08:48:23,973 [salt.state       ][INFO    ][5437] Host prx (100.64.200.103) already present
2017-12-28 08:48:23,974 [salt.state       ][INFO    ][5437] Completed state [prx] at time 08:48:23.973546 duration_in_ms=1.413
2017-12-28 08:48:23,974 [salt.state       ][INFO    ][5437] Running state [prx02] at time 08:48:23.973748
2017-12-28 08:48:23,974 [salt.state       ][INFO    ][5437] Executing state host.present for prx02
2017-12-28 08:48:23,975 [salt.state       ][INFO    ][5437] Host prx02 (192.168.10.105) already present
2017-12-28 08:48:23,975 [salt.state       ][INFO    ][5437] Completed state [prx02] at time 08:48:23.974827 duration_in_ms=1.078
2017-12-28 08:48:23,975 [salt.state       ][INFO    ][5437] Running state [prx02.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.975042
2017-12-28 08:48:23,975 [salt.state       ][INFO    ][5437] Executing state host.present for prx02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,976 [salt.state       ][INFO    ][5437] Host prx02.baremetal-mcp-pike-odl-ha.local (192.168.10.105) already present
2017-12-28 08:48:23,976 [salt.state       ][INFO    ][5437] Completed state [prx02.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.975852 duration_in_ms=0.81
2017-12-28 08:48:23,976 [salt.state       ][INFO    ][5437] Running state [msg02] at time 08:48:23.976067
2017-12-28 08:48:23,976 [salt.state       ][INFO    ][5437] Executing state host.present for msg02
2017-12-28 08:48:23,977 [salt.state       ][INFO    ][5437] Host msg02 (192.168.10.42) already present
2017-12-28 08:48:23,977 [salt.state       ][INFO    ][5437] Completed state [msg02] at time 08:48:23.976890 duration_in_ms=0.823
2017-12-28 08:48:23,977 [salt.state       ][INFO    ][5437] Running state [msg02.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.977107
2017-12-28 08:48:23,977 [salt.state       ][INFO    ][5437] Executing state host.present for msg02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,978 [salt.state       ][INFO    ][5437] Host msg02.baremetal-mcp-pike-odl-ha.local (192.168.10.42) already present
2017-12-28 08:48:23,978 [salt.state       ][INFO    ][5437] Completed state [msg02.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.978214 duration_in_ms=1.107
2017-12-28 08:48:23,978 [salt.state       ][INFO    ][5437] Running state [msg03.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.978417
2017-12-28 08:48:23,979 [salt.state       ][INFO    ][5437] Executing state host.present for msg03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:23,979 [salt.state       ][INFO    ][5437] Host msg03.baremetal-mcp-pike-odl-ha.local (192.168.10.43) already present
2017-12-28 08:48:23,979 [salt.state       ][INFO    ][5437] Completed state [msg03.baremetal-mcp-pike-odl-ha.local] at time 08:48:23.979231 duration_in_ms=0.814
2017-12-28 08:48:23,979 [salt.state       ][INFO    ][5437] Running state [msg03] at time 08:48:23.979445
2017-12-28 08:48:23,980 [salt.state       ][INFO    ][5437] Executing state host.present for msg03
2017-12-28 08:48:23,980 [salt.state       ][INFO    ][5437] Host msg03 (192.168.10.43) already present
2017-12-28 08:48:23,980 [salt.state       ][INFO    ][5437] Completed state [msg03] at time 08:48:23.980254 duration_in_ms=0.809
2017-12-28 08:48:23,982 [salt.state       ][INFO    ][5437] Running state [file.replace] at time 08:48:23.981590
2017-12-28 08:48:23,982 [salt.state       ][INFO    ][5437] Executing state module.run for file.replace
2017-12-28 08:48:24,391 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command 'grep -q "msg03 msg03.baremetal-mcp-pike-odl-ha.local" /etc/hosts' in directory '/root'
2017-12-28 08:48:24,402 [salt.state       ][INFO    ][5437] onlyif execution failed
2017-12-28 08:48:24,403 [salt.state       ][INFO    ][5437] Completed state [file.replace] at time 08:48:24.402623 duration_in_ms=421.032
2017-12-28 08:48:24,403 [salt.state       ][INFO    ][5437] Running state [msg01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.402976
2017-12-28 08:48:24,403 [salt.state       ][INFO    ][5437] Executing state host.present for msg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,404 [salt.state       ][INFO    ][5437] Host msg01.baremetal-mcp-pike-odl-ha.local (192.168.10.41) already present
2017-12-28 08:48:24,404 [salt.state       ][INFO    ][5437] Completed state [msg01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.404171 duration_in_ms=1.195
2017-12-28 08:48:24,404 [salt.state       ][INFO    ][5437] Running state [msg01] at time 08:48:24.404400
2017-12-28 08:48:24,405 [salt.state       ][INFO    ][5437] Executing state host.present for msg01
2017-12-28 08:48:24,405 [salt.state       ][INFO    ][5437] Host msg01 (192.168.10.41) already present
2017-12-28 08:48:24,406 [salt.state       ][INFO    ][5437] Completed state [msg01] at time 08:48:24.405648 duration_in_ms=1.248
2017-12-28 08:48:24,406 [salt.state       ][INFO    ][5437] Running state [msg] at time 08:48:24.405867
2017-12-28 08:48:24,406 [salt.state       ][INFO    ][5437] Executing state host.present for msg
2017-12-28 08:48:24,407 [salt.state       ][INFO    ][5437] Host msg (192.168.10.40) already present
2017-12-28 08:48:24,407 [salt.state       ][INFO    ][5437] Completed state [msg] at time 08:48:24.407034 duration_in_ms=1.167
2017-12-28 08:48:24,407 [salt.state       ][INFO    ][5437] Running state [msg.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.407249
2017-12-28 08:48:24,407 [salt.state       ][INFO    ][5437] Executing state host.present for msg.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,408 [salt.state       ][INFO    ][5437] Host msg.baremetal-mcp-pike-odl-ha.local (192.168.10.40) already present
2017-12-28 08:48:24,408 [salt.state       ][INFO    ][5437] Completed state [msg.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.408105 duration_in_ms=0.855
2017-12-28 08:48:24,408 [salt.state       ][INFO    ][5437] Running state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.408316
2017-12-28 08:48:24,409 [salt.state       ][INFO    ][5437] Executing state host.present for cfg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,410 [salt.state       ][INFO    ][5437] Host cfg01.baremetal-mcp-pike-odl-ha.local (192.168.10.100) already present
2017-12-28 08:48:24,410 [salt.state       ][INFO    ][5437] Completed state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.409773 duration_in_ms=1.457
2017-12-28 08:48:24,410 [salt.state       ][INFO    ][5437] Running state [cfg01] at time 08:48:24.409992
2017-12-28 08:48:24,410 [salt.state       ][INFO    ][5437] Executing state host.present for cfg01
2017-12-28 08:48:24,411 [salt.state       ][INFO    ][5437] Host cfg01 (192.168.10.100) already present
2017-12-28 08:48:24,411 [salt.state       ][INFO    ][5437] Completed state [cfg01] at time 08:48:24.410827 duration_in_ms=0.835
2017-12-28 08:48:24,411 [salt.state       ][INFO    ][5437] Running state [cmp002] at time 08:48:24.411054
2017-12-28 08:48:24,411 [salt.state       ][INFO    ][5437] Executing state host.present for cmp002
2017-12-28 08:48:24,412 [salt.state       ][INFO    ][5437] Host cmp002 (192.168.10.102) already present
2017-12-28 08:48:24,413 [salt.state       ][INFO    ][5437] Completed state [cmp002] at time 08:48:24.412483 duration_in_ms=1.429
2017-12-28 08:48:24,413 [salt.state       ][INFO    ][5437] Running state [cmp002.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.412696
2017-12-28 08:48:24,413 [salt.state       ][INFO    ][5437] Executing state host.present for cmp002.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,414 [salt.state       ][INFO    ][5437] Host cmp002.baremetal-mcp-pike-odl-ha.local (192.168.10.102) already present
2017-12-28 08:48:24,414 [salt.state       ][INFO    ][5437] Completed state [cmp002.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.414112 duration_in_ms=1.416
2017-12-28 08:48:24,414 [salt.state       ][INFO    ][5437] Running state [cmp001.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.414328
2017-12-28 08:48:24,415 [salt.state       ][INFO    ][5437] Executing state host.present for cmp001.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,415 [salt.state       ][INFO    ][5437] Host cmp001.baremetal-mcp-pike-odl-ha.local (192.168.10.101) already present
2017-12-28 08:48:24,416 [salt.state       ][INFO    ][5437] Completed state [cmp001.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.415485 duration_in_ms=1.156
2017-12-28 08:48:24,416 [salt.state       ][INFO    ][5437] Running state [cmp001] at time 08:48:24.415706
2017-12-28 08:48:24,416 [salt.state       ][INFO    ][5437] Executing state host.present for cmp001
2017-12-28 08:48:24,416 [salt.state       ][INFO    ][5437] Host cmp001 (192.168.10.101) already present
2017-12-28 08:48:24,417 [salt.state       ][INFO    ][5437] Completed state [cmp001] at time 08:48:24.416527 duration_in_ms=0.821
2017-12-28 08:48:24,417 [salt.state       ][INFO    ][5437] Running state [dbs01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.416734
2017-12-28 08:48:24,417 [salt.state       ][INFO    ][5437] Executing state host.present for dbs01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,417 [salt.state       ][INFO    ][5437] Host dbs01.baremetal-mcp-pike-odl-ha.local (192.168.10.51) already present
2017-12-28 08:48:24,418 [salt.state       ][INFO    ][5437] Completed state [dbs01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.417584 duration_in_ms=0.85
2017-12-28 08:48:24,418 [salt.state       ][INFO    ][5437] Running state [dbs01] at time 08:48:24.417796
2017-12-28 08:48:24,418 [salt.state       ][INFO    ][5437] Executing state host.present for dbs01
2017-12-28 08:48:24,418 [salt.state       ][INFO    ][5437] Host dbs01 (192.168.10.51) already present
2017-12-28 08:48:24,419 [salt.state       ][INFO    ][5437] Completed state [dbs01] at time 08:48:24.418624 duration_in_ms=0.829
2017-12-28 08:48:24,419 [salt.state       ][INFO    ][5437] Running state [dbs02.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.418848
2017-12-28 08:48:24,419 [salt.state       ][INFO    ][5437] Executing state host.present for dbs02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,420 [salt.state       ][INFO    ][5437] Host dbs02.baremetal-mcp-pike-odl-ha.local (192.168.10.52) already present
2017-12-28 08:48:24,420 [salt.state       ][INFO    ][5437] Completed state [dbs02.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.419667 duration_in_ms=0.819
2017-12-28 08:48:24,420 [salt.state       ][INFO    ][5437] Running state [dbs02] at time 08:48:24.419882
2017-12-28 08:48:24,420 [salt.state       ][INFO    ][5437] Executing state host.present for dbs02
2017-12-28 08:48:24,421 [salt.state       ][INFO    ][5437] Host dbs02 (192.168.10.52) already present
2017-12-28 08:48:24,421 [salt.state       ][INFO    ][5437] Completed state [dbs02] at time 08:48:24.421334 duration_in_ms=1.452
2017-12-28 08:48:24,422 [salt.state       ][INFO    ][5437] Running state [dbs03.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.421561
2017-12-28 08:48:24,422 [salt.state       ][INFO    ][5437] Executing state host.present for dbs03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,423 [salt.state       ][INFO    ][5437] Host dbs03.baremetal-mcp-pike-odl-ha.local (192.168.10.53) already present
2017-12-28 08:48:24,423 [salt.state       ][INFO    ][5437] Completed state [dbs03.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.422708 duration_in_ms=1.146
2017-12-28 08:48:24,423 [salt.state       ][INFO    ][5437] Running state [dbs03] at time 08:48:24.422923
2017-12-28 08:48:24,423 [salt.state       ][INFO    ][5437] Executing state host.present for dbs03
2017-12-28 08:48:24,424 [salt.state       ][INFO    ][5437] Host dbs03 (192.168.10.53) already present
2017-12-28 08:48:24,424 [salt.state       ][INFO    ][5437] Completed state [dbs03] at time 08:48:24.424088 duration_in_ms=1.165
2017-12-28 08:48:24,424 [salt.state       ][INFO    ][5437] Running state [odl01] at time 08:48:24.424303
2017-12-28 08:48:24,425 [salt.state       ][INFO    ][5437] Executing state host.present for odl01
2017-12-28 08:48:24,426 [salt.state       ][INFO    ][5437] Host odl01 (192.168.10.111) already present
2017-12-28 08:48:24,426 [salt.state       ][INFO    ][5437] Completed state [odl01] at time 08:48:24.426003 duration_in_ms=1.7
2017-12-28 08:48:24,426 [salt.state       ][INFO    ][5437] Running state [odl01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.426224
2017-12-28 08:48:24,426 [salt.state       ][INFO    ][5437] Executing state host.present for odl01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,427 [salt.state       ][INFO    ][5437] Host odl01.baremetal-mcp-pike-odl-ha.local (192.168.10.111) already present
2017-12-28 08:48:24,427 [salt.state       ][INFO    ][5437] Completed state [odl01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.427071 duration_in_ms=0.847
2017-12-28 08:48:24,427 [salt.state       ][INFO    ][5437] Running state [mas01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.427286
2017-12-28 08:48:24,428 [salt.state       ][INFO    ][5437] Executing state host.present for mas01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,428 [salt.state       ][INFO    ][5437] Host mas01.baremetal-mcp-pike-odl-ha.local (192.168.10.3) already present
2017-12-28 08:48:24,428 [salt.state       ][INFO    ][5437] Completed state [mas01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.428138 duration_in_ms=0.852
2017-12-28 08:48:24,428 [salt.state       ][INFO    ][5437] Running state [mas01] at time 08:48:24.428352
2017-12-28 08:48:24,429 [salt.state       ][INFO    ][5437] Executing state host.present for mas01
2017-12-28 08:48:24,429 [salt.state       ][INFO    ][5437] Host mas01 (192.168.10.3) already present
2017-12-28 08:48:24,430 [salt.state       ][INFO    ][5437] Completed state [mas01] at time 08:48:24.429486 duration_in_ms=1.134
2017-12-28 08:48:24,430 [salt.state       ][INFO    ][5437] Running state [ctl02] at time 08:48:24.429703
2017-12-28 08:48:24,430 [salt.state       ][INFO    ][5437] Executing state host.present for ctl02
2017-12-28 08:48:24,431 [salt.state       ][INFO    ][5437] Host ctl02 (192.168.10.12) already present
2017-12-28 08:48:24,431 [salt.state       ][INFO    ][5437] Completed state [ctl02] at time 08:48:24.431373 duration_in_ms=1.67
2017-12-28 08:48:24,432 [salt.state       ][INFO    ][5437] Running state [ctl02.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.431587
2017-12-28 08:48:24,432 [salt.state       ][INFO    ][5437] Executing state host.present for ctl02.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,432 [salt.state       ][INFO    ][5437] Host ctl02.baremetal-mcp-pike-odl-ha.local (192.168.10.12) already present
2017-12-28 08:48:24,432 [salt.state       ][INFO    ][5437] Completed state [ctl02.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.432416 duration_in_ms=0.829
2017-12-28 08:48:24,433 [salt.state       ][INFO    ][5437] Running state [ctl03.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.432630
2017-12-28 08:48:24,433 [salt.state       ][INFO    ][5437] Executing state host.present for ctl03.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,434 [salt.state       ][INFO    ][5437] Host ctl03.baremetal-mcp-pike-odl-ha.local (192.168.10.13) already present
2017-12-28 08:48:24,434 [salt.state       ][INFO    ][5437] Completed state [ctl03.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.434039 duration_in_ms=1.409
2017-12-28 08:48:24,434 [salt.state       ][INFO    ][5437] Running state [ctl03] at time 08:48:24.434252
2017-12-28 08:48:24,434 [salt.state       ][INFO    ][5437] Executing state host.present for ctl03
2017-12-28 08:48:24,435 [salt.state       ][INFO    ][5437] Host ctl03 (192.168.10.13) already present
2017-12-28 08:48:24,435 [salt.state       ][INFO    ][5437] Completed state [ctl03] at time 08:48:24.435073 duration_in_ms=0.821
2017-12-28 08:48:24,435 [salt.state       ][INFO    ][5437] Running state [ctl01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.435285
2017-12-28 08:48:24,435 [salt.state       ][INFO    ][5437] Executing state host.present for ctl01.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,436 [salt.state       ][INFO    ][5437] Host ctl01.baremetal-mcp-pike-odl-ha.local (192.168.10.11) already present
2017-12-28 08:48:24,436 [salt.state       ][INFO    ][5437] Completed state [ctl01.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.436427 duration_in_ms=1.142
2017-12-28 08:48:24,437 [salt.state       ][INFO    ][5437] Running state [ctl01] at time 08:48:24.436636
2017-12-28 08:48:24,437 [salt.state       ][INFO    ][5437] Executing state host.present for ctl01
2017-12-28 08:48:24,438 [salt.state       ][INFO    ][5437] Host ctl01 (192.168.10.11) already present
2017-12-28 08:48:24,438 [salt.state       ][INFO    ][5437] Completed state [ctl01] at time 08:48:24.437771 duration_in_ms=1.134
2017-12-28 08:48:24,438 [salt.state       ][INFO    ][5437] Running state [ctl] at time 08:48:24.437973
2017-12-28 08:48:24,438 [salt.state       ][INFO    ][5437] Executing state host.present for ctl
2017-12-28 08:48:24,439 [salt.state       ][INFO    ][5437] Host ctl (192.168.10.10) already present
2017-12-28 08:48:24,439 [salt.state       ][INFO    ][5437] Completed state [ctl] at time 08:48:24.438782 duration_in_ms=0.809
2017-12-28 08:48:24,439 [salt.state       ][INFO    ][5437] Running state [ctl.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.438984
2017-12-28 08:48:24,439 [salt.state       ][INFO    ][5437] Executing state host.present for ctl.baremetal-mcp-pike-odl-ha.local
2017-12-28 08:48:24,440 [salt.state       ][INFO    ][5437] Host ctl.baremetal-mcp-pike-odl-ha.local (192.168.10.10) already present
2017-12-28 08:48:24,440 [salt.state       ][INFO    ][5437] Completed state [ctl.baremetal-mcp-pike-odl-ha.local] at time 08:48:24.440113 duration_in_ms=1.129
2017-12-28 08:48:24,440 [salt.state       ][INFO    ][5437] Running state [ens2] at time 08:48:24.440314
2017-12-28 08:48:24,441 [salt.state       ][INFO    ][5437] Executing state network.managed for ens2
2017-12-28 08:48:24,934 [salt.state       ][INFO    ][5437] Interface ens2 is up to date.
2017-12-28 08:48:24,934 [salt.state       ][INFO    ][5437] Completed state [ens2] at time 08:48:24.933796 duration_in_ms=493.481
2017-12-28 08:48:24,934 [salt.state       ][INFO    ][5437] Running state [ens3] at time 08:48:24.934073
2017-12-28 08:48:24,934 [salt.state       ][INFO    ][5437] Executing state network.managed for ens3
2017-12-28 08:48:25,366 [salt.state       ][INFO    ][5437] Interface ens3 is up to date.
2017-12-28 08:48:25,367 [salt.state       ][INFO    ][5437] Completed state [ens3] at time 08:48:25.367055 duration_in_ms=432.981
2017-12-28 08:48:25,368 [salt.state       ][INFO    ][5437] Running state [/etc/profile.d/proxy.sh] at time 08:48:25.367691
2017-12-28 08:48:25,368 [salt.state       ][INFO    ][5437] Executing state file.absent for /etc/profile.d/proxy.sh
2017-12-28 08:48:25,369 [salt.state       ][INFO    ][5437] File /etc/profile.d/proxy.sh is not present
2017-12-28 08:48:25,370 [salt.state       ][INFO    ][5437] Completed state [/etc/profile.d/proxy.sh] at time 08:48:25.369866 duration_in_ms=2.174
2017-12-28 08:48:25,370 [salt.state       ][INFO    ][5437] Running state [/etc/apt/apt.conf.d/95proxies] at time 08:48:25.370454
2017-12-28 08:48:25,371 [salt.state       ][INFO    ][5437] Executing state file.absent for /etc/apt/apt.conf.d/95proxies
2017-12-28 08:48:25,372 [salt.state       ][INFO    ][5437] File /etc/apt/apt.conf.d/95proxies is not present
2017-12-28 08:48:25,372 [salt.state       ][INFO    ][5437] Completed state [/etc/apt/apt.conf.d/95proxies] at time 08:48:25.372111 duration_in_ms=1.657
2017-12-28 08:48:25,373 [salt.state       ][INFO    ][5437] Running state [ntp] at time 08:48:25.372674
2017-12-28 08:48:25,373 [salt.state       ][INFO    ][5437] Executing state pkg.installed for ntp
2017-12-28 08:48:25,381 [salt.state       ][INFO    ][5437] Package ntp is already installed
2017-12-28 08:48:25,381 [salt.state       ][INFO    ][5437] Completed state [ntp] at time 08:48:25.381335 duration_in_ms=8.661
2017-12-28 08:48:25,384 [salt.state       ][INFO    ][5437] Running state [/etc/ntp.conf] at time 08:48:25.383573
2017-12-28 08:48:25,384 [salt.state       ][INFO    ][5437] Executing state file.managed for /etc/ntp.conf
2017-12-28 08:48:25,411 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'ntp/files/ntp.conf'
2017-12-28 08:48:25,455 [salt.fileclient  ][INFO    ][5437] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-12-28 08:48:25,471 [salt.state       ][INFO    ][5437] File /etc/ntp.conf is in the correct state
2017-12-28 08:48:25,472 [salt.state       ][INFO    ][5437] Completed state [/etc/ntp.conf] at time 08:48:25.471724 duration_in_ms=88.15
2017-12-28 08:48:25,474 [salt.state       ][INFO    ][5437] Running state [ntp] at time 08:48:25.474205
2017-12-28 08:48:25,475 [salt.state       ][INFO    ][5437] Executing state service.running for ntp
2017-12-28 08:48:25,476 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['systemctl', 'status', 'ntp.service', '-n', '0'] in directory '/root'
2017-12-28 08:48:25,493 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2017-12-28 08:48:25,505 [salt.loaded.int.module.cmdmod][INFO    ][5437] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2017-12-28 08:48:25,522 [salt.state       ][INFO    ][5437] The service ntp is already running
2017-12-28 08:48:25,523 [salt.state       ][INFO    ][5437] Completed state [ntp] at time 08:48:25.523045 duration_in_ms=48.839
2017-12-28 08:48:25,527 [salt.minion      ][INFO    ][5437] Returning information for job: 20171228084801302801
2017-12-28 08:48:44,060 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command ssh.set_auth_key with jid 20171228084844039174
2017-12-28 08:48:44,088 [salt.minion      ][INFO    ][7393] Starting a new job with PID 7393
2017-12-28 08:48:44,104 [salt.minion      ][INFO    ][7393] Returning information for job: 20171228084844039174
2017-12-28 08:49:07,784 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command pkg.upgrade with jid 20171228084907763840
2017-12-28 08:49:07,809 [salt.minion      ][INFO    ][7494] Starting a new job with PID 7494
2017-12-28 08:49:07,834 [salt.loaded.int.module.cmdmod][INFO    ][7494] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:49:08,525 [salt.loaded.int.module.cmdmod][INFO    ][7494] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'upgrade'] in directory '/root'
2017-12-28 08:49:17,907 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084917879588
2017-12-28 08:49:17,940 [salt.minion      ][INFO    ][7611] Starting a new job with PID 7611
2017-12-28 08:49:17,968 [salt.minion      ][INFO    ][7611] Returning information for job: 20171228084917879588
2017-12-28 08:49:27,991 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084927961139
2017-12-28 08:49:28,023 [salt.minion      ][INFO    ][8191] Starting a new job with PID 8191
2017-12-28 08:49:28,069 [salt.minion      ][INFO    ][8191] Returning information for job: 20171228084927961139
2017-12-28 08:49:38,049 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084938029295
2017-12-28 08:49:38,078 [salt.minion      ][INFO    ][8534] Starting a new job with PID 8534
2017-12-28 08:49:38,122 [salt.minion      ][INFO    ][8534] Returning information for job: 20171228084938029295
2017-12-28 08:49:48,121 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084948100957
2017-12-28 08:49:48,153 [salt.minion      ][INFO    ][8769] Starting a new job with PID 8769
2017-12-28 08:49:48,177 [salt.minion      ][INFO    ][8769] Returning information for job: 20171228084948100957
2017-12-28 08:49:58,254 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228084958230961
2017-12-28 08:49:58,286 [salt.minion      ][INFO    ][9984] Starting a new job with PID 9984
2017-12-28 08:49:58,307 [salt.minion      ][INFO    ][9984] Returning information for job: 20171228084958230961
2017-12-28 08:50:08,310 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228085008282892
2017-12-28 08:50:08,338 [salt.minion      ][INFO    ][14421] Starting a new job with PID 14421
2017-12-28 08:50:08,357 [salt.minion      ][INFO    ][14421] Returning information for job: 20171228085008282892
2017-12-28 08:50:18,387 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228085018362227
2017-12-28 08:50:18,414 [salt.minion      ][INFO    ][17338] Starting a new job with PID 17338
2017-12-28 08:50:18,433 [salt.minion      ][INFO    ][17338] Returning information for job: 20171228085018362227
2017-12-28 08:50:27,970 [salt.loaded.int.module.cmdmod][INFO    ][7494] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:50:28,001 [salt.minion      ][INFO    ][7494] Returning information for job: 20171228084907763840
2017-12-28 08:57:25,293 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command test.ping with jid 20171228085725263899
2017-12-28 08:57:25,319 [salt.minion      ][INFO    ][19597] Starting a new job with PID 19597
2017-12-28 08:57:25,374 [salt.minion      ][INFO    ][19597] Returning information for job: 20171228085725263899
2017-12-28 08:57:49,874 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command state.sls with jid 20171228085749843103
2017-12-28 08:57:49,898 [salt.minion      ][INFO    ][19673] Starting a new job with PID 19673
2017-12-28 08:57:52,126 [salt.state       ][INFO    ][19673] Loading fresh modules for state activity
2017-12-28 08:57:52,169 [salt.fileclient  ][INFO    ][19673] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2017-12-28 08:57:52,196 [salt.fileclient  ][INFO    ][19673] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2017-12-28 08:57:52,233 [salt.fileclient  ][INFO    ][19673] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-28 08:57:52,647 [salt.state       ][INFO    ][19673] Running state [lsof] at time 08:57:52.646922
2017-12-28 08:57:52,648 [salt.state       ][INFO    ][19673] Executing state pkg.installed for lsof
2017-12-28 08:57:52,649 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:57:53,234 [salt.state       ][INFO    ][19673] Package lsof is already installed
2017-12-28 08:57:53,234 [salt.state       ][INFO    ][19673] Completed state [lsof] at time 08:57:53.234217 duration_in_ms=587.295
2017-12-28 08:57:53,235 [salt.state       ][INFO    ][19673] Running state [keepalived] at time 08:57:53.234687
2017-12-28 08:57:53,235 [salt.state       ][INFO    ][19673] Executing state pkg.installed for keepalived
2017-12-28 08:57:53,260 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 08:57:55,776 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'keepalived'] in directory '/root'
2017-12-28 08:57:58,713 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 08:57:58,748 [salt.state       ][INFO    ][19673] Made the following changes:
'libsnmp30' changed from 'absent' to '5.7.3+dfsg-1ubuntu4'
'libsnmp-base' changed from 'absent' to '5.7.3+dfsg-1ubuntu4'
'keepalived' changed from 'absent' to '1:1.2.19-1ubuntu0.2'
'ipvsadm' changed from 'absent' to '1:1.28-3'
'libsensors4' changed from 'absent' to '1:3.4.0-2'

2017-12-28 08:57:58,763 [salt.state       ][INFO    ][19673] Loading fresh modules for state activity
2017-12-28 08:57:58,797 [salt.state       ][INFO    ][19673] Completed state [keepalived] at time 08:57:58.797355 duration_in_ms=5562.667
2017-12-28 08:57:58,801 [salt.state       ][INFO    ][19673] Running state [/etc/keepalived/keepalived.conf] at time 08:57:58.800746
2017-12-28 08:57:58,801 [salt.state       ][INFO    ][19673] Executing state file.managed for /etc/keepalived/keepalived.conf
2017-12-28 08:57:58,836 [salt.fileclient  ][INFO    ][19673] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2017-12-28 08:57:58,892 [salt.fileclient  ][INFO    ][19673] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-28 08:57:58,906 [salt.state       ][INFO    ][19673] File changed:
New file
2017-12-28 08:57:58,907 [salt.state       ][INFO    ][19673] Completed state [/etc/keepalived/keepalived.conf] at time 08:57:58.906679 duration_in_ms=105.936
2017-12-28 08:57:58,999 [salt.state       ][INFO    ][19673] Running state [keepalived] at time 08:57:58.999394
2017-12-28 08:57:58,1000 [salt.state       ][INFO    ][19673] Executing state service.running for keepalived
2017-12-28 08:57:59,002 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2017-12-28 08:57:59,012 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-12-28 08:57:59,022 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-28 08:57:59,030 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-28 08:57:59,039 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'keepalived.service'] in directory '/root'
2017-12-28 08:57:59,087 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-12-28 08:57:59,103 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-28 08:57:59,112 [salt.loaded.int.module.cmdmod][INFO    ][19673] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-28 08:57:59,120 [salt.state       ][INFO    ][19673] {'keepalived': True}
2017-12-28 08:57:59,121 [salt.state       ][INFO    ][19673] Completed state [keepalived] at time 08:57:59.120914 duration_in_ms=121.52
2017-12-28 08:57:59,123 [salt.minion      ][INFO    ][19673] Returning information for job: 20171228085749843103
2017-12-28 09:00:03,729 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command pillar.get with jid 20171228090003695374
2017-12-28 09:00:03,756 [salt.minion      ][INFO    ][20400] Starting a new job with PID 20400
2017-12-28 09:00:03,763 [salt.minion      ][INFO    ][20400] Returning information for job: 20171228090003695374
2017-12-28 09:03:06,766 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command state.sls with jid 20171228090306732841
2017-12-28 09:03:06,794 [salt.minion      ][INFO    ][20589] Starting a new job with PID 20589
2017-12-28 09:03:09,358 [salt.state       ][INFO    ][20589] Loading fresh modules for state activity
2017-12-28 09:03:09,402 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/init.sls'
2017-12-28 09:03:09,441 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/init.sls'
2017-12-28 09:03:09,459 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/service.sls'
2017-12-28 09:03:09,497 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:03:09,522 [py.warnings      ][WARNING ][20589] /usr/lib/python2.7/dist-packages/salt/utils/templates.py:73: DeprecationWarning: Starting in 2015.5, cmd.run uses python_shell=False by default, which doesn't support shellisms (pipes, env variables, etc). cmd.run is currently aliased to cmd.shell to prevent breakage. Please switch to cmd.shell or set python_shell=True to avoid breakage in the future, when this aliasing is removed.

2017-12-28 09:03:09,524 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command 'cat /var/lib/rabbitmq/.erlang.cookie' in directory '/root'
2017-12-28 09:03:09,536 [salt.loaded.int.module.cmdmod][ERROR   ][20589] Command 'cat /var/lib/rabbitmq/.erlang.cookie' failed with return code: 1
2017-12-28 09:03:09,536 [salt.loaded.int.module.cmdmod][ERROR   ][20589] output: cat: /var/lib/rabbitmq/.erlang.cookie: No such file or directory
2017-12-28 09:03:09,586 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/ssl.sls'
2017-12-28 09:03:09,626 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:03:09,671 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/plugin.sls'
2017-12-28 09:03:09,703 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:03:09,749 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/vhost.sls'
2017-12-28 09:03:09,817 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:03:09,871 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/user.sls'
2017-12-28 09:03:09,898 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:03:09,941 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/cluster.sls'
2017-12-28 09:03:09,976 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:03:10,016 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'linux/network/host.sls'
2017-12-28 09:03:10,080 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 09:03:10,654 [salt.state       ][INFO    ][20589] Running state [rabbitmq-server] at time 09:03:10.654001
2017-12-28 09:03:10,655 [salt.state       ][INFO    ][20589] Executing state pkg.installed for rabbitmq-server
2017-12-28 09:03:10,656 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 09:03:11,387 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 09:03:14,345 [salt.loaded.int.module.cmdmod][INFO    ][20589] 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'
2017-12-28 09:03:16,862 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090316827799
2017-12-28 09:03:16,888 [salt.minion      ][INFO    ][20980] Starting a new job with PID 20980
2017-12-28 09:03:16,905 [salt.minion      ][INFO    ][20980] Returning information for job: 20171228090316827799
2017-12-28 09:03:27,090 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090327051749
2017-12-28 09:03:27,113 [salt.minion      ][INFO    ][20985] Starting a new job with PID 20985
2017-12-28 09:03:27,131 [salt.minion      ][INFO    ][20985] Returning information for job: 20171228090327051749
2017-12-28 09:03:37,290 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090337254101
2017-12-28 09:03:37,319 [salt.minion      ][INFO    ][20995] Starting a new job with PID 20995
2017-12-28 09:03:37,338 [salt.minion      ][INFO    ][20995] Returning information for job: 20171228090337254101
2017-12-28 09:03:47,518 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090347483680
2017-12-28 09:03:47,546 [salt.minion      ][INFO    ][21000] Starting a new job with PID 21000
2017-12-28 09:03:47,558 [salt.minion      ][INFO    ][21000] Returning information for job: 20171228090347483680
2017-12-28 09:03:57,741 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090357708450
2017-12-28 09:03:57,763 [salt.minion      ][INFO    ][21530] Starting a new job with PID 21530
2017-12-28 09:03:57,778 [salt.minion      ][INFO    ][21530] Returning information for job: 20171228090357708450
2017-12-28 09:04:07,969 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090407930646
2017-12-28 09:04:07,990 [salt.minion      ][INFO    ][21535] Starting a new job with PID 21535
2017-12-28 09:04:08,005 [salt.minion      ][INFO    ][21535] Returning information for job: 20171228090407930646
2017-12-28 09:04:18,033 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090418000714
2017-12-28 09:04:18,053 [salt.minion      ][INFO    ][21540] Starting a new job with PID 21540
2017-12-28 09:04:18,067 [salt.minion      ][INFO    ][21540] Returning information for job: 20171228090418000714
2017-12-28 09:04:28,255 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090428225105
2017-12-28 09:04:28,273 [salt.minion      ][INFO    ][21550] Starting a new job with PID 21550
2017-12-28 09:04:28,287 [salt.minion      ][INFO    ][21550] Returning information for job: 20171228090428225105
2017-12-28 09:04:38,286 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090438245627
2017-12-28 09:04:38,307 [salt.minion      ][INFO    ][21555] Starting a new job with PID 21555
2017-12-28 09:04:38,321 [salt.minion      ][INFO    ][21555] Returning information for job: 20171228090438245627
2017-12-28 09:04:39,510 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 09:04:39,557 [salt.state       ][INFO    ][20589] 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'
'socat' changed from 'absent' to '1.7.3.1-1'
'erlang-abi-17.0' changed from 'absent' to '1'
'erlang-edoc' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'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'
'erlang-eldap' 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-mnesia' changed from 'absent' to '1:18.3.4+dfsg-1.1~u16.04+mcp1'
'rabbitmq-server' changed from 'absent' to '3.6.5-1.1~u16.04+mcp1'
'erlang-base-hipe' 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'

2017-12-28 09:04:39,579 [salt.state       ][INFO    ][20589] Loading fresh modules for state activity
2017-12-28 09:04:39,602 [salt.state       ][INFO    ][20589] Completed state [rabbitmq-server] at time 09:04:39.601965 duration_in_ms=88947.964
2017-12-28 09:04:39,611 [salt.state       ][INFO    ][20589] Running state [gettext-base] at time 09:04:39.611257
2017-12-28 09:04:39,612 [salt.state       ][INFO    ][20589] Executing state pkg.installed for gettext-base
2017-12-28 09:04:39,978 [salt.state       ][INFO    ][20589] Package gettext-base is already installed
2017-12-28 09:04:39,978 [salt.state       ][INFO    ][20589] Completed state [gettext-base] at time 09:04:39.978394 duration_in_ms=367.136
2017-12-28 09:04:39,981 [salt.state       ][INFO    ][20589] Running state [/etc/rabbitmq/rabbitmq.config] at time 09:04:39.981107
2017-12-28 09:04:39,982 [salt.state       ][INFO    ][20589] Executing state file.managed for /etc/rabbitmq/rabbitmq.config
2017-12-28 09:04:40,016 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/files/rabbitmq.config'
2017-12-28 09:04:40,070 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:04:40,101 [salt.state       ][INFO    ][20589] File changed:
New file
2017-12-28 09:04:40,102 [salt.state       ][INFO    ][20589] Completed state [/etc/rabbitmq/rabbitmq.config] at time 09:04:40.101593 duration_in_ms=120.487
2017-12-28 09:04:40,102 [salt.state       ][INFO    ][20589] Running state [/etc/default/rabbitmq-server] at time 09:04:40.102460
2017-12-28 09:04:40,103 [salt.state       ][INFO    ][20589] Executing state file.managed for /etc/default/rabbitmq-server
2017-12-28 09:04:40,129 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/files/default'
2017-12-28 09:04:40,160 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:04:40,187 [salt.state       ][INFO    ][20589] 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,12 +9,5 @@
 # to handle many simultaneous connections. Refer to the system
 # documentation for ulimit (in man bash) for more information.
 #
-# 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
2017-12-28 09:04:40,190 [salt.state       ][INFO    ][20589] Completed state [/etc/default/rabbitmq-server] at time 09:04:40.189888 duration_in_ms=87.427
2017-12-28 09:04:40,191 [salt.state       ][INFO    ][20589] Running state [/etc/systemd/system/rabbitmq-server.service.d/limits.conf] at time 09:04:40.190706
2017-12-28 09:04:40,191 [salt.state       ][INFO    ][20589] Executing state file.managed for /etc/systemd/system/rabbitmq-server.service.d/limits.conf
2017-12-28 09:04:40,217 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/files/limits.conf'
2017-12-28 09:04:40,246 [salt.fileclient  ][INFO    ][20589] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:04:40,271 [salt.state       ][INFO    ][20589] File changed:
New file
2017-12-28 09:04:40,272 [salt.state       ][INFO    ][20589] Completed state [/etc/systemd/system/rabbitmq-server.service.d/limits.conf] at time 09:04:40.271531 duration_in_ms=80.824
2017-12-28 09:04:40,273 [salt.state       ][INFO    ][20589] Running state [sleep 30] at time 09:04:40.273280
2017-12-28 09:04:40,274 [salt.state       ][INFO    ][20589] Executing state cmd.run for sleep 30
2017-12-28 09:04:40,274 [py.warnings      ][WARNING ][20589] /usr/lib/python2.7/dist-packages/salt/states/cmd.py:807: DeprecationWarning: The legacy user/group arguments are deprecated. Replace them with runas. These arguments will be removed in Salt Oxygen.

2017-12-28 09:04:40,275 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command 'sleep 30' as user 'root' in directory '/root'
2017-12-28 09:04:48,305 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090448268905
2017-12-28 09:04:48,330 [salt.minion      ][INFO    ][21642] Starting a new job with PID 21642
2017-12-28 09:04:48,348 [salt.minion      ][INFO    ][21642] Returning information for job: 20171228090448268905
2017-12-28 09:04:58,336 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090458298031
2017-12-28 09:04:58,362 [salt.minion      ][INFO    ][21647] Starting a new job with PID 21647
2017-12-28 09:04:58,385 [salt.minion      ][INFO    ][21647] Returning information for job: 20171228090458298031
2017-12-28 09:05:08,378 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090508341045
2017-12-28 09:05:08,400 [salt.minion      ][INFO    ][21657] Starting a new job with PID 21657
2017-12-28 09:05:08,421 [salt.minion      ][INFO    ][21657] Returning information for job: 20171228090508341045
2017-12-28 09:05:10,327 [salt.state       ][INFO    ][20589] {'pid': 21633, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-28 09:05:10,328 [salt.state       ][INFO    ][20589] Completed state [sleep 30] at time 09:05:10.327445 duration_in_ms=30054.163
2017-12-28 09:05:10,331 [salt.state       ][INFO    ][20589] Running state [service rabbitmq-server stop] at time 09:05:10.330836
2017-12-28 09:05:10,332 [salt.state       ][INFO    ][20589] Executing state cmd.run for service rabbitmq-server stop
2017-12-28 09:05:10,333 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command 'service rabbitmq-server stop' in directory '/root'
2017-12-28 09:05:10,475 [salt.state       ][INFO    ][20589] {'pid': 21660, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-28 09:05:10,476 [salt.state       ][INFO    ][20589] Completed state [service rabbitmq-server stop] at time 09:05:10.475620 duration_in_ms=144.764
2017-12-28 09:05:10,477 [salt.state       ][INFO    ][20589] Running state [/var/lib/rabbitmq] at time 09:05:10.476497
2017-12-28 09:05:10,477 [salt.state       ][INFO    ][20589] Executing state file.directory for /var/lib/rabbitmq
2017-12-28 09:05:10,478 [salt.state       ][INFO    ][20589] Directory /var/lib/rabbitmq is in the correct state
2017-12-28 09:05:10,478 [salt.state       ][INFO    ][20589] Completed state [/var/lib/rabbitmq] at time 09:05:10.478397 duration_in_ms=1.9
2017-12-28 09:05:10,483 [salt.state       ][INFO    ][20589] Running state [/var/lib/rabbitmq/.erlang.cookie] at time 09:05:10.482786
2017-12-28 09:05:10,484 [salt.state       ][INFO    ][20589] Executing state file.managed for /var/lib/rabbitmq/.erlang.cookie
2017-12-28 09:05:10,486 [salt.state       ][INFO    ][20589] File changed:
--- 
+++ 
@@ -1 +1 @@
-NVBNJKSTCXXZCSYUVHAP+opnfv_secret

2017-12-28 09:05:10,487 [salt.state       ][INFO    ][20589] Completed state [/var/lib/rabbitmq/.erlang.cookie] at time 09:05:10.486577 duration_in_ms=3.792
2017-12-28 09:05:10,487 [salt.state       ][INFO    ][20589] Running state [sleep 30] at time 09:05:10.487309
2017-12-28 09:05:10,488 [salt.state       ][INFO    ][20589] Executing state cmd.run for sleep 30
2017-12-28 09:05:10,489 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command 'sleep 30' as user 'root' in directory '/root'
2017-12-28 09:05:18,414 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090518381490
2017-12-28 09:05:18,439 [salt.minion      ][INFO    ][21691] Starting a new job with PID 21691
2017-12-28 09:05:18,458 [salt.minion      ][INFO    ][21691] Returning information for job: 20171228090518381490
2017-12-28 09:05:28,443 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090528405697
2017-12-28 09:05:28,466 [salt.minion      ][INFO    ][21696] Starting a new job with PID 21696
2017-12-28 09:05:28,484 [salt.minion      ][INFO    ][21696] Returning information for job: 20171228090528405697
2017-12-28 09:05:38,479 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090538447300
2017-12-28 09:05:38,503 [salt.minion      ][INFO    ][21706] Starting a new job with PID 21706
2017-12-28 09:05:38,521 [salt.minion      ][INFO    ][21706] Returning information for job: 20171228090538447300
2017-12-28 09:05:40,552 [salt.state       ][INFO    ][20589] {'pid': 21687, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-12-28 09:05:40,554 [salt.state       ][INFO    ][20589] Completed state [sleep 30] at time 09:05:40.553033 duration_in_ms=30065.721
2017-12-28 09:05:40,560 [salt.state       ][INFO    ][20589] Running state [rabbitmq-server] at time 09:05:40.559423
2017-12-28 09:05:40,560 [salt.state       ][INFO    ][20589] Executing state service.running for rabbitmq-server
2017-12-28 09:05:40,562 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemctl', 'status', 'rabbitmq-server.service', '-n', '0'] in directory '/root'
2017-12-28 09:05:40,587 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemctl', 'is-active', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:40,607 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:40,630 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:40,654 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:44,084 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemctl', 'is-active', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:44,102 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:44,123 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:44,142 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:44,163 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemd-run', '--scope', 'systemctl', 'enable', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:44,510 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:05:44,530 [salt.state       ][INFO    ][20589] {'rabbitmq-server': True}
2017-12-28 09:05:44,530 [salt.state       ][INFO    ][20589] Completed state [rabbitmq-server] at time 09:05:44.530409 duration_in_ms=3970.986
2017-12-28 09:05:44,534 [salt.state       ][INFO    ][20589] Running state [amqp_client] at time 09:05:44.533453
2017-12-28 09:05:44,534 [salt.state       ][INFO    ][20589] Executing state rabbitmq_plugin.enabled for amqp_client
2017-12-28 09:05:44,535 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['/usr/sbin/rabbitmq-plugins', 'list', '-m', '-e'] as user 'root' in directory '/root'
2017-12-28 09:05:45,478 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['/usr/sbin/rabbitmq-plugins', 'enable', 'amqp_client'] as user 'root' in directory '/root'
2017-12-28 09:05:46,689 [salt.state       ][INFO    ][20589] {'new': 'amqp_client', 'old': ''}
2017-12-28 09:05:46,690 [salt.state       ][INFO    ][20589] Completed state [amqp_client] at time 09:05:46.689452 duration_in_ms=2155.999
2017-12-28 09:05:46,690 [salt.state       ][INFO    ][20589] Running state [rabbitmq_management] at time 09:05:46.690376
2017-12-28 09:05:46,691 [salt.state       ][INFO    ][20589] Executing state rabbitmq_plugin.enabled for rabbitmq_management
2017-12-28 09:05:46,692 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['/usr/sbin/rabbitmq-plugins', 'list', '-m', '-e'] as user 'root' in directory '/root'
2017-12-28 09:05:47,626 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['/usr/sbin/rabbitmq-plugins', 'enable', 'rabbitmq_management'] as user 'root' in directory '/root'
2017-12-28 09:05:48,508 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090548473262
2017-12-28 09:05:48,531 [salt.minion      ][INFO    ][22549] Starting a new job with PID 22549
2017-12-28 09:05:48,550 [salt.minion      ][INFO    ][22549] Returning information for job: 20171228090548473262
2017-12-28 09:05:50,603 [salt.state       ][INFO    ][20589] {'new': 'rabbitmq_management', 'old': ''}
2017-12-28 09:05:50,604 [salt.state       ][INFO    ][20589] Completed state [rabbitmq_management] at time 09:05:50.603960 duration_in_ms=3913.583
2017-12-28 09:05:50,607 [salt.state       ][INFO    ][20589] Running state [/openstack] at time 09:05:50.607005
2017-12-28 09:05:50,609 [salt.state       ][INFO    ][20589] Executing state rabbitmq_vhost.present for /openstack
2017-12-28 09:05:50,609 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command 'rabbitmqctl list_vhosts -q' as user 'root' in directory '/root'
2017-12-28 09:05:51,574 [salt.state       ][INFO    ][20589] Virtual Host '/openstack' already exists.
2017-12-28 09:05:51,574 [salt.state       ][INFO    ][20589] Completed state [/openstack] at time 09:05:51.574359 duration_in_ms=967.354
2017-12-28 09:05:51,579 [salt.state       ][INFO    ][20589] Running state [openstack] at time 09:05:51.578524
2017-12-28 09:05:51,579 [salt.state       ][INFO    ][20589] Executing state rabbitmq_user.present for openstack
2017-12-28 09:05:51,580 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2017-12-28 09:05:52,616 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2017-12-28 09:05:55,582 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_user_permissions', 'openstack'] as user 'root' in directory '/root'
2017-12-28 09:05:56,512 [salt.state       ][INFO    ][20589] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2017-12-28 09:05:56,512 [salt.state       ][INFO    ][20589] Completed state [openstack] at time 09:05:56.512312 duration_in_ms=4933.787
2017-12-28 09:05:56,515 [salt.state       ][INFO    ][20589] Running state [Ceilometer] at time 09:05:56.514745
2017-12-28 09:05:56,515 [salt.state       ][INFO    ][20589] Executing state rabbitmq_policy.present for Ceilometer
2017-12-28 09:05:56,516 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_policies', '-p', '/openstack'] as user 'root' in directory '/root'
2017-12-28 09:05:57,470 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'set_policy', '-p', '/openstack', '--priority', 10, 'Ceilometer', '^metering.sample$', '{"ha-mode": "all", "message-ttl": 10800000}'] as user 'root' in directory '/root'
2017-12-28 09:05:58,454 [salt.state       ][INFO    ][20589] {'new': ['Definition'], 'old': {'apply_to': 'all', 'priority': '10', 'definition': '{"ha-mode":"all","message-ttl":10800000}', 'pattern': '^metering.sample$'}}
2017-12-28 09:05:58,454 [salt.state       ][INFO    ][20589] Completed state [Ceilometer] at time 09:05:58.454391 duration_in_ms=1939.644
2017-12-28 09:05:58,456 [salt.state       ][INFO    ][20589] Running state [HA] at time 09:05:58.456268
2017-12-28 09:05:58,457 [salt.state       ][INFO    ][20589] Executing state rabbitmq_policy.present for HA
2017-12-28 09:05:58,458 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_policies', '-p', '/openstack'] as user 'root' in directory '/root'
2017-12-28 09:05:58,543 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090558509639
2017-12-28 09:05:58,561 [salt.minion      ][INFO    ][23809] Starting a new job with PID 23809
2017-12-28 09:05:58,579 [salt.minion      ][INFO    ][23809] Returning information for job: 20171228090558509639
2017-12-28 09:05:59,498 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'set_policy', '-p', '/openstack', 'HA', '^(?!amq\\.).*', '{"ha-mode": "all", "message-ttl": 120000}'] as user 'root' in directory '/root'
2017-12-28 09:06:00,513 [salt.state       ][INFO    ][20589] {'new': ['Pattern', 'Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all","message-ttl":120000}', 'pattern': '^(?!amq\\\\.).*'}}
2017-12-28 09:06:00,514 [salt.state       ][INFO    ][20589] Completed state [HA] at time 09:06:00.513742 duration_in_ms=2057.472
2017-12-28 09:06:00,514 [salt.state       ][INFO    ][20589] Running state [guest] at time 09:06:00.514386
2017-12-28 09:06:00,515 [salt.state       ][INFO    ][20589] Executing state rabbitmq_user.present for guest
2017-12-28 09:06:00,517 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2017-12-28 09:06:01,563 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2017-12-28 09:06:04,556 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_user_permissions', 'guest'] as user 'root' in directory '/root'
2017-12-28 09:06:05,525 [salt.state       ][INFO    ][20589] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2017-12-28 09:06:05,526 [salt.state       ][INFO    ][20589] Completed state [guest] at time 09:06:05.525521 duration_in_ms=5011.133
2017-12-28 09:06:05,528 [salt.state       ][INFO    ][20589] Running state [HA] at time 09:06:05.527443
2017-12-28 09:06:05,528 [salt.state       ][INFO    ][20589] Executing state rabbitmq_policy.present for HA
2017-12-28 09:06:05,529 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_policies', '-p', '/'] as user 'root' in directory '/root'
2017-12-28 09:06:06,568 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'set_policy', '-p', '/', 'HA', '^(?!amq\\.).*', '{"ha-mode": "all", "message-ttl": 120000}'] as user 'root' in directory '/root'
2017-12-28 09:06:07,611 [salt.state       ][INFO    ][20589] {'new': ['Pattern', 'Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all","message-ttl":120000}', 'pattern': '^(?!amq\\\\.).*'}}
2017-12-28 09:06:07,611 [salt.state       ][INFO    ][20589] Completed state [HA] at time 09:06:07.611008 duration_in_ms=2083.565
2017-12-28 09:06:07,612 [salt.state       ][INFO    ][20589] Running state [admin] at time 09:06:07.611955
2017-12-28 09:06:07,612 [salt.state       ][INFO    ][20589] Executing state rabbitmq_user.present for admin
2017-12-28 09:06:07,614 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2017-12-28 09:06:08,582 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228090608546467
2017-12-28 09:06:08,601 [salt.minion      ][INFO    ][25283] Starting a new job with PID 25283
2017-12-28 09:06:08,612 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2017-12-28 09:06:08,637 [salt.minion      ][INFO    ][25283] Returning information for job: 20171228090608546467
2017-12-28 09:06:11,626 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2017-12-28 09:06:12,699 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'list_user_permissions', 'admin'] as user 'root' in directory '/root'
2017-12-28 09:06:13,714 [salt.state       ][INFO    ][20589] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2017-12-28 09:06:13,715 [salt.state       ][INFO    ][20589] Completed state [admin] at time 09:06:13.714647 duration_in_ms=6102.69
2017-12-28 09:06:13,716 [salt.state       ][INFO    ][20589] Running state [mdb02] at time 09:06:13.716300
2017-12-28 09:06:13,717 [salt.state       ][INFO    ][20589] Executing state host.present for mdb02
2017-12-28 09:06:13,717 [salt.state       ][INFO    ][20589] Host mdb02 (192.168.10.77) already present
2017-12-28 09:06:13,718 [salt.state       ][INFO    ][20589] Completed state [mdb02] at time 09:06:13.717653 duration_in_ms=1.352
2017-12-28 09:06:13,718 [salt.state       ][INFO    ][20589] Running state [mdb02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.717914
2017-12-28 09:06:13,718 [salt.state       ][INFO    ][20589] Executing state host.present for mdb02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,719 [salt.state       ][INFO    ][20589] Host mdb02.baremetal-mcp-pike-odl-ha.local (192.168.10.77) already present
2017-12-28 09:06:13,719 [salt.state       ][INFO    ][20589] Completed state [mdb02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.718950 duration_in_ms=1.036
2017-12-28 09:06:13,719 [salt.state       ][INFO    ][20589] Running state [mdb03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.719222
2017-12-28 09:06:13,719 [salt.state       ][INFO    ][20589] Executing state host.present for mdb03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,720 [salt.state       ][INFO    ][20589] Host mdb03.baremetal-mcp-pike-odl-ha.local (192.168.10.78) already present
2017-12-28 09:06:13,720 [salt.state       ][INFO    ][20589] Completed state [mdb03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.720244 duration_in_ms=1.022
2017-12-28 09:06:13,721 [salt.state       ][INFO    ][20589] Running state [mdb03] at time 09:06:13.720496
2017-12-28 09:06:13,721 [salt.state       ][INFO    ][20589] Executing state host.present for mdb03
2017-12-28 09:06:13,721 [salt.state       ][INFO    ][20589] Host mdb03 (192.168.10.78) already present
2017-12-28 09:06:13,722 [salt.state       ][INFO    ][20589] Completed state [mdb03] at time 09:06:13.721874 duration_in_ms=1.378
2017-12-28 09:06:13,722 [salt.state       ][INFO    ][20589] Running state [mdb01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.722115
2017-12-28 09:06:13,722 [salt.state       ][INFO    ][20589] Executing state host.present for mdb01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,723 [salt.state       ][INFO    ][20589] Host mdb01.baremetal-mcp-pike-odl-ha.local (192.168.10.76) already present
2017-12-28 09:06:13,723 [salt.state       ][INFO    ][20589] Completed state [mdb01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.723401 duration_in_ms=1.286
2017-12-28 09:06:13,724 [salt.state       ][INFO    ][20589] Running state [mdb01] at time 09:06:13.723672
2017-12-28 09:06:13,724 [salt.state       ][INFO    ][20589] Executing state host.present for mdb01
2017-12-28 09:06:13,724 [salt.state       ][INFO    ][20589] Host mdb01 (192.168.10.76) already present
2017-12-28 09:06:13,725 [salt.state       ][INFO    ][20589] Completed state [mdb01] at time 09:06:13.724682 duration_in_ms=1.01
2017-12-28 09:06:13,725 [salt.state       ][INFO    ][20589] Running state [mdb] at time 09:06:13.724940
2017-12-28 09:06:13,726 [salt.state       ][INFO    ][20589] Executing state host.present for mdb
2017-12-28 09:06:13,727 [salt.state       ][INFO    ][20589] Host mdb (192.168.10.75) already present
2017-12-28 09:06:13,727 [salt.state       ][INFO    ][20589] Completed state [mdb] at time 09:06:13.726831 duration_in_ms=1.891
2017-12-28 09:06:13,727 [salt.state       ][INFO    ][20589] Running state [mdb.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.727115
2017-12-28 09:06:13,727 [salt.state       ][INFO    ][20589] Executing state host.present for mdb.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,728 [salt.state       ][INFO    ][20589] Host mdb.baremetal-mcp-pike-odl-ha.local (192.168.10.75) already present
2017-12-28 09:06:13,728 [salt.state       ][INFO    ][20589] Completed state [mdb.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.728382 duration_in_ms=1.268
2017-12-28 09:06:13,729 [salt.state       ][INFO    ][20589] Running state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.728597
2017-12-28 09:06:13,729 [salt.state       ][INFO    ][20589] Executing state host.present for cfg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,729 [salt.state       ][INFO    ][20589] Host cfg01.baremetal-mcp-pike-odl-ha.local (192.168.10.100) already present
2017-12-28 09:06:13,729 [salt.state       ][INFO    ][20589] Completed state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.729448 duration_in_ms=0.851
2017-12-28 09:06:13,730 [salt.state       ][INFO    ][20589] Running state [cfg01] at time 09:06:13.729654
2017-12-28 09:06:13,730 [salt.state       ][INFO    ][20589] Executing state host.present for cfg01
2017-12-28 09:06:13,730 [salt.state       ][INFO    ][20589] Host cfg01 (192.168.10.100) already present
2017-12-28 09:06:13,730 [salt.state       ][INFO    ][20589] Completed state [cfg01] at time 09:06:13.730459 duration_in_ms=0.805
2017-12-28 09:06:13,731 [salt.state       ][INFO    ][20589] Running state [prx01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.730668
2017-12-28 09:06:13,731 [salt.state       ][INFO    ][20589] Executing state host.present for prx01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,731 [salt.state       ][INFO    ][20589] Host prx01.baremetal-mcp-pike-odl-ha.local (192.168.10.104) already present
2017-12-28 09:06:13,732 [salt.state       ][INFO    ][20589] Completed state [prx01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.731514 duration_in_ms=0.846
2017-12-28 09:06:13,732 [salt.state       ][INFO    ][20589] Running state [prx01] at time 09:06:13.731739
2017-12-28 09:06:13,732 [salt.state       ][INFO    ][20589] Executing state host.present for prx01
2017-12-28 09:06:13,733 [salt.state       ][INFO    ][20589] Host prx01 (192.168.10.104) already present
2017-12-28 09:06:13,733 [salt.state       ][INFO    ][20589] Completed state [prx01] at time 09:06:13.733186 duration_in_ms=1.447
2017-12-28 09:06:13,733 [salt.state       ][INFO    ][20589] Running state [kvm01] at time 09:06:13.733400
2017-12-28 09:06:13,734 [salt.state       ][INFO    ][20589] Executing state host.present for kvm01
2017-12-28 09:06:13,734 [salt.state       ][INFO    ][20589] Host kvm01 (192.168.10.141) already present
2017-12-28 09:06:13,735 [salt.state       ][INFO    ][20589] Completed state [kvm01] at time 09:06:13.734526 duration_in_ms=1.126
2017-12-28 09:06:13,735 [salt.state       ][INFO    ][20589] Running state [kvm01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.734731
2017-12-28 09:06:13,735 [salt.state       ][INFO    ][20589] Executing state host.present for kvm01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,735 [salt.state       ][INFO    ][20589] Host kvm01.baremetal-mcp-pike-odl-ha.local (192.168.10.141) already present
2017-12-28 09:06:13,736 [salt.state       ][INFO    ][20589] Completed state [kvm01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.735532 duration_in_ms=0.8
2017-12-28 09:06:13,736 [salt.state       ][INFO    ][20589] Running state [kvm03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.735807
2017-12-28 09:06:13,736 [salt.state       ][INFO    ][20589] Executing state host.present for kvm03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,736 [salt.state       ][INFO    ][20589] Host kvm03.baremetal-mcp-pike-odl-ha.local (192.168.10.143) already present
2017-12-28 09:06:13,737 [salt.state       ][INFO    ][20589] Completed state [kvm03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.736631 duration_in_ms=0.824
2017-12-28 09:06:13,737 [salt.state       ][INFO    ][20589] Running state [kvm03] at time 09:06:13.736840
2017-12-28 09:06:13,738 [salt.state       ][INFO    ][20589] Executing state host.present for kvm03
2017-12-28 09:06:13,738 [salt.state       ][INFO    ][20589] Host kvm03 (192.168.10.143) already present
2017-12-28 09:06:13,738 [salt.state       ][INFO    ][20589] Completed state [kvm03] at time 09:06:13.738238 duration_in_ms=1.398
2017-12-28 09:06:13,738 [salt.state       ][INFO    ][20589] Running state [kvm02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.738441
2017-12-28 09:06:13,739 [salt.state       ][INFO    ][20589] Executing state host.present for kvm02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,739 [salt.state       ][INFO    ][20589] Host kvm02.baremetal-mcp-pike-odl-ha.local (192.168.10.142) already present
2017-12-28 09:06:13,739 [salt.state       ][INFO    ][20589] Completed state [kvm02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.739234 duration_in_ms=0.793
2017-12-28 09:06:13,739 [salt.state       ][INFO    ][20589] Running state [kvm02] at time 09:06:13.739436
2017-12-28 09:06:13,740 [salt.state       ][INFO    ][20589] Executing state host.present for kvm02
2017-12-28 09:06:13,740 [salt.state       ][INFO    ][20589] Host kvm02 (192.168.10.142) already present
2017-12-28 09:06:13,740 [salt.state       ][INFO    ][20589] Completed state [kvm02] at time 09:06:13.740280 duration_in_ms=0.844
2017-12-28 09:06:13,741 [salt.state       ][INFO    ][20589] Running state [dbs.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.740492
2017-12-28 09:06:13,741 [salt.state       ][INFO    ][20589] Executing state host.present for dbs.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,741 [salt.state       ][INFO    ][20589] Host dbs.baremetal-mcp-pike-odl-ha.local (192.168.10.50) already present
2017-12-28 09:06:13,741 [salt.state       ][INFO    ][20589] Completed state [dbs.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.741333 duration_in_ms=0.841
2017-12-28 09:06:13,742 [salt.state       ][INFO    ][20589] Running state [dbs] at time 09:06:13.741541
2017-12-28 09:06:13,742 [salt.state       ][INFO    ][20589] Executing state host.present for dbs
2017-12-28 09:06:13,742 [salt.state       ][INFO    ][20589] Host dbs (192.168.10.50) already present
2017-12-28 09:06:13,742 [salt.state       ][INFO    ][20589] Completed state [dbs] at time 09:06:13.742353 duration_in_ms=0.812
2017-12-28 09:06:13,743 [salt.state       ][INFO    ][20589] Running state [prx.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.742562
2017-12-28 09:06:13,743 [salt.state       ][INFO    ][20589] Executing state host.present for prx.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,744 [salt.state       ][INFO    ][20589] Host prx.baremetal-mcp-pike-odl-ha.local (100.64.200.103) already present
2017-12-28 09:06:13,744 [salt.state       ][INFO    ][20589] Completed state [prx.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.743669 duration_in_ms=1.107
2017-12-28 09:06:13,744 [salt.state       ][INFO    ][20589] Running state [prx] at time 09:06:13.743872
2017-12-28 09:06:13,744 [salt.state       ][INFO    ][20589] Executing state host.present for prx
2017-12-28 09:06:13,745 [salt.state       ][INFO    ][20589] Host prx (100.64.200.103) already present
2017-12-28 09:06:13,745 [salt.state       ][INFO    ][20589] Completed state [prx] at time 09:06:13.744701 duration_in_ms=0.829
2017-12-28 09:06:13,745 [salt.state       ][INFO    ][20589] Running state [prx02] at time 09:06:13.744903
2017-12-28 09:06:13,745 [salt.state       ][INFO    ][20589] Executing state host.present for prx02
2017-12-28 09:06:13,746 [salt.state       ][INFO    ][20589] Host prx02 (192.168.10.105) already present
2017-12-28 09:06:13,746 [salt.state       ][INFO    ][20589] Completed state [prx02] at time 09:06:13.745770 duration_in_ms=0.867
2017-12-28 09:06:13,746 [salt.state       ][INFO    ][20589] Running state [prx02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.745977
2017-12-28 09:06:13,746 [salt.state       ][INFO    ][20589] Executing state host.present for prx02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,747 [salt.state       ][INFO    ][20589] Host prx02.baremetal-mcp-pike-odl-ha.local (192.168.10.105) already present
2017-12-28 09:06:13,747 [salt.state       ][INFO    ][20589] Completed state [prx02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.746788 duration_in_ms=0.811
2017-12-28 09:06:13,747 [salt.state       ][INFO    ][20589] Running state [msg02] at time 09:06:13.746994
2017-12-28 09:06:13,748 [salt.state       ][INFO    ][20589] Executing state host.present for msg02
2017-12-28 09:06:13,748 [salt.state       ][INFO    ][20589] Host msg02 (192.168.10.42) already present
2017-12-28 09:06:13,748 [salt.state       ][INFO    ][20589] Completed state [msg02] at time 09:06:13.748132 duration_in_ms=1.137
2017-12-28 09:06:13,748 [salt.state       ][INFO    ][20589] Running state [msg02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.748342
2017-12-28 09:06:13,749 [salt.state       ][INFO    ][20589] Executing state host.present for msg02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,749 [salt.state       ][INFO    ][20589] Host msg02.baremetal-mcp-pike-odl-ha.local (192.168.10.42) already present
2017-12-28 09:06:13,749 [salt.state       ][INFO    ][20589] Completed state [msg02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.749177 duration_in_ms=0.834
2017-12-28 09:06:13,749 [salt.state       ][INFO    ][20589] Running state [msg03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.749385
2017-12-28 09:06:13,750 [salt.state       ][INFO    ][20589] Executing state host.present for msg03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,750 [salt.state       ][INFO    ][20589] Host msg03.baremetal-mcp-pike-odl-ha.local (192.168.10.43) already present
2017-12-28 09:06:13,750 [salt.state       ][INFO    ][20589] Completed state [msg03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.750200 duration_in_ms=0.815
2017-12-28 09:06:13,750 [salt.state       ][INFO    ][20589] Running state [msg03] at time 09:06:13.750404
2017-12-28 09:06:13,751 [salt.state       ][INFO    ][20589] Executing state host.present for msg03
2017-12-28 09:06:13,751 [salt.state       ][INFO    ][20589] Host msg03 (192.168.10.43) already present
2017-12-28 09:06:13,751 [salt.state       ][INFO    ][20589] Completed state [msg03] at time 09:06:13.751202 duration_in_ms=0.798
2017-12-28 09:06:13,753 [salt.state       ][INFO    ][20589] Running state [file.replace] at time 09:06:13.752470
2017-12-28 09:06:13,753 [salt.state       ][INFO    ][20589] Executing state module.run for file.replace
2017-12-28 09:06:13,884 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command 'grep -q "msg03 msg03.baremetal-mcp-pike-odl-ha.local" /etc/hosts' in directory '/root'
2017-12-28 09:06:13,901 [salt.state       ][INFO    ][20589] onlyif execution failed
2017-12-28 09:06:13,901 [salt.state       ][INFO    ][20589] Completed state [file.replace] at time 09:06:13.901119 duration_in_ms=148.648
2017-12-28 09:06:13,902 [salt.state       ][INFO    ][20589] Running state [msg01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.901601
2017-12-28 09:06:13,902 [salt.state       ][INFO    ][20589] Executing state host.present for msg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,904 [salt.state       ][INFO    ][20589] Host msg01.baremetal-mcp-pike-odl-ha.local (192.168.10.41) already present
2017-12-28 09:06:13,904 [salt.state       ][INFO    ][20589] Completed state [msg01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.903890 duration_in_ms=2.29
2017-12-28 09:06:13,904 [salt.state       ][INFO    ][20589] Running state [msg01] at time 09:06:13.904226
2017-12-28 09:06:13,905 [salt.state       ][INFO    ][20589] Executing state host.present for msg01
2017-12-28 09:06:13,905 [salt.state       ][INFO    ][20589] Host msg01 (192.168.10.41) already present
2017-12-28 09:06:13,906 [salt.state       ][INFO    ][20589] Completed state [msg01] at time 09:06:13.905493 duration_in_ms=1.266
2017-12-28 09:06:13,906 [salt.state       ][INFO    ][20589] Running state [msg] at time 09:06:13.905800
2017-12-28 09:06:13,906 [salt.state       ][INFO    ][20589] Executing state host.present for msg
2017-12-28 09:06:13,907 [salt.state       ][INFO    ][20589] Host msg (192.168.10.40) already present
2017-12-28 09:06:13,907 [salt.state       ][INFO    ][20589] Completed state [msg] at time 09:06:13.907358 duration_in_ms=1.559
2017-12-28 09:06:13,908 [salt.state       ][INFO    ][20589] Running state [msg.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.908008
2017-12-28 09:06:13,908 [salt.state       ][INFO    ][20589] Executing state host.present for msg.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,909 [salt.state       ][INFO    ][20589] Host msg.baremetal-mcp-pike-odl-ha.local (192.168.10.40) already present
2017-12-28 09:06:13,909 [salt.state       ][INFO    ][20589] Completed state [msg.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.908974 duration_in_ms=0.966
2017-12-28 09:06:13,910 [salt.state       ][INFO    ][20589] Running state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.909587
2017-12-28 09:06:13,910 [salt.state       ][INFO    ][20589] Executing state host.present for cfg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,910 [salt.state       ][INFO    ][20589] Host cfg01.baremetal-mcp-pike-odl-ha.local (192.168.10.100) already present
2017-12-28 09:06:13,911 [salt.state       ][INFO    ][20589] Completed state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.910531 duration_in_ms=0.944
2017-12-28 09:06:13,911 [salt.state       ][INFO    ][20589] Running state [cfg01] at time 09:06:13.910791
2017-12-28 09:06:13,911 [salt.state       ][INFO    ][20589] Executing state host.present for cfg01
2017-12-28 09:06:13,912 [salt.state       ][INFO    ][20589] Host cfg01 (192.168.10.100) already present
2017-12-28 09:06:13,912 [salt.state       ][INFO    ][20589] Completed state [cfg01] at time 09:06:13.911764 duration_in_ms=0.973
2017-12-28 09:06:13,912 [salt.state       ][INFO    ][20589] Running state [cmp002] at time 09:06:13.912016
2017-12-28 09:06:13,912 [salt.state       ][INFO    ][20589] Executing state host.present for cmp002
2017-12-28 09:06:13,913 [salt.state       ][INFO    ][20589] Host cmp002 (192.168.10.102) already present
2017-12-28 09:06:13,914 [salt.state       ][INFO    ][20589] Completed state [cmp002] at time 09:06:13.913603 duration_in_ms=1.587
2017-12-28 09:06:13,914 [salt.state       ][INFO    ][20589] Running state [cmp002.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.913850
2017-12-28 09:06:13,914 [salt.state       ][INFO    ][20589] Executing state host.present for cmp002.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,915 [salt.state       ][INFO    ][20589] Host cmp002.baremetal-mcp-pike-odl-ha.local (192.168.10.102) already present
2017-12-28 09:06:13,915 [salt.state       ][INFO    ][20589] Completed state [cmp002.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.914789 duration_in_ms=0.939
2017-12-28 09:06:13,915 [salt.state       ][INFO    ][20589] Running state [cmp001.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.915042
2017-12-28 09:06:13,915 [salt.state       ][INFO    ][20589] Executing state host.present for cmp001.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,916 [salt.state       ][INFO    ][20589] Host cmp001.baremetal-mcp-pike-odl-ha.local (192.168.10.101) already present
2017-12-28 09:06:13,916 [salt.state       ][INFO    ][20589] Completed state [cmp001.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.915995 duration_in_ms=0.953
2017-12-28 09:06:13,916 [salt.state       ][INFO    ][20589] Running state [cmp001] at time 09:06:13.916255
2017-12-28 09:06:13,917 [salt.state       ][INFO    ][20589] Executing state host.present for cmp001
2017-12-28 09:06:13,917 [salt.state       ][INFO    ][20589] Host cmp001 (192.168.10.101) already present
2017-12-28 09:06:13,918 [salt.state       ][INFO    ][20589] Completed state [cmp001] at time 09:06:13.917540 duration_in_ms=1.286
2017-12-28 09:06:13,918 [salt.state       ][INFO    ][20589] Running state [dbs01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.917794
2017-12-28 09:06:13,918 [salt.state       ][INFO    ][20589] Executing state host.present for dbs01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,919 [salt.state       ][INFO    ][20589] Host dbs01.baremetal-mcp-pike-odl-ha.local (192.168.10.51) already present
2017-12-28 09:06:13,919 [salt.state       ][INFO    ][20589] Completed state [dbs01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.918741 duration_in_ms=0.947
2017-12-28 09:06:13,919 [salt.state       ][INFO    ][20589] Running state [dbs01] at time 09:06:13.918990
2017-12-28 09:06:13,919 [salt.state       ][INFO    ][20589] Executing state host.present for dbs01
2017-12-28 09:06:13,920 [salt.state       ][INFO    ][20589] Host dbs01 (192.168.10.51) already present
2017-12-28 09:06:13,920 [salt.state       ][INFO    ][20589] Completed state [dbs01] at time 09:06:13.920266 duration_in_ms=1.276
2017-12-28 09:06:13,921 [salt.state       ][INFO    ][20589] Running state [dbs02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.920487
2017-12-28 09:06:13,921 [salt.state       ][INFO    ][20589] Executing state host.present for dbs02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,921 [salt.state       ][INFO    ][20589] Host dbs02.baremetal-mcp-pike-odl-ha.local (192.168.10.52) already present
2017-12-28 09:06:13,921 [salt.state       ][INFO    ][20589] Completed state [dbs02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.921343 duration_in_ms=0.856
2017-12-28 09:06:13,922 [salt.state       ][INFO    ][20589] Running state [dbs02] at time 09:06:13.921903
2017-12-28 09:06:13,922 [salt.state       ][INFO    ][20589] Executing state host.present for dbs02
2017-12-28 09:06:13,923 [salt.state       ][INFO    ][20589] Host dbs02 (192.168.10.52) already present
2017-12-28 09:06:13,923 [salt.state       ][INFO    ][20589] Completed state [dbs02] at time 09:06:13.922735 duration_in_ms=0.832
2017-12-28 09:06:13,923 [salt.state       ][INFO    ][20589] Running state [dbs03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.922960
2017-12-28 09:06:13,923 [salt.state       ][INFO    ][20589] Executing state host.present for dbs03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,924 [salt.state       ][INFO    ][20589] Host dbs03.baremetal-mcp-pike-odl-ha.local (192.168.10.53) already present
2017-12-28 09:06:13,924 [salt.state       ][INFO    ][20589] Completed state [dbs03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.924421 duration_in_ms=1.461
2017-12-28 09:06:13,925 [salt.state       ][INFO    ][20589] Running state [dbs03] at time 09:06:13.924653
2017-12-28 09:06:13,925 [salt.state       ][INFO    ][20589] Executing state host.present for dbs03
2017-12-28 09:06:13,926 [salt.state       ][INFO    ][20589] Host dbs03 (192.168.10.53) already present
2017-12-28 09:06:13,926 [salt.state       ][INFO    ][20589] Completed state [dbs03] at time 09:06:13.925863 duration_in_ms=1.21
2017-12-28 09:06:13,926 [salt.state       ][INFO    ][20589] Running state [odl01] at time 09:06:13.926087
2017-12-28 09:06:13,926 [salt.state       ][INFO    ][20589] Executing state host.present for odl01
2017-12-28 09:06:13,927 [salt.state       ][INFO    ][20589] Host odl01 (192.168.10.111) already present
2017-12-28 09:06:13,927 [salt.state       ][INFO    ][20589] Completed state [odl01] at time 09:06:13.926924 duration_in_ms=0.837
2017-12-28 09:06:13,927 [salt.state       ][INFO    ][20589] Running state [odl01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.927148
2017-12-28 09:06:13,927 [salt.state       ][INFO    ][20589] Executing state host.present for odl01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,928 [salt.state       ][INFO    ][20589] Host odl01.baremetal-mcp-pike-odl-ha.local (192.168.10.111) already present
2017-12-28 09:06:13,928 [salt.state       ][INFO    ][20589] Completed state [odl01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.928366 duration_in_ms=1.218
2017-12-28 09:06:13,929 [salt.state       ][INFO    ][20589] Running state [mas01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.928585
2017-12-28 09:06:13,929 [salt.state       ][INFO    ][20589] Executing state host.present for mas01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,929 [salt.state       ][INFO    ][20589] Host mas01.baremetal-mcp-pike-odl-ha.local (192.168.10.3) already present
2017-12-28 09:06:13,930 [salt.state       ][INFO    ][20589] Completed state [mas01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.929545 duration_in_ms=0.96
2017-12-28 09:06:13,930 [salt.state       ][INFO    ][20589] Running state [mas01] at time 09:06:13.929766
2017-12-28 09:06:13,930 [salt.state       ][INFO    ][20589] Executing state host.present for mas01
2017-12-28 09:06:13,930 [salt.state       ][INFO    ][20589] Host mas01 (192.168.10.3) already present
2017-12-28 09:06:13,931 [salt.state       ][INFO    ][20589] Completed state [mas01] at time 09:06:13.930591 duration_in_ms=0.825
2017-12-28 09:06:13,931 [salt.state       ][INFO    ][20589] Running state [ctl02] at time 09:06:13.930810
2017-12-28 09:06:13,931 [salt.state       ][INFO    ][20589] Executing state host.present for ctl02
2017-12-28 09:06:13,931 [salt.state       ][INFO    ][20589] Host ctl02 (192.168.10.12) already present
2017-12-28 09:06:13,932 [salt.state       ][INFO    ][20589] Completed state [ctl02] at time 09:06:13.931655 duration_in_ms=0.845
2017-12-28 09:06:13,932 [salt.state       ][INFO    ][20589] Running state [ctl02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.931873
2017-12-28 09:06:13,932 [salt.state       ][INFO    ][20589] Executing state host.present for ctl02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,933 [salt.state       ][INFO    ][20589] Host ctl02.baremetal-mcp-pike-odl-ha.local (192.168.10.12) already present
2017-12-28 09:06:13,933 [salt.state       ][INFO    ][20589] Completed state [ctl02.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.932692 duration_in_ms=0.819
2017-12-28 09:06:13,933 [salt.state       ][INFO    ][20589] Running state [ctl03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.932911
2017-12-28 09:06:13,933 [salt.state       ][INFO    ][20589] Executing state host.present for ctl03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,934 [salt.state       ][INFO    ][20589] Host ctl03.baremetal-mcp-pike-odl-ha.local (192.168.10.13) already present
2017-12-28 09:06:13,934 [salt.state       ][INFO    ][20589] Completed state [ctl03.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.934080 duration_in_ms=1.169
2017-12-28 09:06:13,934 [salt.state       ][INFO    ][20589] Running state [ctl03] at time 09:06:13.934308
2017-12-28 09:06:13,935 [salt.state       ][INFO    ][20589] Executing state host.present for ctl03
2017-12-28 09:06:13,935 [salt.state       ][INFO    ][20589] Host ctl03 (192.168.10.13) already present
2017-12-28 09:06:13,935 [salt.state       ][INFO    ][20589] Completed state [ctl03] at time 09:06:13.935129 duration_in_ms=0.821
2017-12-28 09:06:13,935 [salt.state       ][INFO    ][20589] Running state [ctl01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.935348
2017-12-28 09:06:13,936 [salt.state       ][INFO    ][20589] Executing state host.present for ctl01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,936 [salt.state       ][INFO    ][20589] Host ctl01.baremetal-mcp-pike-odl-ha.local (192.168.10.11) already present
2017-12-28 09:06:13,937 [salt.state       ][INFO    ][20589] Completed state [ctl01.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.936522 duration_in_ms=1.174
2017-12-28 09:06:13,937 [salt.state       ][INFO    ][20589] Running state [ctl01] at time 09:06:13.936742
2017-12-28 09:06:13,937 [salt.state       ][INFO    ][20589] Executing state host.present for ctl01
2017-12-28 09:06:13,937 [salt.state       ][INFO    ][20589] Host ctl01 (192.168.10.11) already present
2017-12-28 09:06:13,938 [salt.state       ][INFO    ][20589] Completed state [ctl01] at time 09:06:13.937593 duration_in_ms=0.851
2017-12-28 09:06:13,938 [salt.state       ][INFO    ][20589] Running state [ctl] at time 09:06:13.937808
2017-12-28 09:06:13,938 [salt.state       ][INFO    ][20589] Executing state host.present for ctl
2017-12-28 09:06:13,939 [salt.state       ][INFO    ][20589] Host ctl (192.168.10.10) already present
2017-12-28 09:06:13,939 [salt.state       ][INFO    ][20589] Completed state [ctl] at time 09:06:13.938972 duration_in_ms=1.163
2017-12-28 09:06:13,939 [salt.state       ][INFO    ][20589] Running state [ctl.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.939186
2017-12-28 09:06:13,939 [salt.state       ][INFO    ][20589] Executing state host.present for ctl.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:06:13,940 [salt.state       ][INFO    ][20589] Host ctl.baremetal-mcp-pike-odl-ha.local (192.168.10.10) already present
2017-12-28 09:06:13,940 [salt.state       ][INFO    ][20589] Completed state [ctl.baremetal-mcp-pike-odl-ha.local] at time 09:06:13.940017 duration_in_ms=0.83
2017-12-28 09:06:13,941 [salt.state       ][INFO    ][20589] Running state [rabbit@master] at time 09:06:13.940771
2017-12-28 09:06:13,941 [salt.state       ][INFO    ][20589] Executing state rabbitmq_cluster.join for rabbit@master
2017-12-28 09:06:13,942 [salt.loaded.int.module.cmdmod][INFO    ][20589] Executing command ['rabbitmqctl', 'cluster_status'] as user 'root' in directory '/root'
2017-12-28 09:06:14,975 [salt.state       ][INFO    ][20589] Already in cluster
2017-12-28 09:06:14,976 [salt.state       ][INFO    ][20589] Completed state [rabbit@master] at time 09:06:14.975635 duration_in_ms=1034.863
2017-12-28 09:06:14,980 [salt.minion      ][INFO    ][20589] Returning information for job: 20171228090306732841
2017-12-28 09:06:15,862 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command cmd.run with jid 20171228090615832080
2017-12-28 09:06:15,884 [salt.minion      ][INFO    ][26179] Starting a new job with PID 26179
2017-12-28 09:06:15,889 [salt.loaded.int.module.cmdmod][INFO    ][26179] Executing command 'rabbitmqctl cluster_status' in directory '/root'
2017-12-28 09:06:16,929 [salt.minion      ][INFO    ][26179] Returning information for job: 20171228090615832080
2017-12-28 09:32:11,389 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command state.sls with jid 20171228093211371253
2017-12-28 09:32:11,416 [salt.minion      ][INFO    ][27833] Starting a new job with PID 27833
2017-12-28 09:32:12,835 [salt.state       ][INFO    ][27833] Loading fresh modules for state activity
2017-12-28 09:32:12,873 [salt.fileclient  ][INFO    ][27833] Fetching file from saltenv 'base', ** done ** 'haproxy/init.sls'
2017-12-28 09:32:12,909 [salt.fileclient  ][INFO    ][27833] Fetching file from saltenv 'base', ** done ** 'haproxy/proxy.sls'
2017-12-28 09:32:12,954 [salt.fileclient  ][INFO    ][27833] Fetching file from saltenv 'base', ** done ** 'haproxy/map.jinja'
2017-12-28 09:32:13,431 [salt.state       ][INFO    ][27833] Running state [haproxy] at time 09:32:13.430993
2017-12-28 09:32:13,432 [salt.state       ][INFO    ][27833] Executing state pkg.installed for haproxy
2017-12-28 09:32:13,433 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 09:32:14,115 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-12-28 09:32:16,788 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'haproxy'] in directory '/root'
2017-12-28 09:32:19,744 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 09:32:19,780 [salt.state       ][INFO    ][27833] 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'

2017-12-28 09:32:19,798 [salt.state       ][INFO    ][27833] Loading fresh modules for state activity
2017-12-28 09:32:19,824 [salt.state       ][INFO    ][27833] Completed state [haproxy] at time 09:32:19.823503 duration_in_ms=6392.51
2017-12-28 09:32:19,829 [salt.state       ][INFO    ][27833] Running state [/etc/default/haproxy] at time 09:32:19.828934
2017-12-28 09:32:19,830 [salt.state       ][INFO    ][27833] Executing state file.managed for /etc/default/haproxy
2017-12-28 09:32:19,858 [salt.fileclient  ][INFO    ][27833] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.default'
2017-12-28 09:32:19,861 [salt.state       ][INFO    ][27833] 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"

2017-12-28 09:32:19,863 [salt.state       ][INFO    ][27833] Completed state [/etc/default/haproxy] at time 09:32:19.862847 duration_in_ms=33.913
2017-12-28 09:32:19,864 [salt.state       ][INFO    ][27833] Running state [/etc/haproxy/haproxy.cfg] at time 09:32:19.863454
2017-12-28 09:32:19,864 [salt.state       ][INFO    ][27833] Executing state file.managed for /etc/haproxy/haproxy.cfg
2017-12-28 09:32:19,889 [salt.fileclient  ][INFO    ][27833] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.cfg'
2017-12-28 09:32:20,080 [salt.fileclient  ][INFO    ][27833] Fetching file from saltenv 'base', ** done ** 'haproxy/map.jinja'
2017-12-28 09:32:20,097 [salt.state       ][INFO    ][27833] 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

2017-12-28 09:32:20,097 [salt.state       ][INFO    ][27833] Completed state [/etc/haproxy/haproxy.cfg] at time 09:32:20.097374 duration_in_ms=233.919
2017-12-28 09:32:20,098 [salt.state       ][INFO    ][27833] Running state [/etc/haproxy/ssl] at time 09:32:20.097710
2017-12-28 09:32:20,098 [salt.state       ][INFO    ][27833] Executing state file.directory for /etc/haproxy/ssl
2017-12-28 09:32:20,099 [salt.state       ][INFO    ][27833] {'/etc/haproxy/ssl': 'New Dir'}
2017-12-28 09:32:20,100 [salt.state       ][INFO    ][27833] Completed state [/etc/haproxy/ssl] at time 09:32:20.099622 duration_in_ms=1.911
2017-12-28 09:32:20,101 [salt.state       ][INFO    ][27833] Running state [haproxy_status_packages] at time 09:32:20.100732
2017-12-28 09:32:20,101 [salt.state       ][INFO    ][27833] Executing state pkg.installed for haproxy_status_packages
2017-12-28 09:32:20,499 [salt.state       ][INFO    ][27833] All specified packages are already installed
2017-12-28 09:32:20,499 [salt.state       ][INFO    ][27833] Completed state [haproxy_status_packages] at time 09:32:20.499383 duration_in_ms=398.651
2017-12-28 09:32:20,500 [salt.state       ][INFO    ][27833] Running state [/usr/bin/haproxy-status.sh] at time 09:32:20.500415
2017-12-28 09:32:20,501 [salt.state       ][INFO    ][27833] Executing state file.managed for /usr/bin/haproxy-status.sh
2017-12-28 09:32:20,519 [salt.fileclient  ][INFO    ][27833] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy-status.sh'
2017-12-28 09:32:20,539 [salt.fileclient  ][INFO    ][27833] Fetching file from saltenv 'base', ** done ** 'haproxy/map.jinja'
2017-12-28 09:32:20,546 [salt.state       ][INFO    ][27833] File changed:
New file
2017-12-28 09:32:20,547 [salt.state       ][INFO    ][27833] Completed state [/usr/bin/haproxy-status.sh] at time 09:32:20.546958 duration_in_ms=46.543
2017-12-28 09:32:20,548 [salt.state       ][INFO    ][27833] Running state [net.ipv4.ip_nonlocal_bind] at time 09:32:20.547622
2017-12-28 09:32:20,548 [salt.state       ][INFO    ][27833] Executing state sysctl.present for net.ipv4.ip_nonlocal_bind
2017-12-28 09:32:20,549 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command 'sysctl -a' in directory '/root'
2017-12-28 09:32:20,577 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command 'sysctl -w net.ipv4.ip_nonlocal_bind="1"' in directory '/root'
2017-12-28 09:32:20,589 [salt.state       ][INFO    ][27833] {'net.ipv4.ip_nonlocal_bind': 1}
2017-12-28 09:32:20,590 [salt.state       ][INFO    ][27833] Completed state [net.ipv4.ip_nonlocal_bind] at time 09:32:20.589820 duration_in_ms=42.199
2017-12-28 09:32:20,592 [salt.state       ][INFO    ][27833] Running state [haproxy] at time 09:32:20.591633
2017-12-28 09:32:20,592 [salt.state       ][INFO    ][27833] Executing state service.running for haproxy
2017-12-28 09:32:20,593 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2017-12-28 09:32:20,610 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2017-12-28 09:32:20,624 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['systemctl', 'is-enabled', 'haproxy.service'] in directory '/root'
2017-12-28 09:32:20,639 [salt.state       ][INFO    ][27833] The service haproxy is already running
2017-12-28 09:32:20,640 [salt.state       ][INFO    ][27833] Completed state [haproxy] at time 09:32:20.639771 duration_in_ms=48.135
2017-12-28 09:32:20,641 [salt.state       ][INFO    ][27833] Running state [haproxy] at time 09:32:20.640508
2017-12-28 09:32:20,641 [salt.state       ][INFO    ][27833] Executing state service.mod_watch for haproxy
2017-12-28 09:32:20,643 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2017-12-28 09:32:20,656 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['systemctl', 'is-enabled', 'haproxy.service'] in directory '/root'
2017-12-28 09:32:20,669 [salt.loaded.int.module.cmdmod][INFO    ][27833] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'haproxy.service'] in directory '/root'
2017-12-28 09:32:20,732 [salt.state       ][INFO    ][27833] {'haproxy': True}
2017-12-28 09:32:20,732 [salt.state       ][INFO    ][27833] Completed state [haproxy] at time 09:32:20.732053 duration_in_ms=91.545
2017-12-28 09:32:20,735 [salt.minion      ][INFO    ][27833] Returning information for job: 20171228093211371253
2017-12-28 09:32:24,861 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command service.status with jid 20171228093224839884
2017-12-28 09:32:24,890 [salt.minion      ][INFO    ][28519] Starting a new job with PID 28519
2017-12-28 09:32:25,058 [salt.loaded.int.module.cmdmod][INFO    ][28519] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2017-12-28 09:32:25,077 [salt.loaded.int.module.cmdmod][INFO    ][28519] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2017-12-28 09:32:25,093 [salt.minion      ][INFO    ][28519] Returning information for job: 20171228093224839884
2017-12-28 09:32:26,555 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command service.restart with jid 20171228093226534915
2017-12-28 09:32:26,590 [salt.minion      ][INFO    ][28527] Starting a new job with PID 28527
2017-12-28 09:32:26,762 [salt.loaded.int.module.cmdmod][INFO    ][28527] Executing command ['systemctl', 'status', 'rsyslog.service', '-n', '0'] in directory '/root'
2017-12-28 09:32:26,775 [salt.loaded.int.module.cmdmod][INFO    ][28527] Executing command ['systemctl', 'is-enabled', 'rsyslog.service'] in directory '/root'
2017-12-28 09:32:26,800 [salt.loaded.int.module.cmdmod][INFO    ][28527] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'rsyslog.service'] in directory '/root'
2017-12-28 09:32:26,854 [salt.minion      ][INFO    ][28527] Returning information for job: 20171228093226534915
2017-12-28 09:46:48,517 [salt.utils.schedule][INFO    ][1815] Running scheduled job: __mine_interval
2017-12-28 09:54:47,498 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command test.ping with jid 20171228095447482482
2017-12-28 09:54:47,525 [salt.minion      ][INFO    ][29888] Starting a new job with PID 29888
2017-12-28 09:54:47,590 [salt.minion      ][INFO    ][29888] Returning information for job: 20171228095447482482
2017-12-28 09:54:57,280 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command state.sls with jid 20171228095457256578
2017-12-28 09:54:57,306 [salt.minion      ][INFO    ][29895] Starting a new job with PID 29895
2017-12-28 09:54:57,849 [salt.state       ][INFO    ][29895] Loading fresh modules for state activity
2017-12-28 09:54:57,892 [salt.fileclient  ][INFO    ][29895] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2017-12-28 09:54:57,923 [salt.fileclient  ][INFO    ][29895] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2017-12-28 09:54:57,967 [salt.fileclient  ][INFO    ][29895] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-28 09:54:58,501 [salt.state       ][INFO    ][29895] Running state [lsof] at time 09:54:58.500850
2017-12-28 09:54:58,502 [salt.state       ][INFO    ][29895] Executing state pkg.installed for lsof
2017-12-28 09:54:58,503 [salt.loaded.int.module.cmdmod][INFO    ][29895] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 09:54:59,247 [salt.state       ][INFO    ][29895] Package lsof is already installed
2017-12-28 09:54:59,248 [salt.state       ][INFO    ][29895] Completed state [lsof] at time 09:54:59.248050 duration_in_ms=747.2
2017-12-28 09:54:59,249 [salt.state       ][INFO    ][29895] Running state [keepalived] at time 09:54:59.248893
2017-12-28 09:54:59,250 [salt.state       ][INFO    ][29895] Executing state pkg.installed for keepalived
2017-12-28 09:54:59,256 [salt.state       ][INFO    ][29895] Package keepalived is already installed
2017-12-28 09:54:59,256 [salt.state       ][INFO    ][29895] Completed state [keepalived] at time 09:54:59.255920 duration_in_ms=7.027
2017-12-28 09:54:59,259 [salt.state       ][INFO    ][29895] Running state [/etc/keepalived/keepalived.conf] at time 09:54:59.258780
2017-12-28 09:54:59,259 [salt.state       ][INFO    ][29895] Executing state file.managed for /etc/keepalived/keepalived.conf
2017-12-28 09:54:59,297 [salt.fileclient  ][INFO    ][29895] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2017-12-28 09:54:59,364 [salt.fileclient  ][INFO    ][29895] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-12-28 09:54:59,377 [salt.state       ][INFO    ][29895] File /etc/keepalived/keepalived.conf is in the correct state
2017-12-28 09:54:59,377 [salt.state       ][INFO    ][29895] Completed state [/etc/keepalived/keepalived.conf] at time 09:54:59.377108 duration_in_ms=118.328
2017-12-28 09:54:59,378 [salt.state       ][INFO    ][29895] Running state [keepalived] at time 09:54:59.378073
2017-12-28 09:54:59,378 [salt.state       ][INFO    ][29895] Executing state service.running for keepalived
2017-12-28 09:54:59,379 [salt.loaded.int.module.cmdmod][INFO    ][29895] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2017-12-28 09:54:59,416 [salt.loaded.int.module.cmdmod][INFO    ][29895] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-12-28 09:54:59,436 [salt.loaded.int.module.cmdmod][INFO    ][29895] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-12-28 09:54:59,457 [salt.state       ][INFO    ][29895] The service keepalived is already running
2017-12-28 09:54:59,458 [salt.state       ][INFO    ][29895] Completed state [keepalived] at time 09:54:59.458366 duration_in_ms=80.292
2017-12-28 09:54:59,461 [salt.minion      ][INFO    ][29895] Returning information for job: 20171228095457256578
2017-12-28 09:55:34,348 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command pillar.get with jid 20171228095534332518
2017-12-28 09:55:34,382 [salt.minion      ][INFO    ][29935] Starting a new job with PID 29935
2017-12-28 09:55:34,390 [salt.minion      ][INFO    ][29935] Returning information for job: 20171228095534332518
2017-12-28 09:56:07,739 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command state.sls with jid 20171228095607720503
2017-12-28 09:56:07,765 [salt.minion      ][INFO    ][29953] Starting a new job with PID 29953
2017-12-28 09:56:10,331 [salt.state       ][INFO    ][29953] Loading fresh modules for state activity
2017-12-28 09:56:10,370 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/init.sls'
2017-12-28 09:56:10,404 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/init.sls'
2017-12-28 09:56:10,422 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/service.sls'
2017-12-28 09:56:10,462 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:56:10,489 [py.warnings      ][WARNING ][29953] /usr/lib/python2.7/dist-packages/salt/utils/templates.py:73: DeprecationWarning: Starting in 2015.5, cmd.run uses python_shell=False by default, which doesn't support shellisms (pipes, env variables, etc). cmd.run is currently aliased to cmd.shell to prevent breakage. Please switch to cmd.shell or set python_shell=True to avoid breakage in the future, when this aliasing is removed.

2017-12-28 09:56:10,491 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command 'cat /var/lib/rabbitmq/.erlang.cookie' in directory '/root'
2017-12-28 09:56:10,543 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/ssl.sls'
2017-12-28 09:56:10,581 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:56:10,622 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/plugin.sls'
2017-12-28 09:56:10,652 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:56:10,695 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/vhost.sls'
2017-12-28 09:56:10,751 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:56:10,819 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/server/user.sls'
2017-12-28 09:56:10,852 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:56:10,909 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/cluster.sls'
2017-12-28 09:56:10,943 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:56:10,987 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'linux/network/host.sls'
2017-12-28 09:56:11,055 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-12-28 09:56:11,689 [salt.state       ][INFO    ][29953] Running state [rabbitmq-server] at time 09:56:11.688799
2017-12-28 09:56:11,690 [salt.state       ][INFO    ][29953] Executing state pkg.installed for rabbitmq-server
2017-12-28 09:56:11,690 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 09:56:12,458 [salt.state       ][INFO    ][29953] Package rabbitmq-server is already installed
2017-12-28 09:56:12,459 [salt.state       ][INFO    ][29953] Completed state [rabbitmq-server] at time 09:56:12.459080 duration_in_ms=770.28
2017-12-28 09:56:12,460 [salt.state       ][INFO    ][29953] Running state [gettext-base] at time 09:56:12.459551
2017-12-28 09:56:12,460 [salt.state       ][INFO    ][29953] Executing state pkg.installed for gettext-base
2017-12-28 09:56:12,468 [salt.state       ][INFO    ][29953] Package gettext-base is already installed
2017-12-28 09:56:12,468 [salt.state       ][INFO    ][29953] Completed state [gettext-base] at time 09:56:12.467911 duration_in_ms=8.36
2017-12-28 09:56:12,470 [salt.state       ][INFO    ][29953] Running state [/etc/rabbitmq/rabbitmq.config] at time 09:56:12.470125
2017-12-28 09:56:12,471 [salt.state       ][INFO    ][29953] Executing state file.managed for /etc/rabbitmq/rabbitmq.config
2017-12-28 09:56:12,500 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/files/rabbitmq.config'
2017-12-28 09:56:12,556 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:56:12,586 [salt.state       ][INFO    ][29953] File /etc/rabbitmq/rabbitmq.config is in the correct state
2017-12-28 09:56:12,588 [salt.state       ][INFO    ][29953] Completed state [/etc/rabbitmq/rabbitmq.config] at time 09:56:12.587663 duration_in_ms=117.538
2017-12-28 09:56:12,589 [salt.state       ][INFO    ][29953] Running state [/etc/default/rabbitmq-server] at time 09:56:12.589443
2017-12-28 09:56:12,590 [salt.state       ][INFO    ][29953] Executing state file.managed for /etc/default/rabbitmq-server
2017-12-28 09:56:12,611 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/files/default'
2017-12-28 09:56:12,640 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:56:12,668 [salt.state       ][INFO    ][29953] File /etc/default/rabbitmq-server is in the correct state
2017-12-28 09:56:12,668 [salt.state       ][INFO    ][29953] Completed state [/etc/default/rabbitmq-server] at time 09:56:12.668452 duration_in_ms=79.009
2017-12-28 09:56:12,669 [salt.state       ][INFO    ][29953] Running state [/etc/systemd/system/rabbitmq-server.service.d/limits.conf] at time 09:56:12.669314
2017-12-28 09:56:12,670 [salt.state       ][INFO    ][29953] Executing state file.managed for /etc/systemd/system/rabbitmq-server.service.d/limits.conf
2017-12-28 09:56:12,692 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/files/limits.conf'
2017-12-28 09:56:12,723 [salt.fileclient  ][INFO    ][29953] Fetching file from saltenv 'base', ** done ** 'rabbitmq/map.jinja'
2017-12-28 09:56:12,754 [salt.state       ][INFO    ][29953] File /etc/systemd/system/rabbitmq-server.service.d/limits.conf is in the correct state
2017-12-28 09:56:12,755 [salt.state       ][INFO    ][29953] Completed state [/etc/systemd/system/rabbitmq-server.service.d/limits.conf] at time 09:56:12.754579 duration_in_ms=85.263
2017-12-28 09:56:12,760 [salt.state       ][INFO    ][29953] Running state [rabbitmq-server] at time 09:56:12.759524
2017-12-28 09:56:12,761 [salt.state       ][INFO    ][29953] Executing state service.running for rabbitmq-server
2017-12-28 09:56:12,762 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['systemctl', 'status', 'rabbitmq-server.service', '-n', '0'] in directory '/root'
2017-12-28 09:56:12,807 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['systemctl', 'is-active', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:56:12,824 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['systemctl', 'is-enabled', 'rabbitmq-server.service'] in directory '/root'
2017-12-28 09:56:12,843 [salt.state       ][INFO    ][29953] The service rabbitmq-server is already running
2017-12-28 09:56:12,844 [salt.state       ][INFO    ][29953] Completed state [rabbitmq-server] at time 09:56:12.844220 duration_in_ms=84.694
2017-12-28 09:56:12,852 [salt.state       ][INFO    ][29953] Running state [amqp_client] at time 09:56:12.851481
2017-12-28 09:56:12,853 [salt.state       ][INFO    ][29953] Executing state rabbitmq_plugin.enabled for amqp_client
2017-12-28 09:56:12,855 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['/usr/sbin/rabbitmq-plugins', 'list', '-m', '-e'] as user 'root' in directory '/root'
2017-12-28 09:56:14,016 [salt.state       ][INFO    ][29953] Plugin 'amqp_client' is already enabled.
2017-12-28 09:56:14,018 [salt.state       ][INFO    ][29953] Completed state [amqp_client] at time 09:56:14.017860 duration_in_ms=1166.378
2017-12-28 09:56:14,019 [salt.state       ][INFO    ][29953] Running state [rabbitmq_management] at time 09:56:14.019323
2017-12-28 09:56:14,020 [salt.state       ][INFO    ][29953] Executing state rabbitmq_plugin.enabled for rabbitmq_management
2017-12-28 09:56:14,023 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['/usr/sbin/rabbitmq-plugins', 'list', '-m', '-e'] as user 'root' in directory '/root'
2017-12-28 09:56:15,138 [salt.state       ][INFO    ][29953] Plugin 'rabbitmq_management' is already enabled.
2017-12-28 09:56:15,139 [salt.state       ][INFO    ][29953] Completed state [rabbitmq_management] at time 09:56:15.138443 duration_in_ms=1119.119
2017-12-28 09:56:15,144 [salt.state       ][INFO    ][29953] Running state [/openstack] at time 09:56:15.143925
2017-12-28 09:56:15,145 [salt.state       ][INFO    ][29953] Executing state rabbitmq_vhost.present for /openstack
2017-12-28 09:56:15,146 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command 'rabbitmqctl list_vhosts -q' as user 'root' in directory '/root'
2017-12-28 09:56:16,238 [salt.state       ][INFO    ][29953] Virtual Host '/openstack' already exists.
2017-12-28 09:56:16,238 [salt.state       ][INFO    ][29953] Completed state [/openstack] at time 09:56:16.238398 duration_in_ms=1094.473
2017-12-28 09:56:16,240 [salt.state       ][INFO    ][29953] Running state [openstack] at time 09:56:16.240441
2017-12-28 09:56:16,241 [salt.state       ][INFO    ][29953] Executing state rabbitmq_user.present for openstack
2017-12-28 09:56:16,243 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2017-12-28 09:56:17,298 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2017-12-28 09:56:17,837 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228095617819767
2017-12-28 09:56:17,869 [salt.minion      ][INFO    ][30697] Starting a new job with PID 30697
2017-12-28 09:56:17,887 [salt.minion      ][INFO    ][30697] Returning information for job: 20171228095617819767
2017-12-28 09:56:20,763 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_user_permissions', 'openstack'] as user 'root' in directory '/root'
2017-12-28 09:56:21,950 [salt.state       ][INFO    ][29953] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2017-12-28 09:56:21,950 [salt.state       ][INFO    ][29953] Completed state [openstack] at time 09:56:21.949905 duration_in_ms=5709.463
2017-12-28 09:56:21,952 [salt.state       ][INFO    ][29953] Running state [Ceilometer] at time 09:56:21.951705
2017-12-28 09:56:21,952 [salt.state       ][INFO    ][29953] Executing state rabbitmq_policy.present for Ceilometer
2017-12-28 09:56:21,953 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_policies', '-p', '/openstack'] as user 'root' in directory '/root'
2017-12-28 09:56:23,127 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'set_policy', '-p', '/openstack', '--priority', 10, 'Ceilometer', '^metering.sample$', '{"ha-mode": "all", "message-ttl": 10800000}'] as user 'root' in directory '/root'
2017-12-28 09:56:24,329 [salt.state       ][INFO    ][29953] {'new': ['Definition'], 'old': {'apply_to': 'all', 'priority': '10', 'definition': '{"ha-mode":"all","message-ttl":10800000}', 'pattern': '^metering.sample$'}}
2017-12-28 09:56:24,329 [salt.state       ][INFO    ][29953] Completed state [Ceilometer] at time 09:56:24.329034 duration_in_ms=2377.327
2017-12-28 09:56:24,330 [salt.state       ][INFO    ][29953] Running state [HA] at time 09:56:24.330341
2017-12-28 09:56:24,331 [salt.state       ][INFO    ][29953] Executing state rabbitmq_policy.present for HA
2017-12-28 09:56:24,332 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_policies', '-p', '/openstack'] as user 'root' in directory '/root'
2017-12-28 09:56:25,489 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'set_policy', '-p', '/openstack', 'HA', '^(?!amq\\.).*', '{"ha-mode": "all", "message-ttl": 120000}'] as user 'root' in directory '/root'
2017-12-28 09:56:26,623 [salt.state       ][INFO    ][29953] {'new': ['Pattern', 'Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all","message-ttl":120000}', 'pattern': '^(?!amq\\\\.).*'}}
2017-12-28 09:56:26,624 [salt.state       ][INFO    ][29953] Completed state [HA] at time 09:56:26.623572 duration_in_ms=2293.23
2017-12-28 09:56:26,624 [salt.state       ][INFO    ][29953] Running state [guest] at time 09:56:26.624160
2017-12-28 09:56:26,625 [salt.state       ][INFO    ][29953] Executing state rabbitmq_user.present for guest
2017-12-28 09:56:26,627 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2017-12-28 09:56:27,740 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2017-12-28 09:56:27,861 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228095627843061
2017-12-28 09:56:27,886 [salt.minion      ][INFO    ][32071] Starting a new job with PID 32071
2017-12-28 09:56:27,907 [salt.minion      ][INFO    ][32071] Returning information for job: 20171228095627843061
2017-12-28 09:56:31,252 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_user_permissions', 'guest'] as user 'root' in directory '/root'
2017-12-28 09:56:32,467 [salt.state       ][INFO    ][29953] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2017-12-28 09:56:32,468 [salt.state       ][INFO    ][29953] Completed state [guest] at time 09:56:32.467770 duration_in_ms=5843.608
2017-12-28 09:56:32,469 [salt.state       ][INFO    ][29953] Running state [HA] at time 09:56:32.469230
2017-12-28 09:56:32,470 [salt.state       ][INFO    ][29953] Executing state rabbitmq_policy.present for HA
2017-12-28 09:56:32,471 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_policies', '-p', '/'] as user 'root' in directory '/root'
2017-12-28 09:56:33,643 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'set_policy', '-p', '/', 'HA', '^(?!amq\\.).*', '{"ha-mode": "all", "message-ttl": 120000}'] as user 'root' in directory '/root'
2017-12-28 09:56:34,852 [salt.state       ][INFO    ][29953] {'new': ['Pattern', 'Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all","message-ttl":120000}', 'pattern': '^(?!amq\\\\.).*'}}
2017-12-28 09:56:34,852 [salt.state       ][INFO    ][29953] Completed state [HA] at time 09:56:34.852150 duration_in_ms=2382.918
2017-12-28 09:56:34,854 [salt.state       ][INFO    ][29953] Running state [admin] at time 09:56:34.853853
2017-12-28 09:56:34,854 [salt.state       ][INFO    ][29953] Executing state rabbitmq_user.present for admin
2017-12-28 09:56:34,856 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2017-12-28 09:56:36,007 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'status'] as user 'root' in directory '/root'
2017-12-28 09:56:38,038 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command saltutil.find_job with jid 20171228095638020563
2017-12-28 09:56:38,060 [salt.minion      ][INFO    ][856] Starting a new job with PID 856
2017-12-28 09:56:38,075 [salt.minion      ][INFO    ][856] Returning information for job: 20171228095638020563
2017-12-28 09:56:39,467 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_users'] as user 'root' in directory '/root'
2017-12-28 09:56:40,638 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'list_user_permissions', 'admin'] as user 'root' in directory '/root'
2017-12-28 09:56:41,739 [salt.state       ][INFO    ][29953] Made the following changes:
'password' changed from 'absent' to 'Set password.'

2017-12-28 09:56:41,739 [salt.state       ][INFO    ][29953] Completed state [admin] at time 09:56:41.739354 duration_in_ms=6885.499
2017-12-28 09:56:41,741 [salt.state       ][INFO    ][29953] Running state [mdb02] at time 09:56:41.741275
2017-12-28 09:56:41,742 [salt.state       ][INFO    ][29953] Executing state host.present for mdb02
2017-12-28 09:56:41,744 [salt.state       ][INFO    ][29953] Host mdb02 (192.168.10.77) already present
2017-12-28 09:56:41,744 [salt.state       ][INFO    ][29953] Completed state [mdb02] at time 09:56:41.744084 duration_in_ms=2.81
2017-12-28 09:56:41,744 [salt.state       ][INFO    ][29953] Running state [mdb02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.744355
2017-12-28 09:56:41,745 [salt.state       ][INFO    ][29953] Executing state host.present for mdb02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,746 [salt.state       ][INFO    ][29953] Host mdb02.baremetal-mcp-pike-odl-ha.local (192.168.10.77) already present
2017-12-28 09:56:41,746 [salt.state       ][INFO    ][29953] Completed state [mdb02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.745854 duration_in_ms=1.499
2017-12-28 09:56:41,746 [salt.state       ][INFO    ][29953] Running state [mdb03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.746164
2017-12-28 09:56:41,746 [salt.state       ][INFO    ][29953] Executing state host.present for mdb03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,747 [salt.state       ][INFO    ][29953] Host mdb03.baremetal-mcp-pike-odl-ha.local (192.168.10.78) already present
2017-12-28 09:56:41,748 [salt.state       ][INFO    ][29953] Completed state [mdb03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.747611 duration_in_ms=1.447
2017-12-28 09:56:41,748 [salt.state       ][INFO    ][29953] Running state [mdb03] at time 09:56:41.747924
2017-12-28 09:56:41,749 [salt.state       ][INFO    ][29953] Executing state host.present for mdb03
2017-12-28 09:56:41,749 [salt.state       ][INFO    ][29953] Host mdb03 (192.168.10.78) already present
2017-12-28 09:56:41,750 [salt.state       ][INFO    ][29953] Completed state [mdb03] at time 09:56:41.749638 duration_in_ms=1.714
2017-12-28 09:56:41,750 [salt.state       ][INFO    ][29953] Running state [mdb01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.749919
2017-12-28 09:56:41,750 [salt.state       ][INFO    ][29953] Executing state host.present for mdb01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,751 [salt.state       ][INFO    ][29953] Host mdb01.baremetal-mcp-pike-odl-ha.local (192.168.10.76) already present
2017-12-28 09:56:41,751 [salt.state       ][INFO    ][29953] Completed state [mdb01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.751019 duration_in_ms=1.1
2017-12-28 09:56:41,751 [salt.state       ][INFO    ][29953] Running state [mdb01] at time 09:56:41.751311
2017-12-28 09:56:41,752 [salt.state       ][INFO    ][29953] Executing state host.present for mdb01
2017-12-28 09:56:41,752 [salt.state       ][INFO    ][29953] Host mdb01 (192.168.10.76) already present
2017-12-28 09:56:41,752 [salt.state       ][INFO    ][29953] Completed state [mdb01] at time 09:56:41.752402 duration_in_ms=1.092
2017-12-28 09:56:41,753 [salt.state       ][INFO    ][29953] Running state [mdb] at time 09:56:41.752684
2017-12-28 09:56:41,753 [salt.state       ][INFO    ][29953] Executing state host.present for mdb
2017-12-28 09:56:41,754 [salt.state       ][INFO    ][29953] Host mdb (192.168.10.75) already present
2017-12-28 09:56:41,754 [salt.state       ][INFO    ][29953] Completed state [mdb] at time 09:56:41.754350 duration_in_ms=1.666
2017-12-28 09:56:41,755 [salt.state       ][INFO    ][29953] Running state [mdb.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.754571
2017-12-28 09:56:41,755 [salt.state       ][INFO    ][29953] Executing state host.present for mdb.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,755 [salt.state       ][INFO    ][29953] Host mdb.baremetal-mcp-pike-odl-ha.local (192.168.10.75) already present
2017-12-28 09:56:41,755 [salt.state       ][INFO    ][29953] Completed state [mdb.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.755431 duration_in_ms=0.86
2017-12-28 09:56:41,756 [salt.state       ][INFO    ][29953] Running state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.755646
2017-12-28 09:56:41,756 [salt.state       ][INFO    ][29953] Executing state host.present for cfg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,757 [salt.state       ][INFO    ][29953] Host cfg01.baremetal-mcp-pike-odl-ha.local (192.168.10.100) already present
2017-12-28 09:56:41,757 [salt.state       ][INFO    ][29953] Completed state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.756755 duration_in_ms=1.109
2017-12-28 09:56:41,757 [salt.state       ][INFO    ][29953] Running state [cfg01] at time 09:56:41.756962
2017-12-28 09:56:41,757 [salt.state       ][INFO    ][29953] Executing state host.present for cfg01
2017-12-28 09:56:41,758 [salt.state       ][INFO    ][29953] Host cfg01 (192.168.10.100) already present
2017-12-28 09:56:41,758 [salt.state       ][INFO    ][29953] Completed state [cfg01] at time 09:56:41.757809 duration_in_ms=0.847
2017-12-28 09:56:41,758 [salt.state       ][INFO    ][29953] Running state [prx01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.758310
2017-12-28 09:56:41,759 [salt.state       ][INFO    ][29953] Executing state host.present for prx01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,759 [salt.state       ][INFO    ][29953] Host prx01.baremetal-mcp-pike-odl-ha.local (192.168.10.104) already present
2017-12-28 09:56:41,759 [salt.state       ][INFO    ][29953] Completed state [prx01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.759153 duration_in_ms=0.843
2017-12-28 09:56:41,759 [salt.state       ][INFO    ][29953] Running state [prx01] at time 09:56:41.759363
2017-12-28 09:56:41,760 [salt.state       ][INFO    ][29953] Executing state host.present for prx01
2017-12-28 09:56:41,760 [salt.state       ][INFO    ][29953] Host prx01 (192.168.10.104) already present
2017-12-28 09:56:41,761 [salt.state       ][INFO    ][29953] Completed state [prx01] at time 09:56:41.760494 duration_in_ms=1.13
2017-12-28 09:56:41,761 [salt.state       ][INFO    ][29953] Running state [kvm01] at time 09:56:41.760710
2017-12-28 09:56:41,761 [salt.state       ][INFO    ][29953] Executing state host.present for kvm01
2017-12-28 09:56:41,762 [salt.state       ][INFO    ][29953] Host kvm01 (192.168.10.141) already present
2017-12-28 09:56:41,762 [salt.state       ][INFO    ][29953] Completed state [kvm01] at time 09:56:41.762160 duration_in_ms=1.45
2017-12-28 09:56:41,762 [salt.state       ][INFO    ][29953] Running state [kvm01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.762369
2017-12-28 09:56:41,763 [salt.state       ][INFO    ][29953] Executing state host.present for kvm01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,763 [salt.state       ][INFO    ][29953] Host kvm01.baremetal-mcp-pike-odl-ha.local (192.168.10.141) already present
2017-12-28 09:56:41,763 [salt.state       ][INFO    ][29953] Completed state [kvm01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.763189 duration_in_ms=0.819
2017-12-28 09:56:41,763 [salt.state       ][INFO    ][29953] Running state [kvm03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.763402
2017-12-28 09:56:41,764 [salt.state       ][INFO    ][29953] Executing state host.present for kvm03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,764 [salt.state       ][INFO    ][29953] Host kvm03.baremetal-mcp-pike-odl-ha.local (192.168.10.143) already present
2017-12-28 09:56:41,765 [salt.state       ][INFO    ][29953] Completed state [kvm03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.764554 duration_in_ms=1.151
2017-12-28 09:56:41,765 [salt.state       ][INFO    ][29953] Running state [kvm03] at time 09:56:41.764775
2017-12-28 09:56:41,765 [salt.state       ][INFO    ][29953] Executing state host.present for kvm03
2017-12-28 09:56:41,766 [salt.state       ][INFO    ][29953] Host kvm03 (192.168.10.143) already present
2017-12-28 09:56:41,767 [salt.state       ][INFO    ][29953] Completed state [kvm03] at time 09:56:41.766899 duration_in_ms=2.124
2017-12-28 09:56:41,767 [salt.state       ][INFO    ][29953] Running state [kvm02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.767118
2017-12-28 09:56:41,767 [salt.state       ][INFO    ][29953] Executing state host.present for kvm02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,768 [salt.state       ][INFO    ][29953] Host kvm02.baremetal-mcp-pike-odl-ha.local (192.168.10.142) already present
2017-12-28 09:56:41,768 [salt.state       ][INFO    ][29953] Completed state [kvm02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.768248 duration_in_ms=1.13
2017-12-28 09:56:41,768 [salt.state       ][INFO    ][29953] Running state [kvm02] at time 09:56:41.768461
2017-12-28 09:56:41,769 [salt.state       ][INFO    ][29953] Executing state host.present for kvm02
2017-12-28 09:56:41,769 [salt.state       ][INFO    ][29953] Host kvm02 (192.168.10.142) already present
2017-12-28 09:56:41,770 [salt.state       ][INFO    ][29953] Completed state [kvm02] at time 09:56:41.769616 duration_in_ms=1.154
2017-12-28 09:56:41,770 [salt.state       ][INFO    ][29953] Running state [dbs.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.769826
2017-12-28 09:56:41,770 [salt.state       ][INFO    ][29953] Executing state host.present for dbs.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,770 [salt.state       ][INFO    ][29953] Host dbs.baremetal-mcp-pike-odl-ha.local (192.168.10.50) already present
2017-12-28 09:56:41,771 [salt.state       ][INFO    ][29953] Completed state [dbs.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.770640 duration_in_ms=0.814
2017-12-28 09:56:41,771 [salt.state       ][INFO    ][29953] Running state [dbs] at time 09:56:41.770851
2017-12-28 09:56:41,771 [salt.state       ][INFO    ][29953] Executing state host.present for dbs
2017-12-28 09:56:41,772 [salt.state       ][INFO    ][29953] Host dbs (192.168.10.50) already present
2017-12-28 09:56:41,772 [salt.state       ][INFO    ][29953] Completed state [dbs] at time 09:56:41.771669 duration_in_ms=0.818
2017-12-28 09:56:41,772 [salt.state       ][INFO    ][29953] Running state [prx.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.771877
2017-12-28 09:56:41,772 [salt.state       ][INFO    ][29953] Executing state host.present for prx.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,773 [salt.state       ][INFO    ][29953] Host prx.baremetal-mcp-pike-odl-ha.local (100.64.200.103) already present
2017-12-28 09:56:41,773 [salt.state       ][INFO    ][29953] Completed state [prx.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.772684 duration_in_ms=0.807
2017-12-28 09:56:41,773 [salt.state       ][INFO    ][29953] Running state [prx] at time 09:56:41.772892
2017-12-28 09:56:41,773 [salt.state       ][INFO    ][29953] Executing state host.present for prx
2017-12-28 09:56:41,774 [salt.state       ][INFO    ][29953] Host prx (100.64.200.103) already present
2017-12-28 09:56:41,774 [salt.state       ][INFO    ][29953] Completed state [prx] at time 09:56:41.774027 duration_in_ms=1.136
2017-12-28 09:56:41,774 [salt.state       ][INFO    ][29953] Running state [prx02] at time 09:56:41.774232
2017-12-28 09:56:41,774 [salt.state       ][INFO    ][29953] Executing state host.present for prx02
2017-12-28 09:56:41,775 [salt.state       ][INFO    ][29953] Host prx02 (192.168.10.105) already present
2017-12-28 09:56:41,775 [salt.state       ][INFO    ][29953] Completed state [prx02] at time 09:56:41.775354 duration_in_ms=1.122
2017-12-28 09:56:41,776 [salt.state       ][INFO    ][29953] Running state [prx02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.775568
2017-12-28 09:56:41,776 [salt.state       ][INFO    ][29953] Executing state host.present for prx02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,776 [salt.state       ][INFO    ][29953] Host prx02.baremetal-mcp-pike-odl-ha.local (192.168.10.105) already present
2017-12-28 09:56:41,776 [salt.state       ][INFO    ][29953] Completed state [prx02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.776407 duration_in_ms=0.839
2017-12-28 09:56:41,777 [salt.state       ][INFO    ][29953] Running state [msg02] at time 09:56:41.776618
2017-12-28 09:56:41,777 [salt.state       ][INFO    ][29953] Executing state host.present for msg02
2017-12-28 09:56:41,778 [salt.state       ][INFO    ][29953] Host msg02 (192.168.10.42) already present
2017-12-28 09:56:41,779 [salt.state       ][INFO    ][29953] Completed state [msg02] at time 09:56:41.778621 duration_in_ms=2.003
2017-12-28 09:56:41,779 [salt.state       ][INFO    ][29953] Running state [msg02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.778837
2017-12-28 09:56:41,779 [salt.state       ][INFO    ][29953] Executing state host.present for msg02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,780 [salt.state       ][INFO    ][29953] Host msg02.baremetal-mcp-pike-odl-ha.local (192.168.10.42) already present
2017-12-28 09:56:41,780 [salt.state       ][INFO    ][29953] Completed state [msg02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.779968 duration_in_ms=1.131
2017-12-28 09:56:41,780 [salt.state       ][INFO    ][29953] Running state [msg03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.780180
2017-12-28 09:56:41,780 [salt.state       ][INFO    ][29953] Executing state host.present for msg03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,781 [salt.state       ][INFO    ][29953] Host msg03.baremetal-mcp-pike-odl-ha.local (192.168.10.43) already present
2017-12-28 09:56:41,781 [salt.state       ][INFO    ][29953] Completed state [msg03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.781033 duration_in_ms=0.853
2017-12-28 09:56:41,781 [salt.state       ][INFO    ][29953] Running state [msg03] at time 09:56:41.781263
2017-12-28 09:56:41,782 [salt.state       ][INFO    ][29953] Executing state host.present for msg03
2017-12-28 09:56:41,782 [salt.state       ][INFO    ][29953] Host msg03 (192.168.10.43) already present
2017-12-28 09:56:41,783 [salt.state       ][INFO    ][29953] Completed state [msg03] at time 09:56:41.782725 duration_in_ms=1.462
2017-12-28 09:56:41,784 [salt.state       ][INFO    ][29953] Running state [file.replace] at time 09:56:41.784051
2017-12-28 09:56:41,784 [salt.state       ][INFO    ][29953] Executing state module.run for file.replace
2017-12-28 09:56:41,924 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command 'grep -q "msg03 msg03.baremetal-mcp-pike-odl-ha.local" /etc/hosts' in directory '/root'
2017-12-28 09:56:41,941 [salt.state       ][INFO    ][29953] onlyif execution failed
2017-12-28 09:56:41,941 [salt.state       ][INFO    ][29953] Completed state [file.replace] at time 09:56:41.941404 duration_in_ms=157.352
2017-12-28 09:56:41,942 [salt.state       ][INFO    ][29953] Running state [msg01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.942391
2017-12-28 09:56:41,943 [salt.state       ][INFO    ][29953] Executing state host.present for msg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,944 [salt.state       ][INFO    ][29953] Host msg01.baremetal-mcp-pike-odl-ha.local (192.168.10.41) already present
2017-12-28 09:56:41,945 [salt.state       ][INFO    ][29953] Completed state [msg01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.944917 duration_in_ms=2.525
2017-12-28 09:56:41,945 [salt.state       ][INFO    ][29953] Running state [msg01] at time 09:56:41.945201
2017-12-28 09:56:41,946 [salt.state       ][INFO    ][29953] Executing state host.present for msg01
2017-12-28 09:56:41,947 [salt.state       ][INFO    ][29953] Host msg01 (192.168.10.41) already present
2017-12-28 09:56:41,947 [salt.state       ][INFO    ][29953] Completed state [msg01] at time 09:56:41.946882 duration_in_ms=1.681
2017-12-28 09:56:41,947 [salt.state       ][INFO    ][29953] Running state [msg] at time 09:56:41.947158
2017-12-28 09:56:41,947 [salt.state       ][INFO    ][29953] Executing state host.present for msg
2017-12-28 09:56:41,948 [salt.state       ][INFO    ][29953] Host msg (192.168.10.40) already present
2017-12-28 09:56:41,949 [salt.state       ][INFO    ][29953] Completed state [msg] at time 09:56:41.948794 duration_in_ms=1.636
2017-12-28 09:56:41,949 [salt.state       ][INFO    ][29953] Running state [msg.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.949074
2017-12-28 09:56:41,950 [salt.state       ][INFO    ][29953] Executing state host.present for msg.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,951 [salt.state       ][INFO    ][29953] Host msg.baremetal-mcp-pike-odl-ha.local (192.168.10.40) already present
2017-12-28 09:56:41,951 [salt.state       ][INFO    ][29953] Completed state [msg.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.950947 duration_in_ms=1.893
2017-12-28 09:56:41,951 [salt.state       ][INFO    ][29953] Running state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.951236
2017-12-28 09:56:41,952 [salt.state       ][INFO    ][29953] Executing state host.present for cfg01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,954 [salt.state       ][INFO    ][29953] Host cfg01.baremetal-mcp-pike-odl-ha.local (192.168.10.100) already present
2017-12-28 09:56:41,954 [salt.state       ][INFO    ][29953] Completed state [cfg01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.953936 duration_in_ms=2.7
2017-12-28 09:56:41,954 [salt.state       ][INFO    ][29953] Running state [cfg01] at time 09:56:41.954240
2017-12-28 09:56:41,955 [salt.state       ][INFO    ][29953] Executing state host.present for cfg01
2017-12-28 09:56:41,955 [salt.state       ][INFO    ][29953] Host cfg01 (192.168.10.100) already present
2017-12-28 09:56:41,956 [salt.state       ][INFO    ][29953] Completed state [cfg01] at time 09:56:41.955884 duration_in_ms=1.643
2017-12-28 09:56:41,956 [salt.state       ][INFO    ][29953] Running state [cmp002] at time 09:56:41.956119
2017-12-28 09:56:41,956 [salt.state       ][INFO    ][29953] Executing state host.present for cmp002
2017-12-28 09:56:41,957 [salt.state       ][INFO    ][29953] Host cmp002 (192.168.10.102) already present
2017-12-28 09:56:41,957 [salt.state       ][INFO    ][29953] Completed state [cmp002] at time 09:56:41.957226 duration_in_ms=1.107
2017-12-28 09:56:41,958 [salt.state       ][INFO    ][29953] Running state [cmp002.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.957822
2017-12-28 09:56:41,958 [salt.state       ][INFO    ][29953] Executing state host.present for cmp002.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,959 [salt.state       ][INFO    ][29953] Host cmp002.baremetal-mcp-pike-odl-ha.local (192.168.10.102) already present
2017-12-28 09:56:41,959 [salt.state       ][INFO    ][29953] Completed state [cmp002.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.958680 duration_in_ms=0.858
2017-12-28 09:56:41,959 [salt.state       ][INFO    ][29953] Running state [cmp001.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.958901
2017-12-28 09:56:41,959 [salt.state       ][INFO    ][29953] Executing state host.present for cmp001.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,960 [salt.state       ][INFO    ][29953] Host cmp001.baremetal-mcp-pike-odl-ha.local (192.168.10.101) already present
2017-12-28 09:56:41,960 [salt.state       ][INFO    ][29953] Completed state [cmp001.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.959721 duration_in_ms=0.82
2017-12-28 09:56:41,960 [salt.state       ][INFO    ][29953] Running state [cmp001] at time 09:56:41.959930
2017-12-28 09:56:41,960 [salt.state       ][INFO    ][29953] Executing state host.present for cmp001
2017-12-28 09:56:41,961 [salt.state       ][INFO    ][29953] Host cmp001 (192.168.10.101) already present
2017-12-28 09:56:41,961 [salt.state       ][INFO    ][29953] Completed state [cmp001] at time 09:56:41.960754 duration_in_ms=0.823
2017-12-28 09:56:41,961 [salt.state       ][INFO    ][29953] Running state [dbs01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.960963
2017-12-28 09:56:41,962 [salt.state       ][INFO    ][29953] Executing state host.present for dbs01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,962 [salt.state       ][INFO    ][29953] Host dbs01.baremetal-mcp-pike-odl-ha.local (192.168.10.51) already present
2017-12-28 09:56:41,962 [salt.state       ][INFO    ][29953] Completed state [dbs01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.962396 duration_in_ms=1.433
2017-12-28 09:56:41,963 [salt.state       ][INFO    ][29953] Running state [dbs01] at time 09:56:41.962604
2017-12-28 09:56:41,963 [salt.state       ][INFO    ][29953] Executing state host.present for dbs01
2017-12-28 09:56:41,963 [salt.state       ][INFO    ][29953] Host dbs01 (192.168.10.51) already present
2017-12-28 09:56:41,963 [salt.state       ][INFO    ][29953] Completed state [dbs01] at time 09:56:41.963425 duration_in_ms=0.821
2017-12-28 09:56:41,965 [salt.state       ][INFO    ][29953] Running state [dbs02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.964477
2017-12-28 09:56:41,965 [salt.state       ][INFO    ][29953] Executing state host.present for dbs02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,965 [salt.state       ][INFO    ][29953] Host dbs02.baremetal-mcp-pike-odl-ha.local (192.168.10.52) already present
2017-12-28 09:56:41,965 [salt.state       ][INFO    ][29953] Completed state [dbs02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.965321 duration_in_ms=0.844
2017-12-28 09:56:41,966 [salt.state       ][INFO    ][29953] Running state [dbs02] at time 09:56:41.965841
2017-12-28 09:56:41,966 [salt.state       ][INFO    ][29953] Executing state host.present for dbs02
2017-12-28 09:56:41,967 [salt.state       ][INFO    ][29953] Host dbs02 (192.168.10.52) already present
2017-12-28 09:56:41,967 [salt.state       ][INFO    ][29953] Completed state [dbs02] at time 09:56:41.966674 duration_in_ms=0.833
2017-12-28 09:56:41,967 [salt.state       ][INFO    ][29953] Running state [dbs03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.966885
2017-12-28 09:56:41,967 [salt.state       ][INFO    ][29953] Executing state host.present for dbs03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,968 [salt.state       ][INFO    ][29953] Host dbs03.baremetal-mcp-pike-odl-ha.local (192.168.10.53) already present
2017-12-28 09:56:41,968 [salt.state       ][INFO    ][29953] Completed state [dbs03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.967707 duration_in_ms=0.822
2017-12-28 09:56:41,968 [salt.state       ][INFO    ][29953] Running state [dbs03] at time 09:56:41.967916
2017-12-28 09:56:41,968 [salt.state       ][INFO    ][29953] Executing state host.present for dbs03
2017-12-28 09:56:41,969 [salt.state       ][INFO    ][29953] Host dbs03 (192.168.10.53) already present
2017-12-28 09:56:41,969 [salt.state       ][INFO    ][29953] Completed state [dbs03] at time 09:56:41.968745 duration_in_ms=0.829
2017-12-28 09:56:41,969 [salt.state       ][INFO    ][29953] Running state [odl01] at time 09:56:41.968959
2017-12-28 09:56:41,969 [salt.state       ][INFO    ][29953] Executing state host.present for odl01
2017-12-28 09:56:41,970 [salt.state       ][INFO    ][29953] Host odl01 (192.168.10.111) already present
2017-12-28 09:56:41,970 [salt.state       ][INFO    ][29953] Completed state [odl01] at time 09:56:41.969834 duration_in_ms=0.875
2017-12-28 09:56:41,970 [salt.state       ][INFO    ][29953] Running state [odl01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.970040
2017-12-28 09:56:41,970 [salt.state       ][INFO    ][29953] Executing state host.present for odl01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,971 [salt.state       ][INFO    ][29953] Host odl01.baremetal-mcp-pike-odl-ha.local (192.168.10.111) already present
2017-12-28 09:56:41,971 [salt.state       ][INFO    ][29953] Completed state [odl01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.970861 duration_in_ms=0.821
2017-12-28 09:56:41,971 [salt.state       ][INFO    ][29953] Running state [mas01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.971072
2017-12-28 09:56:41,971 [salt.state       ][INFO    ][29953] Executing state host.present for mas01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,972 [salt.state       ][INFO    ][29953] Host mas01.baremetal-mcp-pike-odl-ha.local (192.168.10.3) already present
2017-12-28 09:56:41,972 [salt.state       ][INFO    ][29953] Completed state [mas01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.971909 duration_in_ms=0.837
2017-12-28 09:56:41,972 [salt.state       ][INFO    ][29953] Running state [mas01] at time 09:56:41.972116
2017-12-28 09:56:41,972 [salt.state       ][INFO    ][29953] Executing state host.present for mas01
2017-12-28 09:56:41,973 [salt.state       ][INFO    ][29953] Host mas01 (192.168.10.3) already present
2017-12-28 09:56:41,973 [salt.state       ][INFO    ][29953] Completed state [mas01] at time 09:56:41.972952 duration_in_ms=0.836
2017-12-28 09:56:41,973 [salt.state       ][INFO    ][29953] Running state [ctl02] at time 09:56:41.973183
2017-12-28 09:56:41,973 [salt.state       ][INFO    ][29953] Executing state host.present for ctl02
2017-12-28 09:56:41,974 [salt.state       ][INFO    ][29953] Host ctl02 (192.168.10.12) already present
2017-12-28 09:56:41,974 [salt.state       ][INFO    ][29953] Completed state [ctl02] at time 09:56:41.974310 duration_in_ms=1.127
2017-12-28 09:56:41,975 [salt.state       ][INFO    ][29953] Running state [ctl02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.975362
2017-12-28 09:56:41,976 [salt.state       ][INFO    ][29953] Executing state host.present for ctl02.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,976 [salt.state       ][INFO    ][29953] Host ctl02.baremetal-mcp-pike-odl-ha.local (192.168.10.12) already present
2017-12-28 09:56:41,977 [salt.state       ][INFO    ][29953] Completed state [ctl02.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.976485 duration_in_ms=1.122
2017-12-28 09:56:41,977 [salt.state       ][INFO    ][29953] Running state [ctl03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.976696
2017-12-28 09:56:41,977 [salt.state       ][INFO    ][29953] Executing state host.present for ctl03.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,978 [salt.state       ][INFO    ][29953] Host ctl03.baremetal-mcp-pike-odl-ha.local (192.168.10.13) already present
2017-12-28 09:56:41,978 [salt.state       ][INFO    ][29953] Completed state [ctl03.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.977873 duration_in_ms=1.177
2017-12-28 09:56:41,978 [salt.state       ][INFO    ][29953] Running state [ctl03] at time 09:56:41.978082
2017-12-28 09:56:41,978 [salt.state       ][INFO    ][29953] Executing state host.present for ctl03
2017-12-28 09:56:41,979 [salt.state       ][INFO    ][29953] Host ctl03 (192.168.10.13) already present
2017-12-28 09:56:41,979 [salt.state       ][INFO    ][29953] Completed state [ctl03] at time 09:56:41.978884 duration_in_ms=0.802
2017-12-28 09:56:41,979 [salt.state       ][INFO    ][29953] Running state [ctl01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.979094
2017-12-28 09:56:41,979 [salt.state       ][INFO    ][29953] Executing state host.present for ctl01.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,980 [salt.state       ][INFO    ][29953] Host ctl01.baremetal-mcp-pike-odl-ha.local (192.168.10.11) already present
2017-12-28 09:56:41,980 [salt.state       ][INFO    ][29953] Completed state [ctl01.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.980002 duration_in_ms=0.908
2017-12-28 09:56:41,980 [salt.state       ][INFO    ][29953] Running state [ctl01] at time 09:56:41.980214
2017-12-28 09:56:41,980 [salt.state       ][INFO    ][29953] Executing state host.present for ctl01
2017-12-28 09:56:41,981 [salt.state       ][INFO    ][29953] Host ctl01 (192.168.10.11) already present
2017-12-28 09:56:41,981 [salt.state       ][INFO    ][29953] Completed state [ctl01] at time 09:56:41.981337 duration_in_ms=1.123
2017-12-28 09:56:41,982 [salt.state       ][INFO    ][29953] Running state [ctl] at time 09:56:41.981589
2017-12-28 09:56:41,982 [salt.state       ][INFO    ][29953] Executing state host.present for ctl
2017-12-28 09:56:41,982 [salt.state       ][INFO    ][29953] Host ctl (192.168.10.10) already present
2017-12-28 09:56:41,982 [salt.state       ][INFO    ][29953] Completed state [ctl] at time 09:56:41.982407 duration_in_ms=0.818
2017-12-28 09:56:41,983 [salt.state       ][INFO    ][29953] Running state [ctl.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.982615
2017-12-28 09:56:41,983 [salt.state       ][INFO    ][29953] Executing state host.present for ctl.baremetal-mcp-pike-odl-ha.local
2017-12-28 09:56:41,983 [salt.state       ][INFO    ][29953] Host ctl.baremetal-mcp-pike-odl-ha.local (192.168.10.10) already present
2017-12-28 09:56:41,983 [salt.state       ][INFO    ][29953] Completed state [ctl.baremetal-mcp-pike-odl-ha.local] at time 09:56:41.983408 duration_in_ms=0.794
2017-12-28 09:56:41,984 [salt.state       ][INFO    ][29953] Running state [rabbit@master] at time 09:56:41.984420
2017-12-28 09:56:41,985 [salt.state       ][INFO    ][29953] Executing state rabbitmq_cluster.join for rabbit@master
2017-12-28 09:56:41,985 [salt.loaded.int.module.cmdmod][INFO    ][29953] Executing command ['rabbitmqctl', 'cluster_status'] as user 'root' in directory '/root'
2017-12-28 09:56:43,202 [salt.state       ][INFO    ][29953] Already in cluster
2017-12-28 09:56:43,203 [salt.state       ][INFO    ][29953] Completed state [rabbit@master] at time 09:56:43.202611 duration_in_ms=1218.189
2017-12-28 09:56:43,208 [salt.minion      ][INFO    ][29953] Returning information for job: 20171228095607720503
2017-12-28 09:56:44,076 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command cmd.run with jid 20171228095644056738
2017-12-28 09:56:44,107 [salt.minion      ][INFO    ][1460] Starting a new job with PID 1460
2017-12-28 09:56:44,116 [salt.loaded.int.module.cmdmod][INFO    ][1460] Executing command 'rabbitmqctl cluster_status' in directory '/root'
2017-12-28 09:56:45,357 [salt.minion      ][INFO    ][1460] Returning information for job: 20171228095644056738
2017-12-28 09:57:43,912 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command state.sls with jid 20171228095743895472
2017-12-28 09:57:43,939 [salt.minion      ][INFO    ][1628] Starting a new job with PID 1628
2017-12-28 09:57:45,328 [salt.state       ][INFO    ][1628] Loading fresh modules for state activity
2017-12-28 09:57:45,367 [salt.fileclient  ][INFO    ][1628] Fetching file from saltenv 'base', ** done ** 'haproxy/init.sls'
2017-12-28 09:57:45,396 [salt.fileclient  ][INFO    ][1628] Fetching file from saltenv 'base', ** done ** 'haproxy/proxy.sls'
2017-12-28 09:57:45,537 [salt.fileclient  ][INFO    ][1628] Fetching file from saltenv 'base', ** done ** 'haproxy/map.jinja'
2017-12-28 09:57:46,071 [salt.state       ][INFO    ][1628] Running state [haproxy] at time 09:57:46.070918
2017-12-28 09:57:46,072 [salt.state       ][INFO    ][1628] Executing state pkg.installed for haproxy
2017-12-28 09:57:46,073 [salt.loaded.int.module.cmdmod][INFO    ][1628] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-12-28 09:57:46,765 [salt.state       ][INFO    ][1628] Package haproxy is already installed
2017-12-28 09:57:46,765 [salt.state       ][INFO    ][1628] Completed state [haproxy] at time 09:57:46.764813 duration_in_ms=693.895
2017-12-28 09:57:46,767 [salt.state       ][INFO    ][1628] Running state [/etc/default/haproxy] at time 09:57:46.767168
2017-12-28 09:57:46,768 [salt.state       ][INFO    ][1628] Executing state file.managed for /etc/default/haproxy
2017-12-28 09:57:46,795 [salt.fileclient  ][INFO    ][1628] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.default'
2017-12-28 09:57:46,797 [salt.state       ][INFO    ][1628] File /etc/default/haproxy is in the correct state
2017-12-28 09:57:46,797 [salt.state       ][INFO    ][1628] Completed state [/etc/default/haproxy] at time 09:57:46.796958 duration_in_ms=29.79
2017-12-28 09:57:46,798 [salt.state       ][INFO    ][1628] Running state [/etc/haproxy/haproxy.cfg] at time 09:57:46.797764
2017-12-28 09:57:46,798 [salt.state       ][INFO    ][1628] Executing state file.managed for /etc/haproxy/haproxy.cfg
2017-12-28 09:57:46,817 [salt.fileclient  ][INFO    ][1628] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.cfg'
2017-12-28 09:57:46,990 [salt.fileclient  ][INFO    ][1628] Fetching file from saltenv 'base', ** done ** 'haproxy/map.jinja'
2017-12-28 09:57:46,999 [salt.state       ][INFO    ][1628] File /etc/haproxy/haproxy.cfg is in the correct state
2017-12-28 09:57:46,999 [salt.state       ][INFO    ][1628] Completed state [/etc/haproxy/haproxy.cfg] at time 09:57:46.999322 duration_in_ms=201.556
2017-12-28 09:57:47,000 [salt.state       ][INFO    ][1628] Running state [/etc/haproxy/ssl] at time 09:57:46.999816
2017-12-28 09:57:47,001 [salt.state       ][INFO    ][1628] Executing state file.directory for /etc/haproxy/ssl
2017-12-28 09:57:47,001 [salt.state       ][INFO    ][1628] Directory /etc/haproxy/ssl is in the correct state
2017-12-28 09:57:47,002 [salt.state       ][INFO    ][1628] Completed state [/etc/haproxy/ssl] at time 09:57:47.001795 duration_in_ms=1.979
2017-12-28 09:57:47,002 [salt.state       ][INFO    ][1628] Running state [haproxy_status_packages] at time 09:57:47.002183
2017-12-28 09:57:47,003 [salt.state       ][INFO    ][1628] Executing state pkg.installed for haproxy_status_packages
2017-12-28 09:57:47,008 [salt.state       ][INFO    ][1628] All specified packages are already installed
2017-12-28 09:57:47,009 [salt.state       ][INFO    ][1628] Completed state [haproxy_status_packages] at time 09:57:47.008640 duration_in_ms=6.457
2017-12-28 09:57:47,010 [salt.state       ][INFO    ][1628] Running state [/usr/bin/haproxy-status.sh] at time 09:57:47.009660
2017-12-28 09:57:47,010 [salt.state       ][INFO    ][1628] Executing state file.managed for /usr/bin/haproxy-status.sh
2017-12-28 09:57:47,030 [salt.fileclient  ][INFO    ][1628] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy-status.sh'
2017-12-28 09:57:47,050 [salt.fileclient  ][INFO    ][1628] Fetching file from saltenv 'base', ** done ** 'haproxy/map.jinja'
2017-12-28 09:57:47,056 [salt.state       ][INFO    ][1628] File /usr/bin/haproxy-status.sh is in the correct state
2017-12-28 09:57:47,057 [salt.state       ][INFO    ][1628] Completed state [/usr/bin/haproxy-status.sh] at time 09:57:47.056500 duration_in_ms=46.839
2017-12-28 09:57:47,058 [salt.state       ][INFO    ][1628] Running state [net.ipv4.ip_nonlocal_bind] at time 09:57:47.057588
2017-12-28 09:57:47,058 [salt.state       ][INFO    ][1628] Executing state sysctl.present for net.ipv4.ip_nonlocal_bind
2017-12-28 09:57:47,075 [salt.loaded.int.module.cmdmod][INFO    ][1628] Executing command 'sysctl -a' in directory '/root'
2017-12-28 09:57:47,102 [salt.state       ][INFO    ][1628] Sysctl value net.ipv4.ip_nonlocal_bind = 1 is already set
2017-12-28 09:57:47,102 [salt.state       ][INFO    ][1628] Completed state [net.ipv4.ip_nonlocal_bind] at time 09:57:47.102269 duration_in_ms=44.68
2017-12-28 09:57:47,104 [salt.state       ][INFO    ][1628] Running state [haproxy] at time 09:57:47.104064
2017-12-28 09:57:47,105 [salt.state       ][INFO    ][1628] Executing state service.running for haproxy
2017-12-28 09:57:47,106 [salt.loaded.int.module.cmdmod][INFO    ][1628] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2017-12-28 09:57:47,125 [salt.loaded.int.module.cmdmod][INFO    ][1628] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2017-12-28 09:57:47,141 [salt.loaded.int.module.cmdmod][INFO    ][1628] Executing command ['systemctl', 'is-enabled', 'haproxy.service'] in directory '/root'
2017-12-28 09:57:47,158 [salt.state       ][INFO    ][1628] The service haproxy is already running
2017-12-28 09:57:47,159 [salt.state       ][INFO    ][1628] Completed state [haproxy] at time 09:57:47.158466 duration_in_ms=54.401
2017-12-28 09:57:47,160 [salt.minion      ][INFO    ][1628] Returning information for job: 20171228095743895472
2017-12-28 09:57:50,299 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command service.status with jid 20171228095750281981
2017-12-28 09:57:50,324 [salt.minion      ][INFO    ][1657] Starting a new job with PID 1657
2017-12-28 09:57:50,490 [salt.loaded.int.module.cmdmod][INFO    ][1657] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2017-12-28 09:57:50,502 [salt.loaded.int.module.cmdmod][INFO    ][1657] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2017-12-28 09:57:50,515 [salt.minion      ][INFO    ][1657] Returning information for job: 20171228095750281981
2017-12-28 09:57:52,271 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command service.restart with jid 20171228095752251284
2017-12-28 09:57:52,298 [salt.minion      ][INFO    ][1670] Starting a new job with PID 1670
2017-12-28 09:57:52,466 [salt.loaded.int.module.cmdmod][INFO    ][1670] Executing command ['systemctl', 'status', 'rsyslog.service', '-n', '0'] in directory '/root'
2017-12-28 09:57:52,479 [salt.loaded.int.module.cmdmod][INFO    ][1670] Executing command ['systemctl', 'is-enabled', 'rsyslog.service'] in directory '/root'
2017-12-28 09:57:52,504 [salt.loaded.int.module.cmdmod][INFO    ][1670] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'rsyslog.service'] in directory '/root'
2017-12-28 09:57:52,556 [salt.minion      ][INFO    ][1670] Returning information for job: 20171228095752251284
2017-12-28 10:18:10,649 [salt.minion      ][INFO    ][1815] User sudo_ubuntu Executing command cp.push_dir with jid 20171228101810630812
2017-12-28 10:18:10,684 [salt.minion      ][INFO    ][2914] Starting a new job with PID 2914
