2017-09-14 21:16:03,137 [salt.cli.daemons ][WARNING ][875] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-09-14 21:16:29,535 [salt.state       ][ERROR   ][999] No contents found in top file
2017-09-14 21:16:39,601 [py.warnings      ][WARNING ][1096] /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-09-14 21:16:50,918 [salt.loaded.int.module.cmdmod][ERROR   ][1096] 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-09-14 21:16:53,496 [salt.loaded.int.module.cmdmod][INFO    ][1312] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-09-14 21:16:53,507 [salt.loaded.int.module.cmdmod][INFO    ][1312] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-09-14 21:16:53,522 [salt.loaded.int.module.cmdmod][INFO    ][1312] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'salt-minion.service'] in directory '/root'
2017-09-14 21:16:53,574 [salt.utils.parsers][WARNING ][875] Minion received a SIGTERM. Exiting.
2017-09-14 21:16:53,576 [tornado.general  ][ERROR   ][875] 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 242, in wrapper
    Runner(result, future, yielded)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 818, in __init__
    self.run()
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 879, in run
    yielded = self.gen.send(value)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 437, in wrap_callback
    callback(payload)
  File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 2136, in _handle_payload
    self._handle_decoded_payload(payload['load'])
  File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 1259, in _handle_decoded_payload
    process.join()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 145, in join
    res = self._popen.wait(timeout)
  File "/usr/lib/python2.7/multiprocessing/forking.py", line 154, in wait
    return self.poll(0)
  File "/usr/lib/python2.7/multiprocessing/forking.py", line 135, in poll
    pid, sts = os.waitpid(self.pid, flag)
  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-09-14 21:16:53,591 [tornado.general  ][ERROR   ][875] 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 242, in wrapper
    Runner(result, future, yielded)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 818, in __init__
    self.run()
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 879, in run
    yielded = self.gen.send(value)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 437, in wrap_callback
    callback(payload)
  File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 2136, in _handle_payload
    self._handle_decoded_payload(payload['load'])
  File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 1259, in _handle_decoded_payload
    process.join()
  File "/usr/lib/python2.7/multiprocessing/process.py", line 145, in join
    res = self._popen.wait(timeout)
  File "/usr/lib/python2.7/multiprocessing/forking.py", line 154, in wait
    return self.poll(0)
  File "/usr/lib/python2.7/multiprocessing/forking.py", line 135, in poll
    pid, sts = os.waitpid(self.pid, flag)
  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-09-14 21:16:53,928 [salt.cli.daemons ][INFO    ][1369] Setting up the Salt Minion "mdb01.baremetal-mcp-ocata-odl-ha.local"
2017-09-14 21:16:54,464 [salt.minion      ][INFO    ][1369] Creating minion process manager
2017-09-14 21:16:54,465 [salt.cli.daemons ][WARNING ][1369] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-09-14 21:16:54,465 [salt.cli.daemons ][INFO    ][1369] The Salt Minion is starting up
2017-09-14 21:16:54,465 [salt.minion      ][INFO    ][1369] Minion is starting as user 'root'
2017-09-14 21:16:54,466 [salt.utils.event ][INFO    ][1369] Starting pull socket on /var/run/salt/minion/minion_event_f0330f0558_pull.ipc
2017-09-14 21:16:55,514 [salt.loaded.int.module.cmdmod][INFO    ][1369] Executing command ['date', '+%z'] in directory '/root'
2017-09-14 21:16:55,529 [salt.utils.schedule][INFO    ][1369] Updating job settings for scheduled job: __mine_interval
2017-09-14 21:16:55,534 [salt.minion      ][INFO    ][1369] Added mine.update to scheduler
2017-09-14 21:16:55,564 [salt.minion      ][INFO    ][1369] Minion is ready to receive requests!
2017-09-14 21:16:56,566 [salt.utils.schedule][INFO    ][1369] Running scheduled job: __mine_interval
2017-09-14 21:17:03,594 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211703584348
2017-09-14 21:17:03,617 [salt.minion      ][INFO    ][1463] Starting a new job with PID 1463
2017-09-14 21:17:03,633 [salt.minion      ][INFO    ][1463] Returning information for job: 20170914211703584348
2017-09-14 21:17:13,743 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211713727729
2017-09-14 21:17:13,772 [salt.minion      ][INFO    ][1473] Starting a new job with PID 1473
2017-09-14 21:17:13,787 [salt.minion      ][INFO    ][1473] Returning information for job: 20170914211713727729
2017-09-14 21:17:23,840 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211723833553
2017-09-14 21:17:23,857 [salt.minion      ][INFO    ][1478] Starting a new job with PID 1478
2017-09-14 21:17:23,874 [salt.minion      ][INFO    ][1478] Returning information for job: 20170914211723833553
2017-09-14 21:17:34,057 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211734045156
2017-09-14 21:17:34,085 [salt.minion      ][INFO    ][1488] Starting a new job with PID 1488
2017-09-14 21:17:34,102 [salt.minion      ][INFO    ][1488] Returning information for job: 20170914211734045156
2017-09-14 21:17:44,132 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211744121728
2017-09-14 21:17:44,164 [salt.minion      ][INFO    ][1493] Starting a new job with PID 1493
2017-09-14 21:17:44,178 [salt.minion      ][INFO    ][1493] Returning information for job: 20170914211744121728
2017-09-14 21:17:54,340 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211754329882
2017-09-14 21:17:54,367 [salt.minion      ][INFO    ][1498] Starting a new job with PID 1498
2017-09-14 21:17:54,383 [salt.minion      ][INFO    ][1498] Returning information for job: 20170914211754329882
2017-09-14 21:18:04,466 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211804456571
2017-09-14 21:18:04,491 [salt.minion      ][INFO    ][1508] Starting a new job with PID 1508
2017-09-14 21:18:04,508 [salt.minion      ][INFO    ][1508] Returning information for job: 20170914211804456571
2017-09-14 21:18:14,500 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211814484821
2017-09-14 21:18:14,526 [salt.minion      ][INFO    ][1513] Starting a new job with PID 1513
2017-09-14 21:18:14,546 [salt.minion      ][INFO    ][1513] Returning information for job: 20170914211814484821
2017-09-14 21:18:24,576 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211824565262
2017-09-14 21:18:24,595 [salt.minion      ][INFO    ][1518] Starting a new job with PID 1518
2017-09-14 21:18:24,610 [salt.minion      ][INFO    ][1518] Returning information for job: 20170914211824565262
2017-09-14 21:18:34,629 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211834615975
2017-09-14 21:18:34,660 [salt.minion      ][INFO    ][1548] Starting a new job with PID 1548
2017-09-14 21:18:34,675 [salt.minion      ][INFO    ][1548] Returning information for job: 20170914211834615975
2017-09-14 21:18:44,700 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211844690934
2017-09-14 21:18:44,730 [salt.minion      ][INFO    ][1553] Starting a new job with PID 1553
2017-09-14 21:18:44,748 [salt.minion      ][INFO    ][1553] Returning information for job: 20170914211844690934
2017-09-14 21:18:54,874 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211854860258
2017-09-14 21:18:54,904 [salt.minion      ][INFO    ][1570] Starting a new job with PID 1570
2017-09-14 21:18:54,920 [salt.minion      ][INFO    ][1570] Returning information for job: 20170914211854860258
2017-09-14 21:19:04,906 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211904892035
2017-09-14 21:19:04,932 [salt.minion      ][INFO    ][1575] Starting a new job with PID 1575
2017-09-14 21:19:04,948 [salt.minion      ][INFO    ][1575] Returning information for job: 20170914211904892035
2017-09-14 21:19:14,992 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211914978046
2017-09-14 21:19:15,014 [salt.minion      ][INFO    ][1580] Starting a new job with PID 1580
2017-09-14 21:19:15,029 [salt.minion      ][INFO    ][1580] Returning information for job: 20170914211914978046
2017-09-14 21:19:25,211 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211925197331
2017-09-14 21:19:25,237 [salt.minion      ][INFO    ][1590] Starting a new job with PID 1590
2017-09-14 21:19:25,258 [salt.minion      ][INFO    ][1590] Returning information for job: 20170914211925197331
2017-09-14 21:19:35,237 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211935223036
2017-09-14 21:19:35,266 [salt.minion      ][INFO    ][1595] Starting a new job with PID 1595
2017-09-14 21:19:35,281 [salt.minion      ][INFO    ][1595] Returning information for job: 20170914211935223036
2017-09-14 21:19:45,303 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211945290325
2017-09-14 21:19:45,330 [salt.minion      ][INFO    ][1600] Starting a new job with PID 1600
2017-09-14 21:19:45,344 [salt.minion      ][INFO    ][1600] Returning information for job: 20170914211945290325
2017-09-14 21:19:55,505 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914211955490502
2017-09-14 21:19:55,534 [salt.minion      ][INFO    ][1610] Starting a new job with PID 1610
2017-09-14 21:19:55,549 [salt.minion      ][INFO    ][1610] Returning information for job: 20170914211955490502
2017-09-14 21:20:05,644 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212005629338
2017-09-14 21:20:05,668 [salt.minion      ][INFO    ][1615] Starting a new job with PID 1615
2017-09-14 21:20:05,684 [salt.minion      ][INFO    ][1615] Returning information for job: 20170914212005629338
2017-09-14 21:20:15,817 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212015803949
2017-09-14 21:20:15,843 [salt.minion      ][INFO    ][1625] Starting a new job with PID 1625
2017-09-14 21:20:15,860 [salt.minion      ][INFO    ][1625] Returning information for job: 20170914212015803949
2017-09-14 21:20:36,929 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command state.apply with jid 20170914212036914919
2017-09-14 21:20:36,960 [salt.minion      ][INFO    ][1635] Starting a new job with PID 1635
2017-09-14 21:20:40,807 [salt.state       ][INFO    ][1635] Loading fresh modules for state activity
2017-09-14 21:20:40,847 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/init.sls'
2017-09-14 21:20:40,874 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/init.sls'
2017-09-14 21:20:40,915 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:40,981 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/env.sls'
2017-09-14 21:20:41,169 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:41,359 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/profile.sls'
2017-09-14 21:20:41,391 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:41,474 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/repo.sls'
2017-09-14 21:20:41,551 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:41,654 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/package.sls'
2017-09-14 21:20:41,681 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:41,765 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/timezone.sls'
2017-09-14 21:20:41,783 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:41,849 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/kernel.sls'
2017-09-14 21:20:41,897 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:41,949 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/cpu.sls'
2017-09-14 21:20:41,968 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,009 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/sysfs.sls'
2017-09-14 21:20:42,027 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,101 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/locale.sls'
2017-09-14 21:20:42,123 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,182 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/user.sls'
2017-09-14 21:20:42,237 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,319 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/group.sls'
2017-09-14 21:20:42,360 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,417 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/limit.sls'
2017-09-14 21:20:42,459 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,524 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/system/systemd.sls'
2017-09-14 21:20:42,551 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,623 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/network/init.sls'
2017-09-14 21:20:42,644 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,704 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/network/hostname.sls'
2017-09-14 21:20:42,720 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,777 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/network/host.sls'
2017-09-14 21:20:42,824 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:42,896 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/network/interface.sls'
2017-09-14 21:20:42,960 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:43,010 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/network/proxy.sls'
2017-09-14 21:20:43,030 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:43,085 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/storage/init.sls'
2017-09-14 21:20:43,107 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:43,154 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'ntp/init.sls'
2017-09-14 21:20:43,166 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'ntp/client.sls'
2017-09-14 21:20:43,182 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-09-14 21:20:43,200 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'ntp/server.sls'
2017-09-14 21:20:43,218 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-09-14 21:20:43,231 [salt.state       ][INFO    ][1635] Running state [/etc/environment] at time 21:20:43.231171
2017-09-14 21:20:43,231 [salt.state       ][INFO    ][1635] Executing state file.blockreplace for /etc/environment
2017-09-14 21:20:43,237 [salt.state       ][INFO    ][1635] 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-09-14 21:20:43,237 [salt.state       ][INFO    ][1635] Completed state [/etc/environment] at time 21:20:43.236788 duration_in_ms=5.618
2017-09-14 21:20:43,237 [salt.state       ][INFO    ][1635] Running state [/etc/profile.d] at time 21:20:43.236959
2017-09-14 21:20:43,237 [salt.state       ][INFO    ][1635] Executing state file.directory for /etc/profile.d
2017-09-14 21:20:43,238 [salt.state       ][INFO    ][1635] Directory /etc/profile.d is in the correct state
2017-09-14 21:20:43,238 [salt.state       ][INFO    ][1635] Completed state [/etc/profile.d] at time 21:20:43.238032 duration_in_ms=1.073
2017-09-14 21:20:43,518 [salt.state       ][INFO    ][1635] Running state [linux_repo_prereq_pkgs] at time 21:20:43.518376
2017-09-14 21:20:43,519 [salt.state       ][INFO    ][1635] Executing state pkg.installed for linux_repo_prereq_pkgs
2017-09-14 21:20:43,519 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:20:43,584 [salt.state       ][INFO    ][1635] All specified packages are already installed
2017-09-14 21:20:43,584 [salt.state       ][INFO    ][1635] Completed state [linux_repo_prereq_pkgs] at time 21:20:43.584312 duration_in_ms=65.937
2017-09-14 21:20:43,585 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback] at time 21:20:43.584519
2017-09-14 21:20:43,585 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback
2017-09-14 21:20:43,585 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback is not present
2017-09-14 21:20:43,585 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback] at time 21:20:43.585143 duration_in_ms=0.623
2017-09-14 21:20:43,585 [salt.state       ][INFO    ][1635] Running state [/etc/apt/preferences.d/mirantis_openstack_holdback] at time 21:20:43.585293
2017-09-14 21:20:43,585 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_holdback
2017-09-14 21:20:43,674 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-14 21:20:43,699 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:20:43,770 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:20:43,770 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/preferences.d/mirantis_openstack_holdback] at time 21:20:43.770225 duration_in_ms=184.931
2017-09-14 21:20:43,781 [salt.state       ][INFO    ][1635] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main] at time 21:20:43.780934
2017-09-14 21:20:43,781 [salt.state       ][INFO    ][1635] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main
2017-09-14 21:20:43,958 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/mirror.fuel-infra.org/mcp-repos/ocata/xenial/archive-mcpocata.key'] in directory '/root'
2017-09-14 21:20:44,581 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:20:47,017 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212047003969
2017-09-14 21:20:47,038 [salt.minion      ][INFO    ][2142] Starting a new job with PID 2142
2017-09-14 21:20:47,055 [salt.minion      ][INFO    ][2142] Returning information for job: 20170914212047003969
2017-09-14 21:20:56,789 [salt.state       ][INFO    ][1635] {'repo': 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main'}
2017-09-14 21:20:56,789 [salt.state       ][INFO    ][1635] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main] at time 21:20:56.789138 duration_in_ms=13008.204
2017-09-14 21:20:56,790 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 21:20:56.789508
2017-09-14 21:20:56,790 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca
2017-09-14 21:20:56,790 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/99proxies-salt-uca is not present
2017-09-14 21:20:56,791 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 21:20:56.790570 duration_in_ms=1.062
2017-09-14 21:20:56,791 [salt.state       ][INFO    ][1635] Running state [/etc/apt/preferences.d/uca] at time 21:20:56.790871
2017-09-14 21:20:56,791 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/preferences.d/uca
2017-09-14 21:20:57,036 [salt.state       ][INFO    ][1635] File /etc/apt/preferences.d/uca is not present
2017-09-14 21:20:57,036 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/preferences.d/uca] at time 21:20:57.036392 duration_in_ms=245.517
2017-09-14 21:20:57,038 [salt.state       ][INFO    ][1635] Running state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main] at time 21:20:57.038356
2017-09-14 21:20:57,039 [salt.state       ][INFO    ][1635] Executing state pkgrepo.managed for deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main
2017-09-14 21:20:57,084 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212057069317
2017-09-14 21:20:57,117 [salt.minion      ][INFO    ][2155] Starting a new job with PID 2155
2017-09-14 21:20:57,134 [salt.minion      ][INFO    ][2155] Returning information for job: 20170914212057069317
2017-09-14 21:20:57,137 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'export', 'EC4926EA'] in directory '/root'
2017-09-14 21:20:57,199 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'adv', '--keyserver', 'keyserver.ubuntu.com', '--logger-fd', '1', '--recv-keys', 'EC4926EA'] in directory '/root'
2017-09-14 21:20:59,944 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:21:03,161 [salt.state       ][INFO    ][1635] {'repo': 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main'}
2017-09-14 21:21:03,162 [salt.state       ][INFO    ][1635] Completed state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main] at time 21:21:03.161608 duration_in_ms=6123.252
2017-09-14 21:21:03,162 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates] at time 21:21:03.162330
2017-09-14 21:21:03,163 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates
2017-09-14 21:21:03,164 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates is not present
2017-09-14 21:21:03,164 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates] at time 21:21:03.164426 duration_in_ms=2.096
2017-09-14 21:21:03,165 [salt.state       ][INFO    ][1635] Running state [/etc/apt/preferences.d/mirantis_openstack_updates] at time 21:21:03.165006
2017-09-14 21:21:03,166 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_updates
2017-09-14 21:21:03,812 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-14 21:21:03,840 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:21:03,897 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:21:03,898 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/preferences.d/mirantis_openstack_updates] at time 21:21:03.897789 duration_in_ms=732.782
2017-09-14 21:21:03,899 [salt.state       ][INFO    ][1635] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main] at time 21:21:03.899124
2017-09-14 21:21:03,900 [salt.state       ][INFO    ][1635] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main
2017-09-14 21:21:03,958 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/mirror.fuel-infra.org/mcp-repos/ocata/xenial/archive-mcpocata.key'] in directory '/root'
2017-09-14 21:21:04,059 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:21:06,182 [salt.state       ][INFO    ][1635] {'repo': 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main'}
2017-09-14 21:21:06,182 [salt.state       ][INFO    ][1635] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main] at time 21:21:06.182269 duration_in_ms=2283.145
2017-09-14 21:21:06,183 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security] at time 21:21:06.182592
2017-09-14 21:21:06,183 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security
2017-09-14 21:21:06,183 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security is not present
2017-09-14 21:21:06,184 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security] at time 21:21:06.183537 duration_in_ms=0.945
2017-09-14 21:21:06,184 [salt.state       ][INFO    ][1635] Running state [/etc/apt/preferences.d/mirantis_openstack_security] at time 21:21:06.183809
2017-09-14 21:21:06,184 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_security
2017-09-14 21:21:06,201 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-14 21:21:06,513 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:21:06,582 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:21:06,583 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/preferences.d/mirantis_openstack_security] at time 21:21:06.582713 duration_in_ms=398.902
2017-09-14 21:21:06,584 [salt.state       ][INFO    ][1635] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main] at time 21:21:06.584202
2017-09-14 21:21:06,585 [salt.state       ][INFO    ][1635] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main
2017-09-14 21:21:06,708 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/mirror.fuel-infra.org/mcp-repos/ocata/xenial/archive-mcpocata.key'] in directory '/root'
2017-09-14 21:21:06,809 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:21:07,189 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212107176763
2017-09-14 21:21:07,207 [salt.minion      ][INFO    ][3477] Starting a new job with PID 3477
2017-09-14 21:21:07,225 [salt.minion      ][INFO    ][3477] Returning information for job: 20170914212107176763
2017-09-14 21:21:09,033 [salt.state       ][INFO    ][1635] {'repo': 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main'}
2017-09-14 21:21:09,033 [salt.state       ][INFO    ][1635] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main] at time 21:21:09.033230 duration_in_ms=2449.028
2017-09-14 21:21:09,034 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 21:21:09.033566
2017-09-14 21:21:09,034 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mk_openstack
2017-09-14 21:21:09,034 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/99proxies-salt-mk_openstack is not present
2017-09-14 21:21:09,035 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 21:21:09.034525 duration_in_ms=0.959
2017-09-14 21:21:09,035 [salt.state       ][INFO    ][1635] Running state [/etc/apt/preferences.d/mk_openstack] at time 21:21:09.034794
2017-09-14 21:21:09,035 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/apt/preferences.d/mk_openstack
2017-09-14 21:21:09,052 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-14 21:21:09,070 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:21:09,100 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:21:09,101 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/preferences.d/mk_openstack] at time 21:21:09.100937 duration_in_ms=66.142
2017-09-14 21:21:09,102 [salt.state       ][INFO    ][1635] Running state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata] at time 21:21:09.101745
2017-09-14 21:21:09,102 [salt.state       ][INFO    ][1635] Executing state pkgrepo.managed for deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata
2017-09-14 21:21:09,518 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/apt-mk.mirantis.com/public.gpg'] in directory '/root'
2017-09-14 21:21:09,651 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:21:12,062 [salt.state       ][INFO    ][1635] {'repo': 'deb [arch=amd64] http://apt-mk.mirantis.com/xenial nightly ocata'}
2017-09-14 21:21:12,063 [salt.state       ][INFO    ][1635] Completed state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata] at time 21:21:12.062479 duration_in_ms=2960.734
2017-09-14 21:21:12,063 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/99proxies-salt-mcp_extra] at time 21:21:12.062698
2017-09-14 21:21:12,063 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mcp_extra
2017-09-14 21:21:12,064 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/99proxies-salt-mcp_extra is not present
2017-09-14 21:21:12,064 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mcp_extra] at time 21:21:12.063769 duration_in_ms=1.072
2017-09-14 21:21:12,064 [salt.state       ][INFO    ][1635] Running state [/etc/apt/preferences.d/mcp_extra] at time 21:21:12.064043
2017-09-14 21:21:12,064 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/apt/preferences.d/mcp_extra
2017-09-14 21:21:12,084 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-14 21:21:12,107 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:21:12,164 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:21:12,165 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/preferences.d/mcp_extra] at time 21:21:12.165119 duration_in_ms=101.075
2017-09-14 21:21:12,167 [salt.state       ][INFO    ][1635] Running state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra] at time 21:21:12.166928
2017-09-14 21:21:12,168 [salt.state       ][INFO    ][1635] Executing state pkgrepo.managed for deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra
2017-09-14 21:21:12,239 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/apt-mk.mirantis.com/public.gpg'] in directory '/root'
2017-09-14 21:21:12,326 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:21:14,392 [salt.state       ][INFO    ][1635] Configured package repo 'deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra'
2017-09-14 21:21:14,392 [salt.state       ][INFO    ][1635] Completed state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra] at time 21:21:14.392072 duration_in_ms=2225.145
2017-09-14 21:21:14,392 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 21:21:14.392416
2017-09-14 21:21:14,393 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack
2017-09-14 21:21:14,393 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack is not present
2017-09-14 21:21:14,394 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 21:21:14.393494 duration_in_ms=1.078
2017-09-14 21:21:14,394 [salt.state       ][INFO    ][1635] Running state [/etc/apt/preferences.d/mirantis_openstack] at time 21:21:14.393782
2017-09-14 21:21:14,394 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack
2017-09-14 21:21:14,414 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-14 21:21:14,433 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:21:14,463 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:21:14,464 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/preferences.d/mirantis_openstack] at time 21:21:14.463481 duration_in_ms=69.698
2017-09-14 21:21:14,464 [salt.state       ][INFO    ][1635] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main] at time 21:21:14.464339
2017-09-14 21:21:14,465 [salt.state       ][INFO    ][1635] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main
2017-09-14 21:21:14,517 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/mirror.fuel-infra.org/mcp-repos/ocata/xenial/archive-mcpocata.key'] in directory '/root'
2017-09-14 21:21:14,614 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:21:17,352 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212117339739
2017-09-14 21:21:17,379 [salt.minion      ][INFO    ][5505] Starting a new job with PID 5505
2017-09-14 21:21:17,392 [salt.minion      ][INFO    ][5505] Returning information for job: 20170914212117339739
2017-09-14 21:21:17,927 [salt.state       ][INFO    ][1635] {'repo': 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main'}
2017-09-14 21:21:17,928 [salt.state       ][INFO    ][1635] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main] at time 21:21:17.927565 duration_in_ms=3463.226
2017-09-14 21:21:17,928 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix] at time 21:21:17.928057
2017-09-14 21:21:17,928 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix
2017-09-14 21:21:17,929 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix is not present
2017-09-14 21:21:17,929 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix] at time 21:21:17.929321 duration_in_ms=1.264
2017-09-14 21:21:17,930 [salt.state       ][INFO    ][1635] Running state [/etc/apt/preferences.d/mirantis_openstack_hotfix] at time 21:21:17.929686
2017-09-14 21:21:17,930 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_hotfix
2017-09-14 21:21:17,950 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-14 21:21:17,976 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:21:18,030 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:21:18,031 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/preferences.d/mirantis_openstack_hotfix] at time 21:21:18.030901 duration_in_ms=101.214
2017-09-14 21:21:18,032 [salt.state       ][INFO    ][1635] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main] at time 21:21:18.032128
2017-09-14 21:21:18,033 [salt.state       ][INFO    ][1635] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main
2017-09-14 21:21:18,099 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/mirror.fuel-infra.org/mcp-repos/ocata/xenial/archive-mcpocata.key'] in directory '/root'
2017-09-14 21:21:18,181 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:21:20,914 [salt.state       ][INFO    ][1635] {'repo': 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main'}
2017-09-14 21:21:20,914 [salt.state       ][INFO    ][1635] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main] at time 21:21:20.914369 duration_in_ms=2882.24
2017-09-14 21:21:20,915 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/99proxies-salt-salt] at time 21:21:20.914962
2017-09-14 21:21:20,916 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-salt
2017-09-14 21:21:20,916 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/99proxies-salt-salt is not present
2017-09-14 21:21:20,917 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/99proxies-salt-salt] at time 21:21:20.916714 duration_in_ms=1.753
2017-09-14 21:21:20,917 [salt.state       ][INFO    ][1635] Running state [/etc/apt/preferences.d/salt] at time 21:21:20.917227
2017-09-14 21:21:20,918 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/preferences.d/salt
2017-09-14 21:21:20,918 [salt.state       ][INFO    ][1635] File /etc/apt/preferences.d/salt is not present
2017-09-14 21:21:20,919 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/preferences.d/salt] at time 21:21:20.918722 duration_in_ms=1.495
2017-09-14 21:21:20,920 [salt.state       ][INFO    ][1635] Running state [deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3 xenial main] at time 21:21:20.920071
2017-09-14 21:21:20,921 [salt.state       ][INFO    ][1635] Executing state pkgrepo.managed for deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3 xenial main
2017-09-14 21:21:21,197 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3/SALTSTACK-GPG-KEY.pub'] in directory '/root'
2017-09-14 21:21:21,301 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:21:24,268 [salt.state       ][INFO    ][1635] Configured package repo 'deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3 xenial main'
2017-09-14 21:21:24,269 [salt.state       ][INFO    ][1635] Completed state [deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3 xenial main] at time 21:21:24.268760 duration_in_ms=3348.688
2017-09-14 21:21:24,269 [salt.state       ][INFO    ][1635] Running state [linux_extra_packages_purged] at time 21:21:24.269172
2017-09-14 21:21:24,270 [salt.state       ][INFO    ][1635] Executing state pkg.purged for linux_extra_packages_purged
2017-09-14 21:21:24,285 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', 'purge', 'cloud-init'] in directory '/root'
2017-09-14 21:21:27,530 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212127517607
2017-09-14 21:21:27,556 [salt.minion      ][INFO    ][6819] Starting a new job with PID 6819
2017-09-14 21:21:27,581 [salt.minion      ][INFO    ][6819] Returning information for job: 20170914212127517607
2017-09-14 21:21:37,578 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212137565480
2017-09-14 21:21:37,602 [salt.minion      ][INFO    ][6925] Starting a new job with PID 6925
2017-09-14 21:21:37,619 [salt.minion      ][INFO    ][6925] Returning information for job: 20170914212137565480
2017-09-14 21:21:40,284 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:21:40,323 [salt.state       ][INFO    ][1635] {'removed': {}, 'installed': {'cloud-init': {'new': '', 'old': '0.7.9-153-g16a7302f-0ubuntu1~16.04.2'}, 'ec2-init': {'new': '', 'old': '1'}}}
2017-09-14 21:21:40,474 [salt.state       ][INFO    ][1635] Loading fresh modules for state activity
2017-09-14 21:21:40,506 [salt.state       ][INFO    ][1635] Completed state [linux_extra_packages_purged] at time 21:21:40.505873 duration_in_ms=16236.698
2017-09-14 21:21:40,518 [salt.state       ][INFO    ][1635] Running state [linux_extra_packages_latest] at time 21:21:40.517746
2017-09-14 21:21:40,518 [salt.state       ][INFO    ][1635] Executing state pkg.latest for linux_extra_packages_latest
2017-09-14 21:21:40,821 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:21:43,602 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-cache', '-q', 'policy', 'python-msgpack'] in directory '/root'
2017-09-14 21:21:43,661 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-cache', '-q', 'policy', 'mcelog'] in directory '/root'
2017-09-14 21:21:43,706 [salt.loaded.int.module.cmdmod][INFO    ][1635] 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-09-14 21:21:47,628 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212147615347
2017-09-14 21:21:47,650 [salt.minion      ][INFO    ][7558] Starting a new job with PID 7558
2017-09-14 21:21:47,702 [salt.minion      ][INFO    ][7558] Returning information for job: 20170914212147615347
2017-09-14 21:21:55,696 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:21:55,718 [salt.state       ][INFO    ][1635] Made the following changes:
'mcelog' changed from 'absent' to '128+dfsg-1'

2017-09-14 21:21:55,726 [salt.state       ][INFO    ][1635] Loading fresh modules for state activity
2017-09-14 21:21:55,739 [salt.state       ][INFO    ][1635] Completed state [linux_extra_packages_latest] at time 21:21:55.739401 duration_in_ms=15221.655
2017-09-14 21:21:55,758 [salt.state       ][INFO    ][1635] Running state [UTC] at time 21:21:55.758334
2017-09-14 21:21:55,759 [salt.state       ][INFO    ][1635] Executing state timezone.system for UTC
2017-09-14 21:21:55,760 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['timedatectl'] in directory '/root'
2017-09-14 21:21:56,558 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['timedatectl'] in directory '/root'
2017-09-14 21:21:56,578 [salt.state       ][INFO    ][1635] Timezone UTC already set, UTC already set to UTC
2017-09-14 21:21:56,579 [salt.state       ][INFO    ][1635] Completed state [UTC] at time 21:21:56.579017 duration_in_ms=820.681
2017-09-14 21:21:56,711 [salt.state       ][INFO    ][1635] Running state [nf_conntrack] at time 21:21:56.710643
2017-09-14 21:21:56,712 [salt.state       ][INFO    ][1635] Executing state kmod.present for nf_conntrack
2017-09-14 21:21:56,713 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'lsmod' in directory '/root'
2017-09-14 21:21:57,738 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212157725163
2017-09-14 21:21:57,764 [salt.minion      ][INFO    ][7682] Starting a new job with PID 7682
2017-09-14 21:21:57,841 [salt.minion      ][INFO    ][7682] Returning information for job: 20170914212157725163
2017-09-14 21:21:57,852 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'lsmod' in directory '/root'
2017-09-14 21:21:57,866 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'modprobe nf_conntrack' in directory '/root'
2017-09-14 21:21:57,940 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'lsmod' in directory '/root'
2017-09-14 21:21:58,016 [salt.state       ][INFO    ][1635] {'nf_conntrack': 'loaded'}
2017-09-14 21:21:58,017 [salt.state       ][INFO    ][1635] Completed state [nf_conntrack] at time 21:21:58.017086 duration_in_ms=1306.444
2017-09-14 21:21:58,038 [salt.state       ][INFO    ][1635] Running state [kernel.panic] at time 21:21:58.037919
2017-09-14 21:21:58,039 [salt.state       ][INFO    ][1635] Executing state sysctl.present for kernel.panic
2017-09-14 21:21:58,041 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,140 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w kernel.panic="60"' in directory '/root'
2017-09-14 21:21:58,152 [salt.state       ][INFO    ][1635] {'kernel.panic': 60}
2017-09-14 21:21:58,153 [salt.state       ][INFO    ][1635] Completed state [kernel.panic] at time 21:21:58.153137 duration_in_ms=115.218
2017-09-14 21:21:58,154 [salt.state       ][INFO    ][1635] Running state [net.ipv4.tcp_keepalive_probes] at time 21:21:58.153676
2017-09-14 21:21:58,154 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.tcp_keepalive_probes
2017-09-14 21:21:58,155 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,249 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.tcp_keepalive_probes="8"' in directory '/root'
2017-09-14 21:21:58,266 [salt.state       ][INFO    ][1635] {'net.ipv4.tcp_keepalive_probes': 8}
2017-09-14 21:21:58,267 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.tcp_keepalive_probes] at time 21:21:58.266930 duration_in_ms=113.252
2017-09-14 21:21:58,268 [salt.state       ][INFO    ][1635] Running state [fs.file-max] at time 21:21:58.267806
2017-09-14 21:21:58,269 [salt.state       ][INFO    ][1635] Executing state sysctl.present for fs.file-max
2017-09-14 21:21:58,270 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,290 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w fs.file-max="124165"' in directory '/root'
2017-09-14 21:21:58,304 [salt.state       ][INFO    ][1635] {'fs.file-max': 124165}
2017-09-14 21:21:58,305 [salt.state       ][INFO    ][1635] Completed state [fs.file-max] at time 21:21:58.304938 duration_in_ms=37.132
2017-09-14 21:21:58,306 [salt.state       ][INFO    ][1635] Running state [net.core.somaxconn] at time 21:21:58.305788
2017-09-14 21:21:58,307 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.core.somaxconn
2017-09-14 21:21:58,308 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,334 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.core.somaxconn="4096"' in directory '/root'
2017-09-14 21:21:58,347 [salt.state       ][INFO    ][1635] {'net.core.somaxconn': 4096}
2017-09-14 21:21:58,348 [salt.state       ][INFO    ][1635] Completed state [net.core.somaxconn] at time 21:21:58.348255 duration_in_ms=42.466
2017-09-14 21:21:58,349 [salt.state       ][INFO    ][1635] Running state [net.ipv4.tcp_max_syn_backlog] at time 21:21:58.348954
2017-09-14 21:21:58,350 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.tcp_max_syn_backlog
2017-09-14 21:21:58,351 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,375 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.tcp_max_syn_backlog="8192"' in directory '/root'
2017-09-14 21:21:58,387 [salt.state       ][INFO    ][1635] {'net.ipv4.tcp_max_syn_backlog': 8192}
2017-09-14 21:21:58,388 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.tcp_max_syn_backlog] at time 21:21:58.388113 duration_in_ms=39.158
2017-09-14 21:21:58,389 [salt.state       ][INFO    ][1635] Running state [net.ipv4.tcp_tw_reuse] at time 21:21:58.388786
2017-09-14 21:21:58,390 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.tcp_tw_reuse
2017-09-14 21:21:58,391 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,445 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.tcp_tw_reuse="1"' in directory '/root'
2017-09-14 21:21:58,462 [salt.state       ][INFO    ][1635] {'net.ipv4.tcp_tw_reuse': 1}
2017-09-14 21:21:58,463 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.tcp_tw_reuse] at time 21:21:58.463314 duration_in_ms=74.526
2017-09-14 21:21:58,464 [salt.state       ][INFO    ][1635] Running state [net.ipv4.tcp_congestion_control] at time 21:21:58.464208
2017-09-14 21:21:58,465 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.tcp_congestion_control
2017-09-14 21:21:58,466 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,495 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.tcp_congestion_control="yeah"' in directory '/root'
2017-09-14 21:21:58,549 [salt.state       ][INFO    ][1635] {'net.ipv4.tcp_congestion_control': 'yeah'}
2017-09-14 21:21:58,550 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.tcp_congestion_control] at time 21:21:58.550272 duration_in_ms=86.063
2017-09-14 21:21:58,551 [salt.state       ][INFO    ][1635] Running state [net.ipv4.tcp_retries2] at time 21:21:58.551018
2017-09-14 21:21:58,552 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.tcp_retries2
2017-09-14 21:21:58,553 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,577 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.tcp_retries2="5"' in directory '/root'
2017-09-14 21:21:58,589 [salt.state       ][INFO    ][1635] {'net.ipv4.tcp_retries2': 5}
2017-09-14 21:21:58,590 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.tcp_retries2] at time 21:21:58.589713 duration_in_ms=38.695
2017-09-14 21:21:58,590 [salt.state       ][INFO    ][1635] Running state [net.ipv4.tcp_fin_timeout] at time 21:21:58.590288
2017-09-14 21:21:58,591 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.tcp_fin_timeout
2017-09-14 21:21:58,592 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,616 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.tcp_fin_timeout="30"' in directory '/root'
2017-09-14 21:21:58,631 [salt.state       ][INFO    ][1635] {'net.ipv4.tcp_fin_timeout': 30}
2017-09-14 21:21:58,632 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.tcp_fin_timeout] at time 21:21:58.631545 duration_in_ms=41.255
2017-09-14 21:21:58,632 [salt.state       ][INFO    ][1635] Running state [net.ipv4.tcp_slow_start_after_idle] at time 21:21:58.632146
2017-09-14 21:21:58,633 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.tcp_slow_start_after_idle
2017-09-14 21:21:58,633 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,653 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.tcp_slow_start_after_idle="0"' in directory '/root'
2017-09-14 21:21:58,665 [salt.state       ][INFO    ][1635] {'net.ipv4.tcp_slow_start_after_idle': 0}
2017-09-14 21:21:58,665 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.tcp_slow_start_after_idle] at time 21:21:58.665430 duration_in_ms=33.283
2017-09-14 21:21:58,666 [salt.state       ][INFO    ][1635] Running state [vm.swappiness] at time 21:21:58.665891
2017-09-14 21:21:58,666 [salt.state       ][INFO    ][1635] Executing state sysctl.present for vm.swappiness
2017-09-14 21:21:58,667 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,690 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w vm.swappiness="10"' in directory '/root'
2017-09-14 21:21:58,700 [salt.state       ][INFO    ][1635] {'vm.swappiness': 10}
2017-09-14 21:21:58,701 [salt.state       ][INFO    ][1635] Completed state [vm.swappiness] at time 21:21:58.700743 duration_in_ms=34.85
2017-09-14 21:21:58,701 [salt.state       ][INFO    ][1635] Running state [net.ipv4.tcp_keepalive_intvl] at time 21:21:58.701054
2017-09-14 21:21:58,701 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.tcp_keepalive_intvl
2017-09-14 21:21:58,702 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,719 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.tcp_keepalive_intvl="3"' in directory '/root'
2017-09-14 21:21:58,727 [salt.state       ][INFO    ][1635] {'net.ipv4.tcp_keepalive_intvl': 3}
2017-09-14 21:21:58,728 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.tcp_keepalive_intvl] at time 21:21:58.727711 duration_in_ms=26.656
2017-09-14 21:21:58,728 [salt.state       ][INFO    ][1635] Running state [net.ipv4.neigh.default.gc_thresh1] at time 21:21:58.727958
2017-09-14 21:21:58,728 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh1
2017-09-14 21:21:58,729 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,756 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh1="4096"' in directory '/root'
2017-09-14 21:21:58,765 [salt.state       ][INFO    ][1635] {'net.ipv4.neigh.default.gc_thresh1': 4096}
2017-09-14 21:21:58,765 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.neigh.default.gc_thresh1] at time 21:21:58.765083 duration_in_ms=37.123
2017-09-14 21:21:58,765 [salt.state       ][INFO    ][1635] Running state [net.ipv4.neigh.default.gc_thresh2] at time 21:21:58.765329
2017-09-14 21:21:58,766 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh2
2017-09-14 21:21:58,766 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,781 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh2="8192"' in directory '/root'
2017-09-14 21:21:58,790 [salt.state       ][INFO    ][1635] {'net.ipv4.neigh.default.gc_thresh2': 8192}
2017-09-14 21:21:58,790 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.neigh.default.gc_thresh2] at time 21:21:58.790421 duration_in_ms=25.09
2017-09-14 21:21:58,791 [salt.state       ][INFO    ][1635] Running state [net.ipv4.neigh.default.gc_thresh3] at time 21:21:58.790651
2017-09-14 21:21:58,791 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh3
2017-09-14 21:21:58,791 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,806 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh3="16384"' in directory '/root'
2017-09-14 21:21:58,815 [salt.state       ][INFO    ][1635] {'net.ipv4.neigh.default.gc_thresh3': 16384}
2017-09-14 21:21:58,816 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.neigh.default.gc_thresh3] at time 21:21:58.815565 duration_in_ms=24.913
2017-09-14 21:21:58,816 [salt.state       ][INFO    ][1635] Running state [net.core.netdev_max_backlog] at time 21:21:58.815799
2017-09-14 21:21:58,816 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.core.netdev_max_backlog
2017-09-14 21:21:58,816 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,832 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.core.netdev_max_backlog="261144"' in directory '/root'
2017-09-14 21:21:58,841 [salt.state       ][INFO    ][1635] {'net.core.netdev_max_backlog': 261144}
2017-09-14 21:21:58,841 [salt.state       ][INFO    ][1635] Completed state [net.core.netdev_max_backlog] at time 21:21:58.840987 duration_in_ms=25.187
2017-09-14 21:21:58,841 [salt.state       ][INFO    ][1635] Running state [net.ipv4.tcp_keepalive_time] at time 21:21:58.841357
2017-09-14 21:21:58,842 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.ipv4.tcp_keepalive_time
2017-09-14 21:21:58,842 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,858 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.ipv4.tcp_keepalive_time="30"' in directory '/root'
2017-09-14 21:21:58,868 [salt.state       ][INFO    ][1635] {'net.ipv4.tcp_keepalive_time': 30}
2017-09-14 21:21:58,868 [salt.state       ][INFO    ][1635] Completed state [net.ipv4.tcp_keepalive_time] at time 21:21:58.867823 duration_in_ms=26.466
2017-09-14 21:21:58,868 [salt.state       ][INFO    ][1635] Running state [net.nf_conntrack_max] at time 21:21:58.868058
2017-09-14 21:21:58,868 [salt.state       ][INFO    ][1635] Executing state sysctl.present for net.nf_conntrack_max
2017-09-14 21:21:58,869 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:21:58,884 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'sysctl -w net.nf_conntrack_max="1048576"' in directory '/root'
2017-09-14 21:21:58,893 [salt.state       ][INFO    ][1635] {'net.nf_conntrack_max': 1048576}
2017-09-14 21:21:58,893 [salt.state       ][INFO    ][1635] Completed state [net.nf_conntrack_max] at time 21:21:58.893329 duration_in_ms=25.27
2017-09-14 21:21:58,899 [salt.state       ][INFO    ][1635] Running state [linux_sysfs_package] at time 21:21:58.898784
2017-09-14 21:21:58,899 [salt.state       ][INFO    ][1635] Executing state pkg.installed for linux_sysfs_package
2017-09-14 21:21:59,112 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-cache', '-q', 'policy', 'sysfsutils'] in directory '/root'
2017-09-14 21:21:59,158 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:22:01,396 [salt.loaded.int.module.cmdmod][INFO    ][1635] 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-09-14 21:22:07,874 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212207859974
2017-09-14 21:22:07,896 [salt.minion      ][INFO    ][8327] Starting a new job with PID 8327
2017-09-14 21:22:07,974 [salt.minion      ][INFO    ][8327] Returning information for job: 20170914212207859974
2017-09-14 21:22:16,073 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:22:16,112 [salt.state       ][INFO    ][1635] 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-09-14 21:22:16,129 [salt.state       ][INFO    ][1635] Loading fresh modules for state activity
2017-09-14 21:22:16,154 [salt.state       ][INFO    ][1635] Completed state [linux_sysfs_package] at time 21:22:16.153843 duration_in_ms=17255.057
2017-09-14 21:22:16,158 [salt.state       ][INFO    ][1635] Running state [/etc/sysfs.d] at time 21:22:16.158176
2017-09-14 21:22:16,159 [salt.state       ][INFO    ][1635] Executing state file.directory for /etc/sysfs.d
2017-09-14 21:22:16,162 [salt.state       ][INFO    ][1635] Directory /etc/sysfs.d is in the correct state
2017-09-14 21:22:16,163 [salt.state       ][INFO    ][1635] Completed state [/etc/sysfs.d] at time 21:22:16.162700 duration_in_ms=4.525
2017-09-14 21:22:16,357 [salt.state       ][INFO    ][1635] Running state [ondemand] at time 21:22:16.356815
2017-09-14 21:22:16,357 [salt.state       ][INFO    ][1635] Executing state service.dead for ondemand
2017-09-14 21:22:16,359 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'status', 'ondemand.service', '-n', '0'] in directory '/root'
2017-09-14 21:22:16,375 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2017-09-14 21:22:16,387 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-09-14 21:22:16,400 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemd-run', '--scope', 'systemctl', 'stop', 'ondemand.service'] in directory '/root'
2017-09-14 21:22:16,443 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2017-09-14 21:22:16,460 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-09-14 21:22:16,478 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-09-14 21:22:16,498 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemd-run', '--scope', '/usr/sbin/update-rc.d', '-f', 'ondemand', 'remove'] in directory '/root'
2017-09-14 21:22:16,585 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-09-14 21:22:16,603 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'runlevel' in directory '/root'
2017-09-14 21:22:16,618 [salt.state       ][INFO    ][1635] {'ondemand': True}
2017-09-14 21:22:16,619 [salt.state       ][INFO    ][1635] Completed state [ondemand] at time 21:22:16.618786 duration_in_ms=261.971
2017-09-14 21:22:16,705 [salt.state       ][INFO    ][1635] Running state [cs_CZ.UTF-8] at time 21:22:16.705303
2017-09-14 21:22:16,706 [salt.state       ][INFO    ][1635] Executing state locale.present for cs_CZ.UTF-8
2017-09-14 21:22:16,708 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'locale -a' in directory '/root'
2017-09-14 21:22:16,729 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['locale-gen', 'cs_CZ.UTF-8'] in directory '/root'
2017-09-14 21:22:17,739 [salt.state       ][INFO    ][1635] {'locale': 'cs_CZ.UTF-8'}
2017-09-14 21:22:17,893 [salt.state       ][INFO    ][1635] Completed state [cs_CZ.UTF-8] at time 21:22:17.892761 duration_in_ms=1187.457
2017-09-14 21:22:17,894 [salt.state       ][INFO    ][1635] Running state [en_US.UTF-8] at time 21:22:17.893965
2017-09-14 21:22:17,895 [salt.state       ][INFO    ][1635] Executing state locale.present for en_US.UTF-8
2017-09-14 21:22:17,896 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'locale -a' in directory '/root'
2017-09-14 21:22:17,912 [salt.state       ][INFO    ][1635] Locale en_US.UTF-8 is already present
2017-09-14 21:22:17,912 [salt.state       ][INFO    ][1635] Completed state [en_US.UTF-8] at time 21:22:17.911989 duration_in_ms=18.023
2017-09-14 21:22:17,914 [salt.state       ][INFO    ][1635] Running state [en_US.UTF-8] at time 21:22:17.914205
2017-09-14 21:22:17,915 [salt.state       ][INFO    ][1635] Executing state locale.system for en_US.UTF-8
2017-09-14 21:22:17,916 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'localectl' in directory '/root'
2017-09-14 21:22:17,968 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212217955988
2017-09-14 21:22:17,996 [salt.minion      ][INFO    ][8542] Starting a new job with PID 8542
2017-09-14 21:22:18,017 [salt.minion      ][INFO    ][8542] Returning information for job: 20170914212217955988
2017-09-14 21:22:18,069 [salt.state       ][INFO    ][1635] System locale en_US.UTF-8 already set
2017-09-14 21:22:18,069 [salt.state       ][INFO    ][1635] Completed state [en_US.UTF-8] at time 21:22:18.069247 duration_in_ms=155.041
2017-09-14 21:22:18,085 [salt.state       ][INFO    ][1635] Running state [root] at time 21:22:18.084630
2017-09-14 21:22:18,085 [salt.state       ][INFO    ][1635] Executing state user.present for root
2017-09-14 21:22:18,095 [salt.state       ][INFO    ][1635] {'passwd': 'XXX-REDACTED-XXX', 'lstchg': 17423}
2017-09-14 21:22:18,096 [salt.state       ][INFO    ][1635] Completed state [root] at time 21:22:18.095803 duration_in_ms=11.173
2017-09-14 21:22:18,098 [salt.state       ][INFO    ][1635] Running state [/root] at time 21:22:18.097868
2017-09-14 21:22:18,099 [salt.state       ][INFO    ][1635] Executing state file.directory for /root
2017-09-14 21:22:18,100 [salt.state       ][INFO    ][1635] Directory /root is in the correct state
2017-09-14 21:22:18,100 [salt.state       ][INFO    ][1635] Completed state [/root] at time 21:22:18.100344 duration_in_ms=2.477
2017-09-14 21:22:18,101 [salt.state       ][INFO    ][1635] Running state [/etc/sudoers.d/90-salt-user-root] at time 21:22:18.100952
2017-09-14 21:22:18,102 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2017-09-14 21:22:18,111 [salt.state       ][INFO    ][1635] File /etc/sudoers.d/90-salt-user-root is not present
2017-09-14 21:22:18,112 [salt.state       ][INFO    ][1635] Completed state [/etc/sudoers.d/90-salt-user-root] at time 21:22:18.111880 duration_in_ms=10.928
2017-09-14 21:22:18,113 [salt.state       ][INFO    ][1635] Running state [ubuntu] at time 21:22:18.112504
2017-09-14 21:22:18,113 [salt.state       ][INFO    ][1635] Executing state user.present for ubuntu
2017-09-14 21:22:18,114 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['useradd', '-s', '/bin/bash', '-m', '-d', '/home/ubuntu', 'ubuntu'] in directory '/root'
2017-09-14 21:22:19,489 [salt.state       ][INFO    ][1635] {'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-09-14 21:22:19,490 [salt.state       ][INFO    ][1635] Completed state [ubuntu] at time 21:22:19.489673 duration_in_ms=1377.167
2017-09-14 21:22:19,493 [salt.state       ][INFO    ][1635] Running state [/home/ubuntu] at time 21:22:19.492445
2017-09-14 21:22:19,493 [salt.state       ][INFO    ][1635] Executing state file.directory for /home/ubuntu
2017-09-14 21:22:19,495 [salt.state       ][INFO    ][1635] {'mode': '0700'}
2017-09-14 21:22:19,496 [salt.state       ][INFO    ][1635] Completed state [/home/ubuntu] at time 21:22:19.495952 duration_in_ms=3.507
2017-09-14 21:22:19,498 [salt.state       ][INFO    ][1635] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 21:22:19.497696
2017-09-14 21:22:19,498 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2017-09-14 21:22:19,523 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/sudoer'
2017-09-14 21:22:19,529 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command '/usr/sbin/visudo -c -f /tmp/tmpk76rTD' in directory '/root'
2017-09-14 21:22:19,599 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:22:19,600 [salt.state       ][INFO    ][1635] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 21:22:19.600392 duration_in_ms=102.695
2017-09-14 21:22:19,601 [salt.state       ][INFO    ][1635] Running state [/etc/security/limits.d/90-salt-default.conf] at time 21:22:19.601181
2017-09-14 21:22:19,602 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/security/limits.d/90-salt-default.conf
2017-09-14 21:22:19,625 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/limits.conf'
2017-09-14 21:22:19,663 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:22:19,725 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:22:19,725 [salt.state       ][INFO    ][1635] Completed state [/etc/security/limits.d/90-salt-default.conf] at time 21:22:19.725252 duration_in_ms=124.07
2017-09-14 21:22:19,726 [salt.state       ][INFO    ][1635] Running state [/etc/systemd/system.conf.d/90-salt.conf] at time 21:22:19.725772
2017-09-14 21:22:19,726 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/systemd/system.conf.d/90-salt.conf
2017-09-14 21:22:19,745 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/systemd.conf'
2017-09-14 21:22:19,768 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-14 21:22:19,820 [salt.state       ][INFO    ][1635] File changed:
New file
2017-09-14 21:22:19,821 [salt.state       ][INFO    ][1635] Completed state [/etc/systemd/system.conf.d/90-salt.conf] at time 21:22:19.820697 duration_in_ms=94.924
2017-09-14 21:22:19,823 [salt.state       ][INFO    ][1635] Running state [service.systemctl_reload] at time 21:22:19.822460
2017-09-14 21:22:19,823 [salt.state       ][INFO    ][1635] Executing state module.wait for service.systemctl_reload
2017-09-14 21:22:19,823 [salt.state       ][INFO    ][1635] No changes made for service.systemctl_reload
2017-09-14 21:22:19,824 [salt.state       ][INFO    ][1635] Completed state [service.systemctl_reload] at time 21:22:19.823865 duration_in_ms=1.406
2017-09-14 21:22:19,824 [salt.state       ][INFO    ][1635] Running state [service.systemctl_reload] at time 21:22:19.824279
2017-09-14 21:22:19,825 [salt.state       ][INFO    ][1635] Executing state module.mod_watch for service.systemctl_reload
2017-09-14 21:22:19,825 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2017-09-14 21:22:19,901 [salt.state       ][INFO    ][1635] {'ret': True}
2017-09-14 21:22:19,901 [salt.state       ][INFO    ][1635] Completed state [service.systemctl_reload] at time 21:22:19.901323 duration_in_ms=77.042
2017-09-14 21:22:19,902 [salt.state       ][INFO    ][1635] Running state [/etc/hostname] at time 21:22:19.901786
2017-09-14 21:22:19,902 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/hostname
2017-09-14 21:22:19,924 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'linux/files/hostname'
2017-09-14 21:22:19,929 [salt.state       ][INFO    ][1635] File changed:
--- 
+++ 
@@ -1 +1 @@
-ubuntu-1604
+mdb01

2017-09-14 21:22:19,930 [salt.state       ][INFO    ][1635] Completed state [/etc/hostname] at time 21:22:19.930306 duration_in_ms=28.519
2017-09-14 21:22:19,933 [salt.state       ][INFO    ][1635] Running state [hostname mdb01] at time 21:22:19.933277
2017-09-14 21:22:19,934 [salt.state       ][INFO    ][1635] Executing state cmd.wait for hostname mdb01
2017-09-14 21:22:19,935 [salt.state       ][INFO    ][1635] No changes made for hostname mdb01
2017-09-14 21:22:19,935 [salt.state       ][INFO    ][1635] Completed state [hostname mdb01] at time 21:22:19.934996 duration_in_ms=1.719
2017-09-14 21:22:19,936 [salt.state       ][INFO    ][1635] Running state [hostname mdb01] at time 21:22:19.935497
2017-09-14 21:22:19,936 [salt.state       ][INFO    ][1635] Executing state cmd.mod_watch for hostname mdb01
2017-09-14 21:22:19,937 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command 'hostname mdb01' in directory '/root'
2017-09-14 21:22:19,953 [salt.state       ][INFO    ][1635] {'pid': 8568, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-09-14 21:22:19,954 [salt.state       ][INFO    ][1635] Completed state [hostname mdb01] at time 21:22:19.953877 duration_in_ms=18.38
2017-09-14 21:22:19,961 [salt.state       ][INFO    ][1635] Running state [mdb02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:19.960521
2017-09-14 21:22:19,961 [salt.state       ][INFO    ][1635] Executing state host.present for mdb02.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:19,964 [salt.state       ][INFO    ][1635] {'host': 'mdb02.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:19,964 [salt.state       ][INFO    ][1635] Completed state [mdb02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:19.964363 duration_in_ms=3.842
2017-09-14 21:22:19,965 [salt.state       ][INFO    ][1635] Running state [mdb02] at time 21:22:19.964905
2017-09-14 21:22:19,965 [salt.state       ][INFO    ][1635] Executing state host.present for mdb02
2017-09-14 21:22:19,967 [salt.state       ][INFO    ][1635] {'host': 'mdb02'}
2017-09-14 21:22:19,967 [salt.state       ][INFO    ][1635] Completed state [mdb02] at time 21:22:19.967024 duration_in_ms=2.119
2017-09-14 21:22:19,968 [salt.state       ][INFO    ][1635] Running state [mdb03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:19.967554
2017-09-14 21:22:19,968 [salt.state       ][INFO    ][1635] Executing state host.present for mdb03.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:19,971 [salt.state       ][INFO    ][1635] {'host': 'mdb03.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:19,972 [salt.state       ][INFO    ][1635] Completed state [mdb03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:19.971531 duration_in_ms=3.977
2017-09-14 21:22:19,972 [salt.state       ][INFO    ][1635] Running state [mdb03] at time 21:22:19.972054
2017-09-14 21:22:19,973 [salt.state       ][INFO    ][1635] Executing state host.present for mdb03
2017-09-14 21:22:19,977 [salt.state       ][INFO    ][1635] {'host': 'mdb03'}
2017-09-14 21:22:19,978 [salt.state       ][INFO    ][1635] Completed state [mdb03] at time 21:22:19.977531 duration_in_ms=5.477
2017-09-14 21:22:19,978 [salt.state       ][INFO    ][1635] Running state [mdb01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:19.978044
2017-09-14 21:22:19,979 [salt.state       ][INFO    ][1635] Executing state host.present for mdb01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:19,983 [salt.state       ][INFO    ][1635] {'host': 'mdb01.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:19,984 [salt.state       ][INFO    ][1635] Completed state [mdb01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:19.983508 duration_in_ms=5.463
2017-09-14 21:22:19,984 [salt.state       ][INFO    ][1635] Running state [mdb01] at time 21:22:19.984019
2017-09-14 21:22:19,985 [salt.state       ][INFO    ][1635] Executing state host.present for mdb01
2017-09-14 21:22:19,989 [salt.state       ][INFO    ][1635] {'host': 'mdb01'}
2017-09-14 21:22:19,990 [salt.state       ][INFO    ][1635] Completed state [mdb01] at time 21:22:19.989608 duration_in_ms=5.589
2017-09-14 21:22:19,990 [salt.state       ][INFO    ][1635] Running state [mdb] at time 21:22:19.990109
2017-09-14 21:22:19,991 [salt.state       ][INFO    ][1635] Executing state host.present for mdb
2017-09-14 21:22:19,995 [salt.state       ][INFO    ][1635] {'host': 'mdb'}
2017-09-14 21:22:19,996 [salt.state       ][INFO    ][1635] Completed state [mdb] at time 21:22:19.995748 duration_in_ms=5.639
2017-09-14 21:22:19,996 [salt.state       ][INFO    ][1635] Running state [mdb.baremetal-mcp-ocata-odl-ha.local] at time 21:22:19.996277
2017-09-14 21:22:19,997 [salt.state       ][INFO    ][1635] Executing state host.present for mdb.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,001 [salt.state       ][INFO    ][1635] {'host': 'mdb.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,002 [salt.state       ][INFO    ][1635] Completed state [mdb.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.001511 duration_in_ms=5.233
2017-09-14 21:22:20,002 [salt.state       ][INFO    ][1635] Running state [cfg01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.002031
2017-09-14 21:22:20,003 [salt.state       ][INFO    ][1635] Executing state host.present for cfg01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,007 [salt.state       ][INFO    ][1635] {'host': 'cfg01.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,008 [salt.state       ][INFO    ][1635] Completed state [cfg01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.007655 duration_in_ms=5.623
2017-09-14 21:22:20,008 [salt.state       ][INFO    ][1635] Running state [cfg01] at time 21:22:20.008175
2017-09-14 21:22:20,009 [salt.state       ][INFO    ][1635] Executing state host.present for cfg01
2017-09-14 21:22:20,013 [salt.state       ][INFO    ][1635] {'host': 'cfg01'}
2017-09-14 21:22:20,014 [salt.state       ][INFO    ][1635] Completed state [cfg01] at time 21:22:20.013470 duration_in_ms=5.295
2017-09-14 21:22:20,014 [salt.state       ][INFO    ][1635] Running state [prx01] at time 21:22:20.013982
2017-09-14 21:22:20,014 [salt.state       ][INFO    ][1635] Executing state host.present for prx01
2017-09-14 21:22:20,019 [salt.state       ][INFO    ][1635] {'host': 'prx01'}
2017-09-14 21:22:20,020 [salt.state       ][INFO    ][1635] Completed state [prx01] at time 21:22:20.019432 duration_in_ms=5.449
2017-09-14 21:22:20,020 [salt.state       ][INFO    ][1635] Running state [prx01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.020035
2017-09-14 21:22:20,020 [salt.state       ][INFO    ][1635] Executing state host.present for prx01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,025 [salt.state       ][INFO    ][1635] {'host': 'prx01.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,026 [salt.state       ][INFO    ][1635] Completed state [prx01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.025464 duration_in_ms=5.429
2017-09-14 21:22:20,026 [salt.state       ][INFO    ][1635] Running state [kvm01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.025919
2017-09-14 21:22:20,026 [salt.state       ][INFO    ][1635] Executing state host.present for kvm01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,031 [salt.state       ][INFO    ][1635] {'host': 'kvm01.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,031 [salt.state       ][INFO    ][1635] Completed state [kvm01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.031416 duration_in_ms=5.497
2017-09-14 21:22:20,032 [salt.state       ][INFO    ][1635] Running state [kvm01] at time 21:22:20.031915
2017-09-14 21:22:20,032 [salt.state       ][INFO    ][1635] Executing state host.present for kvm01
2017-09-14 21:22:20,037 [salt.state       ][INFO    ][1635] {'host': 'kvm01'}
2017-09-14 21:22:20,037 [salt.state       ][INFO    ][1635] Completed state [kvm01] at time 21:22:20.037382 duration_in_ms=5.467
2017-09-14 21:22:20,038 [salt.state       ][INFO    ][1635] Running state [kvm03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.037823
2017-09-14 21:22:20,038 [salt.state       ][INFO    ][1635] Executing state host.present for kvm03.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,043 [salt.state       ][INFO    ][1635] {'host': 'kvm03.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,044 [salt.state       ][INFO    ][1635] Completed state [kvm03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.043594 duration_in_ms=5.77
2017-09-14 21:22:20,044 [salt.state       ][INFO    ][1635] Running state [kvm03] at time 21:22:20.044044
2017-09-14 21:22:20,044 [salt.state       ][INFO    ][1635] Executing state host.present for kvm03
2017-09-14 21:22:20,049 [salt.state       ][INFO    ][1635] {'host': 'kvm03'}
2017-09-14 21:22:20,050 [salt.state       ][INFO    ][1635] Completed state [kvm03] at time 21:22:20.049957 duration_in_ms=5.913
2017-09-14 21:22:20,050 [salt.state       ][INFO    ][1635] Running state [kvm02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.050388
2017-09-14 21:22:20,051 [salt.state       ][INFO    ][1635] Executing state host.present for kvm02.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,059 [salt.state       ][INFO    ][1635] {'host': 'kvm02.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,060 [salt.state       ][INFO    ][1635] Completed state [kvm02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.059815 duration_in_ms=9.427
2017-09-14 21:22:20,060 [salt.state       ][INFO    ][1635] Running state [kvm02] at time 21:22:20.060197
2017-09-14 21:22:20,061 [salt.state       ][INFO    ][1635] Executing state host.present for kvm02
2017-09-14 21:22:20,065 [salt.state       ][INFO    ][1635] {'host': 'kvm02'}
2017-09-14 21:22:20,066 [salt.state       ][INFO    ][1635] Completed state [kvm02] at time 21:22:20.065500 duration_in_ms=5.302
2017-09-14 21:22:20,066 [salt.state       ][INFO    ][1635] Running state [dbs] at time 21:22:20.065874
2017-09-14 21:22:20,066 [salt.state       ][INFO    ][1635] Executing state host.present for dbs
2017-09-14 21:22:20,071 [salt.state       ][INFO    ][1635] {'host': 'dbs'}
2017-09-14 21:22:20,072 [salt.state       ][INFO    ][1635] Completed state [dbs] at time 21:22:20.071465 duration_in_ms=5.591
2017-09-14 21:22:20,072 [salt.state       ][INFO    ][1635] Running state [dbs.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.071864
2017-09-14 21:22:20,072 [salt.state       ][INFO    ][1635] Executing state host.present for dbs.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,077 [salt.state       ][INFO    ][1635] {'host': 'dbs.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,078 [salt.state       ][INFO    ][1635] Completed state [dbs.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.077467 duration_in_ms=5.603
2017-09-14 21:22:20,078 [salt.state       ][INFO    ][1635] Running state [prx.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.077831
2017-09-14 21:22:20,078 [salt.state       ][INFO    ][1635] Executing state host.present for prx.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,083 [salt.state       ][INFO    ][1635] {'host': 'prx.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,084 [salt.state       ][INFO    ][1635] Completed state [prx.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.083497 duration_in_ms=5.666
2017-09-14 21:22:20,084 [salt.state       ][INFO    ][1635] Running state [prx] at time 21:22:20.083852
2017-09-14 21:22:20,084 [salt.state       ][INFO    ][1635] Executing state host.present for prx
2017-09-14 21:22:20,089 [salt.state       ][INFO    ][1635] {'host': 'prx'}
2017-09-14 21:22:20,090 [salt.state       ][INFO    ][1635] Completed state [prx] at time 21:22:20.089494 duration_in_ms=5.642
2017-09-14 21:22:20,090 [salt.state       ][INFO    ][1635] Running state [prx02] at time 21:22:20.089850
2017-09-14 21:22:20,090 [salt.state       ][INFO    ][1635] Executing state host.present for prx02
2017-09-14 21:22:20,095 [salt.state       ][INFO    ][1635] {'host': 'prx02'}
2017-09-14 21:22:20,096 [salt.state       ][INFO    ][1635] Completed state [prx02] at time 21:22:20.095493 duration_in_ms=5.643
2017-09-14 21:22:20,096 [salt.state       ][INFO    ][1635] Running state [prx02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.095847
2017-09-14 21:22:20,096 [salt.state       ][INFO    ][1635] Executing state host.present for prx02.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,101 [salt.state       ][INFO    ][1635] {'host': 'prx02.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,102 [salt.state       ][INFO    ][1635] Completed state [prx02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.101536 duration_in_ms=5.689
2017-09-14 21:22:20,102 [salt.state       ][INFO    ][1635] Running state [msg02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.101899
2017-09-14 21:22:20,102 [salt.state       ][INFO    ][1635] Executing state host.present for msg02.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,108 [salt.state       ][INFO    ][1635] {'host': 'msg02.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,108 [salt.state       ][INFO    ][1635] Completed state [msg02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.108203 duration_in_ms=6.302
2017-09-14 21:22:20,109 [salt.state       ][INFO    ][1635] Running state [msg02] at time 21:22:20.108690
2017-09-14 21:22:20,109 [salt.state       ][INFO    ][1635] Executing state host.present for msg02
2017-09-14 21:22:20,113 [salt.state       ][INFO    ][1635] {'host': 'msg02'}
2017-09-14 21:22:20,114 [salt.state       ][INFO    ][1635] Completed state [msg02] at time 21:22:20.113854 duration_in_ms=5.165
2017-09-14 21:22:20,114 [salt.state       ][INFO    ][1635] Running state [msg03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.114237
2017-09-14 21:22:20,115 [salt.state       ][INFO    ][1635] Executing state host.present for msg03.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,119 [salt.state       ][INFO    ][1635] {'host': 'msg03.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,120 [salt.state       ][INFO    ][1635] Completed state [msg03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.119602 duration_in_ms=5.364
2017-09-14 21:22:20,120 [salt.state       ][INFO    ][1635] Running state [msg03] at time 21:22:20.119947
2017-09-14 21:22:20,120 [salt.state       ][INFO    ][1635] Executing state host.present for msg03
2017-09-14 21:22:20,125 [salt.state       ][INFO    ][1635] {'host': 'msg03'}
2017-09-14 21:22:20,126 [salt.state       ][INFO    ][1635] Completed state [msg03] at time 21:22:20.125499 duration_in_ms=5.552
2017-09-14 21:22:20,126 [salt.state       ][INFO    ][1635] Running state [msg01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.125851
2017-09-14 21:22:20,126 [salt.state       ][INFO    ][1635] Executing state host.present for msg01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,131 [salt.state       ][INFO    ][1635] {'host': 'msg01.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,132 [salt.state       ][INFO    ][1635] Completed state [msg01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.131683 duration_in_ms=5.832
2017-09-14 21:22:20,132 [salt.state       ][INFO    ][1635] Running state [msg01] at time 21:22:20.132033
2017-09-14 21:22:20,132 [salt.state       ][INFO    ][1635] Executing state host.present for msg01
2017-09-14 21:22:20,137 [salt.state       ][INFO    ][1635] {'host': 'msg01'}
2017-09-14 21:22:20,138 [salt.state       ][INFO    ][1635] Completed state [msg01] at time 21:22:20.137636 duration_in_ms=5.602
2017-09-14 21:22:20,138 [salt.state       ][INFO    ][1635] Running state [msg] at time 21:22:20.137992
2017-09-14 21:22:20,138 [salt.state       ][INFO    ][1635] Executing state host.present for msg
2017-09-14 21:22:20,155 [salt.state       ][INFO    ][1635] {'host': 'msg'}
2017-09-14 21:22:20,156 [salt.state       ][INFO    ][1635] Completed state [msg] at time 21:22:20.155964 duration_in_ms=17.971
2017-09-14 21:22:20,156 [salt.state       ][INFO    ][1635] Running state [msg.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.156316
2017-09-14 21:22:20,157 [salt.state       ][INFO    ][1635] Executing state host.present for msg.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,161 [salt.state       ][INFO    ][1635] {'host': 'msg.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,162 [salt.state       ][INFO    ][1635] Completed state [msg.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.161517 duration_in_ms=5.201
2017-09-14 21:22:20,162 [salt.state       ][INFO    ][1635] Running state [cfg01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.161836
2017-09-14 21:22:20,162 [salt.state       ][INFO    ][1635] Executing state host.present for cfg01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,163 [salt.state       ][INFO    ][1635] Host cfg01.baremetal-mcp-ocata-odl-ha.local (10.167.4.100) already present
2017-09-14 21:22:20,163 [salt.state       ][INFO    ][1635] Completed state [cfg01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.162941 duration_in_ms=1.105
2017-09-14 21:22:20,163 [salt.state       ][INFO    ][1635] Running state [cfg01] at time 21:22:20.163247
2017-09-14 21:22:20,164 [salt.state       ][INFO    ][1635] Executing state host.present for cfg01
2017-09-14 21:22:20,164 [salt.state       ][INFO    ][1635] Host cfg01 (10.167.4.100) already present
2017-09-14 21:22:20,164 [salt.state       ][INFO    ][1635] Completed state [cfg01] at time 21:22:20.164284 duration_in_ms=1.037
2017-09-14 21:22:20,165 [salt.state       ][INFO    ][1635] Running state [cmp002] at time 21:22:20.164600
2017-09-14 21:22:20,165 [salt.state       ][INFO    ][1635] Executing state host.present for cmp002
2017-09-14 21:22:20,169 [salt.state       ][INFO    ][1635] {'host': 'cmp002'}
2017-09-14 21:22:20,170 [salt.state       ][INFO    ][1635] Completed state [cmp002] at time 21:22:20.169820 duration_in_ms=5.219
2017-09-14 21:22:20,170 [salt.state       ][INFO    ][1635] Running state [cmp002.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.170186
2017-09-14 21:22:20,171 [salt.state       ][INFO    ][1635] Executing state host.present for cmp002.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,175 [salt.state       ][INFO    ][1635] {'host': 'cmp002.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,175 [salt.state       ][INFO    ][1635] Completed state [cmp002.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.175184 duration_in_ms=4.998
2017-09-14 21:22:20,176 [salt.state       ][INFO    ][1635] Running state [cmp001] at time 21:22:20.175531
2017-09-14 21:22:20,176 [salt.state       ][INFO    ][1635] Executing state host.present for cmp001
2017-09-14 21:22:20,181 [salt.state       ][INFO    ][1635] {'host': 'cmp001'}
2017-09-14 21:22:20,181 [salt.state       ][INFO    ][1635] Completed state [cmp001] at time 21:22:20.181327 duration_in_ms=5.795
2017-09-14 21:22:20,182 [salt.state       ][INFO    ][1635] Running state [cmp001.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.181669
2017-09-14 21:22:20,182 [salt.state       ][INFO    ][1635] Executing state host.present for cmp001.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,187 [salt.state       ][INFO    ][1635] {'host': 'cmp001.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,187 [salt.state       ][INFO    ][1635] Completed state [cmp001.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.187297 duration_in_ms=5.626
2017-09-14 21:22:20,188 [salt.state       ][INFO    ][1635] Running state [dbs01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.187660
2017-09-14 21:22:20,188 [salt.state       ][INFO    ][1635] Executing state host.present for dbs01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,193 [salt.state       ][INFO    ][1635] {'host': 'dbs01.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,193 [salt.state       ][INFO    ][1635] Completed state [dbs01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.193298 duration_in_ms=5.637
2017-09-14 21:22:20,194 [salt.state       ][INFO    ][1635] Running state [dbs01] at time 21:22:20.193669
2017-09-14 21:22:20,194 [salt.state       ][INFO    ][1635] Executing state host.present for dbs01
2017-09-14 21:22:20,199 [salt.state       ][INFO    ][1635] {'host': 'dbs01'}
2017-09-14 21:22:20,199 [salt.state       ][INFO    ][1635] Completed state [dbs01] at time 21:22:20.199365 duration_in_ms=5.696
2017-09-14 21:22:20,200 [salt.state       ][INFO    ][1635] Running state [dbs02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.199745
2017-09-14 21:22:20,200 [salt.state       ][INFO    ][1635] Executing state host.present for dbs02.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,205 [salt.state       ][INFO    ][1635] {'host': 'dbs02.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,206 [salt.state       ][INFO    ][1635] Completed state [dbs02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.205677 duration_in_ms=5.931
2017-09-14 21:22:20,206 [salt.state       ][INFO    ][1635] Running state [dbs02] at time 21:22:20.206038
2017-09-14 21:22:20,206 [salt.state       ][INFO    ][1635] Executing state host.present for dbs02
2017-09-14 21:22:20,211 [salt.state       ][INFO    ][1635] {'host': 'dbs02'}
2017-09-14 21:22:20,211 [salt.state       ][INFO    ][1635] Completed state [dbs02] at time 21:22:20.211404 duration_in_ms=5.364
2017-09-14 21:22:20,212 [salt.state       ][INFO    ][1635] Running state [dbs03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.211781
2017-09-14 21:22:20,212 [salt.state       ][INFO    ][1635] Executing state host.present for dbs03.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,217 [salt.state       ][INFO    ][1635] {'host': 'dbs03.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,217 [salt.state       ][INFO    ][1635] Completed state [dbs03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.217415 duration_in_ms=5.633
2017-09-14 21:22:20,218 [salt.state       ][INFO    ][1635] Running state [dbs03] at time 21:22:20.217773
2017-09-14 21:22:20,218 [salt.state       ][INFO    ][1635] Executing state host.present for dbs03
2017-09-14 21:22:20,223 [salt.state       ][INFO    ][1635] {'host': 'dbs03'}
2017-09-14 21:22:20,224 [salt.state       ][INFO    ][1635] Completed state [dbs03] at time 21:22:20.223585 duration_in_ms=5.812
2017-09-14 21:22:20,224 [salt.state       ][INFO    ][1635] Running state [odl01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.223983
2017-09-14 21:22:20,224 [salt.state       ][INFO    ][1635] Executing state host.present for odl01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,229 [salt.state       ][INFO    ][1635] {'host': 'odl01.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,230 [salt.state       ][INFO    ][1635] Completed state [odl01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.229936 duration_in_ms=5.952
2017-09-14 21:22:20,230 [salt.state       ][INFO    ][1635] Running state [odl01] at time 21:22:20.230398
2017-09-14 21:22:20,231 [salt.state       ][INFO    ][1635] Executing state host.present for odl01
2017-09-14 21:22:20,235 [salt.state       ][INFO    ][1635] {'host': 'odl01'}
2017-09-14 21:22:20,236 [salt.state       ][INFO    ][1635] Completed state [odl01] at time 21:22:20.235620 duration_in_ms=5.221
2017-09-14 21:22:20,236 [salt.state       ][INFO    ][1635] Running state [mas01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.235975
2017-09-14 21:22:20,236 [salt.state       ][INFO    ][1635] Executing state host.present for mas01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,241 [salt.state       ][INFO    ][1635] {'host': 'mas01.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,242 [salt.state       ][INFO    ][1635] Completed state [mas01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.241672 duration_in_ms=5.696
2017-09-14 21:22:20,242 [salt.state       ][INFO    ][1635] Running state [mas01] at time 21:22:20.242015
2017-09-14 21:22:20,242 [salt.state       ][INFO    ][1635] Executing state host.present for mas01
2017-09-14 21:22:20,247 [salt.state       ][INFO    ][1635] {'host': 'mas01'}
2017-09-14 21:22:20,248 [salt.state       ][INFO    ][1635] Completed state [mas01] at time 21:22:20.247454 duration_in_ms=5.437
2017-09-14 21:22:20,248 [salt.state       ][INFO    ][1635] Running state [ctl02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.247904
2017-09-14 21:22:20,248 [salt.state       ][INFO    ][1635] Executing state host.present for ctl02.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,253 [salt.state       ][INFO    ][1635] {'host': 'ctl02.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,254 [salt.state       ][INFO    ][1635] Completed state [ctl02.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.253881 duration_in_ms=5.976
2017-09-14 21:22:20,254 [salt.state       ][INFO    ][1635] Running state [ctl02] at time 21:22:20.254240
2017-09-14 21:22:20,255 [salt.state       ][INFO    ][1635] Executing state host.present for ctl02
2017-09-14 21:22:20,283 [salt.state       ][INFO    ][1635] {'host': 'ctl02'}
2017-09-14 21:22:20,284 [salt.state       ][INFO    ][1635] Completed state [ctl02] at time 21:22:20.283770 duration_in_ms=29.529
2017-09-14 21:22:20,284 [salt.state       ][INFO    ][1635] Running state [ctl03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.284141
2017-09-14 21:22:20,284 [salt.state       ][INFO    ][1635] Executing state host.present for ctl03.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,294 [salt.state       ][INFO    ][1635] {'host': 'ctl03.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,294 [salt.state       ][INFO    ][1635] Completed state [ctl03.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.294377 duration_in_ms=10.235
2017-09-14 21:22:20,295 [salt.state       ][INFO    ][1635] Running state [ctl03] at time 21:22:20.294860
2017-09-14 21:22:20,295 [salt.state       ][INFO    ][1635] Executing state host.present for ctl03
2017-09-14 21:22:20,299 [salt.state       ][INFO    ][1635] {'host': 'ctl03'}
2017-09-14 21:22:20,300 [salt.state       ][INFO    ][1635] Completed state [ctl03] at time 21:22:20.299845 duration_in_ms=4.984
2017-09-14 21:22:20,300 [salt.state       ][INFO    ][1635] Running state [ctl01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.300199
2017-09-14 21:22:20,301 [salt.state       ][INFO    ][1635] Executing state host.present for ctl01.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,305 [salt.state       ][INFO    ][1635] {'host': 'ctl01.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,306 [salt.state       ][INFO    ][1635] Completed state [ctl01.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.305696 duration_in_ms=5.497
2017-09-14 21:22:20,306 [salt.state       ][INFO    ][1635] Running state [ctl01] at time 21:22:20.306048
2017-09-14 21:22:20,306 [salt.state       ][INFO    ][1635] Executing state host.present for ctl01
2017-09-14 21:22:20,311 [salt.state       ][INFO    ][1635] {'host': 'ctl01'}
2017-09-14 21:22:20,312 [salt.state       ][INFO    ][1635] Completed state [ctl01] at time 21:22:20.311890 duration_in_ms=5.841
2017-09-14 21:22:20,312 [salt.state       ][INFO    ][1635] Running state [ctl] at time 21:22:20.312226
2017-09-14 21:22:20,313 [salt.state       ][INFO    ][1635] Executing state host.present for ctl
2017-09-14 21:22:20,317 [salt.state       ][INFO    ][1635] {'host': 'ctl'}
2017-09-14 21:22:20,317 [salt.state       ][INFO    ][1635] Completed state [ctl] at time 21:22:20.317275 duration_in_ms=5.048
2017-09-14 21:22:20,318 [salt.state       ][INFO    ][1635] Running state [ctl.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.317585
2017-09-14 21:22:20,318 [salt.state       ][INFO    ][1635] Executing state host.present for ctl.baremetal-mcp-ocata-odl-ha.local
2017-09-14 21:22:20,323 [salt.state       ][INFO    ][1635] {'host': 'ctl.baremetal-mcp-ocata-odl-ha.local'}
2017-09-14 21:22:20,323 [salt.state       ][INFO    ][1635] Completed state [ctl.baremetal-mcp-ocata-odl-ha.local] at time 21:22:20.323332 duration_in_ms=5.746
2017-09-14 21:22:20,326 [salt.state       ][INFO    ][1635] Running state [ens2] at time 21:22:20.326426
2017-09-14 21:22:20,327 [salt.state       ][INFO    ][1635] Executing state network.managed for ens2
2017-09-14 21:22:20,822 [salt.state       ][INFO    ][1635] Interface ens2 is up to date.
2017-09-14 21:22:20,823 [salt.state       ][INFO    ][1635] Completed state [ens2] at time 21:22:20.822395 duration_in_ms=495.966
2017-09-14 21:22:20,823 [salt.state       ][INFO    ][1635] Running state [ens3] at time 21:22:20.822972
2017-09-14 21:22:20,823 [salt.state       ][INFO    ][1635] Executing state network.managed for ens3
2017-09-14 21:22:20,849 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['ifdown', 'ens3'] in directory '/root'
2017-09-14 21:22:20,889 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['ifup', 'ens3'] in directory '/root'
2017-09-14 21:22:20,959 [salt.state       ][INFO    ][1635] {'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 10.167.4.76\n\n+    netmask 255.255.255.0\n\n \n', 'status': 'Interface ens3 restart to validate'}
2017-09-14 21:22:20,959 [salt.state       ][INFO    ][1635] Completed state [ens3] at time 21:22:20.959196 duration_in_ms=136.225
2017-09-14 21:22:20,959 [salt.state       ][INFO    ][1635] Running state [/etc/profile.d/proxy.sh] at time 21:22:20.959444
2017-09-14 21:22:20,960 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/profile.d/proxy.sh
2017-09-14 21:22:20,960 [salt.state       ][INFO    ][1635] File /etc/profile.d/proxy.sh is not present
2017-09-14 21:22:20,960 [salt.state       ][INFO    ][1635] Completed state [/etc/profile.d/proxy.sh] at time 21:22:20.960276 duration_in_ms=0.833
2017-09-14 21:22:20,960 [salt.state       ][INFO    ][1635] Running state [/etc/apt/apt.conf.d/95proxies] at time 21:22:20.960449
2017-09-14 21:22:20,961 [salt.state       ][INFO    ][1635] Executing state file.absent for /etc/apt/apt.conf.d/95proxies
2017-09-14 21:22:20,961 [salt.state       ][INFO    ][1635] File /etc/apt/apt.conf.d/95proxies is not present
2017-09-14 21:22:20,961 [salt.state       ][INFO    ][1635] Completed state [/etc/apt/apt.conf.d/95proxies] at time 21:22:20.960991 duration_in_ms=0.542
2017-09-14 21:22:20,966 [salt.state       ][INFO    ][1635] Running state [ntp] at time 21:22:20.966201
2017-09-14 21:22:20,966 [salt.state       ][INFO    ][1635] Executing state pkg.installed for ntp
2017-09-14 21:22:21,135 [salt.loaded.int.module.cmdmod][INFO    ][1635] 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-09-14 21:22:28,085 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212228057908
2017-09-14 21:22:28,109 [salt.minion      ][INFO    ][8757] Starting a new job with PID 8757
2017-09-14 21:22:28,184 [salt.minion      ][INFO    ][8757] Returning information for job: 20170914212228057908
2017-09-14 21:22:38,150 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914212238138695
2017-09-14 21:22:38,179 [salt.minion      ][INFO    ][8792] Starting a new job with PID 8792
2017-09-14 21:22:38,199 [salt.minion      ][INFO    ][8792] Returning information for job: 20170914212238138695
2017-09-14 21:22:42,337 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:22:42,377 [salt.state       ][INFO    ][1635] Made the following changes:
'ntp' changed from 'absent' to '1:4.2.8p4+dfsg-3ubuntu5.6'
'libopts25' changed from 'absent' to '1:5.18.7-3'

2017-09-14 21:22:42,392 [salt.state       ][INFO    ][1635] Loading fresh modules for state activity
2017-09-14 21:22:42,422 [salt.state       ][INFO    ][1635] Completed state [ntp] at time 21:22:42.422173 duration_in_ms=21455.968
2017-09-14 21:22:42,429 [salt.state       ][INFO    ][1635] Running state [/etc/ntp.conf] at time 21:22:42.429251
2017-09-14 21:22:42,430 [salt.state       ][INFO    ][1635] Executing state file.managed for /etc/ntp.conf
2017-09-14 21:22:42,457 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'ntp/files/ntp.conf'
2017-09-14 21:22:42,488 [salt.fileclient  ][INFO    ][1635] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-09-14 21:22:42,502 [salt.state       ][INFO    ][1635] 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-09-14 21:22:42,508 [salt.state       ][INFO    ][1635] Completed state [/etc/ntp.conf] at time 21:22:42.508347 duration_in_ms=79.096
2017-09-14 21:22:42,584 [salt.state       ][INFO    ][1635] Running state [ntp] at time 21:22:42.583793
2017-09-14 21:22:42,584 [salt.state       ][INFO    ][1635] Executing state service.running for ntp
2017-09-14 21:22:42,586 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'status', 'ntp.service', '-n', '0'] in directory '/root'
2017-09-14 21:22:42,600 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2017-09-14 21:22:42,615 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2017-09-14 21:22:42,630 [salt.state       ][INFO    ][1635] The service ntp is already running
2017-09-14 21:22:42,631 [salt.state       ][INFO    ][1635] Completed state [ntp] at time 21:22:42.630718 duration_in_ms=46.924
2017-09-14 21:22:42,631 [salt.state       ][INFO    ][1635] Running state [ntp] at time 21:22:42.630978
2017-09-14 21:22:42,631 [salt.state       ][INFO    ][1635] Executing state service.mod_watch for ntp
2017-09-14 21:22:42,632 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2017-09-14 21:22:42,649 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2017-09-14 21:22:42,663 [salt.loaded.int.module.cmdmod][INFO    ][1635] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'ntp.service'] in directory '/root'
2017-09-14 21:22:42,730 [salt.state       ][INFO    ][1635] {'ntp': True}
2017-09-14 21:22:42,730 [salt.state       ][INFO    ][1635] Completed state [ntp] at time 21:22:42.730274 duration_in_ms=99.295
2017-09-14 21:22:42,734 [salt.minion      ][INFO    ][1635] Returning information for job: 20170914212036914919
2017-09-14 21:22:49,120 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command ssh.set_auth_key with jid 20170914212249106239
2017-09-14 21:22:49,152 [salt.minion      ][INFO    ][8989] Starting a new job with PID 8989
2017-09-14 21:22:49,180 [salt.minion      ][INFO    ][8989] Returning information for job: 20170914212249106239
2017-09-14 21:33:32,047 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command test.ping with jid 20170914213332042470
2017-09-14 21:33:32,080 [salt.minion      ][INFO    ][9404] Starting a new job with PID 9404
2017-09-14 21:33:32,154 [salt.minion      ][INFO    ][9404] Returning information for job: 20170914213332042470
2017-09-14 21:35:25,945 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command state.sls with jid 20170914213525936450
2017-09-14 21:35:25,970 [salt.minion      ][INFO    ][9511] Starting a new job with PID 9511
2017-09-14 21:35:27,326 [salt.state       ][INFO    ][9511] Loading fresh modules for state activity
2017-09-14 21:35:27,371 [salt.fileclient  ][INFO    ][9511] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2017-09-14 21:35:27,402 [salt.fileclient  ][INFO    ][9511] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2017-09-14 21:35:27,445 [salt.fileclient  ][INFO    ][9511] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-09-14 21:35:27,846 [salt.state       ][INFO    ][9511] Running state [lsof] at time 21:35:27.845499
2017-09-14 21:35:27,846 [salt.state       ][INFO    ][9511] Executing state pkg.installed for lsof
2017-09-14 21:35:27,846 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:35:28,323 [salt.state       ][INFO    ][9511] Package lsof is already installed
2017-09-14 21:35:28,323 [salt.state       ][INFO    ][9511] Completed state [lsof] at time 21:35:28.322853 duration_in_ms=477.355
2017-09-14 21:35:28,323 [salt.state       ][INFO    ][9511] Running state [keepalived] at time 21:35:28.323068
2017-09-14 21:35:28,323 [salt.state       ][INFO    ][9511] Executing state pkg.installed for keepalived
2017-09-14 21:35:28,342 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:35:30,755 [salt.loaded.int.module.cmdmod][INFO    ][9511] 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-09-14 21:35:35,986 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914213535974330
2017-09-14 21:35:36,011 [salt.minion      ][INFO    ][10211] Starting a new job with PID 10211
2017-09-14 21:35:36,030 [salt.minion      ][INFO    ][10211] Returning information for job: 20170914213535974330
2017-09-14 21:35:43,125 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:35:43,154 [salt.state       ][INFO    ][9511] 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-09-14 21:35:43,163 [salt.state       ][INFO    ][9511] Loading fresh modules for state activity
2017-09-14 21:35:43,176 [salt.state       ][INFO    ][9511] Completed state [keepalived] at time 21:35:43.175994 duration_in_ms=14852.926
2017-09-14 21:35:43,178 [salt.state       ][INFO    ][9511] Running state [/etc/keepalived/keepalived.conf] at time 21:35:43.178445
2017-09-14 21:35:43,179 [salt.state       ][INFO    ][9511] Executing state file.managed for /etc/keepalived/keepalived.conf
2017-09-14 21:35:43,210 [salt.fileclient  ][INFO    ][9511] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2017-09-14 21:35:43,263 [salt.fileclient  ][INFO    ][9511] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-09-14 21:35:43,276 [salt.state       ][INFO    ][9511] File changed:
New file
2017-09-14 21:35:43,277 [salt.state       ][INFO    ][9511] Completed state [/etc/keepalived/keepalived.conf] at time 21:35:43.276688 duration_in_ms=98.242
2017-09-14 21:35:43,384 [salt.state       ][INFO    ][9511] Running state [keepalived] at time 21:35:43.384337
2017-09-14 21:35:43,385 [salt.state       ][INFO    ][9511] Executing state service.running for keepalived
2017-09-14 21:35:43,387 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2017-09-14 21:35:43,398 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-09-14 21:35:43,406 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-09-14 21:35:43,413 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-09-14 21:35:43,420 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'keepalived.service'] in directory '/root'
2017-09-14 21:35:43,471 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-09-14 21:35:43,482 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-09-14 21:35:43,492 [salt.loaded.int.module.cmdmod][INFO    ][9511] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-09-14 21:35:43,506 [salt.state       ][INFO    ][9511] {'keepalived': True}
2017-09-14 21:35:43,507 [salt.state       ][INFO    ][9511] Completed state [keepalived] at time 21:35:43.506454 duration_in_ms=122.118
2017-09-14 21:35:43,507 [salt.minion      ][INFO    ][9511] Returning information for job: 20170914213525936450
2017-09-14 21:37:50,878 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command pillar.get with jid 20170914213750873401
2017-09-14 21:37:50,906 [salt.minion      ][INFO    ][10484] Starting a new job with PID 10484
2017-09-14 21:37:50,912 [salt.minion      ][INFO    ][10484] Returning information for job: 20170914213750873401
2017-09-14 21:51:42,816 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command state.sls with jid 20170914215142810808
2017-09-14 21:51:42,848 [salt.minion      ][INFO    ][11090] Starting a new job with PID 11090
2017-09-14 21:51:45,795 [salt.state       ][INFO    ][11090] Loading fresh modules for state activity
2017-09-14 21:51:45,833 [salt.fileclient  ][INFO    ][11090] Fetching file from saltenv 'base', ** done ** 'haproxy/init.sls'
2017-09-14 21:51:45,882 [salt.fileclient  ][INFO    ][11090] Fetching file from saltenv 'base', ** done ** 'haproxy/proxy.sls'
2017-09-14 21:51:45,928 [salt.fileclient  ][INFO    ][11090] Fetching file from saltenv 'base', ** done ** 'haproxy/map.jinja'
2017-09-14 21:51:46,263 [salt.state       ][INFO    ][11090] Running state [haproxy] at time 21:51:46.263197
2017-09-14 21:51:46,264 [salt.state       ][INFO    ][11090] Executing state pkg.installed for haproxy
2017-09-14 21:51:46,264 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:51:46,817 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 21:51:52,906 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914215152899410
2017-09-14 21:51:52,930 [salt.minion      ][INFO    ][11642] Starting a new job with PID 11642
2017-09-14 21:51:53,002 [salt.minion      ][INFO    ][11642] Returning information for job: 20170914215152899410
2017-09-14 21:51:53,070 [salt.loaded.int.module.cmdmod][INFO    ][11090] 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-09-14 21:52:02,964 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914215202957820
2017-09-14 21:52:02,991 [salt.minion      ][INFO    ][11713] Starting a new job with PID 11713
2017-09-14 21:52:03,007 [salt.minion      ][INFO    ][11713] Returning information for job: 20170914215202957820
2017-09-14 21:52:05,589 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:52:05,621 [salt.state       ][INFO    ][11090] Made the following changes:
'haproxy' changed from 'absent' to '1.6.3-1~u16.04+mcp1'
'liblua5.3-0' changed from 'absent' to '5.3.1-1ubuntu2'

2017-09-14 21:52:05,630 [salt.state       ][INFO    ][11090] Loading fresh modules for state activity
2017-09-14 21:52:05,646 [salt.state       ][INFO    ][11090] Completed state [haproxy] at time 21:52:05.645663 duration_in_ms=19382.465
2017-09-14 21:52:05,651 [salt.state       ][INFO    ][11090] Running state [/etc/default/haproxy] at time 21:52:05.650752
2017-09-14 21:52:05,651 [salt.state       ][INFO    ][11090] Executing state file.managed for /etc/default/haproxy
2017-09-14 21:52:05,683 [salt.fileclient  ][INFO    ][11090] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.default'
2017-09-14 21:52:05,686 [salt.state       ][INFO    ][11090] 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-09-14 21:52:05,686 [salt.state       ][INFO    ][11090] Completed state [/etc/default/haproxy] at time 21:52:05.685698 duration_in_ms=34.947
2017-09-14 21:52:05,686 [salt.state       ][INFO    ][11090] Running state [/etc/haproxy/haproxy.cfg] at time 21:52:05.685956
2017-09-14 21:52:05,686 [salt.state       ][INFO    ][11090] Executing state file.managed for /etc/haproxy/haproxy.cfg
2017-09-14 21:52:05,705 [salt.fileclient  ][INFO    ][11090] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.cfg'
2017-09-14 21:52:05,813 [salt.fileclient  ][INFO    ][11090] Fetching file from saltenv 'base', ** done ** 'haproxy/map.jinja'
2017-09-14 21:52:05,825 [salt.state       ][INFO    ][11090] File changed:
--- 
+++ 
@@ -1,35 +1,56 @@
 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 ceilometer_api
+  bind 10.167.4.75:8777 
+  mode http
+  balance roundrobin
+  option  httplog
+  server mdb01 10.167.4.76:8777 check
+  server mdb02 10.167.4.77:8777 check
+  server mdb03 10.167.4.78:8777 check
+
+listen aodh-api
+  bind 10.167.4.75:8042 
+  option  httpchk
+  option  httplog
+  option  httpclose
+  server ctl01 10.167.4.76:8042 check inter 10s fastinter 2s downinter 3s rise 3 fall 3
+  server ctl02 10.167.4.77:8042 check inter 10s fastinter 2s downinter 3s rise 3 fall 3
+  server ctl03 10.167.4.78:8042 check inter 10s fastinter 2s downinter 3s rise 3 fall 3

2017-09-14 21:52:05,832 [salt.state       ][INFO    ][11090] Completed state [/etc/haproxy/haproxy.cfg] at time 21:52:05.832200 duration_in_ms=146.243
2017-09-14 21:52:05,832 [salt.state       ][INFO    ][11090] Running state [/etc/haproxy/ssl] at time 21:52:05.832458
2017-09-14 21:52:05,833 [salt.state       ][INFO    ][11090] Executing state file.directory for /etc/haproxy/ssl
2017-09-14 21:52:05,833 [salt.state       ][INFO    ][11090] {'/etc/haproxy/ssl': 'New Dir'}
2017-09-14 21:52:05,834 [salt.state       ][INFO    ][11090] Completed state [/etc/haproxy/ssl] at time 21:52:05.833606 duration_in_ms=1.147
2017-09-14 21:52:05,834 [salt.state       ][INFO    ][11090] Running state [haproxy_status_packages] at time 21:52:05.834229
2017-09-14 21:52:05,834 [salt.state       ][INFO    ][11090] Executing state pkg.installed for haproxy_status_packages
2017-09-14 21:52:06,069 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'socat'] in directory '/root'
2017-09-14 21:52:10,016 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 21:52:10,042 [salt.state       ][INFO    ][11090] Made the following changes:
'socat' changed from 'absent' to '1.7.3.1-1'

2017-09-14 21:52:10,051 [salt.state       ][INFO    ][11090] Loading fresh modules for state activity
2017-09-14 21:52:10,066 [salt.state       ][INFO    ][11090] Completed state [haproxy_status_packages] at time 21:52:10.065646 duration_in_ms=4231.416
2017-09-14 21:52:10,068 [salt.state       ][INFO    ][11090] Running state [/usr/bin/haproxy-status.sh] at time 21:52:10.067921
2017-09-14 21:52:10,068 [salt.state       ][INFO    ][11090] Executing state file.managed for /usr/bin/haproxy-status.sh
2017-09-14 21:52:10,128 [salt.fileclient  ][INFO    ][11090] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy-status.sh'
2017-09-14 21:52:10,155 [salt.fileclient  ][INFO    ][11090] Fetching file from saltenv 'base', ** done ** 'haproxy/map.jinja'
2017-09-14 21:52:10,169 [salt.state       ][INFO    ][11090] File changed:
New file
2017-09-14 21:52:10,170 [salt.state       ][INFO    ][11090] Completed state [/usr/bin/haproxy-status.sh] at time 21:52:10.169719 duration_in_ms=101.796
2017-09-14 21:52:10,173 [salt.state       ][INFO    ][11090] Running state [net.ipv4.ip_nonlocal_bind] at time 21:52:10.172835
2017-09-14 21:52:10,174 [salt.state       ][INFO    ][11090] Executing state sysctl.present for net.ipv4.ip_nonlocal_bind
2017-09-14 21:52:10,178 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command 'sysctl -a' in directory '/root'
2017-09-14 21:52:10,208 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command 'sysctl -w net.ipv4.ip_nonlocal_bind="1"' in directory '/root'
2017-09-14 21:52:10,221 [salt.state       ][INFO    ][11090] {'net.ipv4.ip_nonlocal_bind': 1}
2017-09-14 21:52:10,222 [salt.state       ][INFO    ][11090] Completed state [net.ipv4.ip_nonlocal_bind] at time 21:52:10.222231 duration_in_ms=49.395
2017-09-14 21:52:10,341 [salt.state       ][INFO    ][11090] Running state [haproxy] at time 21:52:10.341244
2017-09-14 21:52:10,342 [salt.state       ][INFO    ][11090] Executing state service.running for haproxy
2017-09-14 21:52:10,343 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2017-09-14 21:52:10,354 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2017-09-14 21:52:10,362 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['systemctl', 'is-enabled', 'haproxy.service'] in directory '/root'
2017-09-14 21:52:10,369 [salt.state       ][INFO    ][11090] The service haproxy is already running
2017-09-14 21:52:10,369 [salt.state       ][INFO    ][11090] Completed state [haproxy] at time 21:52:10.369197 duration_in_ms=27.953
2017-09-14 21:52:10,370 [salt.state       ][INFO    ][11090] Running state [haproxy] at time 21:52:10.369641
2017-09-14 21:52:10,370 [salt.state       ][INFO    ][11090] Executing state service.mod_watch for haproxy
2017-09-14 21:52:10,371 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2017-09-14 21:52:10,378 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['systemctl', 'is-enabled', 'haproxy.service'] in directory '/root'
2017-09-14 21:52:10,392 [salt.loaded.int.module.cmdmod][INFO    ][11090] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'haproxy.service'] in directory '/root'
2017-09-14 21:52:10,428 [salt.state       ][INFO    ][11090] {'haproxy': True}
2017-09-14 21:52:10,428 [salt.state       ][INFO    ][11090] Completed state [haproxy] at time 21:52:10.428000 duration_in_ms=58.357
2017-09-14 21:52:10,432 [salt.minion      ][INFO    ][11090] Returning information for job: 20170914215142810808
2017-09-14 21:52:11,284 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command service.status with jid 20170914215211283382
2017-09-14 21:52:11,313 [salt.minion      ][INFO    ][11945] Starting a new job with PID 11945
2017-09-14 21:52:11,460 [salt.loaded.int.module.cmdmod][INFO    ][11945] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2017-09-14 21:52:11,470 [salt.loaded.int.module.cmdmod][INFO    ][11945] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2017-09-14 21:52:11,477 [salt.minion      ][INFO    ][11945] Returning information for job: 20170914215211283382
2017-09-14 21:52:12,699 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command service.restart with jid 20170914215212693009
2017-09-14 21:52:12,727 [salt.minion      ][INFO    ][11953] Starting a new job with PID 11953
2017-09-14 21:52:12,901 [salt.loaded.int.module.cmdmod][INFO    ][11953] Executing command ['systemctl', 'status', 'rsyslog.service', '-n', '0'] in directory '/root'
2017-09-14 21:52:12,914 [salt.loaded.int.module.cmdmod][INFO    ][11953] Executing command ['systemctl', 'is-enabled', 'rsyslog.service'] in directory '/root'
2017-09-14 21:52:12,936 [salt.loaded.int.module.cmdmod][INFO    ][11953] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'rsyslog.service'] in directory '/root'
2017-09-14 21:52:12,973 [salt.minion      ][INFO    ][11953] Returning information for job: 20170914215212693009
2017-09-14 22:16:56,565 [salt.utils.schedule][INFO    ][1369] Running scheduled job: __mine_interval
2017-09-14 22:24:58,059 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command state.sls with jid 20170914222458055720
2017-09-14 22:24:58,088 [salt.minion      ][INFO    ][13504] Starting a new job with PID 13504
2017-09-14 22:25:00,495 [salt.state       ][INFO    ][13504] Loading fresh modules for state activity
2017-09-14 22:25:00,534 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/init.sls'
2017-09-14 22:25:00,561 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/server.sls'
2017-09-14 22:25:00,598 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:25:00,965 [salt.state       ][INFO    ][13504] Running state [mongodb-server] at time 22:25:00.964853
2017-09-14 22:25:00,966 [salt.state       ][INFO    ][13504] Executing state pkg.installed for mongodb-server
2017-09-14 22:25:00,967 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:25:01,552 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 22:25:04,309 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'mongodb-server'] in directory '/root'
2017-09-14 22:25:08,146 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222508136340
2017-09-14 22:25:08,174 [salt.minion      ][INFO    ][14063] Starting a new job with PID 14063
2017-09-14 22:25:08,198 [salt.minion      ][INFO    ][14063] Returning information for job: 20170914222508136340
2017-09-14 22:25:18,366 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222518355520
2017-09-14 22:25:18,386 [salt.minion      ][INFO    ][14194] Starting a new job with PID 14194
2017-09-14 22:25:18,399 [salt.minion      ][INFO    ][14194] Returning information for job: 20170914222518355520
2017-09-14 22:25:28,567 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222528557246
2017-09-14 22:25:28,597 [salt.minion      ][INFO    ][14257] Starting a new job with PID 14257
2017-09-14 22:25:28,649 [salt.minion      ][INFO    ][14257] Returning information for job: 20170914222528557246
2017-09-14 22:25:31,490 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:25:31,515 [salt.state       ][INFO    ][13504] Made the following changes:
'mongodb-clients' changed from 'absent' to '1:2.6.10-0ubuntu1'
'mongodb-server' changed from 'absent' to '1:2.6.10-0ubuntu1'
'libgoogle-perftools4' changed from 'absent' to '2.4-0ubuntu5.16.04.1'
'libsnappy1v5' changed from 'absent' to '1.1.3-2'
'libboost-thread1.58.0' changed from 'absent' to '1.58.0+dfsg-5ubuntu3.1'
'libyaml-cpp0.5v5' changed from 'absent' to '0.5.2-3'
'libv8-3.14.5' changed from 'absent' to '3.14.5.8-5ubuntu2'
'libpcrecpp0v5' changed from 'absent' to '2:8.38-3.1'
'libpcap0.8' changed from 'absent' to '1.7.4-2'
'libtcmalloc-minimal4' changed from 'absent' to '2.4-0ubuntu5.16.04.1'
'libboost-filesystem1.58.0' changed from 'absent' to '1.58.0+dfsg-5ubuntu3.1'
'libunwind8' changed from 'absent' to '1.1-4.1'
'libboost-program-options1.58.0' changed from 'absent' to '1.58.0+dfsg-5ubuntu3.1'
'libboost-system1.58.0' changed from 'absent' to '1.58.0+dfsg-5ubuntu3.1'

2017-09-14 22:25:31,534 [salt.state       ][INFO    ][13504] Loading fresh modules for state activity
2017-09-14 22:25:31,590 [salt.state       ][INFO    ][13504] Completed state [mongodb-server] at time 22:25:31.589718 duration_in_ms=30624.866
2017-09-14 22:25:31,605 [salt.state       ][INFO    ][13504] Running state [mongodb] at time 22:25:31.604655
2017-09-14 22:25:31,634 [salt.state       ][INFO    ][13504] Executing state pkg.installed for mongodb
2017-09-14 22:25:31,996 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'mongodb'] in directory '/root'
2017-09-14 22:25:35,180 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:25:35,217 [salt.state       ][INFO    ][13504] Made the following changes:
'mongodb' changed from 'absent' to '1:2.6.10-0ubuntu1'

2017-09-14 22:25:35,230 [salt.state       ][INFO    ][13504] Loading fresh modules for state activity
2017-09-14 22:25:35,258 [salt.state       ][INFO    ][13504] Completed state [mongodb] at time 22:25:35.257781 duration_in_ms=3653.124
2017-09-14 22:25:35,269 [salt.state       ][INFO    ][13504] Running state [mongodb-clients] at time 22:25:35.269117
2017-09-14 22:25:35,272 [salt.state       ][INFO    ][13504] Executing state pkg.installed for mongodb-clients
2017-09-14 22:25:35,531 [salt.state       ][INFO    ][13504] Package mongodb-clients is already installed
2017-09-14 22:25:35,531 [salt.state       ][INFO    ][13504] Completed state [mongodb-clients] at time 22:25:35.531290 duration_in_ms=262.174
2017-09-14 22:25:35,532 [salt.state       ][INFO    ][13504] Running state [python-pymongo] at time 22:25:35.531674
2017-09-14 22:25:35,532 [salt.state       ][INFO    ][13504] Executing state pkg.installed for python-pymongo
2017-09-14 22:25:35,540 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'python-pymongo'] in directory '/root'
2017-09-14 22:25:38,610 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222538597750
2017-09-14 22:25:38,636 [salt.minion      ][INFO    ][14501] Starting a new job with PID 14501
2017-09-14 22:25:38,698 [salt.minion      ][INFO    ][14501] Returning information for job: 20170914222538597750
2017-09-14 22:25:48,658 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222548648422
2017-09-14 22:25:48,689 [salt.minion      ][INFO    ][14542] Starting a new job with PID 14542
2017-09-14 22:25:48,714 [salt.minion      ][INFO    ][14542] Returning information for job: 20170914222548648422
2017-09-14 22:25:58,691 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222558681147
2017-09-14 22:25:58,991 [salt.minion      ][INFO    ][14551] Starting a new job with PID 14551
2017-09-14 22:25:59,023 [salt.minion      ][INFO    ][14551] Returning information for job: 20170914222558681147
2017-09-14 22:26:01,065 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:26:01,094 [salt.state       ][INFO    ][13504] Made the following changes:
'python-bson' changed from 'absent' to '3.2-1build1'
'python-gridfs' changed from 'absent' to '3.2-1build1'
'python-bson-ext' changed from 'absent' to '3.2-1build1'
'python-pymongo-ext' changed from 'absent' to '3.2-1build1'
'python2.7-gridfs' changed from 'absent' to '1'
'python2.7-pymongo' changed from 'absent' to '1'
'python2.7-bson-ext' changed from 'absent' to '1'
'python2.7-bson' changed from 'absent' to '1'
'python-pymongo' changed from 'absent' to '3.2-1build1'
'python2.7-pymongo-ext' changed from 'absent' to '1'

2017-09-14 22:26:01,104 [salt.state       ][INFO    ][13504] Loading fresh modules for state activity
2017-09-14 22:26:01,122 [salt.state       ][INFO    ][13504] Completed state [python-pymongo] at time 22:26:01.121716 duration_in_ms=25590.04
2017-09-14 22:26:01,127 [salt.state       ][INFO    ][13504] Running state [/etc/mongodb.conf] at time 22:26:01.127093
2017-09-14 22:26:01,128 [salt.state       ][INFO    ][13504] Executing state file.managed for /etc/mongodb.conf
2017-09-14 22:26:01,163 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/files/mongodb.conf'
2017-09-14 22:26:01,204 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:26:01,221 [salt.state       ][INFO    ][13504] File changed:
--- 
+++ 
@@ -1,3 +1,5 @@
+
+
 # mongodb.conf
 
 # Where to store the data.
@@ -8,7 +10,7 @@
 
 logappend=true
 
-bind_ip = 127.0.0.1
+bind_ip = 0.0.0.0
 #port = 27017
 
 # Enable journaling, http://www.mongodb.org/display/DOCS/Journaling
@@ -17,12 +19,12 @@
 # Enables periodic logging of CPU utilization and I/O wait
 #cpu = true
 
+keyFile = /etc/mongodb.key
+replSet = ceilometer
+
 # Turn on/off security.  Off is currently the default
 #noauth = true
-#auth = true
-
-# Verbose logging output.
-#verbose = true
+auth = true
 
 # Inspect all client data for validity on receipt (useful for
 # developing drivers)
@@ -31,13 +33,21 @@
 # Enable db quota management
 #quota = true
 
+#OpenStack guide for Juno
+smallfiles = true
+
+# Verbose logging output.
+verbose = v
+
+# logLevel
+setParameter = logLevel=1
+
 # Set oplogging level where n is
 #   0=off (default)
 #   1=W
 #   2=R
 #   3=both
 #   7=W+some reads
-#oplog = 0
 
 # Diagnostic/debugging option
 #nocursors = true

2017-09-14 22:26:01,221 [salt.state       ][INFO    ][13504] Completed state [/etc/mongodb.conf] at time 22:26:01.221368 duration_in_ms=94.275
2017-09-14 22:26:01,222 [salt.state       ][INFO    ][13504] Running state [/etc/mongodb.key] at time 22:26:01.221819
2017-09-14 22:26:01,222 [salt.state       ][INFO    ][13504] Executing state file.managed for /etc/mongodb.key
2017-09-14 22:26:01,240 [salt.state       ][INFO    ][13504] File changed:
New file
2017-09-14 22:26:01,240 [salt.state       ][INFO    ][13504] Completed state [/etc/mongodb.key] at time 22:26:01.239957 duration_in_ms=18.138
2017-09-14 22:26:01,242 [salt.state       ][INFO    ][13504] Running state [/var/lock/mongodb] at time 22:26:01.241471
2017-09-14 22:26:01,242 [salt.state       ][INFO    ][13504] Executing state file.directory for /var/lock/mongodb
2017-09-14 22:26:01,243 [salt.state       ][INFO    ][13504] {'/var/lock/mongodb': 'New Dir'}
2017-09-14 22:26:01,244 [salt.state       ][INFO    ][13504] Completed state [/var/lock/mongodb] at time 22:26:01.243646 duration_in_ms=2.176
2017-09-14 22:26:01,371 [salt.state       ][INFO    ][13504] Running state [mongodb] at time 22:26:01.370901
2017-09-14 22:26:01,371 [salt.state       ][INFO    ][13504] Executing state service.running for mongodb
2017-09-14 22:26:01,373 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['systemctl', 'status', 'mongodb.service', '-n', '0'] in directory '/root'
2017-09-14 22:26:01,390 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['systemctl', 'is-active', 'mongodb.service'] in directory '/root'
2017-09-14 22:26:01,404 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['systemctl', 'is-enabled', 'mongodb.service'] in directory '/root'
2017-09-14 22:26:01,418 [salt.state       ][INFO    ][13504] The service mongodb is already running
2017-09-14 22:26:01,418 [salt.state       ][INFO    ][13504] Completed state [mongodb] at time 22:26:01.418309 duration_in_ms=47.408
2017-09-14 22:26:01,419 [salt.state       ][INFO    ][13504] Running state [mongodb] at time 22:26:01.418736
2017-09-14 22:26:01,419 [salt.state       ][INFO    ][13504] Executing state service.mod_watch for mongodb
2017-09-14 22:26:01,420 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['systemctl', 'is-active', 'mongodb.service'] in directory '/root'
2017-09-14 22:26:01,437 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['systemctl', 'is-enabled', 'mongodb.service'] in directory '/root'
2017-09-14 22:26:01,460 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'mongodb.service'] in directory '/root'
2017-09-14 22:26:01,727 [salt.state       ][INFO    ][13504] {'mongodb': True}
2017-09-14 22:26:01,728 [salt.state       ][INFO    ][13504] Completed state [mongodb] at time 22:26:01.727991 duration_in_ms=309.252
2017-09-14 22:26:01,729 [salt.state       ][INFO    ][13504] Running state [/var/tmp/mongodb_user.js] at time 22:26:01.728579
2017-09-14 22:26:01,730 [salt.state       ][INFO    ][13504] Executing state file.managed for /var/tmp/mongodb_user.js
2017-09-14 22:26:01,754 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/files/user.js'
2017-09-14 22:26:01,781 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:26:01,796 [salt.state       ][INFO    ][13504] File changed:
New file
2017-09-14 22:26:01,797 [salt.state       ][INFO    ][13504] Completed state [/var/tmp/mongodb_user.js] at time 22:26:01.796468 duration_in_ms=67.889
2017-09-14 22:26:01,801 [salt.state       ][INFO    ][13504] Running state [/var/tmp/mongodb_cluster.js] at time 22:26:01.800599
2017-09-14 22:26:01,801 [salt.state       ][INFO    ][13504] Executing state file.managed for /var/tmp/mongodb_cluster.js
2017-09-14 22:26:01,821 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/files/cluster.js'
2017-09-14 22:26:01,848 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:26:01,902 [salt.state       ][INFO    ][13504] File changed:
New file
2017-09-14 22:26:01,903 [salt.state       ][INFO    ][13504] Completed state [/var/tmp/mongodb_cluster.js] at time 22:26:01.903080 duration_in_ms=102.479
2017-09-14 22:26:01,904 [salt.state       ][INFO    ][13504] Running state [mongo localhost:27017/admin /var/tmp/mongodb_cluster.js && mongo localhost:27017/admin --quiet --eval "rs.conf()" | grep object -q] at time 22:26:01.904226
2017-09-14 22:26:01,905 [salt.state       ][INFO    ][13504] Executing state cmd.run for mongo localhost:27017/admin /var/tmp/mongodb_cluster.js && mongo localhost:27017/admin --quiet --eval "rs.conf()" | grep object -q
2017-09-14 22:26:01,907 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command 'mongo localhost:27017/admin -u admin -p opnfv_secret --quiet --eval "rs.conf()" | grep object -q' in directory '/root'
2017-09-14 22:26:02,192 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command 'mongo localhost:27017/admin /var/tmp/mongodb_cluster.js && mongo localhost:27017/admin --quiet --eval "rs.conf()" | grep object -q' in directory '/root'
2017-09-14 22:26:02,351 [salt.loaded.int.module.cmdmod][ERROR   ][13504] Command 'mongo localhost:27017/admin /var/tmp/mongodb_cluster.js && mongo localhost:27017/admin --quiet --eval "rs.conf()" | grep object -q' failed with return code: 1
2017-09-14 22:26:02,353 [salt.loaded.int.module.cmdmod][ERROR   ][13504] stdout: MongoDB shell version: 2.6.10
connecting to: localhost:27017/admin
2017-09-14 22:26:02,353 [salt.loaded.int.module.cmdmod][ERROR   ][13504] retcode: 1
2017-09-14 22:26:02,354 [salt.state       ][ERROR   ][13504] {'pid': 14686, 'retcode': 1, 'stderr': '', 'stdout': 'MongoDB shell version: 2.6.10\nconnecting to: localhost:27017/admin'}
2017-09-14 22:26:02,355 [salt.state       ][INFO    ][13504] Completed state [mongo localhost:27017/admin /var/tmp/mongodb_cluster.js && mongo localhost:27017/admin --quiet --eval "rs.conf()" | grep object -q] at time 22:26:02.354858 duration_in_ms=450.631
2017-09-14 22:26:02,356 [salt.state       ][INFO    ][13504] Running state [/var/tmp/mongodb_user_ceilometer.js] at time 22:26:02.356149
2017-09-14 22:26:02,357 [salt.state       ][INFO    ][13504] Executing state file.managed for /var/tmp/mongodb_user_ceilometer.js
2017-09-14 22:26:02,379 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/files/user_role.js'
2017-09-14 22:26:02,403 [salt.fileclient  ][INFO    ][13504] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:26:02,415 [salt.state       ][INFO    ][13504] File changed:
New file
2017-09-14 22:26:02,416 [salt.state       ][INFO    ][13504] Completed state [/var/tmp/mongodb_user_ceilometer.js] at time 22:26:02.415488 duration_in_ms=59.339
2017-09-14 22:26:02,417 [salt.state       ][INFO    ][13504] Running state [mongo localhost:27017/admin -u admin -p opnfv_secret /var/tmp/mongodb_user_ceilometer.js && touch /var/lock/mongodb/mongodb_user_ceilometer_created] at time 22:26:02.416872
2017-09-14 22:26:02,418 [salt.state       ][INFO    ][13504] Executing state cmd.run for mongo localhost:27017/admin -u admin -p opnfv_secret /var/tmp/mongodb_user_ceilometer.js && touch /var/lock/mongodb/mongodb_user_ceilometer_created
2017-09-14 22:26:02,419 [salt.loaded.int.module.cmdmod][INFO    ][13504] Executing command 'mongo localhost:27017/admin -u admin -p opnfv_secret /var/tmp/mongodb_user_ceilometer.js && touch /var/lock/mongodb/mongodb_user_ceilometer_created' in directory '/root'
2017-09-14 22:26:02,479 [salt.loaded.int.module.cmdmod][ERROR   ][13504] Command 'mongo localhost:27017/admin -u admin -p opnfv_secret /var/tmp/mongodb_user_ceilometer.js && touch /var/lock/mongodb/mongodb_user_ceilometer_created' failed with return code: 1
2017-09-14 22:26:02,480 [salt.loaded.int.module.cmdmod][ERROR   ][13504] stdout: MongoDB shell version: 2.6.10
connecting to: localhost:27017/admin
2017-09-14T22:26:02.476+0000 Error: 18 { ok: 0.0, errmsg: "auth failed", code: 18 } at src/mongo/shell/db.js:1287
2017-09-14 22:26:02,481 [salt.loaded.int.module.cmdmod][ERROR   ][13504] stderr: exception: login failed
2017-09-14 22:26:02,481 [salt.loaded.int.module.cmdmod][ERROR   ][13504] retcode: 1
2017-09-14 22:26:02,482 [salt.state       ][ERROR   ][13504] {'pid': 14705, 'retcode': 1, 'stderr': 'exception: login failed', 'stdout': 'MongoDB shell version: 2.6.10\nconnecting to: localhost:27017/admin\n2017-09-14T22:26:02.476+0000 Error: 18 { ok: 0.0, errmsg: "auth failed", code: 18 } at src/mongo/shell/db.js:1287'}
2017-09-14 22:26:02,482 [salt.state       ][INFO    ][13504] Completed state [mongo localhost:27017/admin -u admin -p opnfv_secret /var/tmp/mongodb_user_ceilometer.js && touch /var/lock/mongodb/mongodb_user_ceilometer_created] at time 22:26:02.482248 duration_in_ms=65.375
2017-09-14 22:26:02,484 [salt.minion      ][INFO    ][13504] Returning information for job: 20170914222458055720
2017-09-14 22:26:14,482 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command cmd.run with jid 20170914222614474686
2017-09-14 22:26:14,508 [salt.minion      ][INFO    ][14715] Starting a new job with PID 14715
2017-09-14 22:26:14,517 [salt.loaded.int.module.cmdmod][INFO    ][14715] Executing command 'mongo localhost:27017/admin' in directory '/root'
2017-09-14 22:26:14,588 [salt.minion      ][INFO    ][14715] Returning information for job: 20170914222614474686
2017-09-14 22:26:15,465 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command cmd.run with jid 20170914222615461236
2017-09-14 22:26:15,494 [salt.minion      ][INFO    ][14726] Starting a new job with PID 14726
2017-09-14 22:26:15,505 [salt.loaded.int.module.cmdmod][INFO    ][14726] Executing command 'mongo localhost:27017/admin --eval "rs.initiate()"' in directory '/root'
2017-09-14 22:26:17,279 [salt.minion      ][INFO    ][14726] Returning information for job: 20170914222615461236
2017-09-14 22:26:18,228 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command state.sls with jid 20170914222618223387
2017-09-14 22:26:18,256 [salt.minion      ][INFO    ][14743] Starting a new job with PID 14743
2017-09-14 22:26:19,586 [salt.state       ][INFO    ][14743] Loading fresh modules for state activity
2017-09-14 22:26:19,630 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/init.sls'
2017-09-14 22:26:19,660 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/server.sls'
2017-09-14 22:26:19,702 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:26:20,237 [salt.state       ][INFO    ][14743] Running state [mongodb-server] at time 22:26:20.236491
2017-09-14 22:26:20,237 [salt.state       ][INFO    ][14743] Executing state pkg.installed for mongodb-server
2017-09-14 22:26:20,238 [salt.loaded.int.module.cmdmod][INFO    ][14743] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:26:20,797 [salt.state       ][INFO    ][14743] Package mongodb-server is already installed
2017-09-14 22:26:20,798 [salt.state       ][INFO    ][14743] Completed state [mongodb-server] at time 22:26:20.797672 duration_in_ms=561.18
2017-09-14 22:26:20,798 [salt.state       ][INFO    ][14743] Running state [mongodb] at time 22:26:20.798092
2017-09-14 22:26:20,799 [salt.state       ][INFO    ][14743] Executing state pkg.installed for mongodb
2017-09-14 22:26:20,801 [salt.state       ][INFO    ][14743] Package mongodb is already installed
2017-09-14 22:26:20,802 [salt.state       ][INFO    ][14743] Completed state [mongodb] at time 22:26:20.801805 duration_in_ms=3.713
2017-09-14 22:26:20,802 [salt.state       ][INFO    ][14743] Running state [mongodb-clients] at time 22:26:20.802162
2017-09-14 22:26:20,803 [salt.state       ][INFO    ][14743] Executing state pkg.installed for mongodb-clients
2017-09-14 22:26:20,805 [salt.state       ][INFO    ][14743] Package mongodb-clients is already installed
2017-09-14 22:26:20,806 [salt.state       ][INFO    ][14743] Completed state [mongodb-clients] at time 22:26:20.805762 duration_in_ms=3.6
2017-09-14 22:26:20,806 [salt.state       ][INFO    ][14743] Running state [python-pymongo] at time 22:26:20.806147
2017-09-14 22:26:20,807 [salt.state       ][INFO    ][14743] Executing state pkg.installed for python-pymongo
2017-09-14 22:26:20,810 [salt.state       ][INFO    ][14743] Package python-pymongo is already installed
2017-09-14 22:26:20,810 [salt.state       ][INFO    ][14743] Completed state [python-pymongo] at time 22:26:20.810025 duration_in_ms=3.878
2017-09-14 22:26:20,812 [salt.state       ][INFO    ][14743] Running state [/etc/mongodb.conf] at time 22:26:20.811647
2017-09-14 22:26:20,812 [salt.state       ][INFO    ][14743] Executing state file.managed for /etc/mongodb.conf
2017-09-14 22:26:20,838 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/files/mongodb.conf'
2017-09-14 22:26:20,862 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:26:20,869 [salt.state       ][INFO    ][14743] File /etc/mongodb.conf is in the correct state
2017-09-14 22:26:20,870 [salt.state       ][INFO    ][14743] Completed state [/etc/mongodb.conf] at time 22:26:20.869880 duration_in_ms=58.233
2017-09-14 22:26:20,870 [salt.state       ][INFO    ][14743] Running state [/etc/mongodb.key] at time 22:26:20.870375
2017-09-14 22:26:20,871 [salt.state       ][INFO    ][14743] Executing state file.managed for /etc/mongodb.key
2017-09-14 22:26:20,878 [salt.state       ][INFO    ][14743] File /etc/mongodb.key is in the correct state
2017-09-14 22:26:20,879 [salt.state       ][INFO    ][14743] Completed state [/etc/mongodb.key] at time 22:26:20.878500 duration_in_ms=8.125
2017-09-14 22:26:20,879 [salt.state       ][INFO    ][14743] Running state [/var/lock/mongodb] at time 22:26:20.878905
2017-09-14 22:26:20,879 [salt.state       ][INFO    ][14743] Executing state file.directory for /var/lock/mongodb
2017-09-14 22:26:20,880 [salt.state       ][INFO    ][14743] Directory /var/lock/mongodb is in the correct state
2017-09-14 22:26:20,880 [salt.state       ][INFO    ][14743] Completed state [/var/lock/mongodb] at time 22:26:20.880377 duration_in_ms=1.472
2017-09-14 22:26:20,882 [salt.state       ][INFO    ][14743] Running state [mongodb] at time 22:26:20.881720
2017-09-14 22:26:20,882 [salt.state       ][INFO    ][14743] Executing state service.running for mongodb
2017-09-14 22:26:20,883 [salt.loaded.int.module.cmdmod][INFO    ][14743] Executing command ['systemctl', 'status', 'mongodb.service', '-n', '0'] in directory '/root'
2017-09-14 22:26:20,909 [salt.loaded.int.module.cmdmod][INFO    ][14743] Executing command ['systemctl', 'is-active', 'mongodb.service'] in directory '/root'
2017-09-14 22:26:20,922 [salt.loaded.int.module.cmdmod][INFO    ][14743] Executing command ['systemctl', 'is-enabled', 'mongodb.service'] in directory '/root'
2017-09-14 22:26:20,934 [salt.state       ][INFO    ][14743] The service mongodb is already running
2017-09-14 22:26:20,934 [salt.state       ][INFO    ][14743] Completed state [mongodb] at time 22:26:20.934273 duration_in_ms=52.552
2017-09-14 22:26:20,935 [salt.state       ][INFO    ][14743] Running state [/var/tmp/mongodb_user.js] at time 22:26:20.934767
2017-09-14 22:26:20,935 [salt.state       ][INFO    ][14743] Executing state file.managed for /var/tmp/mongodb_user.js
2017-09-14 22:26:20,954 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/files/user.js'
2017-09-14 22:26:20,974 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:26:20,981 [salt.state       ][INFO    ][14743] File /var/tmp/mongodb_user.js is in the correct state
2017-09-14 22:26:20,982 [salt.state       ][INFO    ][14743] Completed state [/var/tmp/mongodb_user.js] at time 22:26:20.981551 duration_in_ms=46.783
2017-09-14 22:26:20,984 [salt.state       ][INFO    ][14743] Running state [/var/tmp/mongodb_cluster.js] at time 22:26:20.984138
2017-09-14 22:26:20,985 [salt.state       ][INFO    ][14743] Executing state file.managed for /var/tmp/mongodb_cluster.js
2017-09-14 22:26:21,004 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/files/cluster.js'
2017-09-14 22:26:21,025 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:26:21,032 [salt.state       ][INFO    ][14743] File /var/tmp/mongodb_cluster.js is in the correct state
2017-09-14 22:26:21,033 [salt.state       ][INFO    ][14743] Completed state [/var/tmp/mongodb_cluster.js] at time 22:26:21.032453 duration_in_ms=48.315
2017-09-14 22:26:21,033 [salt.state       ][INFO    ][14743] Running state [mongo localhost:27017/admin /var/tmp/mongodb_cluster.js && mongo localhost:27017/admin --quiet --eval "rs.conf()" | grep object -q] at time 22:26:21.033131
2017-09-14 22:26:21,034 [salt.state       ][INFO    ][14743] Executing state cmd.run for mongo localhost:27017/admin /var/tmp/mongodb_cluster.js && mongo localhost:27017/admin --quiet --eval "rs.conf()" | grep object -q
2017-09-14 22:26:21,034 [salt.loaded.int.module.cmdmod][INFO    ][14743] Executing command 'mongo localhost:27017/admin -u admin -p opnfv_secret --quiet --eval "rs.conf()" | grep object -q' in directory '/root'
2017-09-14 22:26:21,113 [salt.loaded.int.module.cmdmod][INFO    ][14743] Executing command 'mongo localhost:27017/admin /var/tmp/mongodb_cluster.js && mongo localhost:27017/admin --quiet --eval "rs.conf()" | grep object -q' in directory '/root'
2017-09-14 22:26:21,256 [salt.state       ][INFO    ][14743] {'pid': 14774, 'retcode': 0, 'stderr': '', 'stdout': 'MongoDB shell version: 2.6.10\nconnecting to: localhost:27017/admin'}
2017-09-14 22:26:21,257 [salt.state       ][INFO    ][14743] Completed state [mongo localhost:27017/admin /var/tmp/mongodb_cluster.js && mongo localhost:27017/admin --quiet --eval "rs.conf()" | grep object -q] at time 22:26:21.257205 duration_in_ms=224.072
2017-09-14 22:26:21,259 [salt.state       ][INFO    ][14743] Running state [mongo localhost:27017/admin /var/tmp/mongodb_user.js && touch /var/lock/mongodb/mongodb_password_changed] at time 22:26:21.258754
2017-09-14 22:26:21,260 [salt.state       ][INFO    ][14743] Executing state cmd.run for mongo localhost:27017/admin /var/tmp/mongodb_user.js && touch /var/lock/mongodb/mongodb_password_changed
2017-09-14 22:26:21,262 [salt.loaded.int.module.cmdmod][INFO    ][14743] Executing command 'mongo localhost:27017/admin /var/tmp/mongodb_user.js && touch /var/lock/mongodb/mongodb_password_changed' in directory '/root'
2017-09-14 22:26:21,632 [salt.state       ][INFO    ][14743] {'pid': 14786, 'retcode': 0, 'stderr': '', 'stdout': 'MongoDB shell version: 2.6.10\nconnecting to: localhost:27017/admin\nWARNING: The \'addUser\' shell helper is DEPRECATED. Please use \'createUser\' instead\nSuccessfully added user: { "user" : "admin", "roles" : [ "root" ] }'}
2017-09-14 22:26:21,633 [salt.state       ][INFO    ][14743] Completed state [mongo localhost:27017/admin /var/tmp/mongodb_user.js && touch /var/lock/mongodb/mongodb_password_changed] at time 22:26:21.633264 duration_in_ms=374.51
2017-09-14 22:26:21,634 [salt.state       ][INFO    ][14743] Running state [/var/tmp/mongodb_user_ceilometer.js] at time 22:26:21.634328
2017-09-14 22:26:21,635 [salt.state       ][INFO    ][14743] Executing state file.managed for /var/tmp/mongodb_user_ceilometer.js
2017-09-14 22:26:21,661 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/files/user_role.js'
2017-09-14 22:26:21,688 [salt.fileclient  ][INFO    ][14743] Fetching file from saltenv 'base', ** done ** 'mongodb/map.jinja'
2017-09-14 22:26:21,703 [salt.state       ][INFO    ][14743] File /var/tmp/mongodb_user_ceilometer.js is in the correct state
2017-09-14 22:26:21,704 [salt.state       ][INFO    ][14743] Completed state [/var/tmp/mongodb_user_ceilometer.js] at time 22:26:21.703523 duration_in_ms=69.195
2017-09-14 22:26:21,705 [salt.state       ][INFO    ][14743] Running state [mongo localhost:27017/admin -u admin -p opnfv_secret /var/tmp/mongodb_user_ceilometer.js && touch /var/lock/mongodb/mongodb_user_ceilometer_created] at time 22:26:21.705160
2017-09-14 22:26:21,706 [salt.state       ][INFO    ][14743] Executing state cmd.run for mongo localhost:27017/admin -u admin -p opnfv_secret /var/tmp/mongodb_user_ceilometer.js && touch /var/lock/mongodb/mongodb_user_ceilometer_created
2017-09-14 22:26:21,707 [salt.loaded.int.module.cmdmod][INFO    ][14743] Executing command 'mongo localhost:27017/admin -u admin -p opnfv_secret /var/tmp/mongodb_user_ceilometer.js && touch /var/lock/mongodb/mongodb_user_ceilometer_created' in directory '/root'
2017-09-14 22:26:21,792 [salt.state       ][INFO    ][14743] {'pid': 14795, 'retcode': 0, 'stderr': '', 'stdout': 'MongoDB shell version: 2.6.10\nconnecting to: localhost:27017/admin\nWARNING: The \'addUser\' shell helper is DEPRECATED. Please use \'createUser\' instead\nSuccessfully added user: { "user" : "ceilometer", "roles" : [ "readWrite", "dbAdmin" ] }'}
2017-09-14 22:26:21,794 [salt.state       ][INFO    ][14743] Completed state [mongo localhost:27017/admin -u admin -p opnfv_secret /var/tmp/mongodb_user_ceilometer.js && touch /var/lock/mongodb/mongodb_user_ceilometer_created] at time 22:26:21.793657 duration_in_ms=88.496
2017-09-14 22:26:21,797 [salt.minion      ][INFO    ][14743] Returning information for job: 20170914222618223387
2017-09-14 22:26:22,809 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command state.sls with jid 20170914222622803794
2017-09-14 22:26:22,836 [salt.minion      ][INFO    ][14806] Starting a new job with PID 14806
2017-09-14 22:26:23,262 [salt.state       ][INFO    ][14806] Loading fresh modules for state activity
2017-09-14 22:26:23,307 [salt.fileclient  ][INFO    ][14806] Fetching file from saltenv 'base', ** done ** 'aodh/init.sls'
2017-09-14 22:26:23,334 [salt.fileclient  ][INFO    ][14806] Fetching file from saltenv 'base', ** done ** 'aodh/server.sls'
2017-09-14 22:26:23,364 [salt.fileclient  ][INFO    ][14806] Fetching file from saltenv 'base', ** done ** 'aodh/map.jinja'
2017-09-14 22:26:23,745 [salt.state       ][INFO    ][14806] Running state [aodh-listener] at time 22:26:23.744971
2017-09-14 22:26:23,746 [salt.state       ][INFO    ][14806] Executing state pkg.installed for aodh-listener
2017-09-14 22:26:23,746 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:26:24,301 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 22:26:27,330 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'aodh-listener'] in directory '/root'
2017-09-14 22:26:32,899 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222632890568
2017-09-14 22:26:32,933 [salt.minion      ][INFO    ][15446] Starting a new job with PID 15446
2017-09-14 22:26:32,958 [salt.minion      ][INFO    ][15446] Returning information for job: 20170914222632890568
2017-09-14 22:26:42,922 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222642908679
2017-09-14 22:26:42,964 [salt.minion      ][INFO    ][15483] Starting a new job with PID 15483
2017-09-14 22:26:42,987 [salt.minion      ][INFO    ][15483] Returning information for job: 20170914222642908679
2017-09-14 22:26:52,946 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222652931989
2017-09-14 22:26:52,977 [salt.minion      ][INFO    ][15595] Starting a new job with PID 15595
2017-09-14 22:26:53,003 [salt.minion      ][INFO    ][15595] Returning information for job: 20170914222652931989
2017-09-14 22:27:03,001 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222702981938
2017-09-14 22:27:03,032 [salt.minion      ][INFO    ][15781] Starting a new job with PID 15781
2017-09-14 22:27:03,102 [salt.minion      ][INFO    ][15781] Returning information for job: 20170914222702981938
2017-09-14 22:27:13,061 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222713049105
2017-09-14 22:27:13,104 [salt.minion      ][INFO    ][15904] Starting a new job with PID 15904
2017-09-14 22:27:13,123 [salt.minion      ][INFO    ][15904] Returning information for job: 20170914222713049105
2017-09-14 22:27:23,088 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222723078635
2017-09-14 22:27:23,117 [salt.minion      ][INFO    ][16014] Starting a new job with PID 16014
2017-09-14 22:27:23,160 [salt.minion      ][INFO    ][16014] Returning information for job: 20170914222723078635
2017-09-14 22:27:33,150 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222733140247
2017-09-14 22:27:33,181 [salt.minion      ][INFO    ][16160] Starting a new job with PID 16160
2017-09-14 22:27:33,204 [salt.minion      ][INFO    ][16160] Returning information for job: 20170914222733140247
2017-09-14 22:27:43,171 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222743161381
2017-09-14 22:27:43,202 [salt.minion      ][INFO    ][16301] Starting a new job with PID 16301
2017-09-14 22:27:43,266 [salt.minion      ][INFO    ][16301] Returning information for job: 20170914222743161381
2017-09-14 22:27:53,234 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222753224691
2017-09-14 22:27:53,262 [salt.minion      ][INFO    ][16423] Starting a new job with PID 16423
2017-09-14 22:27:53,307 [salt.minion      ][INFO    ][16423] Returning information for job: 20170914222753224691
2017-09-14 22:28:03,279 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222803268726
2017-09-14 22:28:03,320 [salt.minion      ][INFO    ][16554] Starting a new job with PID 16554
2017-09-14 22:28:03,432 [salt.minion      ][INFO    ][16554] Returning information for job: 20170914222803268726
2017-09-14 22:28:13,406 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222813396582
2017-09-14 22:28:13,445 [salt.minion      ][INFO    ][16782] Starting a new job with PID 16782
2017-09-14 22:28:13,469 [salt.minion      ][INFO    ][16782] Returning information for job: 20170914222813396582
2017-09-14 22:28:23,438 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222823428831
2017-09-14 22:28:23,469 [salt.minion      ][INFO    ][16964] Starting a new job with PID 16964
2017-09-14 22:28:23,492 [salt.minion      ][INFO    ][16964] Returning information for job: 20170914222823428831
2017-09-14 22:28:33,460 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222833452054
2017-09-14 22:28:33,491 [salt.minion      ][INFO    ][17122] Starting a new job with PID 17122
2017-09-14 22:28:33,518 [salt.minion      ][INFO    ][17122] Returning information for job: 20170914222833452054
2017-09-14 22:28:43,499 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222843490963
2017-09-14 22:28:43,532 [salt.minion      ][INFO    ][17299] Starting a new job with PID 17299
2017-09-14 22:28:43,557 [salt.minion      ][INFO    ][17299] Returning information for job: 20170914222843490963
2017-09-14 22:28:53,664 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222853656825
2017-09-14 22:28:53,694 [salt.minion      ][INFO    ][17309] Starting a new job with PID 17309
2017-09-14 22:28:53,723 [salt.minion      ][INFO    ][17309] Returning information for job: 20170914222853656825
2017-09-14 22:29:03,698 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222903691260
2017-09-14 22:29:03,726 [salt.minion      ][INFO    ][17462] Starting a new job with PID 17462
2017-09-14 22:29:03,748 [salt.minion      ][INFO    ][17462] Returning information for job: 20170914222903691260
2017-09-14 22:29:13,727 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222913720007
2017-09-14 22:29:13,753 [salt.minion      ][INFO    ][17769] Starting a new job with PID 17769
2017-09-14 22:29:13,779 [salt.minion      ][INFO    ][17769] Returning information for job: 20170914222913720007
2017-09-14 22:29:23,763 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222923756293
2017-09-14 22:29:23,790 [salt.minion      ][INFO    ][18062] Starting a new job with PID 18062
2017-09-14 22:29:23,812 [salt.minion      ][INFO    ][18062] Returning information for job: 20170914222923756293
2017-09-14 22:29:33,808 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222933799422
2017-09-14 22:29:33,840 [salt.minion      ][INFO    ][18277] Starting a new job with PID 18277
2017-09-14 22:29:33,871 [salt.minion      ][INFO    ][18277] Returning information for job: 20170914222933799422
2017-09-14 22:29:40,805 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:29:40,850 [salt.state       ][INFO    ][14806] Made the following changes:
'python-routes' changed from 'absent' to '2.2-1ubuntu2'
'python-retrying' changed from 'absent' to '1.3.3-1'
'python-kombu' changed from 'absent' to '3.0.33-1ubuntu2'
'python-oslo.concurrency' changed from 'absent' to '3.18.0-1~u16.04+mcp4'
'python-sqlparse' changed from 'absent' to '0.1.18-1'
'python-monotonic' changed from 'absent' to '0.6-2'
'python-cotyledon' changed from 'absent' to '1.6.3-1~u16.04+mcp1'
'binutils-gold' changed from 'absent' to '1'
'python-wsme' changed from 'absent' to '0.8.0-2ubuntu2'
'libtiff5' changed from 'absent' to '4.0.6-1ubuntu0.2'
'python-secretstorage' changed from 'absent' to '2.1.3-1'
'python-formencode' changed from 'absent' to '1.3.0-0ubuntu5'
'python-functools32' changed from 'absent' to '3.2.3.2-2'
'python-migrate' changed from 'absent' to '0.10.0-3ubuntu2'
'python-cachetools' changed from 'absent' to '1.1.6-1~u16.04+mcp1'
'c-compiler' changed from 'absent' to '1'
'libquadmath0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'libmpc3' changed from 'absent' to '1.0.3-1'
'python-blinker' changed from 'absent' to '1.3.dfsg2-1build1'
'ieee-data' changed from 'absent' to '20150531.1'
'python-roman' changed from 'absent' to '2.0.0-2'
'python-pastescript' changed from 'absent' to '1.7.5-3build1'
'python-bs4' changed from 'absent' to '4.4.1-1'
'python-tenacity' changed from 'absent' to '3.3.0-1~u16.04+mcp1'
'python-setuptools' changed from 'absent' to '33.1.1-1~cloud0'
'docutils-doc' changed from 'absent' to '0.12+dfsg-1'
'python-dbus' changed from 'absent' to '1.2.0-3'
'python-fixtures' changed from 'absent' to '3.0.0-1~u16.04+mcp1'
'python-pycadf' changed from 'absent' to '2.2.0-2~u16.04+mcp1'
'python-testtools' changed from 'absent' to '1.8.1-0ubuntu1'
'python-anyjson' changed from 'absent' to '0.3.3-1build1'
'python-gnocchiclient' changed from 'absent' to '3.0.0-1~u16.04+mcp0'
'elf-binutils' changed from 'absent' to '1'
'libstdc++-5-dev' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-prettytable' changed from 'absent' to '0.7.2-3'
'python-pymemcache' changed from 'absent' to '1.3.2-2ubuntu1'
'libalgorithm-merge-perl' changed from 'absent' to '0.08-3'
'python-netaddr' changed from 'absent' to '0.7.18-1'
'c++abi2-dev' changed from 'absent' to '1'
'python-dnspython' changed from 'absent' to '1.14.0-3~u16.04+mcp1'
'python-babel' changed from 'absent' to '2.3.4+dfsg.1-2~u16.04+mcp2'
'python-requests' changed from '2.9.1-3' to '2.10.0-1~u16.04+mcp1'
'patch' changed from 'absent' to '2.7.5-1'
'python-pil' changed from 'absent' to '3.1.2-0ubuntu1.1'
'docutils-common' changed from 'absent' to '0.12+dfsg-1'
'libc-dev-bin' changed from 'absent' to '2.23-0ubuntu9'
'python-aodh' changed from 'absent' to '4.0.0-1~u16.04+mcp5'
'libcc1-0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'libgomp1' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-oslo.db' changed from 'absent' to '4.17.0-1~u16.04+mcp6'
'python2.7-sqlalchemy-ext' changed from 'absent' to '1'
'python-pika' changed from 'absent' to '0.10.0-1'
'python-osc-lib' changed from 'absent' to '1.3.0-1~u16.04+mcp5'
'python2.7-simplejson' changed from 'absent' to '1'
'linux-libc-dev' changed from 'absent' to '4.4.0-93.116'
'python-ipaddr' changed from 'absent' to '2.1.11-2'
'python-funcsigs' changed from 'absent' to '1.0.2-3~cloud0'
'gcc-5' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-scgi' changed from 'absent' to '1.13-1.1build1'
'python2.7-pil' changed from 'absent' to '1'
'libatomic1' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-zake' changed from 'absent' to '0.1.6-1'
'python-repoze.lru' changed from 'absent' to '0.6-6'
'python-posix-ipc' changed from 'absent' to '0.9.8-2build2'
'formencode-i18n' changed from 'absent' to '1.3.0-0ubuntu5'
'python2.7-testtools' changed from 'absent' to '1'
'libitm1' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'docutils' changed from 'absent' to '1'
'g++' changed from 'absent' to '4:5.3.1-1ubuntu1'
'cpp:any' changed from 'absent' to '1'
'python2.7-dbus' changed from 'absent' to '1'
'libmpx0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-oslo.middleware' changed from 'absent' to '3.23.1-0~u16.04+mcp4'
'python-pygments' changed from 'absent' to '2.1+dfsg-1'
'python-pillow' changed from 'absent' to '1'
'libpaperg' changed from 'absent' to '1'
'python2.7-netifaces' changed from 'absent' to '1'
'liblcms2-2' changed from 'absent' to '2.6-3ubuntu2'
'python-oslo.context' changed from 'absent' to '2.12.1-0~u16.04+mcp3'
'libtsan0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'g++-5' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'libstdc++-dev' changed from 'absent' to '1'
'python-jsonschema' changed from 'absent' to '2.5.1-4'
'python-singledispatch' changed from 'absent' to '3.4.0.3-2'
'python2.7-pyinotify' changed from 'absent' to '1'
'python-webob' changed from 'absent' to '1.6.2-1~u16.04+mcp1'
'python-pyparsing' changed from 'absent' to '2.1.10+dfsg1-1~u16.04+mcp1'
'python-babel-localedata' changed from 'absent' to '2.3.4+dfsg.1-2~u16.04+mcp2'
'python-positional' changed from 'absent' to '1.1.1-3~u16.04+mcp1'
'python-urllib3' changed from '1.13.1-2ubuntu0.16.04.1' to '1.15.1-2~u16.04+mcp1'
'python-cmd2' changed from 'absent' to '0.6.8-1'
'cpp-5' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-distribute' changed from 'absent' to '1'
'linux-kernel-headers' changed from 'absent' to '1'
'python-oslo-log' changed from 'absent' to '1'
'python-zopeinterface' changed from 'absent' to '1'
'python-iso8601' changed from 'absent' to '0.1.11-1'
'alembic' changed from 'absent' to '0.8.10-1~u16.04+mcp1'
'libwebpmux1' changed from 'absent' to '0.4.4-1'
'build-essential' changed from 'absent' to '12.1ubuntu2'
'c++-compiler' changed from 'absent' to '1'
'python-pkg-resources' changed from '20.7.0-1' to '33.1.1-1~cloud0'
'python-oslo.policy' changed from 'absent' to '1.18.0-1~u16.04+mcp2'
'python-stevedore' changed from 'absent' to '1.17.1-2~u16.04+mcp1'
'python-paste' changed from 'absent' to '1.7.5.1-6ubuntu3'
'python-lxml' changed from 'absent' to '3.5.0-1build1'
'python-oslo.config' changed from 'absent' to '1:3.22.0-1~u16.04+mcp2'
'python-futurist' changed from 'absent' to '0.13.0-2'
'libalgorithm-diff-xs-perl' changed from 'absent' to '0.04-4build1'
'libpaper1' changed from 'absent' to '1.1.24+nmu4ubuntu1'
'python-fasteners' changed from 'absent' to '0.12.0-2ubuntu1'
'python2.7-gi' changed from 'absent' to '1'
'python-linecache2' changed from 'absent' to '1.0.0-2'
'aodh-common' changed from 'absent' to '4.0.0-1~u16.04+mcp5'
'python-pastedeploy-tpl' changed from 'absent' to '1.5.2-1'
'python-oauthlib' changed from 'absent' to '1.0.3-1'
'python-oslo-db' changed from 'absent' to '1'
'libfile-fcntllock-perl' changed from 'absent' to '0.22-3'
'python-werkzeug' changed from 'absent' to '0.10.4+dfsg1-1ubuntu1'
'python-zope.interface' changed from 'absent' to '4.1.3-1build1'
'python-mimeparse' changed from 'absent' to '0.1.4-1build1'
'python-gi' changed from 'absent' to '3.20.0-0ubuntu1'
'python2.7-waitress' changed from 'absent' to '1'
'python-contextlib2' changed from 'absent' to '0.5.1-1'
'libjpeg8' changed from 'absent' to '8c-2ubuntu8'
'python-oslo.serialization' changed from 'absent' to '2.16.0-1~u16.04+mcp2'
'python-oslo.utils' changed from 'absent' to '3.22.0-1~u16.04+mcp5'
'python-pika-pool' changed from 'absent' to '0.1.3-1ubuntu1'
'make:any' changed from 'absent' to '1'
'python-keyrings.alt' changed from 'absent' to '1.1.1-1'
'python2.7-iso8601' changed from 'absent' to '1'
'manpages-dev' changed from 'absent' to '4.04-2'
'python-simplejson' changed from 'absent' to '3.8.1-1ubuntu2'
'python-wrapt' changed from 'absent' to '1.8.0-5build2'
'python-tooz' changed from 'absent' to '1.47.0-1~u16.04+mcp1'
'python-simplegeneric' changed from 'absent' to '0.8.1-1'
'python-docutils' changed from 'absent' to '0.12+dfsg-1'
'python-openid' changed from 'absent' to '2.2.5-6'
'python-pastedeploy' changed from 'absent' to '1.5.2-1'
'pycadf-common' changed from 'absent' to '2.2.0-2~u16.04+mcp1'
'python-pecan' changed from 'absent' to '1.1.2-1~u16.04+mcp1'
'python-tz' changed from 'absent' to '2014.10~dfsg1-0ubuntu2'
'libpaper-utils' changed from 'absent' to '1.1.24+nmu4ubuntu1'
'python2.7-zope.interface' changed from 'absent' to '1'
'python-croniter' changed from 'absent' to '0.3.8-1'
'python-cliff' changed from 'absent' to '2.4.0-1~u16.04+mcp1'
'python-oslo.i18n' changed from 'absent' to '3.12.0-1~u16.04+mcp2'
'libisl15' changed from 'absent' to '0.16.1-1'
'python-webtest' changed from 'absent' to '2.0.18-1ubuntu1'
'python-appdirs' changed from 'absent' to '1.4.0-2'
'liblsan0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-alembic' changed from 'absent' to '0.8.10-1~u16.04+mcp1'
'python-statsd' changed from 'absent' to '3.2.1-2~cloud0'
'libxslt1.1' changed from 'absent' to '1.1.28-2.1ubuntu0.1'
'aodh-listener' changed from 'absent' to '4.0.0-1~u16.04+mcp5'
'python-keyring' changed from 'absent' to '8.5.1-1~u16.04+mcp1'
'libalgorithm-diff-perl' changed from 'absent' to '1.19.03-1'
'libfakeroot' changed from 'absent' to '1.20.2-1ubuntu1'
'python-redis' changed from 'absent' to '2.10.5-1ubuntu1'
'python-waitress' changed from 'absent' to '0.8.10-1'
'python-oslo-utils' changed from 'absent' to '1'
'libubsan0' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-unicodecsv' changed from 'absent' to '0.14.1-1'
'python-extras' changed from 'absent' to '0.0.3-3'
'python-mock' changed from 'absent' to '2.0.0-1~u16.04+mcp1'
'python-rfc3986' changed from 'absent' to '0.3.1-2~u16.04+mcp1'
'python-eventlet' changed from 'absent' to '0.18.4-1ubuntu1'
'python-unittest2' changed from 'absent' to '1.1.0-6.1'
'python2.7-pyparsing' changed from 'absent' to '1'
'python-oslo.log' changed from 'absent' to '3.20.1-0~u16.04+mcp1'
'libgcc-5-dev' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-pyinotify' changed from 'absent' to '0.9.6-1~u16.04+mcp1'
'libjpeg-turbo8' changed from 'absent' to '1.4.2-0ubuntu3'
'python-amqp' changed from 'absent' to '1.4.9-1'
'python-pbr' changed from 'absent' to '1.10.0-1~u16.04+mcp1'
'libwebp5' changed from 'absent' to '0.4.4-1'
'python-logutils' changed from 'absent' to '0.3.3-5'
'gcc' changed from 'absent' to '4:5.3.1-1ubuntu1'
'python-requestsexceptions' changed from 'absent' to '1.1.2-0ubuntu1'
'python-kazoo' changed from 'absent' to '2.2.1-1ubuntu1'
'python-decorator' changed from 'absent' to '4.0.6-1'
'python-os-client-config' changed from 'absent' to '1.26.0-2~u16.04+mcp2'
'python-oslo.messaging' changed from 'absent' to '5.17.1-0~u16.04+mcp10'
'python2.7-cmd2' changed from 'absent' to '1'
'python-debtcollector' changed from 'absent' to '1.3.0-2'
'dpkg-dev' changed from 'absent' to '1.18.4ubuntu1.2'
'python-html5lib' changed from 'absent' to '0.999-4'
'python2.7-lxml' changed from 'absent' to '1'
'python-jwt' changed from 'absent' to '1.3.0-1ubuntu0.1'
'python-keystoneclient' changed from 'absent' to '1:3.10.0-1~u16.04+mcp2'
'python-greenlet' changed from 'absent' to '0.4.9-2fakesync1'
'python-sqlalchemy-ext' changed from 'absent' to '1.0.13+ds1-1~u16.04+mcp1'
'python-oslo.service' changed from 'absent' to '1.19.0-1~u16.04+mcp3'
'libdpkg-perl' changed from 'absent' to '1.18.4ubuntu1.2'
'libasan2' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-oslo-context' changed from 'absent' to '1'
'python-ceilometerclient' changed from 'absent' to '2.8.1-1~u16.04+mcp0'
'libc6-dev' changed from 'absent' to '2.23-0ubuntu9'
'manpages' changed from 'absent' to '4.04-2'
'python-traceback2' changed from 'absent' to '1.4.0-3'
'libcilkrts5' changed from 'absent' to '5.4.0-6ubuntu1~16.04.4'
'python-keystoneauth1' changed from 'absent' to '2.18.0-1~u16.04+mcp4'
'python-tempita' changed from 'absent' to '0.5.2-1build1'
'python-sqlalchemy' changed from 'absent' to '1.0.13+ds1-1~u16.04+mcp1'
'python-keystonemiddleware' changed from 'absent' to '4.14.0-1~u16.04+mcp3'
'python-setproctitle' changed from 'absent' to '1.1.8-1build2'
'python-zope' changed from 'absent' to '1'
'python-voluptuous' changed from 'absent' to '0.9.3-1~u16.04+mcp1'
'fakeroot' changed from 'absent' to '1.20.2-1ubuntu1'
'binutils' changed from 'absent' to '2.26.1-1ubuntu1~16.04.4'
'libc-dev' changed from 'absent' to '1'
'python-netifaces' changed from 'absent' to '0.10.4-0.1build2'
'cpp' changed from 'absent' to '4:5.3.1-1ubuntu1'
'make' changed from 'absent' to '4.1-6'
'libjbig0' changed from 'absent' to '2.1-3.1'

2017-09-14 22:29:40,902 [salt.state       ][INFO    ][14806] Loading fresh modules for state activity
2017-09-14 22:29:40,942 [salt.state       ][INFO    ][14806] Completed state [aodh-listener] at time 22:29:40.941414 duration_in_ms=197196.442
2017-09-14 22:29:40,956 [salt.state       ][INFO    ][14806] Running state [aodh-evaluator] at time 22:29:40.956215
2017-09-14 22:29:40,957 [salt.state       ][INFO    ][14806] Executing state pkg.installed for aodh-evaluator
2017-09-14 22:29:41,674 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'aodh-evaluator'] in directory '/root'
2017-09-14 22:29:43,857 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222943851281
2017-09-14 22:29:43,883 [salt.minion      ][INFO    ][18558] Starting a new job with PID 18558
2017-09-14 22:29:43,913 [salt.minion      ][INFO    ][18558] Returning information for job: 20170914222943851281
2017-09-14 22:29:45,394 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:29:45,431 [salt.state       ][INFO    ][14806] Made the following changes:
'aodh-evaluator' changed from 'absent' to '4.0.0-1~u16.04+mcp5'

2017-09-14 22:29:45,444 [salt.state       ][INFO    ][14806] Loading fresh modules for state activity
2017-09-14 22:29:45,460 [salt.state       ][INFO    ][14806] Completed state [aodh-evaluator] at time 22:29:45.460245 duration_in_ms=4504.029
2017-09-14 22:29:45,469 [salt.state       ][INFO    ][14806] Running state [python-aodhclient] at time 22:29:45.468576
2017-09-14 22:29:45,469 [salt.state       ][INFO    ][14806] Executing state pkg.installed for python-aodhclient
2017-09-14 22:29:45,860 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'python-aodhclient'] in directory '/root'
2017-09-14 22:29:48,731 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:29:48,784 [salt.state       ][INFO    ][14806] Made the following changes:
'python-aodhclient' changed from 'absent' to '0.8.0-1~u16.04+mcp1'

2017-09-14 22:29:48,804 [salt.state       ][INFO    ][14806] Loading fresh modules for state activity
2017-09-14 22:29:48,830 [salt.state       ][INFO    ][14806] Completed state [python-aodhclient] at time 22:29:48.829939 duration_in_ms=3361.36
2017-09-14 22:29:48,844 [salt.state       ][INFO    ][14806] Running state [aodh-notifier] at time 22:29:48.844293
2017-09-14 22:29:48,845 [salt.state       ][INFO    ][14806] Executing state pkg.installed for aodh-notifier
2017-09-14 22:29:49,126 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'aodh-notifier'] in directory '/root'
2017-09-14 22:29:53,190 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:29:53,229 [salt.state       ][INFO    ][14806] Made the following changes:
'aodh-notifier' changed from 'absent' to '4.0.0-1~u16.04+mcp5'

2017-09-14 22:29:53,241 [salt.state       ][INFO    ][14806] Loading fresh modules for state activity
2017-09-14 22:29:53,255 [salt.state       ][INFO    ][14806] Completed state [aodh-notifier] at time 22:29:53.255061 duration_in_ms=4410.768
2017-09-14 22:29:53,261 [salt.state       ][INFO    ][14806] Running state [aodh-api] at time 22:29:53.260893
2017-09-14 22:29:53,261 [salt.state       ][INFO    ][14806] Executing state pkg.installed for aodh-api
2017-09-14 22:29:53,593 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'aodh-api'] in directory '/root'
2017-09-14 22:29:53,903 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914222953899006
2017-09-14 22:29:53,933 [salt.minion      ][INFO    ][18972] Starting a new job with PID 18972
2017-09-14 22:29:53,953 [salt.minion      ][INFO    ][18972] Returning information for job: 20170914222953899006
2017-09-14 22:30:03,947 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223003941793
2017-09-14 22:30:03,974 [salt.minion      ][INFO    ][19136] Starting a new job with PID 19136
2017-09-14 22:30:03,998 [salt.minion      ][INFO    ][19136] Returning information for job: 20170914223003941793
2017-09-14 22:30:13,985 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223013977111
2017-09-14 22:30:14,014 [salt.minion      ][INFO    ][19233] Starting a new job with PID 19233
2017-09-14 22:30:14,048 [salt.minion      ][INFO    ][19233] Returning information for job: 20170914223013977111
2017-09-14 22:30:24,050 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223024046517
2017-09-14 22:30:24,077 [salt.minion      ][INFO    ][19887] Starting a new job with PID 19887
2017-09-14 22:30:24,100 [salt.minion      ][INFO    ][19887] Returning information for job: 20170914223024046517
2017-09-14 22:30:27,998 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:30:28,059 [salt.state       ][INFO    ][14806] Made the following changes:
'python-novaclient' changed from 'absent' to '2:7.1.0-1~u16.04+mcp8'
'libapr1' changed from 'absent' to '1.5.2-3'
'apache2-utils' changed from 'absent' to '2.4.18-2ubuntu3.4'
'apache2-data' changed from 'absent' to '2.4.18-2ubuntu3.4'
'libapache2-mod-wsgi' changed from 'absent' to '4.4.15-0.1~u16.04+mcp1'
'python-neutronclient' changed from 'absent' to '1:6.1.0-1~u16.04+mcp9'
'apache2-api-20120211' changed from 'absent' to '1'
'liblua5.1-0' changed from 'absent' to '5.1.5-8ubuntu1'
'libaprutil1-dbd-sqlite3' changed from 'absent' to '1.5.4-1build1'
'python-openstacksdk' changed from 'absent' to '0.9.13-1~u16.04+mcp0'
'python-cinderclient' changed from 'absent' to '1:1.11.0-1~u16.04+mcp4'
'python-glanceclient' changed from 'absent' to '1:2.6.0-1~u16.04+mcp3'
'apache2-bin' changed from 'absent' to '2.4.18-2ubuntu3.4'
'httpd' changed from 'absent' to '1'
'libaprutil1' changed from 'absent' to '1.5.4-1build1'
'python-jsonpatch' changed from 'absent' to '1.19-3'
'libpython2.7' changed from 'absent' to '2.7.12-1ubuntu0~16.04.1'
'httpd-wsgi' changed from 'absent' to '1'
'python-openstackclient' changed from 'absent' to '3.8.1-1~u16.04+mcp4'
'apache2' changed from 'absent' to '2.4.18-2ubuntu3.4'
'python-warlock' changed from 'absent' to '1.1.0-1'
'libaprutil1-ldap' changed from 'absent' to '1.5.4-1build1'
'python-json-pointer' changed from 'absent' to '1.9-3'
'aodh-api' changed from 'absent' to '4.0.0-1~u16.04+mcp5'
'ssl-cert' changed from 'absent' to '1.0.37'
'python2.7-cinderclient' changed from 'absent' to '1'
'httpd-cgi' changed from 'absent' to '1'

2017-09-14 22:30:28,081 [salt.state       ][INFO    ][14806] Loading fresh modules for state activity
2017-09-14 22:30:28,105 [salt.state       ][INFO    ][14806] Completed state [aodh-api] at time 22:30:28.104723 duration_in_ms=34843.829
2017-09-14 22:30:28,109 [salt.state       ][INFO    ][14806] Running state [/etc/aodh/aodh.conf] at time 22:30:28.108709
2017-09-14 22:30:28,109 [salt.state       ][INFO    ][14806] Executing state file.managed for /etc/aodh/aodh.conf
2017-09-14 22:30:28,146 [salt.fileclient  ][INFO    ][14806] Fetching file from saltenv 'base', ** done ** 'aodh/files/ocata/aodh.conf.Debian'
2017-09-14 22:30:28,247 [salt.fileclient  ][INFO    ][14806] Fetching file from saltenv 'base', ** done ** 'aodh/map.jinja'
2017-09-14 22:30:28,269 [salt.state       ][INFO    ][14806] File changed:
--- 
+++ 
@@ -83,6 +83,7 @@
 # is ignored if log_config_append is set. (string value)
 # Deprecated group/name - [DEFAULT]/logdir
 #log_dir = <None>
+log_dir = /var/log/aodh
 
 # Uses logging handler designed to watch file system. When log file is moved or
 # removed this handler will open a new log file with specified path
@@ -125,7 +126,7 @@
 # List of package logging levels in logger=LEVEL pairs. This option is ignored
 # if log_config_append is set. (list value)
 #default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO
-
+default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,iso8601=WARN,keystonemiddleware=WARN,oslo.messaging=INFO,oslo_messaging=INFO,qpid=WARN,requests.packages.urllib3.connectionpool=WARN,requests.packages.urllib3.util.retry=WARN,routes.middleware=WARN,sqlalchemy=WARN,stevedore=WARN,suds=INFO,taskflow=WARN,urllib3.connectionpool=WARN,urllib3.util.retry=WARN,websocket=WARN
 # Enables or disables publication of error events. (boolean value)
 #publish_errors = false
 
@@ -330,6 +331,8 @@
 # A URL representing the messaging driver to use and its full configuration.
 # (string value)
 #transport_url = <None>
+transport_url = rabbit://openstack:opnfv_secret@10.167.4.41:5672,openstack:opnfv_secret@10.167.4.42:5672,openstack:opnfv_secret@10.167.4.43:5672//openstack
+
 
 # DEPRECATED: The messaging driver to use, defaults to rabbit. Other drivers
 # include amqp and zmq. (string value)
@@ -349,8 +352,12 @@
 # From aodh
 #
 
+port=8042
+
+host=10.167.4.76
+
 # Configuration file for WSGI definition of API. (string value)
-#paste_config = /build/aodh-Q_DnM4/aodh-4.0.0/aodh/api/api-paste.ini
+#paste_config = /build/aodh-t4wvpD/aodh-4.0.0/aodh/api/api-paste.ini
 
 # Authentication mode to use. Unset to disable authentication (string value)
 #auth_mode = keystone
@@ -472,6 +479,7 @@
 # Number of seconds that alarm histories are kept in the database for (<= 0
 # means forever). (integer value)
 #alarm_history_time_to_live = -1
+alarm_history_time_to_live = 86400
 
 #
 # From oslo.db
@@ -498,7 +506,7 @@
 # Deprecated group/name - [DEFAULT]/sql_connection
 # Deprecated group/name - [DATABASE]/sql_connection
 # Deprecated group/name - [sql]/connection
-connection = sqlite:////var/lib/aodh/sqlite.db
+connection = mysql+pymysql://aodh:opnfv_secret@10.167.4.50/aodh
 
 # The SQLAlchemy connection string to use to connect to the slave database.
 # (string value)
@@ -632,6 +640,21 @@
 # because normal end users may not be  able to reach that endpoint. (string
 # value)
 #auth_uri = <None>
+
+auth_type = password
+user_domain_id = default
+project_domain_id = default
+project_name = service
+username = aodh
+password = opnfv_secret
+auth_uri = http://10.167.4.10:5000
+auth_url = http://10.167.4.10:35357
+interface = internalURL
+token_cache_time = -1
+
+#admin_user=aodh
+#admin_password=opnfv_secret
+#admin_tenant_name=service
 
 # API version of the admin Identity API endpoint. (string value)
 #auth_version = <None>
@@ -1136,6 +1159,7 @@
 # Deprecated group/name - [rpc_notifier2]/topics
 # Deprecated group/name - [DEFAULT]/notification_topics
 #topics = notifications
+topics = notifications
 
 
 [oslo_messaging_rabbit]
@@ -1148,6 +1172,7 @@
 # Deprecated group/name - [DEFAULT]/amqp_durable_queues
 # Deprecated group/name - [DEFAULT]/rabbit_durable_queues
 #amqp_durable_queues = false
+amqp_durable_queues = false
 
 # Auto-delete queues in AMQP. (boolean value)
 # Deprecated group/name - [DEFAULT]/amqp_auto_delete
@@ -1226,6 +1251,7 @@
 # Its value may be silently ignored in the future.
 # Reason: Replaced by [DEFAULT]/transport_url
 #rabbit_userid = guest
+rabbit_userid = openstack
 
 # DEPRECATED: The RabbitMQ password. (string value)
 # Deprecated group/name - [DEFAULT]/rabbit_password
@@ -1233,6 +1259,7 @@
 # Its value may be silently ignored in the future.
 # Reason: Replaced by [DEFAULT]/transport_url
 #rabbit_password = guest
+rabbit_password = opnfv_secret
 
 # The RabbitMQ login method. (string value)
 # Allowed values: PLAIN, AMQPLAIN, RABBIT-CR-DEMO
@@ -1586,6 +1613,7 @@
 # The file that defines policies. (string value)
 # Deprecated group/name - [DEFAULT]/policy_file
 #policy_file = policy.json
+policy_file = /etc/aodh/policy.json
 
 # Default rule. Enforced when a requested rule is not found. (string value)
 # Deprecated group/name - [DEFAULT]/policy_default_rule
@@ -1609,12 +1637,14 @@
 # Region name to use for OpenStack service endpoints. (string value)
 # Deprecated group/name - [service_credentials]/os_region_name
 #region_name = <None>
+region_name = RegionOne
 
 # Type of endpoint in Identity service catalog to use for communication with
 # OpenStack services. (string value)
 # Allowed values: public, internal, admin, auth, publicURL, internalURL, adminURL
 # Deprecated group/name - [service_credentials]/os_endpoint_type
 #interface = public
+interface = internalURL
 
 #
 # From aodh-auth
@@ -1623,12 +1653,14 @@
 # Authentication type to load (string value)
 # Deprecated group/name - [service_credentials]/auth_plugin
 #auth_type = <None>
+auth_type = password
 
 # Config Section from which to load plugin specific options (string value)
 #auth_section = <None>
 
 # Authentication URL (string value)
 #auth_url = <None>
+auth_url = http://10.167.4.10:5000
 
 # Domain ID to scope to (string value)
 #domain_id = <None>
@@ -1643,9 +1675,11 @@
 # Project name to scope to (string value)
 # Deprecated group/name - [service_credentials]/tenant-name
 #project_name = <None>
+project_name = service
 
 # Domain ID containing project (string value)
 #project_domain_id = <None>
+project_domain_id = default
 
 # Domain name containing project (string value)
 #project_domain_name = <None>
@@ -1669,15 +1703,17 @@
 # Username (string value)
 # Deprecated group/name - [service_credentials]/user-name
 #username = <None>
+username = aodh
 
 # User's domain id (string value)
 #user_domain_id = <None>
-
+user_domain_id = default
 # User's domain name (string value)
 #user_domain_name = <None>
 
 # User's password (string value)
 #password = <None>
+password = opnfv_secret
 
 
 [service_types]

2017-09-14 22:30:28,269 [salt.state       ][INFO    ][14806] Completed state [/etc/aodh/aodh.conf] at time 22:30:28.269269 duration_in_ms=160.56
2017-09-14 22:30:28,270 [salt.state       ][INFO    ][14806] Running state [aodh-dbsync] at time 22:30:28.270360
2017-09-14 22:30:28,271 [salt.state       ][INFO    ][14806] Executing state cmd.run for aodh-dbsync
2017-09-14 22:30:28,274 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command 'aodh-dbsync' in directory '/root'
2017-09-14 22:30:29,633 [salt.state       ][INFO    ][14806] {'pid': 20134, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-09-14 22:30:29,633 [salt.state       ][INFO    ][14806] Completed state [aodh-dbsync] at time 22:30:29.633082 duration_in_ms=1362.721
2017-09-14 22:30:29,634 [salt.state       ][INFO    ][14806] Running state [/etc/apache2/sites-available/aodh-api.conf] at time 22:30:29.633673
2017-09-14 22:30:29,634 [salt.state       ][INFO    ][14806] Executing state file.managed for /etc/apache2/sites-available/aodh-api.conf
2017-09-14 22:30:29,655 [salt.fileclient  ][INFO    ][14806] Fetching file from saltenv 'base', ** done ** 'aodh/files/ocata/apache-aodh.apache2.conf.Debian'
2017-09-14 22:30:29,677 [salt.fileclient  ][INFO    ][14806] Fetching file from saltenv 'base', ** done ** 'aodh/map.jinja'
2017-09-14 22:30:29,693 [salt.state       ][INFO    ][14806] File changed:
--- 
+++ 
@@ -1,18 +1,5 @@
-# Copyright (c) 2013 New Dream Network, LLC (DreamHost)
-#
-# Licensed under the Apache License, Version 2.0 (the "License"); you may
-# not use this file except in compliance with the License. You may obtain
-# a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
-# under the License.
 
-Listen 8042
+Listen 10.167.4.76:8042
 
 <VirtualHost *:8042>
     WSGIDaemonProcess aodh-api processes=2 threads=10 user=aodh display-name=%{GROUP}

2017-09-14 22:30:29,693 [salt.state       ][INFO    ][14806] Completed state [/etc/apache2/sites-available/aodh-api.conf] at time 22:30:29.693076 duration_in_ms=59.404
2017-09-14 22:30:29,693 [salt.state       ][INFO    ][14806] Running state [/etc/apache2/sites-enabled/aodh-api.conf] at time 22:30:29.693309
2017-09-14 22:30:29,694 [salt.state       ][INFO    ][14806] Executing state file.symlink for /etc/apache2/sites-enabled/aodh-api.conf
2017-09-14 22:30:29,712 [salt.state       ][INFO    ][14806] {'new': '/etc/apache2/sites-enabled/aodh-api.conf'}
2017-09-14 22:30:29,712 [salt.state       ][INFO    ][14806] Completed state [/etc/apache2/sites-enabled/aodh-api.conf] at time 22:30:29.711857 duration_in_ms=18.546
2017-09-14 22:30:30,059 [salt.state       ][INFO    ][14806] Running state [apache2] at time 22:30:30.059368
2017-09-14 22:30:30,060 [salt.state       ][INFO    ][14806] Executing state service.running for apache2
2017-09-14 22:30:30,060 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'status', 'apache2.service', '-n', '0'] in directory '/root'
2017-09-14 22:30:30,078 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-09-14 22:30:30,097 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-09-14 22:30:30,122 [salt.state       ][INFO    ][14806] The service apache2 is already running
2017-09-14 22:30:30,123 [salt.state       ][INFO    ][14806] Completed state [apache2] at time 22:30:30.122477 duration_in_ms=63.109
2017-09-14 22:30:30,123 [salt.state       ][INFO    ][14806] Running state [apache2] at time 22:30:30.122911
2017-09-14 22:30:30,123 [salt.state       ][INFO    ][14806] Executing state service.mod_watch for apache2
2017-09-14 22:30:30,124 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-09-14 22:30:30,148 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-09-14 22:30:30,178 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'apache2.service'] in directory '/root'
2017-09-14 22:30:32,452 [salt.state       ][INFO    ][14806] {'apache2': True}
2017-09-14 22:30:32,453 [salt.state       ][INFO    ][14806] Completed state [apache2] at time 22:30:32.452778 duration_in_ms=2329.867
2017-09-14 22:30:32,453 [salt.state       ][INFO    ][14806] Running state [aodh-listener] at time 22:30:32.453318
2017-09-14 22:30:32,454 [salt.state       ][INFO    ][14806] Executing state service.running for aodh-listener
2017-09-14 22:30:32,454 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'status', 'aodh-listener.service', '-n', '0'] in directory '/root'
2017-09-14 22:30:32,478 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-active', 'aodh-listener.service'] in directory '/root'
2017-09-14 22:30:32,496 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-enabled', 'aodh-listener.service'] in directory '/root'
2017-09-14 22:30:32,522 [salt.state       ][INFO    ][14806] The service aodh-listener is already running
2017-09-14 22:30:32,522 [salt.state       ][INFO    ][14806] Completed state [aodh-listener] at time 22:30:32.522384 duration_in_ms=69.064
2017-09-14 22:30:32,523 [salt.state       ][INFO    ][14806] Running state [aodh-listener] at time 22:30:32.522579
2017-09-14 22:30:32,523 [salt.state       ][INFO    ][14806] Executing state service.mod_watch for aodh-listener
2017-09-14 22:30:32,523 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-active', 'aodh-listener.service'] in directory '/root'
2017-09-14 22:30:32,542 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-enabled', 'aodh-listener.service'] in directory '/root'
2017-09-14 22:30:32,559 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'aodh-listener.service'] in directory '/root'
2017-09-14 22:30:34,104 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223034096228
2017-09-14 22:30:34,135 [salt.minion      ][INFO    ][20398] Starting a new job with PID 20398
2017-09-14 22:30:34,159 [salt.minion      ][INFO    ][20398] Returning information for job: 20170914223034096228
2017-09-14 22:30:44,170 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223044156354
2017-09-14 22:30:44,197 [salt.minion      ][INFO    ][20403] Starting a new job with PID 20403
2017-09-14 22:30:44,221 [salt.minion      ][INFO    ][20403] Returning information for job: 20170914223044156354
2017-09-14 22:30:54,237 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223054220982
2017-09-14 22:30:54,266 [salt.minion      ][INFO    ][20409] Starting a new job with PID 20409
2017-09-14 22:30:54,291 [salt.minion      ][INFO    ][20409] Returning information for job: 20170914223054220982
2017-09-14 22:31:04,302 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223104286198
2017-09-14 22:31:04,331 [salt.minion      ][INFO    ][20419] Starting a new job with PID 20419
2017-09-14 22:31:04,359 [salt.minion      ][INFO    ][20419] Returning information for job: 20170914223104286198
2017-09-14 22:31:14,378 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223114361439
2017-09-14 22:31:14,405 [salt.minion      ][INFO    ][20424] Starting a new job with PID 20424
2017-09-14 22:31:14,428 [salt.minion      ][INFO    ][20424] Returning information for job: 20170914223114361439
2017-09-14 22:31:24,450 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223124431573
2017-09-14 22:31:24,482 [salt.minion      ][INFO    ][20434] Starting a new job with PID 20434
2017-09-14 22:31:24,508 [salt.minion      ][INFO    ][20434] Returning information for job: 20170914223124431573
2017-09-14 22:31:34,535 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223134518198
2017-09-14 22:31:34,562 [salt.minion      ][INFO    ][20439] Starting a new job with PID 20439
2017-09-14 22:31:34,584 [salt.minion      ][INFO    ][20439] Returning information for job: 20170914223134518198
2017-09-14 22:31:37,763 [salt.state       ][INFO    ][14806] {'aodh-listener': True}
2017-09-14 22:31:37,763 [salt.state       ][INFO    ][14806] Completed state [aodh-listener] at time 22:31:37.763170 duration_in_ms=65240.589
2017-09-14 22:31:37,764 [salt.state       ][INFO    ][14806] Running state [aodh-evaluator] at time 22:31:37.764000
2017-09-14 22:31:37,765 [salt.state       ][INFO    ][14806] Executing state service.running for aodh-evaluator
2017-09-14 22:31:37,766 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'status', 'aodh-evaluator.service', '-n', '0'] in directory '/root'
2017-09-14 22:31:37,795 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-active', 'aodh-evaluator.service'] in directory '/root'
2017-09-14 22:31:37,816 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-enabled', 'aodh-evaluator.service'] in directory '/root'
2017-09-14 22:31:37,836 [salt.state       ][INFO    ][14806] The service aodh-evaluator is already running
2017-09-14 22:31:37,836 [salt.state       ][INFO    ][14806] Completed state [aodh-evaluator] at time 22:31:37.836301 duration_in_ms=72.3
2017-09-14 22:31:37,837 [salt.state       ][INFO    ][14806] Running state [aodh-evaluator] at time 22:31:37.836563
2017-09-14 22:31:37,837 [salt.state       ][INFO    ][14806] Executing state service.mod_watch for aodh-evaluator
2017-09-14 22:31:37,838 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-active', 'aodh-evaluator.service'] in directory '/root'
2017-09-14 22:31:37,857 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-enabled', 'aodh-evaluator.service'] in directory '/root'
2017-09-14 22:31:37,877 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'aodh-evaluator.service'] in directory '/root'
2017-09-14 22:31:38,084 [salt.state       ][INFO    ][14806] {'aodh-evaluator': True}
2017-09-14 22:31:38,084 [salt.state       ][INFO    ][14806] Completed state [aodh-evaluator] at time 22:31:38.084220 duration_in_ms=247.656
2017-09-14 22:31:38,085 [salt.state       ][INFO    ][14806] Running state [aodh-notifier] at time 22:31:38.084679
2017-09-14 22:31:38,085 [salt.state       ][INFO    ][14806] Executing state service.running for aodh-notifier
2017-09-14 22:31:38,086 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'status', 'aodh-notifier.service', '-n', '0'] in directory '/root'
2017-09-14 22:31:38,129 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-active', 'aodh-notifier.service'] in directory '/root'
2017-09-14 22:31:38,153 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-enabled', 'aodh-notifier.service'] in directory '/root'
2017-09-14 22:31:38,188 [salt.state       ][INFO    ][14806] The service aodh-notifier is already running
2017-09-14 22:31:38,188 [salt.state       ][INFO    ][14806] Completed state [aodh-notifier] at time 22:31:38.188244 duration_in_ms=103.565
2017-09-14 22:31:38,188 [salt.state       ][INFO    ][14806] Running state [aodh-notifier] at time 22:31:38.188426
2017-09-14 22:31:38,189 [salt.state       ][INFO    ][14806] Executing state service.mod_watch for aodh-notifier
2017-09-14 22:31:38,190 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-active', 'aodh-notifier.service'] in directory '/root'
2017-09-14 22:31:38,212 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemctl', 'is-enabled', 'aodh-notifier.service'] in directory '/root'
2017-09-14 22:31:38,233 [salt.loaded.int.module.cmdmod][INFO    ][14806] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'aodh-notifier.service'] in directory '/root'
2017-09-14 22:31:44,618 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223144600508
2017-09-14 22:31:44,643 [salt.minion      ][INFO    ][20512] Starting a new job with PID 20512
2017-09-14 22:31:44,665 [salt.minion      ][INFO    ][20512] Returning information for job: 20170914223144600508
2017-09-14 22:31:54,700 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223154684103
2017-09-14 22:31:54,729 [salt.minion      ][INFO    ][20522] Starting a new job with PID 20522
2017-09-14 22:31:54,752 [salt.minion      ][INFO    ][20522] Returning information for job: 20170914223154684103
2017-09-14 22:32:04,792 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223204777493
2017-09-14 22:32:04,819 [salt.minion      ][INFO    ][20527] Starting a new job with PID 20527
2017-09-14 22:32:04,843 [salt.minion      ][INFO    ][20527] Returning information for job: 20170914223204777493
2017-09-14 22:32:14,891 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223214874858
2017-09-14 22:32:14,923 [salt.minion      ][INFO    ][20532] Starting a new job with PID 20532
2017-09-14 22:32:14,946 [salt.minion      ][INFO    ][20532] Returning information for job: 20170914223214874858
2017-09-14 22:32:25,075 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223225058476
2017-09-14 22:32:25,108 [salt.minion      ][INFO    ][20542] Starting a new job with PID 20542
2017-09-14 22:32:25,131 [salt.minion      ][INFO    ][20542] Returning information for job: 20170914223225058476
2017-09-14 22:32:35,191 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223235174599
2017-09-14 22:32:35,219 [salt.minion      ][INFO    ][20547] Starting a new job with PID 20547
2017-09-14 22:32:35,243 [salt.minion      ][INFO    ][20547] Returning information for job: 20170914223235174599
2017-09-14 22:32:43,516 [salt.state       ][INFO    ][14806] {'aodh-notifier': True}
2017-09-14 22:32:43,517 [salt.state       ][INFO    ][14806] Completed state [aodh-notifier] at time 22:32:43.516601 duration_in_ms=65328.173
2017-09-14 22:32:43,520 [salt.minion      ][INFO    ][14806] Returning information for job: 20170914222622803794
2017-09-14 22:32:44,506 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command state.sls with jid 20170914223244497295
2017-09-14 22:32:44,525 [salt.minion      ][INFO    ][20579] Starting a new job with PID 20579
2017-09-14 22:32:46,960 [salt.state       ][INFO    ][20579] Loading fresh modules for state activity
2017-09-14 22:32:47,003 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/init.sls'
2017-09-14 22:32:47,034 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/server.sls'
2017-09-14 22:32:47,073 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/map.jinja'
2017-09-14 22:32:48,128 [salt.state       ][INFO    ][20579] Running state [python-elasticsearch] at time 22:32:48.127791
2017-09-14 22:32:48,128 [salt.state       ][INFO    ][20579] Executing state pkg.installed for python-elasticsearch
2017-09-14 22:32:48,129 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:32:48,763 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-14 22:32:53,128 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'python-elasticsearch'] in directory '/root'
2017-09-14 22:32:54,597 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223254581980
2017-09-14 22:32:54,627 [salt.minion      ][INFO    ][21159] Starting a new job with PID 21159
2017-09-14 22:32:54,655 [salt.minion      ][INFO    ][21159] Returning information for job: 20170914223254581980
2017-09-14 22:32:55,286 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:32:55,328 [salt.state       ][INFO    ][20579] Made the following changes:
'python-elasticsearch' changed from 'absent' to '1.6.0-1'

2017-09-14 22:32:55,344 [salt.state       ][INFO    ][20579] Loading fresh modules for state activity
2017-09-14 22:32:55,374 [salt.state       ][INFO    ][20579] Completed state [python-elasticsearch] at time 22:32:55.373652 duration_in_ms=7245.859
2017-09-14 22:32:55,386 [salt.state       ][INFO    ][20579] Running state [ceilometer-api] at time 22:32:55.385996
2017-09-14 22:32:55,387 [salt.state       ][INFO    ][20579] Executing state pkg.installed for ceilometer-api
2017-09-14 22:32:55,616 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'ceilometer-api'] in directory '/root'
2017-09-14 22:33:04,615 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223304601073
2017-09-14 22:33:04,639 [salt.minion      ][INFO    ][21286] Starting a new job with PID 21286
2017-09-14 22:33:04,665 [salt.minion      ][INFO    ][21286] Returning information for job: 20170914223304601073
2017-09-14 22:33:14,832 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223314817808
2017-09-14 22:33:14,863 [salt.minion      ][INFO    ][21547] Starting a new job with PID 21547
2017-09-14 22:33:14,892 [salt.minion      ][INFO    ][21547] Returning information for job: 20170914223314817808
2017-09-14 22:33:25,060 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223325045905
2017-09-14 22:33:25,089 [salt.minion      ][INFO    ][21762] Starting a new job with PID 21762
2017-09-14 22:33:25,114 [salt.minion      ][INFO    ][21762] Returning information for job: 20170914223325045905
2017-09-14 22:33:35,281 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223335268008
2017-09-14 22:33:35,309 [salt.minion      ][INFO    ][21920] Starting a new job with PID 21920
2017-09-14 22:33:35,333 [salt.minion      ][INFO    ][21920] Returning information for job: 20170914223335268008
2017-09-14 22:33:45,511 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223345495710
2017-09-14 22:33:45,534 [salt.minion      ][INFO    ][22470] Starting a new job with PID 22470
2017-09-14 22:33:45,583 [salt.minion      ][INFO    ][22470] Returning information for job: 20170914223345495710
2017-09-14 22:33:55,560 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223355537835
2017-09-14 22:33:55,592 [salt.minion      ][INFO    ][22938] Starting a new job with PID 22938
2017-09-14 22:33:55,620 [salt.minion      ][INFO    ][22938] Returning information for job: 20170914223355537835
2017-09-14 22:33:56,795 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:33:56,827 [salt.state       ][INFO    ][20579] Made the following changes:
'python-pysnmp4-mibs' changed from 'absent' to '0.1.3-1'
'python-kafka' changed from 'absent' to '1.3.2-1~u16.04+mcp1'
'libnetfilter-conntrack3' changed from 'absent' to '1.0.5-1'
'libavahi-common3' changed from 'absent' to '0.6.32~rc+dfsg-1ubuntu2'
'libnl-route-3-200' changed from 'absent' to '3.2.27-1ubuntu0.16.04.1'
'vbetool' changed from 'absent' to '1.1-3'
'libyajl2' changed from 'absent' to '2.1.0-2'
'libnss3' changed from 'absent' to '2:3.28.4-0ubuntu0.16.04.2'
'libaugeas0' changed from 'absent' to '1.4.0-0ubuntu1.1'
'cgmanager-utils' changed from 'absent' to '1'
'libpciaccess0' changed from 'absent' to '0.13.4-1'
'smitools' changed from 'absent' to '0.4.8+dfsg2-11'
'python-jsonpath-rw' changed from 'absent' to '1.4.0-1'
'libhogweed4' changed from '3.2-1ubuntu0.16.04.1' to '3.3-1~cloud0'
'python-ply-yacc-3.5' changed from 'absent' to '1'
'augeas-lenses' changed from 'absent' to '1.4.0-0ubuntu1.1'
'libvirt-daemon-system' changed from 'absent' to '1'
'python-ply' changed from 'absent' to '3.7-1'
'bridge-utils' changed from 'absent' to '1.5-9ubuntu1'
'python-twisted-bin' changed from 'absent' to '16.0.0-1'
'libboost-random1.58.0' changed from 'absent' to '1.58.0+dfsg-5ubuntu3.1'
'ethtool' changed from 'absent' to '1:4.5-1'
'libxml2-utils' changed from 'absent' to '2.9.3+dfsg1-1ubuntu0.2'
'python-pysnmp-common' changed from 'absent' to '1'
'python-pam' changed from 'absent' to '0.4.2-13.2ubuntu2'
'libboost-iostreams1.58.0' changed from 'absent' to '1.58.0+dfsg-5ubuntu3.1'
'cgmanager' changed from 'absent' to '0.39-2ubuntu5'
'hdparm' changed from 'absent' to '9.48+ds-1'
'python-twisted' changed from 'absent' to '16.0.0-1'
'libnss3-nssdb' changed from 'absent' to '2:3.28.4-0ubuntu0.16.04.2'
'libsmi2ldbl' changed from 'absent' to '0.4.8+dfsg2-11'
'libvirt0' changed from 'absent' to '1.3.1-1ubuntu10.1~xenial1+contrail1'
'pm-utils' changed from 'absent' to '1.4.1-16'
'ceilometer-api' changed from 'absent' to '1:8.0.1-2~u16.04+mcp16'
'python-twisted-core' changed from 'absent' to '16.0.0-1'
'python-oslo.reports' changed from 'absent' to '1.17.0-1~u16.04+mcp5'
'python-libvirt' changed from 'absent' to '1.3.1-1~u16.04+mcp1'
'python-service-identity' changed from 'absent' to '16.0.0-2'
'python-pysnmp4' changed from 'absent' to '4.2.5-1'
'iptables' changed from 'absent' to '1.6.0-2ubuntu3'
'parted' changed from 'absent' to '3.2-15'
'python-pysnmp2' changed from 'absent' to '1'
'libnspr4' changed from 'absent' to '2:4.13.1-0ubuntu0.16.04.1'
'python-oslo.rootwrap' changed from 'absent' to '5.4.0-1~u16.04+mcp5'
'libavahi-client3' changed from 'absent' to '0.6.32~rc+dfsg-1ubuntu2'
'python2.7-twisted-core' changed from 'absent' to '1'
'ceilometer-common' changed from 'absent' to '1:8.0.1-2~u16.04+mcp16'
'libxen-4.6' changed from 'absent' to '4.6.5-0ubuntu1.2'
'libxenstore3.0' changed from 'absent' to '4.6.5-0ubuntu1.2'
'python-ply-lex-3.5' changed from 'absent' to '1'
'libcgmanager0' changed from 'absent' to '0.39-2ubuntu5'
'libnih-dbus1' changed from 'absent' to '1.0.3-4.3ubuntu1'
'libvirt-daemon' changed from 'absent' to '1'
'libnuma1' changed from 'absent' to '2.0.11-1ubuntu2~cloud0'
'powermgmt-base' changed from 'absent' to '1.31+nmu1'
'dns-root-data' changed from 'absent' to '2015052300+h+1'
'libx86-1' changed from 'absent' to '1.1+ds1-10'
'librados2' changed from 'absent' to '10.2.7-0ubuntu0.16.04.1'
'python-swiftclient' changed from 'absent' to '1:3.3.0-1~u16.04+mcp2'
'libnettle6' changed from '3.2-1ubuntu0.16.04.1' to '3.3-1~cloud0'
'ebtables' changed from 'absent' to '2.0.10.4-3.4ubuntu2'
'librbd1' changed from 'absent' to '10.2.7-0ubuntu0.16.04.1'
'dnsmasq-base' changed from 'absent' to '2.76-5~cloud0'
'python-pyasn1-modules' changed from 'absent' to '0.0.7-0.1'
'libavahi-common-data' changed from 'absent' to '0.6.32~rc+dfsg-1ubuntu2'
'python-ceilometer' changed from 'absent' to '1:8.0.1-2~u16.04+mcp16'
'libparted2' changed from 'absent' to '3.2-15'
'python-attr' changed from 'absent' to '15.2.0-1'
'python2.7-twisted' changed from 'absent' to '1'
'libnetcf1' changed from 'absent' to '1:0.2.8-1ubuntu1'
'libparted' changed from 'absent' to '1'
'python-serial' changed from 'absent' to '3.0.1-1'
'python-oslo-rootwrap' changed from 'absent' to '1'
'python-jsonpath-rw-ext' changed from 'absent' to '0.1.9-1'
'libnfnetlink0' changed from 'absent' to '1.0.1-3'
'python2.7-twisted-bin' changed from 'absent' to '1'
'python-pysnmp4-apps' changed from 'absent' to '0.3.2-1'
'python2.7-ply' changed from 'absent' to '1'
'libvirt-bin' changed from 'absent' to '1.3.1-1ubuntu10.1~xenial1+contrail1'

2017-09-14 22:33:56,848 [salt.state       ][INFO    ][20579] Loading fresh modules for state activity
2017-09-14 22:33:56,871 [salt.state       ][INFO    ][20579] Completed state [ceilometer-api] at time 22:33:56.870712 duration_in_ms=61484.716
2017-09-14 22:33:56,877 [salt.state       ][INFO    ][20579] Running state [python-influxdb] at time 22:33:56.876832
2017-09-14 22:33:56,877 [salt.state       ][INFO    ][20579] Executing state pkg.installed for python-influxdb
2017-09-14 22:33:57,235 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'python-influxdb'] in directory '/root'
2017-09-14 22:33:59,585 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:33:59,616 [salt.state       ][INFO    ][20579] Made the following changes:
'python-influxdb' changed from 'absent' to '2.12.0-1'

2017-09-14 22:33:59,629 [salt.state       ][INFO    ][20579] Loading fresh modules for state activity
2017-09-14 22:33:59,646 [salt.state       ][INFO    ][20579] Completed state [python-influxdb] at time 22:33:59.645636 duration_in_ms=2768.803
2017-09-14 22:33:59,653 [salt.state       ][INFO    ][20579] Running state [python-ceilometerclient] at time 22:33:59.653366
2017-09-14 22:33:59,654 [salt.state       ][INFO    ][20579] Executing state pkg.installed for python-ceilometerclient
2017-09-14 22:33:59,937 [salt.state       ][INFO    ][20579] Package python-ceilometerclient is already installed
2017-09-14 22:33:59,938 [salt.state       ][INFO    ][20579] Completed state [python-ceilometerclient] at time 22:33:59.937758 duration_in_ms=284.392
2017-09-14 22:33:59,939 [salt.state       ][INFO    ][20579] Running state [ceilometer-agent-notification] at time 22:33:59.938394
2017-09-14 22:33:59,939 [salt.state       ][INFO    ][20579] Executing state pkg.installed for ceilometer-agent-notification
2017-09-14 22:33:59,962 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'ceilometer-agent-notification'] in directory '/root'
2017-09-14 22:34:03,765 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:34:03,802 [salt.state       ][INFO    ][20579] Made the following changes:
'ceilometer-agent-notification' changed from 'absent' to '1:8.0.1-2~u16.04+mcp16'

2017-09-14 22:34:03,815 [salt.state       ][INFO    ][20579] Loading fresh modules for state activity
2017-09-14 22:34:03,828 [salt.state       ][INFO    ][20579] Completed state [ceilometer-agent-notification] at time 22:34:03.828432 duration_in_ms=3890.038
2017-09-14 22:34:03,834 [salt.state       ][INFO    ][20579] Running state [python-pymongo] at time 22:34:03.834327
2017-09-14 22:34:03,835 [salt.state       ][INFO    ][20579] Executing state pkg.installed for python-pymongo
2017-09-14 22:34:04,155 [salt.state       ][INFO    ][20579] Package python-pymongo is already installed
2017-09-14 22:34:04,155 [salt.state       ][INFO    ][20579] Completed state [python-pymongo] at time 22:34:04.155351 duration_in_ms=321.023
2017-09-14 22:34:04,156 [salt.state       ][INFO    ][20579] Running state [ceilometer-agent-central] at time 22:34:04.155736
2017-09-14 22:34:04,156 [salt.state       ][INFO    ][20579] Executing state pkg.installed for ceilometer-agent-central
2017-09-14 22:34:04,165 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'ceilometer-agent-central'] in directory '/root'
2017-09-14 22:34:05,632 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command saltutil.find_job with jid 20170914223405619787
2017-09-14 22:34:05,668 [salt.minion      ][INFO    ][23400] Starting a new job with PID 23400
2017-09-14 22:34:05,696 [salt.minion      ][INFO    ][23400] Returning information for job: 20170914223405619787
2017-09-14 22:34:07,946 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-14 22:34:08,004 [salt.state       ][INFO    ][20579] Made the following changes:
'ceilometer-agent-central' changed from 'absent' to '1:8.0.1-2~u16.04+mcp16'

2017-09-14 22:34:08,030 [salt.state       ][INFO    ][20579] Loading fresh modules for state activity
2017-09-14 22:34:08,077 [salt.state       ][INFO    ][20579] Completed state [ceilometer-agent-central] at time 22:34:08.077238 duration_in_ms=3921.502
2017-09-14 22:34:08,084 [salt.state       ][INFO    ][20579] Running state [/etc/ceilometer/ceilometer.conf] at time 22:34:08.083528
2017-09-14 22:34:08,084 [salt.state       ][INFO    ][20579] Executing state file.managed for /etc/ceilometer/ceilometer.conf
2017-09-14 22:34:08,126 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/files/ocata/ceilometer-server.conf.Debian'
2017-09-14 22:34:08,287 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/map.jinja'
2017-09-14 22:34:08,374 [salt.state       ][INFO    ][20579] File changed:
--- 
+++ 
@@ -143,6 +143,7 @@
 # INFO level. (boolean value)
 # Note: This option can be changed without restarting.
 #debug = false
+debug = false
 
 # DEPRECATED: If set to false, the logging level will be set to WARNING instead
 # of the default INFO level. (boolean value)
@@ -415,6 +416,7 @@
 # Size of executor thread pool. (integer value)
 # Deprecated group/name - [DEFAULT]/rpc_thread_pool_size
 #executor_thread_pool_size = 64
+executor_thread_pool_size = 5
 
 # Seconds to wait for a response from a call. (integer value)
 #rpc_response_timeout = 60
@@ -422,6 +424,7 @@
 # A URL representing the messaging driver to use and its full configuration.
 # (string value)
 #transport_url = <None>
+transport_url = rabbit://openstack:opnfv_secret@10.167.4.41:5672,openstack:opnfv_secret@10.167.4.42:5672,openstack:opnfv_secret@10.167.4.43:5672//openstack
 
 # DEPRECATED: The messaging driver to use, defaults to rabbit. Other drivers
 # include amqp and zmq. (string value)
@@ -460,6 +463,13 @@
 # value means endless wait. (integer value)
 #graceful_shutdown_timeout = 60
 
+# List of pollsters (or wildcard templates) to be used while polling
+#pollster_list =
+
+# To reduce polling agent load, samples are sent to the notification
+# agent in a batch. To gain higher throughput at the cost of load set
+# this to False.
+#batch_polled_samples = True
 
 [api]
 
@@ -601,22 +611,28 @@
 # slash. Example: https://horizon.example.com (list value)
 #allowed_origin = <None>
 
+
 # Indicate that the actual request can include user credentials (boolean value)
 #allow_credentials = true
+
 
 # Indicate which headers are safe to expose to the API. Defaults to HTTP Simple
 # Headers. (list value)
 #expose_headers = X-Auth-Token,X-Subject-Token,X-Service-Token,X-Openstack-Request-Id
 
+
 # Maximum cache age of CORS preflight requests. (integer value)
 #max_age = 3600
 
+
 # Indicate which methods can be used during the actual request. (list value)
 #allow_methods = GET,PUT,POST,DELETE,PATCH
+
 
 # Indicate which header field names may be used during the actual request.
 # (list value)
 #allow_headers = X-Auth-Token,X-Identity-Status,X-Roles,X-Service-Catalog,X-User-Id,X-Tenant-Id,X-Openstack-Request-Id
+
 
 
 [cors.subdomain]
@@ -694,6 +710,7 @@
 # Deprecated group/name - [DATABASE]/sql_connection
 # Deprecated group/name - [sql]/connection
 #connection = <None>
+connection=mongodb://ceilometer:opnfv_secret@10.167.4.76:27017,10.167.4.77:27017,10.167.4.78:27017,10.167.4.76:27017,10.167.4.77:27017,10.167.4.78:27017/ceilometer
 
 # The SQLAlchemy connection string to use to connect to the slave database.
 # (string value)
@@ -912,7 +929,18 @@
 
 #
 # From keystonemiddleware.auth_token
-#
+#auth_type = password
+
+auth_type = password
+user_domain_id = default
+project_domain_id = default
+project_name = service
+username = ceilometer
+password = opnfv_secret
+auth_uri = http://10.167.4.10:5000
+auth_url = http://10.167.4.10:35357
+interface = internal
+token_cache_time = -1
 
 # Complete "public" Identity API endpoint. This endpoint should not be an
 # "admin" endpoint, as it should be accessible by all end users.
@@ -1457,6 +1485,7 @@
 # Deprecated group/name - [rpc_notifier2]/topics
 # Deprecated group/name - [DEFAULT]/notification_topics
 #topics = notifications
+topics = notifications
 
 
 [oslo_messaging_rabbit]
@@ -1984,6 +2013,17 @@
 
 [service_credentials]
 
+auth_type = password
+user_domain_id = default
+project_domain_id = default
+project_name = service
+username = ceilometer
+password = opnfv_secret
+auth_url = http://10.167.4.10:5000
+token_cache_time = -1
+interface = internal
+region_name = RegionOne
+
 #
 # From ceilometer-auth
 #

2017-09-14 22:34:08,391 [salt.state       ][INFO    ][20579] Completed state [/etc/ceilometer/ceilometer.conf] at time 22:34:08.391167 duration_in_ms=307.639
2017-09-14 22:34:08,391 [salt.state       ][INFO    ][20579] Running state [/etc/ceilometer/pipeline.yaml] at time 22:34:08.391461
2017-09-14 22:34:08,392 [salt.state       ][INFO    ][20579] Executing state file.managed for /etc/ceilometer/pipeline.yaml
2017-09-14 22:34:08,409 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/files/ocata/pipeline.yaml'
2017-09-14 22:34:08,439 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/map.jinja'
2017-09-14 22:34:08,463 [salt.state       ][INFO    ][20579] File changed:
--- 
+++ 
@@ -1,88 +1,14 @@
+
 ---
 sources:
     - name: meter_source
+      interval: 60
       meters:
           - "*"
       sinks:
           - meter_sink
-    - name: cpu_source
-      meters:
-          - "cpu"
-      sinks:
-          - cpu_sink
-          - cpu_delta_sink
-    - name: disk_source
-      meters:
-          - "disk.read.bytes"
-          - "disk.read.requests"
-          - "disk.write.bytes"
-          - "disk.write.requests"
-          - "disk.device.read.bytes"
-          - "disk.device.read.requests"
-          - "disk.device.write.bytes"
-          - "disk.device.write.requests"
-      sinks:
-          - disk_sink
-    - name: network_source
-      meters:
-          - "network.incoming.bytes"
-          - "network.incoming.packets"
-          - "network.outgoing.bytes"
-          - "network.outgoing.packets"
-      sinks:
-          - network_sink
 sinks:
     - name: meter_sink
       transformers:
       publishers:
-          - notifier://
-    - name: cpu_sink
-      transformers:
-          - name: "rate_of_change"
-            parameters:
-                target:
-                    name: "cpu_util"
-                    unit: "%"
-                    type: "gauge"
-                    scale: "100.0 / (10**9 * (resource_metadata.cpu_number or 1))"
-      publishers:
-          - notifier://
-    - name: cpu_delta_sink
-      transformers:
-          - name: "delta"
-            parameters:
-                target:
-                    name: "cpu.delta"
-                growth_only: True
-      publishers:
-          - notifier://
-    - name: disk_sink
-      transformers:
-          - name: "rate_of_change"
-            parameters:
-                source:
-                    map_from:
-                        name: "(disk\\.device|disk)\\.(read|write)\\.(bytes|requests)"
-                        unit: "(B|request)"
-                target:
-                    map_to:
-                        name: "\\1.\\2.\\3.rate"
-                        unit: "\\1/s"
-                    type: "gauge"
-      publishers:
-          - notifier://
-    - name: network_sink
-      transformers:
-          - name: "rate_of_change"
-            parameters:
-                source:
-                   map_from:
-                       name: "network\\.(incoming|outgoing)\\.(bytes|packets)"
-                       unit: "(B|packet)"
-                target:
-                    map_to:
-                        name: "network.\\1.\\2.rate"
-                        unit: "\\1/s"
-                    type: "gauge"
-      publishers:
-          - notifier://
+          - notifier://
2017-09-14 22:34:08,473 [salt.state       ][INFO    ][20579] Completed state [/etc/ceilometer/pipeline.yaml] at time 22:34:08.473161 duration_in_ms=81.699
2017-09-14 22:34:08,474 [salt.state       ][INFO    ][20579] Running state [/etc/ceilometer/event_pipeline.yaml] at time 22:34:08.473593
2017-09-14 22:34:08,474 [salt.state       ][INFO    ][20579] Executing state file.managed for /etc/ceilometer/event_pipeline.yaml
2017-09-14 22:34:08,489 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/files/ocata/event_pipeline.yaml'
2017-09-14 22:34:08,490 [salt.state       ][INFO    ][20579] File changed:
--- 
+++ 
@@ -9,4 +9,4 @@
     - name: event_sink
       transformers:
       publishers:
-          - notifier://
+          - notifier://
2017-09-14 22:34:08,491 [salt.state       ][INFO    ][20579] Completed state [/etc/ceilometer/event_pipeline.yaml] at time 22:34:08.490552 duration_in_ms=16.959
2017-09-14 22:34:08,491 [salt.state       ][INFO    ][20579] Running state [/etc/ceilometer/event_definitions.yaml] at time 22:34:08.490804
2017-09-14 22:34:08,491 [salt.state       ][INFO    ][20579] Executing state file.managed for /etc/ceilometer/event_definitions.yaml
2017-09-14 22:34:08,506 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/files/ocata/event_definitions.yaml'
2017-09-14 22:34:08,511 [salt.state       ][INFO    ][20579] File /etc/ceilometer/event_definitions.yaml is in the correct state
2017-09-14 22:34:08,511 [salt.state       ][INFO    ][20579] Completed state [/etc/ceilometer/event_definitions.yaml] at time 22:34:08.511029 duration_in_ms=20.226
2017-09-14 22:34:08,511 [salt.state       ][INFO    ][20579] Running state [/etc/ceilometer/gabbi_pipeline.yaml] at time 22:34:08.511445
2017-09-14 22:34:08,512 [salt.state       ][INFO    ][20579] Executing state file.managed for /etc/ceilometer/gabbi_pipeline.yaml
2017-09-14 22:34:08,527 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/files/ocata/gabbi_pipeline.yaml'
2017-09-14 22:34:08,529 [salt.state       ][INFO    ][20579] File changed:
New file
2017-09-14 22:34:08,529 [salt.state       ][INFO    ][20579] Completed state [/etc/ceilometer/gabbi_pipeline.yaml] at time 22:34:08.528904 duration_in_ms=17.458
2017-09-14 22:34:08,529 [salt.state       ][INFO    ][20579] Running state [/etc/apache2/sites-available/ceilometer-api.conf] at time 22:34:08.529194
2017-09-14 22:34:08,529 [salt.state       ][INFO    ][20579] Executing state file.managed for /etc/apache2/sites-available/ceilometer-api.conf
2017-09-14 22:34:08,546 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/files/ocata/ceilometer.apache2.conf.Debian'
2017-09-14 22:34:08,565 [salt.fileclient  ][INFO    ][20579] Fetching file from saltenv 'base', ** done ** 'ceilometer/map.jinja'
2017-09-14 22:34:08,596 [salt.state       ][INFO    ][20579] File changed:
--- 
+++ 
@@ -1,4 +1,4 @@
-Listen 8777
+Listen 10.167.4.76:8777
 
 <VirtualHost *:8777>
     WSGIDaemonProcess ceilometer-api processes=2 threads=10 user=ceilometer display-name=%{GROUP}

2017-09-14 22:34:08,598 [salt.state       ][INFO    ][20579] Completed state [/etc/apache2/sites-available/ceilometer-api.conf] at time 22:34:08.598184 duration_in_ms=68.989
2017-09-14 22:34:08,599 [salt.state       ][INFO    ][20579] Running state [/etc/apache2/sites-enabled/ceilometer-api.conf] at time 22:34:08.598517
2017-09-14 22:34:08,599 [salt.state       ][INFO    ][20579] Executing state file.symlink for /etc/apache2/sites-enabled/ceilometer-api.conf
2017-09-14 22:34:08,607 [salt.state       ][INFO    ][20579] {'new': '/etc/apache2/sites-enabled/ceilometer-api.conf'}
2017-09-14 22:34:08,607 [salt.state       ][INFO    ][20579] Completed state [/etc/apache2/sites-enabled/ceilometer-api.conf] at time 22:34:08.607423 duration_in_ms=8.906
2017-09-14 22:34:08,697 [salt.state       ][INFO    ][20579] Running state [apache2] at time 22:34:08.696767
2017-09-14 22:34:08,697 [salt.state       ][INFO    ][20579] Executing state service.running for apache2
2017-09-14 22:34:08,701 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'status', 'apache2.service', '-n', '0'] in directory '/root'
2017-09-14 22:34:08,720 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-09-14 22:34:08,735 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-09-14 22:34:08,751 [salt.state       ][INFO    ][20579] The service apache2 is already running
2017-09-14 22:34:08,752 [salt.state       ][INFO    ][20579] Completed state [apache2] at time 22:34:08.751895 duration_in_ms=55.128
2017-09-14 22:34:08,752 [salt.state       ][INFO    ][20579] Running state [apache2] at time 22:34:08.752394
2017-09-14 22:34:08,753 [salt.state       ][INFO    ][20579] Executing state service.mod_watch for apache2
2017-09-14 22:34:08,754 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-09-14 22:34:08,768 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-09-14 22:34:08,785 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'apache2.service'] in directory '/root'
2017-09-14 22:34:11,077 [salt.state       ][INFO    ][20579] {'apache2': True}
2017-09-14 22:34:11,077 [salt.state       ][INFO    ][20579] Completed state [apache2] at time 22:34:11.077143 duration_in_ms=2324.744
2017-09-14 22:34:11,079 [salt.state       ][INFO    ][20579] Running state [ceilometer-agent-notification] at time 22:34:11.078508
2017-09-14 22:34:11,079 [salt.state       ][INFO    ][20579] Executing state service.running for ceilometer-agent-notification
2017-09-14 22:34:11,081 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'status', 'ceilometer-agent-notification.service', '-n', '0'] in directory '/root'
2017-09-14 22:34:11,105 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-active', 'ceilometer-agent-notification.service'] in directory '/root'
2017-09-14 22:34:11,124 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-enabled', 'ceilometer-agent-notification.service'] in directory '/root'
2017-09-14 22:34:11,142 [salt.state       ][INFO    ][20579] The service ceilometer-agent-notification is already running
2017-09-14 22:34:11,143 [salt.state       ][INFO    ][20579] Completed state [ceilometer-agent-notification] at time 22:34:11.142420 duration_in_ms=63.91
2017-09-14 22:34:11,143 [salt.state       ][INFO    ][20579] Running state [ceilometer-agent-notification] at time 22:34:11.143122
2017-09-14 22:34:11,144 [salt.state       ][INFO    ][20579] Executing state service.mod_watch for ceilometer-agent-notification
2017-09-14 22:34:11,145 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-active', 'ceilometer-agent-notification.service'] in directory '/root'
2017-09-14 22:34:11,168 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-enabled', 'ceilometer-agent-notification.service'] in directory '/root'
2017-09-14 22:34:11,190 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'ceilometer-agent-notification.service'] in directory '/root'
2017-09-14 22:34:11,447 [salt.state       ][INFO    ][20579] {'ceilometer-agent-notification': True}
2017-09-14 22:34:11,447 [salt.state       ][INFO    ][20579] Completed state [ceilometer-agent-notification] at time 22:34:11.447204 duration_in_ms=304.081
2017-09-14 22:34:11,448 [salt.state       ][INFO    ][20579] Running state [ceilometer-agent-central] at time 22:34:11.448292
2017-09-14 22:34:11,449 [salt.state       ][INFO    ][20579] Executing state service.running for ceilometer-agent-central
2017-09-14 22:34:11,454 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'status', 'ceilometer-agent-central.service', '-n', '0'] in directory '/root'
2017-09-14 22:34:11,480 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-active', 'ceilometer-agent-central.service'] in directory '/root'
2017-09-14 22:34:11,499 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-enabled', 'ceilometer-agent-central.service'] in directory '/root'
2017-09-14 22:34:11,519 [salt.state       ][INFO    ][20579] The service ceilometer-agent-central is already running
2017-09-14 22:34:11,519 [salt.state       ][INFO    ][20579] Completed state [ceilometer-agent-central] at time 22:34:11.519093 duration_in_ms=70.801
2017-09-14 22:34:11,519 [salt.state       ][INFO    ][20579] Running state [ceilometer-agent-central] at time 22:34:11.519404
2017-09-14 22:34:11,520 [salt.state       ][INFO    ][20579] Executing state service.mod_watch for ceilometer-agent-central
2017-09-14 22:34:11,521 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-active', 'ceilometer-agent-central.service'] in directory '/root'
2017-09-14 22:34:11,538 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemctl', 'is-enabled', 'ceilometer-agent-central.service'] in directory '/root'
2017-09-14 22:34:11,554 [salt.loaded.int.module.cmdmod][INFO    ][20579] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'ceilometer-agent-central.service'] in directory '/root'
2017-09-14 22:34:11,740 [salt.state       ][INFO    ][20579] {'ceilometer-agent-central': True}
2017-09-14 22:34:11,740 [salt.state       ][INFO    ][20579] Completed state [ceilometer-agent-central] at time 22:34:11.740013 duration_in_ms=220.609
2017-09-14 22:34:11,742 [salt.minion      ][INFO    ][20579] Returning information for job: 20170914223244497295
2017-09-14 22:40:49,123 [salt.minion      ][INFO    ][1369] User sudo_ubuntu Executing command cp.push_dir with jid 20170914224049113087
2017-09-14 22:40:49,160 [salt.minion      ][INFO    ][24211] Starting a new job with PID 24211
