2017-09-26 14:04:42,856 [salt.cli.daemons ][WARNING ][810] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-09-26 14:05:53,510 [salt.state       ][ERROR   ][996] No contents found in top file
2017-09-26 14:06:00,607 [py.warnings      ][WARNING ][1098] /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-26 14:06:10,931 [salt.loaded.int.states.file][WARNING ][1098] State for file: /etc/ssl/certs/ca-salt_master_ca.crt - Neither 'source' nor 'contents' nor 'contents_pillar' nor 'contents_grains' was defined, yet 'replace' was set to 'True'. As there is no source to replace the file with, 'replace' has been set to 'False' to avoid reading the file unnecessarily.
2017-09-26 14:06:10,943 [salt.loaded.int.module.cmdmod][ERROR   ][1098] 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-26 14:06:13,130 [salt.loaded.int.module.cmdmod][INFO    ][1268] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-09-26 14:06:13,138 [salt.loaded.int.module.cmdmod][INFO    ][1268] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-09-26 14:06:13,148 [salt.loaded.int.module.cmdmod][INFO    ][1268] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'salt-minion.service'] in directory '/root'
2017-09-26 14:06:13,247 [salt.utils.parsers][WARNING ][810] Minion received a SIGTERM. Exiting.
2017-09-26 14:06:13,249 [tornado.general  ][ERROR   ][810] 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-26 14:06:13,286 [tornado.general  ][ERROR   ][810] 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-26 14:07:43,738 [salt.cli.daemons ][INFO    ][7103] Setting up the Salt Minion "prx01.baremetal-mcp-ocata-ovs-dpdk-ha.local"
2017-09-26 14:07:44,033 [salt.minion      ][INFO    ][7103] Creating minion process manager
2017-09-26 14:07:44,033 [salt.cli.daemons ][WARNING ][7103] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-09-26 14:07:44,033 [salt.cli.daemons ][INFO    ][7103] The Salt Minion is starting up
2017-09-26 14:07:44,033 [salt.minion      ][INFO    ][7103] Minion is starting as user 'root'
2017-09-26 14:07:44,034 [salt.utils.event ][INFO    ][7103] Starting pull socket on /var/run/salt/minion/minion_event_01a05f4879_pull.ipc
2017-09-26 14:07:44,624 [salt.loaded.int.module.cmdmod][INFO    ][7103] Executing command ['date', '+%z'] in directory '/root'
2017-09-26 14:07:44,634 [salt.utils.schedule][INFO    ][7103] Updating job settings for scheduled job: __mine_interval
2017-09-26 14:07:44,637 [salt.minion      ][INFO    ][7103] Added mine.update to scheduler
2017-09-26 14:07:44,714 [salt.minion      ][INFO    ][7103] Minion is ready to receive requests!
2017-09-26 14:07:44,714 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140744516862
2017-09-26 14:07:44,728 [salt.minion      ][INFO    ][7187] Starting a new job with PID 7187
2017-09-26 14:07:44,735 [salt.minion      ][INFO    ][7187] Returning information for job: 20170926140744516862
2017-09-26 14:07:45,715 [salt.utils.schedule][INFO    ][7103] Running scheduled job: __mine_interval
2017-09-26 14:07:54,611 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140754599007
2017-09-26 14:07:54,636 [salt.minion      ][INFO    ][7201] Starting a new job with PID 7201
2017-09-26 14:07:54,648 [salt.minion      ][INFO    ][7201] Returning information for job: 20170926140754599007
2017-09-26 14:08:04,666 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140804652757
2017-09-26 14:08:04,685 [salt.minion      ][INFO    ][7206] Starting a new job with PID 7206
2017-09-26 14:08:04,694 [salt.minion      ][INFO    ][7206] Returning information for job: 20170926140804652757
2017-09-26 14:08:14,826 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140814811965
2017-09-26 14:08:14,847 [salt.minion      ][INFO    ][7216] Starting a new job with PID 7216
2017-09-26 14:08:14,855 [salt.minion      ][INFO    ][7216] Returning information for job: 20170926140814811965
2017-09-26 14:08:24,1000 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140824987022
2017-09-26 14:08:25,018 [salt.minion      ][INFO    ][7221] Starting a new job with PID 7221
2017-09-26 14:08:25,030 [salt.minion      ][INFO    ][7221] Returning information for job: 20170926140824987022
2017-09-26 14:08:35,210 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140835183121
2017-09-26 14:08:35,231 [salt.minion      ][INFO    ][7251] Starting a new job with PID 7251
2017-09-26 14:08:35,240 [salt.minion      ][INFO    ][7251] Returning information for job: 20170926140835183121
2017-09-26 14:08:45,269 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140845256947
2017-09-26 14:08:45,289 [salt.minion      ][INFO    ][7256] Starting a new job with PID 7256
2017-09-26 14:08:45,297 [salt.minion      ][INFO    ][7256] Returning information for job: 20170926140845256947
2017-09-26 14:08:55,335 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140855322786
2017-09-26 14:08:55,352 [salt.minion      ][INFO    ][7273] Starting a new job with PID 7273
2017-09-26 14:08:55,365 [salt.minion      ][INFO    ][7273] Returning information for job: 20170926140855322786
2017-09-26 14:09:16,375 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command state.apply with jid 20170926140916365587
2017-09-26 14:09:16,399 [salt.minion      ][INFO    ][7278] Starting a new job with PID 7278
2017-09-26 14:09:17,907 [salt.state       ][INFO    ][7278] Loading fresh modules for state activity
2017-09-26 14:09:17,932 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/init.sls'
2017-09-26 14:09:17,954 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/init.sls'
2017-09-26 14:09:17,984 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:18,071 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/env.sls'
2017-09-26 14:09:18,090 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:18,134 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/profile.sls'
2017-09-26 14:09:18,150 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:18,193 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/repo.sls'
2017-09-26 14:09:18,528 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:18,609 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/package.sls'
2017-09-26 14:09:18,634 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:18,676 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/timezone.sls'
2017-09-26 14:09:18,688 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:19,677 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/kernel.sls'
2017-09-26 14:09:19,720 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:19,799 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/cpu.sls'
2017-09-26 14:09:19,816 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:19,859 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/sysfs.sls'
2017-09-26 14:09:19,890 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:19,933 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/locale.sls'
2017-09-26 14:09:19,955 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:19,998 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/user.sls'
2017-09-26 14:09:20,047 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,118 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/group.sls'
2017-09-26 14:09:20,149 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,192 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/limit.sls'
2017-09-26 14:09:20,208 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,253 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/service.sls'
2017-09-26 14:09:20,270 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,313 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/system/systemd.sls'
2017-09-26 14:09:20,351 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,397 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/network/init.sls'
2017-09-26 14:09:20,421 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,464 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/network/hostname.sls'
2017-09-26 14:09:20,480 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,524 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/network/host.sls'
2017-09-26 14:09:20,561 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,632 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/network/interface.sls'
2017-09-26 14:09:20,701 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,750 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/network/proxy.sls'
2017-09-26 14:09:20,775 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,823 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/storage/init.sls'
2017-09-26 14:09:20,842 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:20,887 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'ntp/init.sls'
2017-09-26 14:09:20,897 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'ntp/client.sls'
2017-09-26 14:09:20,909 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-09-26 14:09:20,927 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'ntp/server.sls'
2017-09-26 14:09:20,940 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-09-26 14:09:20,953 [salt.state       ][INFO    ][7278] Running state [/etc/environment] at time 14:09:20.953239
2017-09-26 14:09:20,954 [salt.state       ][INFO    ][7278] Executing state file.blockreplace for /etc/environment
2017-09-26 14:09:20,958 [salt.state       ][INFO    ][7278] File changed:
--- 
+++ 
@@ -1,3 +1,4 @@
 PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
 # SALT MANAGED VARIABLES - DO NOT EDIT - START
+# 
 # # SALT MANAGED VARIABLES - END

2017-09-26 14:09:20,959 [salt.state       ][INFO    ][7278] Completed state [/etc/environment] at time 14:09:20.958888 duration_in_ms=5.649
2017-09-26 14:09:20,959 [salt.state       ][INFO    ][7278] Running state [/etc/profile.d] at time 14:09:20.959165
2017-09-26 14:09:20,959 [salt.state       ][INFO    ][7278] Executing state file.directory for /etc/profile.d
2017-09-26 14:09:20,960 [salt.state       ][INFO    ][7278] Directory /etc/profile.d is in the correct state
2017-09-26 14:09:20,961 [salt.state       ][INFO    ][7278] Completed state [/etc/profile.d] at time 14:09:20.960547 duration_in_ms=1.382
2017-09-26 14:09:21,215 [salt.state       ][INFO    ][7278] Running state [linux_repo_prereq_pkgs] at time 14:09:21.214534
2017-09-26 14:09:21,215 [salt.state       ][INFO    ][7278] Executing state pkg.installed for linux_repo_prereq_pkgs
2017-09-26 14:09:21,216 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:09:21,652 [salt.state       ][INFO    ][7278] All specified packages are already installed
2017-09-26 14:09:21,675 [salt.state       ][INFO    ][7278] Completed state [linux_repo_prereq_pkgs] at time 14:09:21.675401 duration_in_ms=460.867
2017-09-26 14:09:21,676 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback] at time 14:09:21.676041
2017-09-26 14:09:21,676 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback
2017-09-26 14:09:21,677 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback is not present
2017-09-26 14:09:21,677 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback] at time 14:09:21.677051 duration_in_ms=1.01
2017-09-26 14:09:21,677 [salt.state       ][INFO    ][7278] Running state [/etc/apt/preferences.d/mirantis_openstack_holdback] at time 14:09:21.677320
2017-09-26 14:09:21,678 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_holdback
2017-09-26 14:09:21,704 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-26 14:09:21,722 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:21,755 [salt.state       ][INFO    ][7278] File /etc/apt/preferences.d/mirantis_openstack_holdback is in the correct state
2017-09-26 14:09:21,755 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/preferences.d/mirantis_openstack_holdback] at time 14:09:21.755253 duration_in_ms=77.932
2017-09-26 14:09:21,757 [salt.state       ][INFO    ][7278] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main] at time 14:09:21.757063
2017-09-26 14:09:21,757 [salt.state       ][INFO    ][7278] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main
2017-09-26 14:09:22,348 [salt.loaded.int.module.cmdmod][INFO    ][7278] 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-26 14:09:22,428 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:24,877 [salt.state       ][INFO    ][7278] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main'
2017-09-26 14:09:24,878 [salt.state       ][INFO    ][7278] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main] at time 14:09:24.877925 duration_in_ms=3120.861
2017-09-26 14:09:24,878 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 14:09:24.878330
2017-09-26 14:09:24,879 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca
2017-09-26 14:09:24,879 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/99proxies-salt-uca is not present
2017-09-26 14:09:24,879 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 14:09:24.879414 duration_in_ms=1.084
2017-09-26 14:09:24,880 [salt.state       ][INFO    ][7278] Running state [/etc/apt/preferences.d/uca] at time 14:09:24.879738
2017-09-26 14:09:24,880 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/preferences.d/uca
2017-09-26 14:09:24,880 [salt.state       ][INFO    ][7278] File /etc/apt/preferences.d/uca is not present
2017-09-26 14:09:24,881 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/preferences.d/uca] at time 14:09:24.880705 duration_in_ms=0.966
2017-09-26 14:09:24,882 [salt.state       ][INFO    ][7278] Running state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main] at time 14:09:24.881611
2017-09-26 14:09:24,882 [salt.state       ][INFO    ][7278] Executing state pkgrepo.managed for deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main
2017-09-26 14:09:24,940 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-key', 'export', 'EC4926EA'] in directory '/root'
2017-09-26 14:09:24,981 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:26,465 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140926449378
2017-09-26 14:09:26,492 [salt.minion      ][INFO    ][8557] Starting a new job with PID 8557
2017-09-26 14:09:26,503 [salt.minion      ][INFO    ][8557] Returning information for job: 20170926140926449378
2017-09-26 14:09:27,555 [salt.state       ][INFO    ][7278] Configured package repo 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main'
2017-09-26 14:09:27,556 [salt.state       ][INFO    ][7278] Completed state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main] at time 14:09:27.555988 duration_in_ms=2674.376
2017-09-26 14:09:27,556 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates] at time 14:09:27.556356
2017-09-26 14:09:27,557 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates
2017-09-26 14:09:27,557 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates is not present
2017-09-26 14:09:27,557 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates] at time 14:09:27.557383 duration_in_ms=1.027
2017-09-26 14:09:27,558 [salt.state       ][INFO    ][7278] Running state [/etc/apt/preferences.d/mirantis_openstack_updates] at time 14:09:27.557669
2017-09-26 14:09:27,558 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_updates
2017-09-26 14:09:27,575 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-26 14:09:27,592 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:27,624 [salt.state       ][INFO    ][7278] File /etc/apt/preferences.d/mirantis_openstack_updates is in the correct state
2017-09-26 14:09:27,625 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/preferences.d/mirantis_openstack_updates] at time 14:09:27.624619 duration_in_ms=66.95
2017-09-26 14:09:27,625 [salt.state       ][INFO    ][7278] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main] at time 14:09:27.625418
2017-09-26 14:09:27,626 [salt.state       ][INFO    ][7278] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main
2017-09-26 14:09:27,681 [salt.loaded.int.module.cmdmod][INFO    ][7278] 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-26 14:09:27,759 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:30,260 [salt.state       ][INFO    ][7278] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main'
2017-09-26 14:09:30,260 [salt.state       ][INFO    ][7278] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main] at time 14:09:30.260042 duration_in_ms=2634.623
2017-09-26 14:09:30,260 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security] at time 14:09:30.260378
2017-09-26 14:09:30,261 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security
2017-09-26 14:09:30,261 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security is not present
2017-09-26 14:09:30,261 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security] at time 14:09:30.261294 duration_in_ms=0.916
2017-09-26 14:09:30,262 [salt.state       ][INFO    ][7278] Running state [/etc/apt/preferences.d/mirantis_openstack_security] at time 14:09:30.261580
2017-09-26 14:09:30,262 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_security
2017-09-26 14:09:30,282 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-26 14:09:30,299 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:30,331 [salt.state       ][INFO    ][7278] File /etc/apt/preferences.d/mirantis_openstack_security is in the correct state
2017-09-26 14:09:30,331 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/preferences.d/mirantis_openstack_security] at time 14:09:30.330966 duration_in_ms=69.386
2017-09-26 14:09:30,332 [salt.state       ][INFO    ][7278] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main] at time 14:09:30.331719
2017-09-26 14:09:30,332 [salt.state       ][INFO    ][7278] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main
2017-09-26 14:09:30,388 [salt.loaded.int.module.cmdmod][INFO    ][7278] 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-26 14:09:30,471 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:32,542 [salt.state       ][INFO    ][7278] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main'
2017-09-26 14:09:32,543 [salt.state       ][INFO    ][7278] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main] at time 14:09:32.542940 duration_in_ms=2211.22
2017-09-26 14:09:32,543 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 14:09:32.543284
2017-09-26 14:09:32,544 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mk_openstack
2017-09-26 14:09:32,544 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/99proxies-salt-mk_openstack is not present
2017-09-26 14:09:32,544 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 14:09:32.544263 duration_in_ms=0.979
2017-09-26 14:09:32,545 [salt.state       ][INFO    ][7278] Running state [/etc/apt/preferences.d/mk_openstack] at time 14:09:32.544548
2017-09-26 14:09:32,545 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/apt/preferences.d/mk_openstack
2017-09-26 14:09:32,565 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-26 14:09:32,584 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:32,616 [salt.state       ][INFO    ][7278] File /etc/apt/preferences.d/mk_openstack is in the correct state
2017-09-26 14:09:32,616 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/preferences.d/mk_openstack] at time 14:09:32.616179 duration_in_ms=71.631
2017-09-26 14:09:32,617 [salt.state       ][INFO    ][7278] Running state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata] at time 14:09:32.617087
2017-09-26 14:09:32,618 [salt.state       ][INFO    ][7278] Executing state pkgrepo.managed for deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata
2017-09-26 14:09:32,687 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/apt-mk.mirantis.com/public.gpg'] in directory '/root'
2017-09-26 14:09:32,774 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:35,269 [salt.state       ][INFO    ][7278] Configured package repo 'deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata'
2017-09-26 14:09:35,269 [salt.state       ][INFO    ][7278] Completed state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata] at time 14:09:35.269263 duration_in_ms=2652.176
2017-09-26 14:09:35,270 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/99proxies-salt-mcp_extra] at time 14:09:35.269626
2017-09-26 14:09:35,270 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mcp_extra
2017-09-26 14:09:35,270 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/99proxies-salt-mcp_extra is not present
2017-09-26 14:09:35,271 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mcp_extra] at time 14:09:35.270603 duration_in_ms=0.977
2017-09-26 14:09:35,271 [salt.state       ][INFO    ][7278] Running state [/etc/apt/preferences.d/mcp_extra] at time 14:09:35.270880
2017-09-26 14:09:35,271 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/apt/preferences.d/mcp_extra
2017-09-26 14:09:35,289 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-26 14:09:35,308 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:35,339 [salt.state       ][INFO    ][7278] File /etc/apt/preferences.d/mcp_extra is in the correct state
2017-09-26 14:09:35,339 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/preferences.d/mcp_extra] at time 14:09:35.338969 duration_in_ms=68.089
2017-09-26 14:09:35,340 [salt.state       ][INFO    ][7278] Running state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra] at time 14:09:35.339755
2017-09-26 14:09:35,340 [salt.state       ][INFO    ][7278] Executing state pkgrepo.managed for deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra
2017-09-26 14:09:35,393 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/apt-mk.mirantis.com/public.gpg'] in directory '/root'
2017-09-26 14:09:35,472 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:36,602 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140936588108
2017-09-26 14:09:36,623 [salt.minion      ][INFO    ][11128] Starting a new job with PID 11128
2017-09-26 14:09:36,630 [salt.minion      ][INFO    ][11128] Returning information for job: 20170926140936588108
2017-09-26 14:09:37,579 [salt.state       ][INFO    ][7278] Configured package repo 'deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra'
2017-09-26 14:09:37,579 [salt.state       ][INFO    ][7278] Completed state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra] at time 14:09:37.579407 duration_in_ms=2239.652
2017-09-26 14:09:37,580 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 14:09:37.579766
2017-09-26 14:09:37,580 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack
2017-09-26 14:09:37,581 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack is not present
2017-09-26 14:09:37,581 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 14:09:37.580785 duration_in_ms=1.019
2017-09-26 14:09:37,581 [salt.state       ][INFO    ][7278] Running state [/etc/apt/preferences.d/mirantis_openstack] at time 14:09:37.581072
2017-09-26 14:09:37,581 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack
2017-09-26 14:09:37,598 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-26 14:09:37,615 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:37,649 [salt.state       ][INFO    ][7278] File /etc/apt/preferences.d/mirantis_openstack is in the correct state
2017-09-26 14:09:37,649 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/preferences.d/mirantis_openstack] at time 14:09:37.648978 duration_in_ms=67.905
2017-09-26 14:09:37,650 [salt.state       ][INFO    ][7278] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main] at time 14:09:37.649839
2017-09-26 14:09:37,650 [salt.state       ][INFO    ][7278] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main
2017-09-26 14:09:37,774 [salt.loaded.int.module.cmdmod][INFO    ][7278] 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-26 14:09:37,855 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:40,307 [salt.state       ][INFO    ][7278] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main'
2017-09-26 14:09:40,307 [salt.state       ][INFO    ][7278] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main] at time 14:09:40.307382 duration_in_ms=2657.542
2017-09-26 14:09:40,308 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix] at time 14:09:40.307725
2017-09-26 14:09:40,308 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix
2017-09-26 14:09:40,308 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix is not present
2017-09-26 14:09:40,309 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix] at time 14:09:40.308716 duration_in_ms=0.992
2017-09-26 14:09:40,309 [salt.state       ][INFO    ][7278] Running state [/etc/apt/preferences.d/mirantis_openstack_hotfix] at time 14:09:40.308990
2017-09-26 14:09:40,309 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_hotfix
2017-09-26 14:09:40,324 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-09-26 14:09:40,341 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:09:40,373 [salt.state       ][INFO    ][7278] File /etc/apt/preferences.d/mirantis_openstack_hotfix is in the correct state
2017-09-26 14:09:40,373 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/preferences.d/mirantis_openstack_hotfix] at time 14:09:40.373198 duration_in_ms=64.206
2017-09-26 14:09:40,374 [salt.state       ][INFO    ][7278] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main] at time 14:09:40.374023
2017-09-26 14:09:40,374 [salt.state       ][INFO    ][7278] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main
2017-09-26 14:09:40,430 [salt.loaded.int.module.cmdmod][INFO    ][7278] 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-26 14:09:40,508 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:42,568 [salt.state       ][INFO    ][7278] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main'
2017-09-26 14:09:42,569 [salt.state       ][INFO    ][7278] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main] at time 14:09:42.568734 duration_in_ms=2194.71
2017-09-26 14:09:42,569 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/99proxies-salt-salt] at time 14:09:42.569084
2017-09-26 14:09:42,569 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-salt
2017-09-26 14:09:42,570 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/99proxies-salt-salt is not present
2017-09-26 14:09:42,570 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/99proxies-salt-salt] at time 14:09:42.570085 duration_in_ms=1.001
2017-09-26 14:09:42,570 [salt.state       ][INFO    ][7278] Running state [/etc/apt/preferences.d/salt] at time 14:09:42.570356
2017-09-26 14:09:42,571 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/preferences.d/salt
2017-09-26 14:09:42,571 [salt.state       ][INFO    ][7278] File /etc/apt/preferences.d/salt is not present
2017-09-26 14:09:42,571 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/preferences.d/salt] at time 14:09:42.571179 duration_in_ms=0.823
2017-09-26 14:09:42,572 [salt.state       ][INFO    ][7278] Running state [deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3 xenial main] at time 14:09:42.571972
2017-09-26 14:09:42,572 [salt.state       ][INFO    ][7278] Executing state pkgrepo.managed for deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3 xenial main
2017-09-26 14:09:42,779 [salt.loaded.int.module.cmdmod][INFO    ][7278] 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-26 14:09:42,853 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:45,086 [salt.state       ][INFO    ][7278] Configured package repo 'deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3 xenial main'
2017-09-26 14:09:45,086 [salt.state       ][INFO    ][7278] Completed state [deb http://repo.saltstack.com/apt/ubuntu/16.04/amd64/2016.3 xenial main] at time 14:09:45.086219 duration_in_ms=2514.246
2017-09-26 14:09:45,087 [salt.state       ][INFO    ][7278] Running state [linux_extra_packages_installed] at time 14:09:45.086566
2017-09-26 14:09:45,087 [salt.state       ][INFO    ][7278] Executing state pkg.installed for linux_extra_packages_installed
2017-09-26 14:09:45,091 [salt.state       ][INFO    ][7278] All specified packages are already installed
2017-09-26 14:09:45,091 [salt.state       ][INFO    ][7278] Completed state [linux_extra_packages_installed] at time 14:09:45.091123 duration_in_ms=4.556
2017-09-26 14:09:45,091 [salt.state       ][INFO    ][7278] Running state [linux_extra_packages_purged] at time 14:09:45.091443
2017-09-26 14:09:45,092 [salt.state       ][INFO    ][7278] Executing state pkg.purged for linux_extra_packages_purged
2017-09-26 14:09:45,108 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', 'purge', 'cloud-init'] in directory '/root'
2017-09-26 14:09:46,668 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140946654599
2017-09-26 14:09:46,688 [salt.minion      ][INFO    ][13121] Starting a new job with PID 13121
2017-09-26 14:09:46,705 [salt.minion      ][INFO    ][13121] Returning information for job: 20170926140946654599
2017-09-26 14:09:47,742 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:09:47,768 [salt.state       ][INFO    ][7278] {'removed': {}, 'installed': {'cloud-init': {'new': '', 'old': '0.7.9-153-g16a7302f-0ubuntu1~16.04.2'}, 'ec2-init': {'new': '', 'old': '1'}}}
2017-09-26 14:09:47,796 [salt.state       ][INFO    ][7278] Loading fresh modules for state activity
2017-09-26 14:09:47,818 [salt.state       ][INFO    ][7278] Completed state [linux_extra_packages_purged] at time 14:09:47.817598 duration_in_ms=2726.154
2017-09-26 14:09:47,823 [salt.state       ][INFO    ][7278] Running state [linux_extra_packages_latest] at time 14:09:47.822585
2017-09-26 14:09:47,823 [salt.state       ][INFO    ][7278] Executing state pkg.latest for linux_extra_packages_latest
2017-09-26 14:09:48,011 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:09:50,232 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-cache', '-q', 'policy', 'python-msgpack'] in directory '/root'
2017-09-26 14:09:50,275 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-cache', '-q', 'policy', 'mcelog'] in directory '/root'
2017-09-26 14:09:50,321 [salt.loaded.int.module.cmdmod][INFO    ][7278] 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-26 14:09:56,878 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926140956865168
2017-09-26 14:09:56,896 [salt.minion      ][INFO    ][13799] Starting a new job with PID 13799
2017-09-26 14:09:56,905 [salt.minion      ][INFO    ][13799] Returning information for job: 20170926140956865168
2017-09-26 14:10:04,860 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:10:04,881 [salt.state       ][INFO    ][7278] Made the following changes:
'mcelog' changed from 'absent' to '128+dfsg-1'

2017-09-26 14:10:04,889 [salt.state       ][INFO    ][7278] Loading fresh modules for state activity
2017-09-26 14:10:04,901 [salt.state       ][INFO    ][7278] Completed state [linux_extra_packages_latest] at time 14:10:04.900620 duration_in_ms=17078.035
2017-09-26 14:10:04,902 [salt.state       ][INFO    ][7278] Running state [UTC] at time 14:10:04.902179
2017-09-26 14:10:04,902 [salt.state       ][INFO    ][7278] Executing state timezone.system for UTC
2017-09-26 14:10:04,904 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['timedatectl'] in directory '/root'
2017-09-26 14:10:05,176 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['timedatectl'] in directory '/root'
2017-09-26 14:10:05,185 [salt.state       ][INFO    ][7278] Timezone UTC already set, UTC already set to UTC
2017-09-26 14:10:05,185 [salt.state       ][INFO    ][7278] Completed state [UTC] at time 14:10:05.185441 duration_in_ms=283.262
2017-09-26 14:10:05,187 [salt.state       ][INFO    ][7278] Running state [nf_conntrack] at time 14:10:05.186762
2017-09-26 14:10:05,187 [salt.state       ][INFO    ][7278] Executing state kmod.present for nf_conntrack
2017-09-26 14:10:05,188 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'lsmod' in directory '/root'
2017-09-26 14:10:05,639 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'lsmod' in directory '/root'
2017-09-26 14:10:05,648 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'modprobe nf_conntrack' in directory '/root'
2017-09-26 14:10:05,677 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'lsmod' in directory '/root'
2017-09-26 14:10:05,715 [salt.state       ][INFO    ][7278] {'nf_conntrack': 'loaded'}
2017-09-26 14:10:05,716 [salt.state       ][INFO    ][7278] Completed state [nf_conntrack] at time 14:10:05.715938 duration_in_ms=529.175
2017-09-26 14:10:05,717 [salt.state       ][INFO    ][7278] Running state [kernel.panic] at time 14:10:05.717154
2017-09-26 14:10:05,717 [salt.state       ][INFO    ][7278] Executing state sysctl.present for kernel.panic
2017-09-26 14:10:05,718 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:05,829 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w kernel.panic="60"' in directory '/root'
2017-09-26 14:10:05,838 [salt.state       ][INFO    ][7278] {'kernel.panic': 60}
2017-09-26 14:10:05,839 [salt.state       ][INFO    ][7278] Completed state [kernel.panic] at time 14:10:05.838908 duration_in_ms=121.754
2017-09-26 14:10:05,839 [salt.state       ][INFO    ][7278] Running state [net.ipv4.tcp_keepalive_probes] at time 14:10:05.839248
2017-09-26 14:10:05,840 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.tcp_keepalive_probes
2017-09-26 14:10:05,840 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:05,896 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.tcp_keepalive_probes="8"' in directory '/root'
2017-09-26 14:10:05,905 [salt.state       ][INFO    ][7278] {'net.ipv4.tcp_keepalive_probes': 8}
2017-09-26 14:10:05,906 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.tcp_keepalive_probes] at time 14:10:05.905467 duration_in_ms=66.219
2017-09-26 14:10:05,906 [salt.state       ][INFO    ][7278] Running state [fs.file-max] at time 14:10:05.905809
2017-09-26 14:10:05,906 [salt.state       ][INFO    ][7278] Executing state sysctl.present for fs.file-max
2017-09-26 14:10:05,907 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:05,926 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w fs.file-max="124165"' in directory '/root'
2017-09-26 14:10:05,935 [salt.state       ][INFO    ][7278] {'fs.file-max': 124165}
2017-09-26 14:10:05,935 [salt.state       ][INFO    ][7278] Completed state [fs.file-max] at time 14:10:05.935231 duration_in_ms=29.42
2017-09-26 14:10:05,936 [salt.state       ][INFO    ][7278] Running state [net.core.somaxconn] at time 14:10:05.935567
2017-09-26 14:10:05,936 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.core.somaxconn
2017-09-26 14:10:05,937 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:05,998 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.core.somaxconn="4096"' in directory '/root'
2017-09-26 14:10:06,007 [salt.state       ][INFO    ][7278] {'net.core.somaxconn': 4096}
2017-09-26 14:10:06,007 [salt.state       ][INFO    ][7278] Completed state [net.core.somaxconn] at time 14:10:06.007285 duration_in_ms=71.717
2017-09-26 14:10:06,008 [salt.state       ][INFO    ][7278] Running state [net.ipv4.tcp_max_syn_backlog] at time 14:10:06.007644
2017-09-26 14:10:06,008 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.tcp_max_syn_backlog
2017-09-26 14:10:06,009 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,023 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.tcp_max_syn_backlog="8192"' in directory '/root'
2017-09-26 14:10:06,032 [salt.state       ][INFO    ][7278] {'net.ipv4.tcp_max_syn_backlog': 8192}
2017-09-26 14:10:06,032 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.tcp_max_syn_backlog] at time 14:10:06.032462 duration_in_ms=24.817
2017-09-26 14:10:06,033 [salt.state       ][INFO    ][7278] Running state [net.ipv4.tcp_tw_reuse] at time 14:10:06.032788
2017-09-26 14:10:06,033 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.tcp_tw_reuse
2017-09-26 14:10:06,034 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,058 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.tcp_tw_reuse="1"' in directory '/root'
2017-09-26 14:10:06,066 [salt.state       ][INFO    ][7278] {'net.ipv4.tcp_tw_reuse': 1}
2017-09-26 14:10:06,067 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.tcp_tw_reuse] at time 14:10:06.066666 duration_in_ms=33.877
2017-09-26 14:10:06,067 [salt.state       ][INFO    ][7278] Running state [net.ipv4.tcp_congestion_control] at time 14:10:06.067027
2017-09-26 14:10:06,067 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.tcp_congestion_control
2017-09-26 14:10:06,068 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,082 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.tcp_congestion_control="yeah"' in directory '/root'
2017-09-26 14:10:06,104 [salt.state       ][INFO    ][7278] {'net.ipv4.tcp_congestion_control': 'yeah'}
2017-09-26 14:10:06,104 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.tcp_congestion_control] at time 14:10:06.104211 duration_in_ms=37.182
2017-09-26 14:10:06,104 [salt.state       ][INFO    ][7278] Running state [net.ipv4.tcp_retries2] at time 14:10:06.104411
2017-09-26 14:10:06,105 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.tcp_retries2
2017-09-26 14:10:06,105 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,120 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.tcp_retries2="5"' in directory '/root'
2017-09-26 14:10:06,129 [salt.state       ][INFO    ][7278] {'net.ipv4.tcp_retries2': 5}
2017-09-26 14:10:06,129 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.tcp_retries2] at time 14:10:06.129043 duration_in_ms=24.632
2017-09-26 14:10:06,129 [salt.state       ][INFO    ][7278] Running state [net.ipv4.tcp_fin_timeout] at time 14:10:06.129390
2017-09-26 14:10:06,130 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.tcp_fin_timeout
2017-09-26 14:10:06,130 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,220 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.tcp_fin_timeout="30"' in directory '/root'
2017-09-26 14:10:06,229 [salt.state       ][INFO    ][7278] {'net.ipv4.tcp_fin_timeout': 30}
2017-09-26 14:10:06,229 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.tcp_fin_timeout] at time 14:10:06.229103 duration_in_ms=99.712
2017-09-26 14:10:06,230 [salt.state       ][INFO    ][7278] Running state [net.ipv4.tcp_slow_start_after_idle] at time 14:10:06.229474
2017-09-26 14:10:06,230 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.tcp_slow_start_after_idle
2017-09-26 14:10:06,230 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,245 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.tcp_slow_start_after_idle="0"' in directory '/root'
2017-09-26 14:10:06,254 [salt.state       ][INFO    ][7278] {'net.ipv4.tcp_slow_start_after_idle': 0}
2017-09-26 14:10:06,255 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.tcp_slow_start_after_idle] at time 14:10:06.254517 duration_in_ms=25.042
2017-09-26 14:10:06,255 [salt.state       ][INFO    ][7278] Running state [vm.swappiness] at time 14:10:06.254856
2017-09-26 14:10:06,255 [salt.state       ][INFO    ][7278] Executing state sysctl.present for vm.swappiness
2017-09-26 14:10:06,256 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,357 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w vm.swappiness="10"' in directory '/root'
2017-09-26 14:10:06,367 [salt.state       ][INFO    ][7278] {'vm.swappiness': 10}
2017-09-26 14:10:06,367 [salt.state       ][INFO    ][7278] Completed state [vm.swappiness] at time 14:10:06.367343 duration_in_ms=112.486
2017-09-26 14:10:06,368 [salt.state       ][INFO    ][7278] Running state [net.ipv4.tcp_keepalive_intvl] at time 14:10:06.367723
2017-09-26 14:10:06,368 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.tcp_keepalive_intvl
2017-09-26 14:10:06,369 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,384 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.tcp_keepalive_intvl="3"' in directory '/root'
2017-09-26 14:10:06,393 [salt.state       ][INFO    ][7278] {'net.ipv4.tcp_keepalive_intvl': 3}
2017-09-26 14:10:06,394 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.tcp_keepalive_intvl] at time 14:10:06.393524 duration_in_ms=25.799
2017-09-26 14:10:06,394 [salt.state       ][INFO    ][7278] Running state [net.ipv4.neigh.default.gc_thresh1] at time 14:10:06.393872
2017-09-26 14:10:06,394 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh1
2017-09-26 14:10:06,395 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,507 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh1="4096"' in directory '/root'
2017-09-26 14:10:06,517 [salt.state       ][INFO    ][7278] {'net.ipv4.neigh.default.gc_thresh1': 4096}
2017-09-26 14:10:06,518 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.neigh.default.gc_thresh1] at time 14:10:06.517601 duration_in_ms=123.729
2017-09-26 14:10:06,518 [salt.state       ][INFO    ][7278] Running state [net.ipv4.neigh.default.gc_thresh2] at time 14:10:06.517949
2017-09-26 14:10:06,518 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh2
2017-09-26 14:10:06,519 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,723 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh2="8192"' in directory '/root'
2017-09-26 14:10:06,734 [salt.state       ][INFO    ][7278] {'net.ipv4.neigh.default.gc_thresh2': 8192}
2017-09-26 14:10:06,734 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.neigh.default.gc_thresh2] at time 14:10:06.734185 duration_in_ms=216.234
2017-09-26 14:10:06,735 [salt.state       ][INFO    ][7278] Running state [net.ipv4.neigh.default.gc_thresh3] at time 14:10:06.734540
2017-09-26 14:10:06,735 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh3
2017-09-26 14:10:06,735 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,883 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh3="16384"' in directory '/root'
2017-09-26 14:10:06,893 [salt.state       ][INFO    ][7278] {'net.ipv4.neigh.default.gc_thresh3': 16384}
2017-09-26 14:10:06,894 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.neigh.default.gc_thresh3] at time 14:10:06.893642 duration_in_ms=159.101
2017-09-26 14:10:06,894 [salt.state       ][INFO    ][7278] Running state [net.core.netdev_max_backlog] at time 14:10:06.893994
2017-09-26 14:10:06,894 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.core.netdev_max_backlog
2017-09-26 14:10:06,895 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,918 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.core.netdev_max_backlog="261144"' in directory '/root'
2017-09-26 14:10:06,927 [salt.state       ][INFO    ][7278] {'net.core.netdev_max_backlog': 261144}
2017-09-26 14:10:06,928 [salt.state       ][INFO    ][7278] Completed state [net.core.netdev_max_backlog] at time 14:10:06.927812 duration_in_ms=33.817
2017-09-26 14:10:06,928 [salt.state       ][INFO    ][7278] Running state [net.ipv4.tcp_keepalive_time] at time 14:10:06.928208
2017-09-26 14:10:06,929 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.ipv4.tcp_keepalive_time
2017-09-26 14:10:06,929 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,948 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.ipv4.tcp_keepalive_time="30"' in directory '/root'
2017-09-26 14:10:06,957 [salt.state       ][INFO    ][7278] {'net.ipv4.tcp_keepalive_time': 30}
2017-09-26 14:10:06,957 [salt.state       ][INFO    ][7278] Completed state [net.ipv4.tcp_keepalive_time] at time 14:10:06.957246 duration_in_ms=29.037
2017-09-26 14:10:06,958 [salt.state       ][INFO    ][7278] Running state [net.nf_conntrack_max] at time 14:10:06.957587
2017-09-26 14:10:06,958 [salt.state       ][INFO    ][7278] Executing state sysctl.present for net.nf_conntrack_max
2017-09-26 14:10:06,958 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -a' in directory '/root'
2017-09-26 14:10:06,973 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141006959947
2017-09-26 14:10:06,974 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'sysctl -w net.nf_conntrack_max="1048576"' in directory '/root'
2017-09-26 14:10:06,993 [salt.state       ][INFO    ][7278] {'net.nf_conntrack_max': 1048576}
2017-09-26 14:10:06,993 [salt.state       ][INFO    ][7278] Completed state [net.nf_conntrack_max] at time 14:10:06.993344 duration_in_ms=35.756
2017-09-26 14:10:06,998 [salt.minion      ][INFO    ][13971] Starting a new job with PID 13971
2017-09-26 14:10:07,001 [salt.state       ][INFO    ][7278] Running state [linux_sysfs_package] at time 14:10:07.000494
2017-09-26 14:10:07,001 [salt.state       ][INFO    ][7278] Executing state pkg.installed for linux_sysfs_package
2017-09-26 14:10:07,006 [salt.minion      ][INFO    ][13971] Returning information for job: 20170926141006959947
2017-09-26 14:10:07,178 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-cache', '-q', 'policy', 'sysfsutils'] in directory '/root'
2017-09-26 14:10:07,224 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:10:09,247 [salt.loaded.int.module.cmdmod][INFO    ][7278] 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-26 14:10:17,195 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141017158224
2017-09-26 14:10:17,212 [salt.minion      ][INFO    ][14547] Starting a new job with PID 14547
2017-09-26 14:10:17,295 [salt.minion      ][INFO    ][14547] Returning information for job: 20170926141017158224
2017-09-26 14:10:27,255 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141027240818
2017-09-26 14:10:27,892 [salt.minion      ][INFO    ][14581] Starting a new job with PID 14581
2017-09-26 14:10:27,904 [salt.minion      ][INFO    ][14581] Returning information for job: 20170926141027240818
2017-09-26 14:10:33,892 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:10:33,912 [salt.state       ][INFO    ][7278] 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-26 14:10:33,919 [salt.state       ][INFO    ][7278] Loading fresh modules for state activity
2017-09-26 14:10:33,934 [salt.state       ][INFO    ][7278] Completed state [linux_sysfs_package] at time 14:10:33.933789 duration_in_ms=26933.294
2017-09-26 14:10:33,939 [salt.state       ][INFO    ][7278] Running state [/etc/sysfs.d] at time 14:10:33.938880
2017-09-26 14:10:33,939 [salt.state       ][INFO    ][7278] Executing state file.directory for /etc/sysfs.d
2017-09-26 14:10:33,943 [salt.state       ][INFO    ][7278] Directory /etc/sysfs.d is in the correct state
2017-09-26 14:10:33,943 [salt.state       ][INFO    ][7278] Completed state [/etc/sysfs.d] at time 14:10:33.942791 duration_in_ms=3.91
2017-09-26 14:10:34,080 [salt.state       ][INFO    ][7278] Running state [ondemand] at time 14:10:34.080419
2017-09-26 14:10:34,081 [salt.state       ][INFO    ][7278] Executing state service.dead for ondemand
2017-09-26 14:10:34,082 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'status', 'ondemand.service', '-n', '0'] in directory '/root'
2017-09-26 14:10:34,093 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2017-09-26 14:10:34,103 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-09-26 14:10:34,114 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemd-run', '--scope', 'systemctl', 'stop', 'ondemand.service'] in directory '/root'
2017-09-26 14:10:34,149 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2017-09-26 14:10:34,162 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-09-26 14:10:34,173 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-09-26 14:10:34,186 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemd-run', '--scope', '/usr/sbin/update-rc.d', '-f', 'ondemand', 'remove'] in directory '/root'
2017-09-26 14:10:34,255 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-09-26 14:10:34,267 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'runlevel' in directory '/root'
2017-09-26 14:10:34,276 [salt.state       ][INFO    ][7278] {'ondemand': True}
2017-09-26 14:10:34,277 [salt.state       ][INFO    ][7278] Completed state [ondemand] at time 14:10:34.276569 duration_in_ms=196.15
2017-09-26 14:10:34,277 [salt.state       ][INFO    ][7278] Running state [cs_CZ.UTF-8] at time 14:10:34.277177
2017-09-26 14:10:34,277 [salt.state       ][INFO    ][7278] Executing state locale.present for cs_CZ.UTF-8
2017-09-26 14:10:34,278 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'locale -a' in directory '/root'
2017-09-26 14:10:34,289 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['locale-gen', 'cs_CZ.UTF-8'] in directory '/root'
2017-09-26 14:10:35,061 [salt.state       ][INFO    ][7278] {'locale': 'cs_CZ.UTF-8'}
2017-09-26 14:10:35,061 [salt.state       ][INFO    ][7278] Completed state [cs_CZ.UTF-8] at time 14:10:35.061307 duration_in_ms=784.129
2017-09-26 14:10:35,062 [salt.state       ][INFO    ][7278] Running state [en_US.UTF-8] at time 14:10:35.061698
2017-09-26 14:10:35,062 [salt.state       ][INFO    ][7278] Executing state locale.present for en_US.UTF-8
2017-09-26 14:10:35,063 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'locale -a' in directory '/root'
2017-09-26 14:10:35,072 [salt.state       ][INFO    ][7278] Locale en_US.UTF-8 is already present
2017-09-26 14:10:35,073 [salt.state       ][INFO    ][7278] Completed state [en_US.UTF-8] at time 14:10:35.072720 duration_in_ms=11.021
2017-09-26 14:10:35,074 [salt.state       ][INFO    ][7278] Running state [en_US.UTF-8] at time 14:10:35.073843
2017-09-26 14:10:35,074 [salt.state       ][INFO    ][7278] Executing state locale.system for en_US.UTF-8
2017-09-26 14:10:35,075 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'localectl' in directory '/root'
2017-09-26 14:10:35,430 [salt.state       ][INFO    ][7278] System locale en_US.UTF-8 already set
2017-09-26 14:10:35,430 [salt.state       ][INFO    ][7278] Completed state [en_US.UTF-8] at time 14:10:35.430195 duration_in_ms=356.35
2017-09-26 14:10:35,432 [salt.state       ][INFO    ][7278] Running state [root] at time 14:10:35.431603
2017-09-26 14:10:35,432 [salt.state       ][INFO    ][7278] Executing state user.present for root
2017-09-26 14:10:35,438 [salt.state       ][INFO    ][7278] {'passwd': 'XXX-REDACTED-XXX', 'lstchg': 17435}
2017-09-26 14:10:35,439 [salt.state       ][INFO    ][7278] Completed state [root] at time 14:10:35.438607 duration_in_ms=7.004
2017-09-26 14:10:35,440 [salt.state       ][INFO    ][7278] Running state [/root] at time 14:10:35.439705
2017-09-26 14:10:35,440 [salt.state       ][INFO    ][7278] Executing state file.directory for /root
2017-09-26 14:10:35,441 [salt.state       ][INFO    ][7278] Directory /root is in the correct state
2017-09-26 14:10:35,441 [salt.state       ][INFO    ][7278] Completed state [/root] at time 14:10:35.441167 duration_in_ms=1.461
2017-09-26 14:10:35,442 [salt.state       ][INFO    ][7278] Running state [/etc/sudoers.d/90-salt-user-root] at time 14:10:35.441552
2017-09-26 14:10:35,442 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2017-09-26 14:10:35,538 [salt.state       ][INFO    ][7278] File /etc/sudoers.d/90-salt-user-root is not present
2017-09-26 14:10:35,538 [salt.state       ][INFO    ][7278] Completed state [/etc/sudoers.d/90-salt-user-root] at time 14:10:35.538042 duration_in_ms=96.49
2017-09-26 14:10:35,538 [salt.state       ][INFO    ][7278] Running state [ubuntu] at time 14:10:35.538436
2017-09-26 14:10:35,539 [salt.state       ][INFO    ][7278] Executing state user.present for ubuntu
2017-09-26 14:10:35,540 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['useradd', '-s', '/bin/bash', '-m', '-d', '/home/ubuntu', 'ubuntu'] in directory '/root'
2017-09-26 14:10:37,440 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141037425168
2017-09-26 14:10:37,461 [salt.minion      ][INFO    ][14776] Starting a new job with PID 14776
2017-09-26 14:10:37,471 [salt.minion      ][INFO    ][14776] Returning information for job: 20170926141037425168
2017-09-26 14:10:37,860 [salt.state       ][INFO    ][7278] {'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-26 14:10:37,861 [salt.state       ][INFO    ][7278] Completed state [ubuntu] at time 14:10:37.860636 duration_in_ms=2322.199
2017-09-26 14:10:37,862 [salt.state       ][INFO    ][7278] Running state [/home/ubuntu] at time 14:10:37.861937
2017-09-26 14:10:37,862 [salt.state       ][INFO    ][7278] Executing state file.directory for /home/ubuntu
2017-09-26 14:10:37,863 [salt.state       ][INFO    ][7278] {'mode': '0700'}
2017-09-26 14:10:37,864 [salt.state       ][INFO    ][7278] Completed state [/home/ubuntu] at time 14:10:37.863789 duration_in_ms=1.852
2017-09-26 14:10:37,865 [salt.state       ][INFO    ][7278] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 14:10:37.864593
2017-09-26 14:10:37,865 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2017-09-26 14:10:37,885 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/sudoer'
2017-09-26 14:10:37,889 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command '/usr/sbin/visudo -c -f /tmp/tmp3obqM9' in directory '/root'
2017-09-26 14:10:38,091 [salt.state       ][INFO    ][7278] File changed:
New file
2017-09-26 14:10:38,092 [salt.state       ][INFO    ][7278] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 14:10:38.091652 duration_in_ms=227.059
2017-09-26 14:10:38,092 [salt.state       ][INFO    ][7278] Running state [/etc/security/limits.d/90-salt-default.conf] at time 14:10:38.092276
2017-09-26 14:10:38,093 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/security/limits.d/90-salt-default.conf
2017-09-26 14:10:38,111 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/limits.conf'
2017-09-26 14:10:38,134 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:10:38,170 [salt.state       ][INFO    ][7278] File changed:
New file
2017-09-26 14:10:38,171 [salt.state       ][INFO    ][7278] Completed state [/etc/security/limits.d/90-salt-default.conf] at time 14:10:38.170679 duration_in_ms=78.402
2017-09-26 14:10:38,171 [salt.state       ][INFO    ][7278] Running state [apt-daily.timer] at time 14:10:38.170996
2017-09-26 14:10:38,171 [salt.state       ][INFO    ][7278] Executing state service.dead for apt-daily.timer
2017-09-26 14:10:38,172 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'status', 'apt-daily.timer', '-n', '0'] in directory '/root'
2017-09-26 14:10:38,186 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-active', 'apt-daily.timer'] in directory '/root'
2017-09-26 14:10:38,197 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-enabled', 'apt-daily.timer'] in directory '/root'
2017-09-26 14:10:38,208 [salt.state       ][INFO    ][7278] The service apt-daily.timer is already dead
2017-09-26 14:10:38,209 [salt.state       ][INFO    ][7278] Completed state [apt-daily.timer] at time 14:10:38.208613 duration_in_ms=37.616
2017-09-26 14:10:38,209 [salt.state       ][INFO    ][7278] Running state [/etc/systemd/system.conf.d/90-salt.conf] at time 14:10:38.208959
2017-09-26 14:10:38,209 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/systemd/system.conf.d/90-salt.conf
2017-09-26 14:10:38,226 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/systemd.conf'
2017-09-26 14:10:38,245 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-09-26 14:10:38,277 [salt.state       ][INFO    ][7278] File changed:
New file
2017-09-26 14:10:38,277 [salt.state       ][INFO    ][7278] Completed state [/etc/systemd/system.conf.d/90-salt.conf] at time 14:10:38.277351 duration_in_ms=68.392
2017-09-26 14:10:38,278 [salt.state       ][INFO    ][7278] Running state [service.systemctl_reload] at time 14:10:38.278433
2017-09-26 14:10:38,279 [salt.state       ][INFO    ][7278] Executing state module.wait for service.systemctl_reload
2017-09-26 14:10:38,279 [salt.state       ][INFO    ][7278] No changes made for service.systemctl_reload
2017-09-26 14:10:38,279 [salt.state       ][INFO    ][7278] Completed state [service.systemctl_reload] at time 14:10:38.279252 duration_in_ms=0.819
2017-09-26 14:10:38,280 [salt.state       ][INFO    ][7278] Running state [service.systemctl_reload] at time 14:10:38.279500
2017-09-26 14:10:38,280 [salt.state       ][INFO    ][7278] Executing state module.mod_watch for service.systemctl_reload
2017-09-26 14:10:38,280 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2017-09-26 14:10:38,316 [salt.state       ][INFO    ][7278] {'ret': True}
2017-09-26 14:10:38,317 [salt.state       ][INFO    ][7278] Completed state [service.systemctl_reload] at time 14:10:38.316576 duration_in_ms=37.076
2017-09-26 14:10:38,317 [salt.state       ][INFO    ][7278] Running state [/etc/hostname] at time 14:10:38.316794
2017-09-26 14:10:38,317 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/hostname
2017-09-26 14:10:38,334 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'linux/files/hostname'
2017-09-26 14:10:38,337 [salt.state       ][INFO    ][7278] File changed:
--- 
+++ 
@@ -1 +1 @@
-ubuntu-1604
+prx01

2017-09-26 14:10:38,337 [salt.state       ][INFO    ][7278] Completed state [/etc/hostname] at time 14:10:38.336751 duration_in_ms=19.957
2017-09-26 14:10:38,338 [salt.state       ][INFO    ][7278] Running state [hostname prx01] at time 14:10:38.338061
2017-09-26 14:10:38,338 [salt.state       ][INFO    ][7278] Executing state cmd.wait for hostname prx01
2017-09-26 14:10:38,338 [salt.state       ][INFO    ][7278] No changes made for hostname prx01
2017-09-26 14:10:38,339 [salt.state       ][INFO    ][7278] Completed state [hostname prx01] at time 14:10:38.338519 duration_in_ms=0.459
2017-09-26 14:10:38,339 [salt.state       ][INFO    ][7278] Running state [hostname prx01] at time 14:10:38.338638
2017-09-26 14:10:38,339 [salt.state       ][INFO    ][7278] Executing state cmd.mod_watch for hostname prx01
2017-09-26 14:10:38,339 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command 'hostname prx01' in directory '/root'
2017-09-26 14:10:38,349 [salt.state       ][INFO    ][7278] {'pid': 14804, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-09-26 14:10:38,349 [salt.state       ][INFO    ][7278] Completed state [hostname prx01] at time 14:10:38.348866 duration_in_ms=10.228
2017-09-26 14:10:38,349 [salt.state       ][INFO    ][7278] Running state [mdb02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.349391
2017-09-26 14:10:38,350 [salt.state       ][INFO    ][7278] Executing state host.present for mdb02.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:38,351 [salt.state       ][INFO    ][7278] {'host': 'mdb02.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:38,351 [salt.state       ][INFO    ][7278] Completed state [mdb02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.350920 duration_in_ms=1.529
2017-09-26 14:10:38,351 [salt.state       ][INFO    ][7278] Running state [mdb02] at time 14:10:38.351072
2017-09-26 14:10:38,351 [salt.state       ][INFO    ][7278] Executing state host.present for mdb02
2017-09-26 14:10:38,378 [salt.state       ][INFO    ][7278] {'host': 'mdb02'}
2017-09-26 14:10:38,378 [salt.state       ][INFO    ][7278] Completed state [mdb02] at time 14:10:38.377986 duration_in_ms=26.914
2017-09-26 14:10:38,378 [salt.state       ][INFO    ][7278] Running state [mdb03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.378140
2017-09-26 14:10:38,378 [salt.state       ][INFO    ][7278] Executing state host.present for mdb03.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:38,450 [salt.state       ][INFO    ][7278] {'host': 'mdb03.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:38,450 [salt.state       ][INFO    ][7278] Completed state [mdb03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.449936 duration_in_ms=71.796
2017-09-26 14:10:38,450 [salt.state       ][INFO    ][7278] Running state [mdb03] at time 14:10:38.450097
2017-09-26 14:10:38,450 [salt.state       ][INFO    ][7278] Executing state host.present for mdb03
2017-09-26 14:10:38,691 [salt.state       ][INFO    ][7278] {'host': 'mdb03'}
2017-09-26 14:10:38,691 [salt.state       ][INFO    ][7278] Completed state [mdb03] at time 14:10:38.691138 duration_in_ms=241.04
2017-09-26 14:10:38,691 [salt.state       ][INFO    ][7278] Running state [mdb01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.691377
2017-09-26 14:10:38,692 [salt.state       ][INFO    ][7278] Executing state host.present for mdb01.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:38,734 [salt.state       ][INFO    ][7278] {'host': 'mdb01.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:38,734 [salt.state       ][INFO    ][7278] Completed state [mdb01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.734069 duration_in_ms=42.691
2017-09-26 14:10:38,734 [salt.state       ][INFO    ][7278] Running state [mdb01] at time 14:10:38.734274
2017-09-26 14:10:38,734 [salt.state       ][INFO    ][7278] Executing state host.present for mdb01
2017-09-26 14:10:38,752 [salt.state       ][INFO    ][7278] {'host': 'mdb01'}
2017-09-26 14:10:38,752 [salt.state       ][INFO    ][7278] Completed state [mdb01] at time 14:10:38.752052 duration_in_ms=17.778
2017-09-26 14:10:38,752 [salt.state       ][INFO    ][7278] Running state [mdb] at time 14:10:38.752263
2017-09-26 14:10:38,752 [salt.state       ][INFO    ][7278] Executing state host.present for mdb
2017-09-26 14:10:38,818 [salt.state       ][INFO    ][7278] {'host': 'mdb'}
2017-09-26 14:10:38,818 [salt.state       ][INFO    ][7278] Completed state [mdb] at time 14:10:38.818016 duration_in_ms=65.753
2017-09-26 14:10:38,818 [salt.state       ][INFO    ][7278] Running state [mdb.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.818386
2017-09-26 14:10:38,819 [salt.state       ][INFO    ][7278] Executing state host.present for mdb.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:38,854 [salt.state       ][INFO    ][7278] {'host': 'mdb.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:38,854 [salt.state       ][INFO    ][7278] Completed state [mdb.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.854198 duration_in_ms=35.812
2017-09-26 14:10:38,855 [salt.state       ][INFO    ][7278] Running state [cfg01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.854572
2017-09-26 14:10:38,855 [salt.state       ][INFO    ][7278] Executing state host.present for cfg01.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:38,920 [salt.state       ][INFO    ][7278] {'host': 'cfg01.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:38,920 [salt.state       ][INFO    ][7278] Completed state [cfg01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.919964 duration_in_ms=65.392
2017-09-26 14:10:38,920 [salt.state       ][INFO    ][7278] Running state [cfg01] at time 14:10:38.920375
2017-09-26 14:10:38,921 [salt.state       ][INFO    ][7278] Executing state host.present for cfg01
2017-09-26 14:10:38,956 [salt.state       ][INFO    ][7278] {'host': 'cfg01'}
2017-09-26 14:10:38,956 [salt.state       ][INFO    ][7278] Completed state [cfg01] at time 14:10:38.956063 duration_in_ms=35.688
2017-09-26 14:10:38,956 [salt.state       ][INFO    ][7278] Running state [prx01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.956449
2017-09-26 14:10:38,957 [salt.state       ][INFO    ][7278] Executing state host.present for prx01.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:38,980 [salt.state       ][INFO    ][7278] {'host': 'prx01.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:38,980 [salt.state       ][INFO    ][7278] Completed state [prx01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.979892 duration_in_ms=23.443
2017-09-26 14:10:38,980 [salt.state       ][INFO    ][7278] Running state [prx01] at time 14:10:38.980296
2017-09-26 14:10:38,981 [salt.state       ][INFO    ][7278] Executing state host.present for prx01
2017-09-26 14:10:38,986 [salt.state       ][INFO    ][7278] {'host': 'prx01'}
2017-09-26 14:10:38,986 [salt.state       ][INFO    ][7278] Completed state [prx01] at time 14:10:38.985934 duration_in_ms=5.638
2017-09-26 14:10:38,986 [salt.state       ][INFO    ][7278] Running state [kvm01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.986321
2017-09-26 14:10:38,987 [salt.state       ][INFO    ][7278] Executing state host.present for kvm01.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:38,991 [salt.state       ][INFO    ][7278] {'host': 'kvm01.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:38,992 [salt.state       ][INFO    ][7278] Completed state [kvm01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.991783 duration_in_ms=5.462
2017-09-26 14:10:38,992 [salt.state       ][INFO    ][7278] Running state [kvm01] at time 14:10:38.992186
2017-09-26 14:10:38,993 [salt.state       ][INFO    ][7278] Executing state host.present for kvm01
2017-09-26 14:10:38,997 [salt.state       ][INFO    ][7278] {'host': 'kvm01'}
2017-09-26 14:10:38,998 [salt.state       ][INFO    ][7278] Completed state [kvm01] at time 14:10:38.997794 duration_in_ms=5.608
2017-09-26 14:10:38,998 [salt.state       ][INFO    ][7278] Running state [kvm03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:38.998174
2017-09-26 14:10:38,999 [salt.state       ][INFO    ][7278] Executing state host.present for kvm03.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,004 [salt.state       ][INFO    ][7278] {'host': 'kvm03.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,004 [salt.state       ][INFO    ][7278] Completed state [kvm03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.003878 duration_in_ms=5.704
2017-09-26 14:10:39,004 [salt.state       ][INFO    ][7278] Running state [kvm03] at time 14:10:39.004300
2017-09-26 14:10:39,005 [salt.state       ][INFO    ][7278] Executing state host.present for kvm03
2017-09-26 14:10:39,010 [salt.state       ][INFO    ][7278] {'host': 'kvm03'}
2017-09-26 14:10:39,010 [salt.state       ][INFO    ][7278] Completed state [kvm03] at time 14:10:39.009908 duration_in_ms=5.608
2017-09-26 14:10:39,010 [salt.state       ][INFO    ][7278] Running state [kvm02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.010283
2017-09-26 14:10:39,011 [salt.state       ][INFO    ][7278] Executing state host.present for kvm02.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,015 [salt.state       ][INFO    ][7278] {'host': 'kvm02.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,016 [salt.state       ][INFO    ][7278] Completed state [kvm02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.015792 duration_in_ms=5.509
2017-09-26 14:10:39,016 [salt.state       ][INFO    ][7278] Running state [kvm02] at time 14:10:39.016196
2017-09-26 14:10:39,017 [salt.state       ][INFO    ][7278] Executing state host.present for kvm02
2017-09-26 14:10:39,021 [salt.state       ][INFO    ][7278] {'host': 'kvm02'}
2017-09-26 14:10:39,022 [salt.state       ][INFO    ][7278] Completed state [kvm02] at time 14:10:39.021779 duration_in_ms=5.583
2017-09-26 14:10:39,022 [salt.state       ][INFO    ][7278] Running state [dbs.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.022149
2017-09-26 14:10:39,023 [salt.state       ][INFO    ][7278] Executing state host.present for dbs.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,028 [salt.state       ][INFO    ][7278] {'host': 'dbs.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,028 [salt.state       ][INFO    ][7278] Completed state [dbs.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.027911 duration_in_ms=5.762
2017-09-26 14:10:39,028 [salt.state       ][INFO    ][7278] Running state [dbs] at time 14:10:39.028312
2017-09-26 14:10:39,029 [salt.state       ][INFO    ][7278] Executing state host.present for dbs
2017-09-26 14:10:39,054 [salt.state       ][INFO    ][7278] {'host': 'dbs'}
2017-09-26 14:10:39,055 [salt.state       ][INFO    ][7278] Completed state [dbs] at time 14:10:39.054580 duration_in_ms=26.268
2017-09-26 14:10:39,055 [salt.state       ][INFO    ][7278] Running state [prx.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.054952
2017-09-26 14:10:39,055 [salt.state       ][INFO    ][7278] Executing state host.present for prx.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,058 [salt.state       ][INFO    ][7278] {'host': 'prx.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,059 [salt.state       ][INFO    ][7278] Completed state [prx.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.058491 duration_in_ms=3.539
2017-09-26 14:10:39,059 [salt.state       ][INFO    ][7278] Running state [prx] at time 14:10:39.058863
2017-09-26 14:10:39,059 [salt.state       ][INFO    ][7278] Executing state host.present for prx
2017-09-26 14:10:39,064 [salt.state       ][INFO    ][7278] {'host': 'prx'}
2017-09-26 14:10:39,064 [salt.state       ][INFO    ][7278] Completed state [prx] at time 14:10:39.064414 duration_in_ms=5.551
2017-09-26 14:10:39,065 [salt.state       ][INFO    ][7278] Running state [prx02] at time 14:10:39.064792
2017-09-26 14:10:39,065 [salt.state       ][INFO    ][7278] Executing state host.present for prx02
2017-09-26 14:10:39,070 [salt.state       ][INFO    ][7278] {'host': 'prx02'}
2017-09-26 14:10:39,071 [salt.state       ][INFO    ][7278] Completed state [prx02] at time 14:10:39.070488 duration_in_ms=5.696
2017-09-26 14:10:39,071 [salt.state       ][INFO    ][7278] Running state [prx02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.070859
2017-09-26 14:10:39,071 [salt.state       ][INFO    ][7278] Executing state host.present for prx02.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,076 [salt.state       ][INFO    ][7278] {'host': 'prx02.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,076 [salt.state       ][INFO    ][7278] Completed state [prx02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.076297 duration_in_ms=5.438
2017-09-26 14:10:39,077 [salt.state       ][INFO    ][7278] Running state [msg02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.076680
2017-09-26 14:10:39,077 [salt.state       ][INFO    ][7278] Executing state host.present for msg02.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,148 [salt.state       ][INFO    ][7278] {'host': 'msg02.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,148 [salt.state       ][INFO    ][7278] Completed state [msg02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.148422 duration_in_ms=71.742
2017-09-26 14:10:39,149 [salt.state       ][INFO    ][7278] Running state [msg02] at time 14:10:39.148782
2017-09-26 14:10:39,149 [salt.state       ][INFO    ][7278] Executing state host.present for msg02
2017-09-26 14:10:39,226 [salt.state       ][INFO    ][7278] {'host': 'msg02'}
2017-09-26 14:10:39,226 [salt.state       ][INFO    ][7278] Completed state [msg02] at time 14:10:39.226097 duration_in_ms=77.315
2017-09-26 14:10:39,227 [salt.state       ][INFO    ][7278] Running state [msg03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.226478
2017-09-26 14:10:39,227 [salt.state       ][INFO    ][7278] Executing state host.present for msg03.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,232 [salt.state       ][INFO    ][7278] {'host': 'msg03.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,232 [salt.state       ][INFO    ][7278] Completed state [msg03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.232010 duration_in_ms=5.532
2017-09-26 14:10:39,232 [salt.state       ][INFO    ][7278] Running state [msg03] at time 14:10:39.232406
2017-09-26 14:10:39,233 [salt.state       ][INFO    ][7278] Executing state host.present for msg03
2017-09-26 14:10:39,238 [salt.state       ][INFO    ][7278] {'host': 'msg03'}
2017-09-26 14:10:39,238 [salt.state       ][INFO    ][7278] Completed state [msg03] at time 14:10:39.237954 duration_in_ms=5.549
2017-09-26 14:10:39,238 [salt.state       ][INFO    ][7278] Running state [msg01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.238309
2017-09-26 14:10:39,239 [salt.state       ][INFO    ][7278] Executing state host.present for msg01.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,244 [salt.state       ][INFO    ][7278] {'host': 'msg01.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,244 [salt.state       ][INFO    ][7278] Completed state [msg01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.243998 duration_in_ms=5.689
2017-09-26 14:10:39,244 [salt.state       ][INFO    ][7278] Running state [msg01] at time 14:10:39.244361
2017-09-26 14:10:39,245 [salt.state       ][INFO    ][7278] Executing state host.present for msg01
2017-09-26 14:10:39,250 [salt.state       ][INFO    ][7278] {'host': 'msg01'}
2017-09-26 14:10:39,250 [salt.state       ][INFO    ][7278] Completed state [msg01] at time 14:10:39.249986 duration_in_ms=5.625
2017-09-26 14:10:39,250 [salt.state       ][INFO    ][7278] Running state [msg] at time 14:10:39.250331
2017-09-26 14:10:39,251 [salt.state       ][INFO    ][7278] Executing state host.present for msg
2017-09-26 14:10:39,256 [salt.state       ][INFO    ][7278] {'host': 'msg'}
2017-09-26 14:10:39,256 [salt.state       ][INFO    ][7278] Completed state [msg] at time 14:10:39.255984 duration_in_ms=5.653
2017-09-26 14:10:39,256 [salt.state       ][INFO    ][7278] Running state [msg.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.256341
2017-09-26 14:10:39,257 [salt.state       ][INFO    ][7278] Executing state host.present for msg.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,262 [salt.state       ][INFO    ][7278] {'host': 'msg.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,262 [salt.state       ][INFO    ][7278] Completed state [msg.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.261962 duration_in_ms=5.621
2017-09-26 14:10:39,262 [salt.state       ][INFO    ][7278] Running state [cfg01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.262303
2017-09-26 14:10:39,263 [salt.state       ][INFO    ][7278] Executing state host.present for cfg01.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,263 [salt.state       ][INFO    ][7278] Host cfg01.baremetal-mcp-ocata-ovs-dpdk-ha.local (10.167.4.100) already present
2017-09-26 14:10:39,263 [salt.state       ][INFO    ][7278] Completed state [cfg01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.263394 duration_in_ms=1.092
2017-09-26 14:10:39,264 [salt.state       ][INFO    ][7278] Running state [cfg01] at time 14:10:39.263725
2017-09-26 14:10:39,264 [salt.state       ][INFO    ][7278] Executing state host.present for cfg01
2017-09-26 14:10:39,265 [salt.state       ][INFO    ][7278] Host cfg01 (10.167.4.100) already present
2017-09-26 14:10:39,265 [salt.state       ][INFO    ][7278] Completed state [cfg01] at time 14:10:39.264819 duration_in_ms=1.093
2017-09-26 14:10:39,265 [salt.state       ][INFO    ][7278] Running state [cmp002] at time 14:10:39.265148
2017-09-26 14:10:39,265 [salt.state       ][INFO    ][7278] Executing state host.present for cmp002
2017-09-26 14:10:39,268 [salt.state       ][INFO    ][7278] {'host': 'cmp002'}
2017-09-26 14:10:39,268 [salt.state       ][INFO    ][7278] Completed state [cmp002] at time 14:10:39.267997 duration_in_ms=2.848
2017-09-26 14:10:39,268 [salt.state       ][INFO    ][7278] Running state [cmp002.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.268357
2017-09-26 14:10:39,269 [salt.state       ][INFO    ][7278] Executing state host.present for cmp002.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,274 [salt.state       ][INFO    ][7278] {'host': 'cmp002.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,274 [salt.state       ][INFO    ][7278] Completed state [cmp002.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.273996 duration_in_ms=5.639
2017-09-26 14:10:39,274 [salt.state       ][INFO    ][7278] Running state [cmp001.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.274332
2017-09-26 14:10:39,275 [salt.state       ][INFO    ][7278] Executing state host.present for cmp001.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,322 [salt.state       ][INFO    ][7278] {'host': 'cmp001.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,323 [salt.state       ][INFO    ][7278] Completed state [cmp001.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.322582 duration_in_ms=48.249
2017-09-26 14:10:39,323 [salt.state       ][INFO    ][7278] Running state [cmp001] at time 14:10:39.322947
2017-09-26 14:10:39,323 [salt.state       ][INFO    ][7278] Executing state host.present for cmp001
2017-09-26 14:10:39,437 [salt.state       ][INFO    ][7278] {'host': 'cmp001'}
2017-09-26 14:10:39,438 [salt.state       ][INFO    ][7278] Completed state [cmp001] at time 14:10:39.437714 duration_in_ms=114.767
2017-09-26 14:10:39,438 [salt.state       ][INFO    ][7278] Running state [dbs01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.438092
2017-09-26 14:10:39,438 [salt.state       ][INFO    ][7278] Executing state host.present for dbs01.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,463 [salt.state       ][INFO    ][7278] {'host': 'dbs01.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,464 [salt.state       ][INFO    ][7278] Completed state [dbs01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.463548 duration_in_ms=25.456
2017-09-26 14:10:39,464 [salt.state       ][INFO    ][7278] Running state [dbs01] at time 14:10:39.463923
2017-09-26 14:10:39,464 [salt.state       ][INFO    ][7278] Executing state host.present for dbs01
2017-09-26 14:10:39,469 [salt.state       ][INFO    ][7278] {'host': 'dbs01'}
2017-09-26 14:10:39,470 [salt.state       ][INFO    ][7278] Completed state [dbs01] at time 14:10:39.469506 duration_in_ms=5.582
2017-09-26 14:10:39,470 [salt.state       ][INFO    ][7278] Running state [dbs02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.469887
2017-09-26 14:10:39,470 [salt.state       ][INFO    ][7278] Executing state host.present for dbs02.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,475 [salt.state       ][INFO    ][7278] {'host': 'dbs02.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,476 [salt.state       ][INFO    ][7278] Completed state [dbs02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.475489 duration_in_ms=5.601
2017-09-26 14:10:39,476 [salt.state       ][INFO    ][7278] Running state [dbs02] at time 14:10:39.475871
2017-09-26 14:10:39,476 [salt.state       ][INFO    ][7278] Executing state host.present for dbs02
2017-09-26 14:10:39,481 [salt.state       ][INFO    ][7278] {'host': 'dbs02'}
2017-09-26 14:10:39,482 [salt.state       ][INFO    ][7278] Completed state [dbs02] at time 14:10:39.481489 duration_in_ms=5.618
2017-09-26 14:10:39,482 [salt.state       ][INFO    ][7278] Running state [dbs03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.481867
2017-09-26 14:10:39,482 [salt.state       ][INFO    ][7278] Executing state host.present for dbs03.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,487 [salt.state       ][INFO    ][7278] {'host': 'dbs03.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,488 [salt.state       ][INFO    ][7278] Completed state [dbs03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.487678 duration_in_ms=5.811
2017-09-26 14:10:39,488 [salt.state       ][INFO    ][7278] Running state [dbs03] at time 14:10:39.488089
2017-09-26 14:10:39,488 [salt.state       ][INFO    ][7278] Executing state host.present for dbs03
2017-09-26 14:10:39,493 [salt.state       ][INFO    ][7278] {'host': 'dbs03'}
2017-09-26 14:10:39,494 [salt.state       ][INFO    ][7278] Completed state [dbs03] at time 14:10:39.493652 duration_in_ms=5.563
2017-09-26 14:10:39,494 [salt.state       ][INFO    ][7278] Running state [mas01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.494035
2017-09-26 14:10:39,494 [salt.state       ][INFO    ][7278] Executing state host.present for mas01.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,499 [salt.state       ][INFO    ][7278] {'host': 'mas01.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,500 [salt.state       ][INFO    ][7278] Completed state [mas01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.499717 duration_in_ms=5.682
2017-09-26 14:10:39,500 [salt.state       ][INFO    ][7278] Running state [mas01] at time 14:10:39.500126
2017-09-26 14:10:39,501 [salt.state       ][INFO    ][7278] Executing state host.present for mas01
2017-09-26 14:10:39,505 [salt.state       ][INFO    ][7278] {'host': 'mas01'}
2017-09-26 14:10:39,506 [salt.state       ][INFO    ][7278] Completed state [mas01] at time 14:10:39.505765 duration_in_ms=5.639
2017-09-26 14:10:39,506 [salt.state       ][INFO    ][7278] Running state [ctl02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.506142
2017-09-26 14:10:39,507 [salt.state       ][INFO    ][7278] Executing state host.present for ctl02.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,511 [salt.state       ][INFO    ][7278] {'host': 'ctl02.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,512 [salt.state       ][INFO    ][7278] Completed state [ctl02.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.511690 duration_in_ms=5.548
2017-09-26 14:10:39,512 [salt.state       ][INFO    ][7278] Running state [ctl02] at time 14:10:39.512094
2017-09-26 14:10:39,512 [salt.state       ][INFO    ][7278] Executing state host.present for ctl02
2017-09-26 14:10:39,565 [salt.state       ][INFO    ][7278] {'host': 'ctl02'}
2017-09-26 14:10:39,566 [salt.state       ][INFO    ][7278] Completed state [ctl02] at time 14:10:39.565489 duration_in_ms=53.395
2017-09-26 14:10:39,566 [salt.state       ][INFO    ][7278] Running state [ctl03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.565888
2017-09-26 14:10:39,566 [salt.state       ][INFO    ][7278] Executing state host.present for ctl03.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,595 [salt.state       ][INFO    ][7278] {'host': 'ctl03.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,596 [salt.state       ][INFO    ][7278] Completed state [ctl03.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.595577 duration_in_ms=29.689
2017-09-26 14:10:39,596 [salt.state       ][INFO    ][7278] Running state [ctl03] at time 14:10:39.595958
2017-09-26 14:10:39,596 [salt.state       ][INFO    ][7278] Executing state host.present for ctl03
2017-09-26 14:10:39,625 [salt.state       ][INFO    ][7278] {'host': 'ctl03'}
2017-09-26 14:10:39,625 [salt.state       ][INFO    ][7278] Completed state [ctl03] at time 14:10:39.625411 duration_in_ms=29.452
2017-09-26 14:10:39,626 [salt.state       ][INFO    ][7278] Running state [ctl01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.625834
2017-09-26 14:10:39,626 [salt.state       ][INFO    ][7278] Executing state host.present for ctl01.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,631 [salt.state       ][INFO    ][7278] {'host': 'ctl01.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,631 [salt.state       ][INFO    ][7278] Completed state [ctl01.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.631390 duration_in_ms=5.556
2017-09-26 14:10:39,632 [salt.state       ][INFO    ][7278] Running state [ctl01] at time 14:10:39.631774
2017-09-26 14:10:39,632 [salt.state       ][INFO    ][7278] Executing state host.present for ctl01
2017-09-26 14:10:39,637 [salt.state       ][INFO    ][7278] {'host': 'ctl01'}
2017-09-26 14:10:39,638 [salt.state       ][INFO    ][7278] Completed state [ctl01] at time 14:10:39.637528 duration_in_ms=5.754
2017-09-26 14:10:39,638 [salt.state       ][INFO    ][7278] Running state [ctl] at time 14:10:39.637916
2017-09-26 14:10:39,638 [salt.state       ][INFO    ][7278] Executing state host.present for ctl
2017-09-26 14:10:39,643 [salt.state       ][INFO    ][7278] {'host': 'ctl'}
2017-09-26 14:10:39,643 [salt.state       ][INFO    ][7278] Completed state [ctl] at time 14:10:39.643365 duration_in_ms=5.449
2017-09-26 14:10:39,644 [salt.state       ][INFO    ][7278] Running state [ctl.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.643762
2017-09-26 14:10:39,644 [salt.state       ][INFO    ][7278] Executing state host.present for ctl.baremetal-mcp-ocata-ovs-dpdk-ha.local
2017-09-26 14:10:39,809 [salt.state       ][INFO    ][7278] {'host': 'ctl.baremetal-mcp-ocata-ovs-dpdk-ha.local'}
2017-09-26 14:10:39,809 [salt.state       ][INFO    ][7278] Completed state [ctl.baremetal-mcp-ocata-ovs-dpdk-ha.local] at time 14:10:39.809057 duration_in_ms=165.295
2017-09-26 14:10:39,812 [salt.state       ][INFO    ][7278] Running state [ens2] at time 14:10:39.811984
2017-09-26 14:10:39,812 [salt.state       ][INFO    ][7278] Executing state network.managed for ens2
2017-09-26 14:10:40,561 [salt.state       ][INFO    ][7278] Interface ens2 is up to date.
2017-09-26 14:10:40,562 [salt.state       ][INFO    ][7278] Completed state [ens2] at time 14:10:40.561766 duration_in_ms=749.781
2017-09-26 14:10:40,562 [salt.state       ][INFO    ][7278] Running state [ens3] at time 14:10:40.562073
2017-09-26 14:10:40,562 [salt.state       ][INFO    ][7278] Executing state network.managed for ens3
2017-09-26 14:10:40,583 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['ifdown', 'ens3'] in directory '/root'
2017-09-26 14:10:46,570 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['ifup', 'ens3'] in directory '/root'
2017-09-26 14:10:46,649 [salt.state       ][INFO    ][7278] {'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.81\n\n+    netmask 255.255.255.0\n\n \n', 'status': 'Interface ens3 restart to validate'}
2017-09-26 14:10:46,649 [salt.state       ][INFO    ][7278] Completed state [ens3] at time 14:10:46.649356 duration_in_ms=6087.282
2017-09-26 14:10:46,650 [salt.state       ][INFO    ][7278] Running state [/etc/profile.d/proxy.sh] at time 14:10:46.649749
2017-09-26 14:10:46,650 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/profile.d/proxy.sh
2017-09-26 14:10:46,650 [salt.state       ][INFO    ][7278] File /etc/profile.d/proxy.sh is not present
2017-09-26 14:10:46,651 [salt.state       ][INFO    ][7278] Completed state [/etc/profile.d/proxy.sh] at time 14:10:46.650727 duration_in_ms=0.977
2017-09-26 14:10:46,651 [salt.state       ][INFO    ][7278] Running state [/etc/apt/apt.conf.d/95proxies] at time 14:10:46.651008
2017-09-26 14:10:46,651 [salt.state       ][INFO    ][7278] Executing state file.absent for /etc/apt/apt.conf.d/95proxies
2017-09-26 14:10:46,652 [salt.state       ][INFO    ][7278] File /etc/apt/apt.conf.d/95proxies is not present
2017-09-26 14:10:46,652 [salt.state       ][INFO    ][7278] Completed state [/etc/apt/apt.conf.d/95proxies] at time 14:10:46.651840 duration_in_ms=0.832
2017-09-26 14:10:46,656 [salt.state       ][INFO    ][7278] Running state [ntp] at time 14:10:46.656064
2017-09-26 14:10:46,656 [salt.state       ][INFO    ][7278] Executing state pkg.installed for ntp
2017-09-26 14:10:46,795 [salt.loaded.int.module.cmdmod][INFO    ][7278] 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-26 14:10:47,479 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141047463495
2017-09-26 14:10:47,496 [salt.minion      ][INFO    ][14933] Starting a new job with PID 14933
2017-09-26 14:10:47,511 [salt.minion      ][INFO    ][14933] Returning information for job: 20170926141047463495
2017-09-26 14:10:57,693 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141057677899
2017-09-26 14:10:57,710 [salt.minion      ][INFO    ][15025] Starting a new job with PID 15025
2017-09-26 14:10:57,860 [salt.minion      ][INFO    ][15025] Returning information for job: 20170926141057677899
2017-09-26 14:11:00,399 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:11:00,424 [salt.state       ][INFO    ][7278] Made the following changes:
'ntp' changed from 'absent' to '1:4.2.8p4+dfsg-3ubuntu5.7'
'libopts25' changed from 'absent' to '1:5.18.7-3'

2017-09-26 14:11:00,432 [salt.state       ][INFO    ][7278] Loading fresh modules for state activity
2017-09-26 14:11:00,444 [salt.state       ][INFO    ][7278] Completed state [ntp] at time 14:11:00.443603 duration_in_ms=13787.538
2017-09-26 14:11:00,446 [salt.state       ][INFO    ][7278] Running state [/etc/ntp.conf] at time 14:11:00.445742
2017-09-26 14:11:00,446 [salt.state       ][INFO    ][7278] Executing state file.managed for /etc/ntp.conf
2017-09-26 14:11:00,470 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'ntp/files/ntp.conf'
2017-09-26 14:11:00,494 [salt.fileclient  ][INFO    ][7278] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-09-26 14:11:00,503 [salt.state       ][INFO    ][7278] 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-26 14:11:00,504 [salt.state       ][INFO    ][7278] Completed state [/etc/ntp.conf] at time 14:11:00.503771 duration_in_ms=58.028
2017-09-26 14:11:00,571 [salt.state       ][INFO    ][7278] Running state [ntp] at time 14:11:00.570824
2017-09-26 14:11:00,571 [salt.state       ][INFO    ][7278] Executing state service.running for ntp
2017-09-26 14:11:00,572 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'status', 'ntp.service', '-n', '0'] in directory '/root'
2017-09-26 14:11:00,585 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2017-09-26 14:11:00,598 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2017-09-26 14:11:00,610 [salt.state       ][INFO    ][7278] The service ntp is already running
2017-09-26 14:11:00,610 [salt.state       ][INFO    ][7278] Completed state [ntp] at time 14:11:00.610242 duration_in_ms=39.418
2017-09-26 14:11:00,611 [salt.state       ][INFO    ][7278] Running state [ntp] at time 14:11:00.610517
2017-09-26 14:11:00,611 [salt.state       ][INFO    ][7278] Executing state service.mod_watch for ntp
2017-09-26 14:11:00,611 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2017-09-26 14:11:00,623 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2017-09-26 14:11:00,636 [salt.loaded.int.module.cmdmod][INFO    ][7278] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'ntp.service'] in directory '/root'
2017-09-26 14:11:00,694 [salt.state       ][INFO    ][7278] {'ntp': True}
2017-09-26 14:11:00,694 [salt.state       ][INFO    ][7278] Completed state [ntp] at time 14:11:00.694341 duration_in_ms=83.824
2017-09-26 14:11:00,697 [salt.minion      ][INFO    ][7278] Returning information for job: 20170926140916365587
2017-09-26 14:11:26,322 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command ssh.set_auth_key with jid 20170926141126306482
2017-09-26 14:11:26,348 [salt.minion      ][INFO    ][15233] Starting a new job with PID 15233
2017-09-26 14:11:26,362 [salt.minion      ][INFO    ][15233] Returning information for job: 20170926141126306482
2017-09-26 14:11:27,342 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command pkg.upgrade with jid 20170926141127327271
2017-09-26 14:11:27,369 [salt.minion      ][INFO    ][15238] Starting a new job with PID 15238
2017-09-26 14:11:27,388 [salt.loaded.int.module.cmdmod][INFO    ][15238] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:11:27,864 [salt.loaded.int.module.cmdmod][INFO    ][15238] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'upgrade'] in directory '/root'
2017-09-26 14:11:37,427 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141137412084
2017-09-26 14:11:37,450 [salt.minion      ][INFO    ][15258] Starting a new job with PID 15258
2017-09-26 14:11:37,676 [salt.minion      ][INFO    ][15258] Returning information for job: 20170926141137412084
2017-09-26 14:11:47,456 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141147445986
2017-09-26 14:11:47,475 [salt.minion      ][INFO    ][15263] Starting a new job with PID 15263
2017-09-26 14:11:47,815 [salt.minion      ][INFO    ][15263] Returning information for job: 20170926141147445986
2017-09-26 14:11:57,528 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141157515307
2017-09-26 14:11:57,553 [salt.minion      ][INFO    ][15283] Starting a new job with PID 15283
2017-09-26 14:11:57,562 [salt.minion      ][INFO    ][15283] Returning information for job: 20170926141157515307
2017-09-26 14:12:07,710 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141207695601
2017-09-26 14:12:07,734 [salt.minion      ][INFO    ][15316] Starting a new job with PID 15316
2017-09-26 14:12:08,186 [salt.minion      ][INFO    ][15316] Returning information for job: 20170926141207695601
2017-09-26 14:12:17,787 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141217769156
2017-09-26 14:12:17,807 [salt.minion      ][INFO    ][15324] Starting a new job with PID 15324
2017-09-26 14:12:17,875 [salt.minion      ][INFO    ][15324] Returning information for job: 20170926141217769156
2017-09-26 14:12:27,841 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141227822591
2017-09-26 14:12:27,869 [salt.minion      ][INFO    ][15357] Starting a new job with PID 15357
2017-09-26 14:12:27,883 [salt.minion      ][INFO    ][15357] Returning information for job: 20170926141227822591
2017-09-26 14:12:37,977 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141237960023
2017-09-26 14:12:38,005 [salt.minion      ][INFO    ][15362] Starting a new job with PID 15362
2017-09-26 14:12:38,015 [salt.minion      ][INFO    ][15362] Returning information for job: 20170926141237960023
2017-09-26 14:12:48,091 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141248073060
2017-09-26 14:12:48,111 [salt.minion      ][INFO    ][15367] Starting a new job with PID 15367
2017-09-26 14:12:48,122 [salt.minion      ][INFO    ][15367] Returning information for job: 20170926141248073060
2017-09-26 14:12:58,155 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141258137107
2017-09-26 14:12:58,178 [salt.minion      ][INFO    ][15389] Starting a new job with PID 15389
2017-09-26 14:12:58,191 [salt.minion      ][INFO    ][15389] Returning information for job: 20170926141258137107
2017-09-26 14:13:08,290 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141308273212
2017-09-26 14:13:08,314 [salt.minion      ][INFO    ][15509] Starting a new job with PID 15509
2017-09-26 14:13:08,326 [salt.minion      ][INFO    ][15509] Returning information for job: 20170926141308273212
2017-09-26 14:13:18,485 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141318470743
2017-09-26 14:13:18,512 [salt.minion      ][INFO    ][15525] Starting a new job with PID 15525
2017-09-26 14:13:18,523 [salt.minion      ][INFO    ][15525] Returning information for job: 20170926141318470743
2017-09-26 14:13:28,629 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141328616453
2017-09-26 14:13:28,661 [salt.minion      ][INFO    ][15615] Starting a new job with PID 15615
2017-09-26 14:13:28,919 [salt.minion      ][INFO    ][15615] Returning information for job: 20170926141328616453
2017-09-26 14:13:38,680 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141338665315
2017-09-26 14:13:38,713 [salt.minion      ][INFO    ][15631] Starting a new job with PID 15631
2017-09-26 14:13:38,775 [salt.minion      ][INFO    ][15631] Returning information for job: 20170926141338665315
2017-09-26 14:13:48,870 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141348855044
2017-09-26 14:13:48,897 [salt.minion      ][INFO    ][15669] Starting a new job with PID 15669
2017-09-26 14:13:48,907 [salt.minion      ][INFO    ][15669] Returning information for job: 20170926141348855044
2017-09-26 14:13:58,901 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141358886892
2017-09-26 14:13:58,920 [salt.minion      ][INFO    ][15697] Starting a new job with PID 15697
2017-09-26 14:13:58,930 [salt.minion      ][INFO    ][15697] Returning information for job: 20170926141358886892
2017-09-26 14:14:09,046 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141409030704
2017-09-26 14:14:09,076 [salt.minion      ][INFO    ][15720] Starting a new job with PID 15720
2017-09-26 14:14:09,089 [salt.minion      ][INFO    ][15720] Returning information for job: 20170926141409030704
2017-09-26 14:14:19,141 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141419127810
2017-09-26 14:14:19,167 [salt.minion      ][INFO    ][15730] Starting a new job with PID 15730
2017-09-26 14:14:19,183 [salt.minion      ][INFO    ][15730] Returning information for job: 20170926141419127810
2017-09-26 14:14:29,330 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141429317422
2017-09-26 14:14:29,356 [salt.minion      ][INFO    ][15735] Starting a new job with PID 15735
2017-09-26 14:14:29,367 [salt.minion      ][INFO    ][15735] Returning information for job: 20170926141429317422
2017-09-26 14:14:39,465 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141439450114
2017-09-26 14:14:39,491 [salt.minion      ][INFO    ][15740] Starting a new job with PID 15740
2017-09-26 14:14:39,501 [salt.minion      ][INFO    ][15740] Returning information for job: 20170926141439450114
2017-09-26 14:14:49,630 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141449616813
2017-09-26 14:14:49,665 [salt.minion      ][INFO    ][15750] Starting a new job with PID 15750
2017-09-26 14:14:49,676 [salt.minion      ][INFO    ][15750] Returning information for job: 20170926141449616813
2017-09-26 14:14:59,766 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141459752062
2017-09-26 14:14:59,791 [salt.minion      ][INFO    ][15755] Starting a new job with PID 15755
2017-09-26 14:14:59,802 [salt.minion      ][INFO    ][15755] Returning information for job: 20170926141459752062
2017-09-26 14:15:09,788 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141509774813
2017-09-26 14:15:09,814 [salt.minion      ][INFO    ][15765] Starting a new job with PID 15765
2017-09-26 14:15:09,825 [salt.minion      ][INFO    ][15765] Returning information for job: 20170926141509774813
2017-09-26 14:15:20,012 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141519998477
2017-09-26 14:15:20,035 [salt.minion      ][INFO    ][15770] Starting a new job with PID 15770
2017-09-26 14:15:20,379 [salt.minion      ][INFO    ][15770] Returning information for job: 20170926141519998477
2017-09-26 14:15:30,165 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141530152327
2017-09-26 14:15:30,186 [salt.minion      ][INFO    ][15808] Starting a new job with PID 15808
2017-09-26 14:15:30,556 [salt.minion      ][INFO    ][15808] Returning information for job: 20170926141530152327
2017-09-26 14:15:40,346 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141540332590
2017-09-26 14:15:40,370 [salt.minion      ][INFO    ][15841] Starting a new job with PID 15841
2017-09-26 14:15:40,380 [salt.minion      ][INFO    ][15841] Returning information for job: 20170926141540332590
2017-09-26 14:15:50,383 [salt.minion      ][INFO    ][7103] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926141550370967
2017-09-26 14:15:50,399 [salt.minion      ][INFO    ][15874] Starting a new job with PID 15874
2017-09-26 14:15:50,408 [salt.minion      ][INFO    ][15874] Returning information for job: 20170926141550370967
2017-09-26 14:15:56,471 [salt.utils.parsers][WARNING ][7103] Minion received a SIGTERM. Exiting.
2017-09-26 14:15:56,472 [salt.cli.daemons ][INFO    ][7103] The salt minion is shutting down..
2017-09-26 14:15:56,473 [salt.cli.daemons ][INFO    ][7103] The Salt Minion is shut down
2017-09-26 14:17:58,937 [salt.cli.daemons ][INFO    ][21068] Setting up the Salt Minion "prx01.baremetal-mcp-ocata-ovs-dpdk-ha.local"
2017-09-26 14:17:59,241 [salt.minion      ][INFO    ][21068] Creating minion process manager
2017-09-26 14:17:59,491 [salt.cli.daemons ][WARNING ][21068] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-09-26 14:17:59,491 [salt.cli.daemons ][INFO    ][21068] The Salt Minion is starting up
2017-09-26 14:17:59,492 [salt.minion      ][INFO    ][21068] Minion is starting as user 'root'
2017-09-26 14:17:59,492 [salt.utils.event ][INFO    ][21068] Starting pull socket on /var/run/salt/minion/minion_event_01a05f4879_pull.ipc
2017-09-26 14:18:00,172 [salt.loaded.int.module.cmdmod][INFO    ][21068] Executing command ['date', '+%z'] in directory '/root'
2017-09-26 14:18:00,179 [salt.utils.schedule][INFO    ][21068] Updating job settings for scheduled job: __mine_interval
2017-09-26 14:18:00,182 [salt.minion      ][INFO    ][21068] Added mine.update to scheduler
2017-09-26 14:18:01,399 [salt.minion      ][INFO    ][21068] Minion is ready to receive requests!
2017-09-26 14:18:02,400 [salt.utils.schedule][INFO    ][21068] Running scheduled job: __mine_interval
2017-09-26 14:18:14,807 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command pkg.upgrade with jid 20170926141814795369
2017-09-26 14:18:14,826 [salt.minion      ][INFO    ][21167] Starting a new job with PID 21167
2017-09-26 14:18:14,843 [salt.loaded.int.module.cmdmod][INFO    ][21167] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:18:15,328 [salt.loaded.int.module.cmdmod][INFO    ][21167] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'upgrade'] in directory '/root'
2017-09-26 14:18:15,737 [salt.loaded.int.module.cmdmod][INFO    ][21167] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:18:15,755 [salt.minion      ][INFO    ][21167] Returning information for job: 20170926141814795369
2017-09-26 14:24:16,072 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command test.ping with jid 20170926142416066565
2017-09-26 14:24:16,094 [salt.minion      ][INFO    ][21401] Starting a new job with PID 21401
2017-09-26 14:24:16,127 [salt.minion      ][INFO    ][21401] Returning information for job: 20170926142416066565
2017-09-26 14:25:43,608 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command state.sls with jid 20170926142543598610
2017-09-26 14:25:43,622 [salt.minion      ][INFO    ][21421] Starting a new job with PID 21421
2017-09-26 14:25:44,946 [salt.state       ][INFO    ][21421] Loading fresh modules for state activity
2017-09-26 14:25:44,971 [salt.fileclient  ][INFO    ][21421] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2017-09-26 14:25:44,990 [salt.fileclient  ][INFO    ][21421] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2017-09-26 14:25:45,014 [salt.fileclient  ][INFO    ][21421] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-09-26 14:25:45,263 [salt.state       ][INFO    ][21421] Running state [lsof] at time 14:25:45.263314
2017-09-26 14:25:45,264 [salt.state       ][INFO    ][21421] Executing state pkg.installed for lsof
2017-09-26 14:25:45,264 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:25:45,684 [salt.state       ][INFO    ][21421] Package lsof is already installed
2017-09-26 14:25:45,685 [salt.state       ][INFO    ][21421] Completed state [lsof] at time 14:25:45.684468 duration_in_ms=421.154
2017-09-26 14:25:45,685 [salt.state       ][INFO    ][21421] Running state [keepalived] at time 14:25:45.684782
2017-09-26 14:25:45,685 [salt.state       ][INFO    ][21421] Executing state pkg.installed for keepalived
2017-09-26 14:25:45,698 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 14:25:47,824 [salt.loaded.int.module.cmdmod][INFO    ][21421] 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-26 14:25:53,650 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926142553640335
2017-09-26 14:25:53,663 [salt.minion      ][INFO    ][22027] Starting a new job with PID 22027
2017-09-26 14:25:53,697 [salt.minion      ][INFO    ][22027] Returning information for job: 20170926142553640335
2017-09-26 14:26:03,428 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 14:26:03,447 [salt.state       ][INFO    ][21421] 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-26 14:26:03,456 [salt.state       ][INFO    ][21421] Loading fresh modules for state activity
2017-09-26 14:26:03,474 [salt.state       ][INFO    ][21421] Completed state [keepalived] at time 14:26:03.473698 duration_in_ms=17788.914
2017-09-26 14:26:03,477 [salt.state       ][INFO    ][21421] Running state [/etc/keepalived/keepalived.conf] at time 14:26:03.477042
2017-09-26 14:26:03,477 [salt.state       ][INFO    ][21421] Executing state file.managed for /etc/keepalived/keepalived.conf
2017-09-26 14:26:03,508 [salt.fileclient  ][INFO    ][21421] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2017-09-26 14:26:03,542 [salt.fileclient  ][INFO    ][21421] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-09-26 14:26:03,553 [salt.state       ][INFO    ][21421] File changed:
New file
2017-09-26 14:26:03,553 [salt.state       ][INFO    ][21421] Completed state [/etc/keepalived/keepalived.conf] at time 14:26:03.553404 duration_in_ms=76.361
2017-09-26 14:26:03,620 [salt.state       ][INFO    ][21421] Running state [keepalived] at time 14:26:03.619742
2017-09-26 14:26:03,620 [salt.state       ][INFO    ][21421] Executing state service.running for keepalived
2017-09-26 14:26:03,622 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2017-09-26 14:26:03,630 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-09-26 14:26:03,636 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-09-26 14:26:03,642 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-09-26 14:26:03,648 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'keepalived.service'] in directory '/root'
2017-09-26 14:26:03,697 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-09-26 14:26:03,714 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-09-26 14:26:03,721 [salt.loaded.int.module.cmdmod][INFO    ][21421] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-09-26 14:26:03,727 [salt.state       ][INFO    ][21421] {'keepalived': True}
2017-09-26 14:26:03,727 [salt.state       ][INFO    ][21421] Completed state [keepalived] at time 14:26:03.727031 duration_in_ms=107.29
2017-09-26 14:26:03,728 [salt.minion      ][INFO    ][21421] Returning information for job: 20170926142543598610
2017-09-26 14:28:39,983 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command pillar.get with jid 20170926142839946808
2017-09-26 14:28:40,007 [salt.minion      ][INFO    ][22478] Starting a new job with PID 22478
2017-09-26 14:28:40,014 [salt.minion      ][INFO    ][22478] Returning information for job: 20170926142839946808
2017-09-26 15:05:16,530 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command state.sls with jid 20170926150516541794
2017-09-26 15:05:16,547 [salt.minion      ][INFO    ][24089] Starting a new job with PID 24089
2017-09-26 15:05:18,955 [salt.state       ][INFO    ][24089] Loading fresh modules for state activity
2017-09-26 15:05:18,978 [salt.fileclient  ][INFO    ][24089] Fetching file from saltenv 'base', ** done ** 'memcached/init.sls'
2017-09-26 15:05:18,992 [salt.fileclient  ][INFO    ][24089] Fetching file from saltenv 'base', ** done ** 'memcached/server.sls'
2017-09-26 15:05:19,008 [salt.fileclient  ][INFO    ][24089] Fetching file from saltenv 'base', ** done ** 'memcached/map.jinja'
2017-09-26 15:05:19,261 [salt.state       ][INFO    ][24089] Running state [python-memcache] at time 15:05:19.261017
2017-09-26 15:05:19,262 [salt.state       ][INFO    ][24089] Executing state pkg.installed for python-memcache
2017-09-26 15:05:19,262 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 15:05:19,708 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 15:05:22,406 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'python-memcache'] in directory '/root'
2017-09-26 15:05:25,054 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 15:05:25,073 [salt.state       ][INFO    ][24089] Made the following changes:
'python-memcache' changed from 'absent' to '1.57-1'

2017-09-26 15:05:25,082 [salt.state       ][INFO    ][24089] Loading fresh modules for state activity
2017-09-26 15:05:25,098 [salt.state       ][INFO    ][24089] Completed state [python-memcache] at time 15:05:25.097749 duration_in_ms=5836.733
2017-09-26 15:05:25,103 [salt.state       ][INFO    ][24089] Running state [memcached] at time 15:05:25.103180
2017-09-26 15:05:25,103 [salt.state       ][INFO    ][24089] Executing state pkg.installed for memcached
2017-09-26 15:05:25,281 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'memcached'] in directory '/root'
2017-09-26 15:05:26,618 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926150526623795
2017-09-26 15:05:26,631 [salt.minion      ][INFO    ][24728] Starting a new job with PID 24728
2017-09-26 15:05:26,644 [salt.minion      ][INFO    ][24728] Returning information for job: 20170926150526623795
2017-09-26 15:05:31,679 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 15:05:31,743 [salt.state       ][INFO    ][24089] Made the following changes:
'memcached' changed from 'absent' to '1.4.25-2ubuntu1.2'

2017-09-26 15:05:31,749 [salt.state       ][INFO    ][24089] Loading fresh modules for state activity
2017-09-26 15:05:31,766 [salt.state       ][INFO    ][24089] Completed state [memcached] at time 15:05:31.765652 duration_in_ms=6662.471
2017-09-26 15:05:31,768 [salt.state       ][INFO    ][24089] Running state [/etc/memcached.conf] at time 15:05:31.767529
2017-09-26 15:05:31,768 [salt.state       ][INFO    ][24089] Executing state file.managed for /etc/memcached.conf
2017-09-26 15:05:31,797 [salt.fileclient  ][INFO    ][24089] Fetching file from saltenv 'base', ** done ** 'memcached/files/memcached.conf'
2017-09-26 15:05:31,821 [salt.fileclient  ][INFO    ][24089] Fetching file from saltenv 'base', ** done ** 'memcached/map.jinja'
2017-09-26 15:05:31,830 [salt.state       ][INFO    ][24089] File changed:
--- 
+++ 
@@ -1,11 +1,10 @@
+
 # memcached default config file
 # 2003 - Jay Bonci <jaybonci@debian.org>
-# This configuration file is read by the start-memcached script provided as
-# part of the Debian GNU/Linux distribution.
+# This configuration file is read by the start-memcached script provided as part of the Debian GNU/Linux distribution. 
 
 # Run memcached as a daemon. This command is implied, and is not needed for the
-# daemon to run. See the README.Debian that comes with this package for more
-# information.
+# daemon to run. See the README.Debian that comes with this package for more information.
 -d
 
 # Log memcached's output to /var/log/memcached
@@ -18,13 +17,13 @@
 # -vv
 
 # Start with a cap of 64 megs of memory. It's reasonable, and the daemon default
-# Note that the daemon will grow to this size, but does not start out holding this much
-# memory
+# Note that the daemon will grow to this size, but does not start out holding this much memory
 -m 64
 
 # Default connection port is 11211
 -p 11211
 
+-U 11211
 # Run the daemon as root. The start-memcached will default to running as root if no
 # -u command is present in this config file
 -u memcache
@@ -32,10 +31,12 @@
 # Specify which IP address to listen on. The default is to listen on all IP addresses
 # This parameter is one of the only security measures that memcached has, so make sure
 # it's listening on a firewalled interface.
--l 127.0.0.1
+-l 0.0.0.0
 
 # Limit the number of simultaneous incoming connections. The daemon default is 1024
 # -c 1024
+# Mirantis
+-c 8192
 
 # Lock down all paged memory. Consult with the README and homepage before you do this
 # -k
@@ -45,3 +46,6 @@
 
 # Maximize core file limit
 # -r
+
+# Number of threads to use to process incoming requests.
+-t 1
2017-09-26 15:05:31,835 [salt.state       ][INFO    ][24089] Completed state [/etc/memcached.conf] at time 15:05:31.833628 duration_in_ms=66.098
2017-09-26 15:05:31,892 [salt.state       ][INFO    ][24089] Running state [memcached] at time 15:05:31.892232
2017-09-26 15:05:31,893 [salt.state       ][INFO    ][24089] Executing state service.running for memcached
2017-09-26 15:05:31,894 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['systemctl', 'status', 'memcached.service', '-n', '0'] in directory '/root'
2017-09-26 15:05:31,903 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['systemctl', 'is-active', 'memcached.service'] in directory '/root'
2017-09-26 15:05:31,909 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['systemctl', 'is-enabled', 'memcached.service'] in directory '/root'
2017-09-26 15:05:31,914 [salt.state       ][INFO    ][24089] The service memcached is already running
2017-09-26 15:05:31,915 [salt.state       ][INFO    ][24089] Completed state [memcached] at time 15:05:31.914735 duration_in_ms=22.504
2017-09-26 15:05:31,915 [salt.state       ][INFO    ][24089] Running state [memcached] at time 15:05:31.915020
2017-09-26 15:05:31,915 [salt.state       ][INFO    ][24089] Executing state service.mod_watch for memcached
2017-09-26 15:05:31,916 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['systemctl', 'is-active', 'memcached.service'] in directory '/root'
2017-09-26 15:05:31,922 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['systemctl', 'is-enabled', 'memcached.service'] in directory '/root'
2017-09-26 15:05:31,928 [salt.loaded.int.module.cmdmod][INFO    ][24089] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'memcached.service'] in directory '/root'
2017-09-26 15:05:31,961 [salt.state       ][INFO    ][24089] {'memcached': True}
2017-09-26 15:05:31,961 [salt.state       ][INFO    ][24089] Completed state [memcached] at time 15:05:31.961409 duration_in_ms=46.389
2017-09-26 15:05:31,962 [salt.minion      ][INFO    ][24089] Returning information for job: 20170926150516541794
2017-09-26 15:18:02,400 [salt.utils.schedule][INFO    ][21068] Running scheduled job: __mine_interval
2017-09-26 15:50:17,487 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command state.sls with jid 20170926155017477327
2017-09-26 15:50:17,543 [salt.minion      ][INFO    ][26945] Starting a new job with PID 26945
2017-09-26 15:50:20,024 [salt.state       ][INFO    ][26945] Loading fresh modules for state activity
2017-09-26 15:50:20,056 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/init.sls'
2017-09-26 15:50:20,107 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/server/init.sls'
2017-09-26 15:50:20,123 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/server/service.sls'
2017-09-26 15:50:20,153 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-09-26 15:50:20,200 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/server/plugin.sls'
2017-09-26 15:50:20,220 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-09-26 15:50:20,640 [salt.state       ][INFO    ][26945] Running state [python-lesscpy] at time 15:50:20.639621
2017-09-26 15:50:20,640 [salt.state       ][INFO    ][26945] Executing state pkg.installed for python-lesscpy
2017-09-26 15:50:20,641 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 15:50:21,110 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 15:50:23,797 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'python-lesscpy'] in directory '/root'
2017-09-26 15:50:27,579 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155027568765
2017-09-26 15:50:27,596 [salt.minion      ][INFO    ][27539] Starting a new job with PID 27539
2017-09-26 15:50:27,610 [salt.minion      ][INFO    ][27539] Returning information for job: 20170926155027568765
2017-09-26 15:50:28,030 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 15:50:28,051 [salt.state       ][INFO    ][26945] Made the following changes:
'python-ply' changed from 'absent' to '3.7-1'
'python-lesscpy' changed from 'absent' to '0.10-1'
'python-ply-yacc-3.5' changed from 'absent' to '1'
'python2.7-ply' changed from 'absent' to '1'
'python-ply-lex-3.5' changed from 'absent' to '1'

2017-09-26 15:50:28,061 [salt.state       ][INFO    ][26945] Loading fresh modules for state activity
2017-09-26 15:50:28,078 [salt.state       ][INFO    ][26945] Completed state [python-lesscpy] at time 15:50:28.077670 duration_in_ms=7438.049
2017-09-26 15:50:28,083 [salt.state       ][INFO    ][26945] Running state [libapache2-mod-wsgi] at time 15:50:28.083215
2017-09-26 15:50:28,084 [salt.state       ][INFO    ][26945] Executing state pkg.installed for libapache2-mod-wsgi
2017-09-26 15:50:28,337 [salt.state       ][INFO    ][26945] Package libapache2-mod-wsgi is already installed
2017-09-26 15:50:28,337 [salt.state       ][INFO    ][26945] Completed state [libapache2-mod-wsgi] at time 15:50:28.336905 duration_in_ms=253.69
2017-09-26 15:50:28,337 [salt.state       ][INFO    ][26945] Running state [python-memcache] at time 15:50:28.337069
2017-09-26 15:50:28,337 [salt.state       ][INFO    ][26945] Executing state pkg.installed for python-memcache
2017-09-26 15:50:28,340 [salt.state       ][INFO    ][26945] Package python-memcache is already installed
2017-09-26 15:50:28,340 [salt.state       ][INFO    ][26945] Completed state [python-memcache] at time 15:50:28.340092 duration_in_ms=3.024
2017-09-26 15:50:28,340 [salt.state       ][INFO    ][26945] Running state [apache2] at time 15:50:28.340229
2017-09-26 15:50:28,340 [salt.state       ][INFO    ][26945] Executing state pkg.installed for apache2
2017-09-26 15:50:28,348 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'apache2'] in directory '/root'
2017-09-26 15:50:37,779 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155037770302
2017-09-26 15:50:37,796 [salt.minion      ][INFO    ][27663] Starting a new job with PID 27663
2017-09-26 15:50:37,814 [salt.minion      ][INFO    ][27663] Returning information for job: 20170926155037770302
2017-09-26 15:50:47,795 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155047786468
2017-09-26 15:50:47,812 [salt.minion      ][INFO    ][27673] Starting a new job with PID 27673
2017-09-26 15:50:47,825 [salt.minion      ][INFO    ][27673] Returning information for job: 20170926155047786468
2017-09-26 15:50:52,611 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 15:50:52,638 [salt.state       ][INFO    ][26945] Made the following changes:
'httpd' changed from 'absent' to '1'
'httpd-cgi' changed from 'absent' to '1'
'apache2-utils' changed from 'absent' to '2.4.18-2ubuntu3.5'
'apache2-data' changed from 'absent' to '2.4.18-2ubuntu3.5'
'ssl-cert' changed from 'absent' to '1.0.37'
'apache2' changed from 'absent' to '2.4.18-2ubuntu3.5'

2017-09-26 15:50:52,646 [salt.state       ][INFO    ][26945] Loading fresh modules for state activity
2017-09-26 15:50:52,673 [salt.state       ][INFO    ][26945] Completed state [apache2] at time 15:50:52.672512 duration_in_ms=24332.283
2017-09-26 15:50:52,678 [salt.state       ][INFO    ][26945] Running state [openstack-dashboard] at time 15:50:52.678138
2017-09-26 15:50:52,679 [salt.state       ][INFO    ][26945] Executing state pkg.installed for openstack-dashboard
2017-09-26 15:50:52,876 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'openstack-dashboard'] in directory '/root'
2017-09-26 15:50:57,996 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155057987233
2017-09-26 15:50:58,012 [salt.minion      ][INFO    ][28116] Starting a new job with PID 28116
2017-09-26 15:50:58,026 [salt.minion      ][INFO    ][28116] Returning information for job: 20170926155057987233
2017-09-26 15:51:08,194 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155108185383
2017-09-26 15:51:08,212 [salt.minion      ][INFO    ][28186] Starting a new job with PID 28186
2017-09-26 15:51:08,273 [salt.minion      ][INFO    ][28186] Returning information for job: 20170926155108185383
2017-09-26 15:51:18,238 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155118230084
2017-09-26 15:51:18,253 [salt.minion      ][INFO    ][28319] Starting a new job with PID 28319
2017-09-26 15:51:18,293 [salt.minion      ][INFO    ][28319] Returning information for job: 20170926155118230084
2017-09-26 15:51:28,462 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155128452299
2017-09-26 15:51:28,480 [salt.minion      ][INFO    ][28483] Starting a new job with PID 28483
2017-09-26 15:51:28,493 [salt.minion      ][INFO    ][28483] Returning information for job: 20170926155128452299
2017-09-26 15:51:38,511 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155138502050
2017-09-26 15:51:38,557 [salt.minion      ][INFO    ][28732] Starting a new job with PID 28732
2017-09-26 15:51:38,569 [salt.minion      ][INFO    ][28732] Returning information for job: 20170926155138502050
2017-09-26 15:51:48,661 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155148653036
2017-09-26 15:51:48,732 [salt.minion      ][INFO    ][28985] Starting a new job with PID 28985
2017-09-26 15:51:48,760 [salt.minion      ][INFO    ][28985] Returning information for job: 20170926155148653036
2017-09-26 15:51:58,721 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155158713766
2017-09-26 15:51:58,773 [salt.minion      ][INFO    ][29099] Starting a new job with PID 29099
2017-09-26 15:51:58,791 [salt.minion      ][INFO    ][29099] Returning information for job: 20170926155158713766
2017-09-26 15:52:08,758 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155208749588
2017-09-26 15:52:08,838 [salt.minion      ][INFO    ][29449] Starting a new job with PID 29449
2017-09-26 15:52:08,852 [salt.minion      ][INFO    ][29449] Returning information for job: 20170926155208749588
2017-09-26 15:52:18,823 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155218809854
2017-09-26 15:52:18,842 [salt.minion      ][INFO    ][29701] Starting a new job with PID 29701
2017-09-26 15:52:18,855 [salt.minion      ][INFO    ][29701] Returning information for job: 20170926155218809854
2017-09-26 15:52:28,921 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155228908154
2017-09-26 15:52:28,957 [salt.minion      ][INFO    ][29936] Starting a new job with PID 29936
2017-09-26 15:52:28,969 [salt.minion      ][INFO    ][29936] Returning information for job: 20170926155228908154
2017-09-26 15:52:38,985 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155238972315
2017-09-26 15:52:39,080 [salt.minion      ][INFO    ][30072] Starting a new job with PID 30072
2017-09-26 15:52:39,114 [salt.minion      ][INFO    ][30072] Returning information for job: 20170926155238972315
2017-09-26 15:52:49,088 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155249076029
2017-09-26 15:52:49,101 [salt.minion      ][INFO    ][30077] Starting a new job with PID 30077
2017-09-26 15:52:49,123 [salt.minion      ][INFO    ][30077] Returning information for job: 20170926155249076029
2017-09-26 15:52:59,126 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155259111677
2017-09-26 15:52:59,143 [salt.minion      ][INFO    ][30321] Starting a new job with PID 30321
2017-09-26 15:52:59,166 [salt.minion      ][INFO    ][30321] Returning information for job: 20170926155259111677
2017-09-26 15:53:09,350 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155309336262
2017-09-26 15:53:09,366 [salt.minion      ][INFO    ][30737] Starting a new job with PID 30737
2017-09-26 15:53:09,378 [salt.minion      ][INFO    ][30737] Returning information for job: 20170926155309336262
2017-09-26 15:53:19,572 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155319557825
2017-09-26 15:53:19,610 [salt.minion      ][INFO    ][31133] Starting a new job with PID 31133
2017-09-26 15:53:19,622 [salt.minion      ][INFO    ][31133] Returning information for job: 20170926155319557825
2017-09-26 15:53:29,602 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155329589703
2017-09-26 15:53:29,622 [salt.minion      ][INFO    ][31276] Starting a new job with PID 31276
2017-09-26 15:53:29,635 [salt.minion      ][INFO    ][31276] Returning information for job: 20170926155329589703
2017-09-26 15:53:39,661 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155339647963
2017-09-26 15:53:39,689 [salt.minion      ][INFO    ][31281] Starting a new job with PID 31281
2017-09-26 15:53:39,704 [salt.minion      ][INFO    ][31281] Returning information for job: 20170926155339647963
2017-09-26 15:53:47,134 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 15:53:47,162 [salt.state       ][INFO    ][26945] Made the following changes:
'python-routes' changed from 'absent' to '2.2-1ubuntu2'
'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-xstatic-angular-fileupload' changed from 'absent' to '12.0.4.0+dfsg1-1~u16.04+mcp1'
'python-sqlparse' changed from 'absent' to '0.1.18-1'
'python-pint' changed from 'absent' to '0.6-1ubuntu1'
'python-monotonic' changed from 'absent' to '0.6-2'
'python2.7-pymongo' changed from 'absent' to '1'
'python2.7-bson' changed from 'absent' to '1'
'libtiff5' changed from 'absent' to '4.0.6-1ubuntu0.2'
'python-secretstorage' changed from 'absent' to '2.1.3-1'
'libjs-jsencrypt' changed from 'absent' to '2.0.0+dfsg1-1'
'python-glanceclient' changed from 'absent' to '1:2.6.0-1~u16.04+mcp3'
'python-formencode' changed from 'absent' to '1.3.0-0ubuntu5'
'twitter-bootstrap' changed from 'absent' to '1'
'libjs-term.js' changed from 'absent' to '0.0.4-1'
'python-cachetools' changed from 'absent' to '1.1.6-1~u16.04+mcp1'
'python-xstatic-jasmine' changed from 'absent' to '2.1.2.0-1'
'python-blinker' changed from 'absent' to '1.3.dfsg2-1build1'
'python-django-common' changed from 'absent' to '1.8.7-2~u16.04+mcp1'
'python-roman' changed from 'absent' to '2.0.0-2'
'python-prettytable' changed from 'absent' to '0.7.2-3'
'python-bs4' changed from 'absent' to '4.4.1-1'
'python2.7-pymongo-ext' changed from 'absent' to '1'
'python-tenacity' changed from 'absent' to '3.3.0-1~u16.04+mcp1'
'python-unittest2' changed from 'absent' to '1.1.0-6.1'
'python-setuptools' changed from 'absent' to '33.1.1-1~cloud0'
'python2.7-django-appconf' changed from 'absent' to '1'
'python-stevedore' changed from 'absent' to '1.17.1-2~u16.04+mcp1'
'docutils-doc' changed from 'absent' to '0.12+dfsg-1'
'python-dbus' changed from 'absent' to '1.2.0-3'
'python-gridfs' changed from 'absent' to '3.2-1build1'
'python-fixtures' changed from 'absent' to '3.0.0-1~u16.04+mcp1'
'python-xstatic-jquery.tablesorter' changed from 'absent' to '2.14.5.1-2'
'libjs-twitter-bootstrap' changed from 'absent' to '2.0.2+dfsg-9'
'python-testtools' changed from 'absent' to '1.8.1-0ubuntu1'
'libjs-jquery-cookie' changed from 'absent' to '10-2ubuntu2'
'python-anyjson' changed from 'absent' to '0.3.3-1build1'
'libjs-angularjs-smart-table' changed from 'absent' to '1.4.5-1'
'python-xstatic-hogan' changed from 'absent' to '2.0.0.2-1'
'fonts-materialdesignicons-webfont' changed from 'absent' to '1.4.57-1~u16.04+mcp1'
'python-compressor' changed from 'absent' to '1'
'python-netaddr' changed from 'absent' to '0.7.18-1'
'python-dnspython' changed from 'absent' to '1.14.0-3~u16.04+mcp1'
'libjs-spin.js' changed from 'absent' to '1.2.8+dfsg2-1'
'python-jsonschema' changed from 'absent' to '2.5.1-4'
'fonts-roboto-fontface' changed from 'absent' to '0.4.3-1'
'python-pil' changed from 'absent' to '3.1.2-0ubuntu1.1'
'docutils-common' changed from 'absent' to '0.12+dfsg-1'
'libjs-lrdragndrop' changed from 'absent' to '1.0.2-2'
'python2.7-lxml' changed from 'absent' to '1'
'python-pika' changed from 'absent' to '0.10.0-1'
'libpaper-utils' changed from 'absent' to '1.1.24+nmu4ubuntu1'
'python-fasteners' changed from 'absent' to '0.12.0-2ubuntu1'
'python-babel' changed from 'absent' to '2.3.4+dfsg.1-2~u16.04+mcp2'
'python-osc-lib' changed from 'absent' to '1.3.0-1~u16.04+mcp5'
'liblcms2-2' changed from 'absent' to '2.6-3ubuntu2'
'python2.7-simplejson' changed from 'absent' to '1'
'python-extras' changed from 'absent' to '0.0.3-3'
'python2.7-django-openstack-auth' changed from 'absent' to '1'
'python-funcsigs' changed from 'absent' to '1.0.2-3~cloud0'
'python-xstatic-bootstrap-scss' changed from 'absent' to '3.2.0.1-1'
'python-xstatic-term.js' changed from 'absent' to '0.0.4.2-2'
'python-bson-ext' changed from 'absent' to '3.2-1build1'
'python-scgi' changed from 'absent' to '1.13-1.1build1'
'python2.7-pil' changed from 'absent' to '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'
'python-xstatic-angular-bootstrap' changed from 'absent' to '2.2.0.0-1~u16.04+mcp1'
'python2.7-testtools' changed from 'absent' to '1'
'docutils' changed from 'absent' to '1'
'python-django-pyscss' changed from 'absent' to '2.0.2-4'
'ieee-data' changed from 'absent' to '20150531.1'
'python-xstatic-bootstrap-datepicker' changed from 'absent' to '0.0.0.1-3'
'python2.7-dbus' changed from 'absent' to '1'
'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-xstatic-angular' changed from 'absent' to '1.5.8.0-1~u16.04+mcp1'
'python-pillow' changed from 'absent' to '1'
'python2.7-cinderclient' changed from 'absent' to '1'
'libpaperg' changed from 'absent' to '1'
'python2.7-netifaces' changed from 'absent' to '1'
'python-xstatic-mdi' changed from 'absent' to '1.4.57.0-1~u16.04+mcp1'
'python-xstatic-jquery' changed from 'absent' to '1.7.2.0+dfsg1-3'
'libxslt1.1' changed from 'absent' to '1.1.28-2.1ubuntu0.1'
'python-oslo.context' changed from 'absent' to '2.12.1-0~u16.04+mcp3'
'python-neutronclient' changed from 'absent' to '1:6.1.0-1~u16.04+mcp9'
'python-pymongo-ext' changed from 'absent' to '3.2-1build1'
'python-xstatic-angular-schema-form' changed from 'absent' to '0.8.13.0-1~u16.04+mcp1'
'python2.7-pyinotify' changed from 'absent' to '1'
'libjs-jquery-tablesorter' changed from 'absent' to '2.14.5-0u~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-appconf' changed from 'absent' to '1'
'python-cmd2' changed from 'absent' to '0.6.8-1'
'libjs-magic-search' changed from 'absent' to '0.2.5-1'
'python-distribute' changed from 'absent' to '1'
'python-xstatic-tv4' changed from 'absent' to '1.2.7.0-1~u16.04+mcp1'
'python-oslo-log' changed from 'absent' to '1'
'python-keystoneclient' changed from 'absent' to '1:3.10.0-1~u16.04+mcp2'
'python-xstatic-font-awesome' changed from 'absent' to '4.1.0-1'
'python-rjsmin' changed from 'absent' to '1.0.12+dfsg1-2ubuntu1'
'python-functools32' changed from 'absent' to '3.2.3.2-2'
'python-pathlib' changed from 'absent' to '1.0.1-2'
'python-iso8601' changed from 'absent' to '0.1.11-1'
'python-xstatic-jsencrypt' changed from 'absent' to '2.0.0.2-1'
'python-jsonpatch' changed from 'absent' to '1.19-3'
'python-xstatic-d3' changed from 'absent' to '3.4.11-3'
'libwebpmux1' changed from 'absent' to '0.4.4-1'
'python-xstatic-roboto-fontface' changed from 'absent' to '0.4.3.2-1'
'python-heatclient' changed from 'absent' to '1.8.0-1~u16.04+mcp2'
'python-oslo.policy' changed from 'absent' to '1.18.0-1~u16.04+mcp2'
'python-xstatic' changed from 'absent' to '1.0.0-4'
'python-paste' changed from 'absent' to '1.7.5.1-6ubuntu3'
'python-openstack-auth' changed from 'absent' to '1'
'python-xstatic-jquery-ui' changed from 'absent' to '1.10.1.1+debian+dfsg1-5'
'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'
'libpaper1' changed from 'absent' to '1.1.24+nmu4ubuntu1'
'python-webob' changed from 'absent' to '1.6.2-1~u16.04+mcp1'
'python2.7-gi' changed from 'absent' to '1'
'python-linecache2' changed from 'absent' to '1.0.0-2'
'python-xstatic-objectpath' changed from 'absent' to '1.2.1.0-2~u16.04+mcp1'
'python-pastedeploy-tpl' changed from 'absent' to '1.5.2-1'
'python-oauthlib' changed from 'absent' to '1.0.3-1'
'python-mimeparse' changed from 'absent' to '0.1.4-1build1'
'python-gi' changed from 'absent' to '3.20.0-0ubuntu1'
'python2.7-django-compressor' changed from 'absent' to '1'
'python-xstatic-angular-lrdragndrop' changed from 'absent' to '1.0.2.2-1'
'python-contextlib2' changed from 'absent' to '0.5.1-1'
'python-xstatic-bootswatch' changed from 'absent' to '3.3.5.2-2'
'python-xstatic-jquery-migrate' changed from 'absent' to '1.2.1.1+dfsg1-1'
'libjs-jquery.quicksearch' changed from 'absent' to '2.0.4-1'
'python-novaclient' changed from 'absent' to '2:7.1.0-1~u16.04+mcp8'
'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'
'libjs-bootswatch' changed from 'absent' to '3.3.5+2+dfsg1-1~u16.04+mcp1'
'python-django' changed from 'absent' to '1.8.7-2~u16.04+mcp1'
'libjs-twitter-bootstrap-datepicker' changed from 'absent' to '1.3.1+dfsg1-1'
'python-keyrings.alt' changed from 'absent' to '1.1.1-1'
'python2.7-iso8601' changed from 'absent' to '1'
'python-bson' changed from 'absent' to '3.2-1build1'
'python-simplejson' changed from 'absent' to '3.8.1-1ubuntu2'
'python-wrapt' changed from 'absent' to '1.8.0-5build2'
'fonts-font-awesome' changed from 'absent' to '4.5.0~dfsg-1'
'libjs-rickshaw' changed from 'absent' to '1.5.1.dfsg-1'
'python-docutils' changed from 'absent' to '0.12+dfsg-1'
'python-openid' changed from 'absent' to '2.2.5-6'
'python-xstatic-spin' changed from 'absent' to '1.2.8.0+dfsg1-1'
'python2.7-cmd2' changed from 'absent' to '1'
'libjs-jquery-ui' changed from 'absent' to '1.10.1+dfsg-1'
'python-tz' changed from 'absent' to '2014.10~dfsg1-0ubuntu2'
'python-pastescript' changed from 'absent' to '1.7.5-3build1'
'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'
'python-xstatic-magic-search' changed from 'absent' to '0.2.5.1-1'
'python-appdirs' changed from 'absent' to '1.4.0-2'
'python2.7-pathlib' changed from 'absent' to '1'
'python-statsd' changed from 'absent' to '3.2.1-2~cloud0'
'libjs-d3' changed from 'absent' to '3.5.14-1'
'python-keyring' changed from 'absent' to '8.5.1-1~u16.04+mcp1'
'python-django-appconf' changed from 'absent' to '1.0.1-4'
'python-xstatic-jquery.quicksearch' changed from 'absent' to '2.0.4.1-1'
'python-xstatic-smart-table' changed from 'absent' to '1.4.5.3-1'
'python-oslo-utils' changed from 'absent' to '1'
'python-oslo.serialization' changed from 'absent' to '2.16.0-1~u16.04+mcp2'
'python-django-babel' changed from 'absent' to '0.5.1-1~u16.04+mcp1'
'python-unicodecsv' changed from 'absent' to '0.14.1-1'
'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-django-horizon' changed from 'absent' to '3:11.0.3-1~u16.04+mcp49'
'python2.7-pyparsing' changed from 'absent' to '1'
'python-oslo.log' changed from 'absent' to '3.20.1-0~u16.04+mcp1'
'python-pyscss' changed from 'absent' to '1.3.4-5'
'python-pyinotify' changed from 'absent' to '0.9.6-1~u16.04+mcp1'
'libjpeg-turbo8' changed from 'absent' to '1.4.2-0ubuntu3'
'libjs-angularjs' changed from 'absent' to '1.5.10-1~u16.04+mcp1'
'libjpeg8' changed from 'absent' to '8c-2ubuntu8'
'python-amqp' changed from 'absent' to '1.4.9-1'
'libjs-angular-file-upload' changed from 'absent' to '12.0.4+dfsg1-2~u16.04+mcp1'
'libwebp5' changed from 'absent' to '0.4.4-1'
'python-django-compressor' changed from 'absent' to '2.0-1ubuntu1'
'python-netifaces' changed from 'absent' to '0.10.4-0.1build2'
'python-xstatic-angular-gettext' changed from 'absent' to '2.1.0.2-2'
'python-osprofiler' changed from 'absent' to '1.4.0-1~u16.04+mcp1'
'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'
'python-warlock' changed from 'absent' to '1.1.0-1'
'python-debtcollector' changed from 'absent' to '1.3.0-2'
'openstack-dashboard' changed from 'absent' to '3:11.0.3-1~u16.04+mcp49'
'python-json-pointer' changed from 'absent' to '1.9-3'
'python-pbr' changed from 'absent' to '1.10.0-1~u16.04+mcp1'
'python-html5lib' changed from 'absent' to '0.999-4'
'python-swiftclient' changed from 'absent' to '1:3.3.0-1~u16.04+mcp3'
'python-jwt' changed from 'absent' to '1.3.0-1ubuntu0.1'
'python2.7-gridfs' changed from 'absent' to '1'
'python-greenlet' changed from 'absent' to '0.4.9-2fakesync1'
'python-oslo.service' changed from 'absent' to '1.19.0-1~u16.04+mcp3'
'python-rcssmin' changed from 'absent' to '1.0.6-1ubuntu1'
'python-ceilometerclient' changed from 'absent' to '2.8.1-1~u16.04+mcp0'
'python-csscompressor' changed from 'absent' to '0.9.4-2'
'python-django-openstack-auth' changed from 'absent' to '3.1.1-1~u16.04+mcp7'
'python-traceback2' changed from 'absent' to '1.4.0-3'
'python-keystoneauth1' changed from 'absent' to '2.18.0-1~u16.04+mcp4'
'python-tempita' changed from 'absent' to '0.5.2-1build1'
'libjs-angular-gettext' changed from 'absent' to '2.1.0-2'
'python-pymongo' changed from 'absent' to '3.2-1build1'
'libjs-jquery-metadata' changed from 'absent' to '10-2ubuntu2'
'python-pastedeploy' changed from 'absent' to '1.5.2-1'
'python-xstatic-rickshaw' changed from 'absent' to '1.5.0.2-2'
'python-cinderclient' changed from 'absent' to '1:1.11.0-1~u16.04+mcp4'
'python-requestsexceptions' changed from 'absent' to '1.1.2-0ubuntu1'
'python-oslo-context' changed from 'absent' to '1'
'python2.7-bson-ext' changed from 'absent' to '1'
'libjbig0' changed from 'absent' to '2.1-3.1'

2017-09-26 15:53:47,174 [salt.state       ][INFO    ][26945] Loading fresh modules for state activity
2017-09-26 15:53:47,190 [salt.state       ][INFO    ][26945] Completed state [openstack-dashboard] at time 15:53:47.189702 duration_in_ms=174511.564
2017-09-26 15:53:47,195 [salt.state       ][INFO    ][26945] Running state [gettext-base] at time 15:53:47.194716
2017-09-26 15:53:47,195 [salt.state       ][INFO    ][26945] Executing state pkg.installed for gettext-base
2017-09-26 15:53:48,530 [salt.state       ][INFO    ][26945] Package gettext-base is already installed
2017-09-26 15:53:48,531 [salt.state       ][INFO    ][26945] Completed state [gettext-base] at time 15:53:48.530629 duration_in_ms=1335.912
2017-09-26 15:53:48,531 [salt.state       ][INFO    ][26945] Running state [openstack-dashboard-apache] at time 15:53:48.531148
2017-09-26 15:53:48,531 [salt.state       ][INFO    ][26945] Executing state pkg.purged for openstack-dashboard-apache
2017-09-26 15:53:48,536 [salt.state       ][INFO    ][26945] All specified packages are already absent
2017-09-26 15:53:48,537 [salt.state       ][INFO    ][26945] Completed state [openstack-dashboard-apache] at time 15:53:48.536645 duration_in_ms=5.496
2017-09-26 15:53:48,538 [salt.state       ][INFO    ][26945] Running state [/etc/openstack-dashboard/local_settings.py] at time 15:53:48.537703
2017-09-26 15:53:48,538 [salt.state       ][INFO    ][26945] Executing state file.managed for /etc/openstack-dashboard/local_settings.py
2017-09-26 15:53:48,590 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/local_settings/ocata_settings.py'
2017-09-26 15:53:48,612 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-09-26 15:53:48,634 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_local_settings.py'
2017-09-26 15:53:48,672 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_horizon_settings.py'
2017-09-26 15:53:48,692 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_keystone_settings.py'
2017-09-26 15:53:48,712 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_nova_settings.py'
2017-09-26 15:53:48,726 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_glance_settings.py'
2017-09-26 15:53:48,739 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_neutron_settings.py'
2017-09-26 15:53:48,753 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_heat_settings.py'
2017-09-26 15:53:48,769 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_websso_settings.py'
2017-09-26 15:53:48,786 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_ssl_settings.py'
2017-09-26 15:53:48,791 [salt.state       ][INFO    ][26945] File changed:
--- 
+++ 
@@ -1,144 +1,65 @@
-# -*- coding: utf-8 -*-
-
 import os
-
 from django.utils.translation import ugettext_lazy as _
-
-from horizon.utils import secret_key
-
-from openstack_dashboard.settings import HORIZON_CONFIG
-
-DEBUG = True
-
-
-# WEBROOT is the location relative to Webserver root
-# should end with a slash.
-WEBROOT = '/'
-#LOGIN_URL = WEBROOT + 'auth/login/'
-#LOGOUT_URL = WEBROOT + 'auth/logout/'
-#
-# LOGIN_REDIRECT_URL can be used as an alternative for
-# HORIZON_CONFIG.user_home, if user_home is not set.
-# Do not set it to '/home/', as this will cause circular redirect loop
-#LOGIN_REDIRECT_URL = WEBROOT
-
-# If horizon is running in production (DEBUG is False), set this
-# with the list of host/domain names that the application can serve.
-# For more information see:
-# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
-#ALLOWED_HOSTS = ['horizon.example.com', ]
-
-# Set SSL proxy settings:
-# Pass this header from the proxy after terminating the SSL,
-# and don't forget to strip it from the client's request.
-# For more information see:
-# https://docs.djangoproject.com/en/dev/ref/settings/#secure-proxy-ssl-header
-#SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
-
-# If Horizon is being served through SSL, then uncomment the following two
-# settings to better secure the cookies from security exploits
-#CSRF_COOKIE_SECURE = True
-#SESSION_COOKIE_SECURE = True
-
-# The absolute path to the directory where message files are collected.
-# The message file must have a .json file extension. When the user logins to
-# horizon, the message files collected are processed and displayed to the user.
-#MESSAGES_PATH=None
-
-# Overrides for OpenStack API versions. Use this setting to force the
-# OpenStack dashboard to use a specific API version for a given service API.
-# Versions specified here should be integers or floats, not strings.
-# NOTE: The version should be formatted as it appears in the URL for the
-# service API. For example, The identity service APIs have inconsistent
-# use of the decimal point, so valid options would be 2.0 or 3.
-# Minimum compute version to get the instance locked status is 2.9.
-#OPENSTACK_API_VERSIONS = {
-#    "data-processing": 1.1,
-#    "identity": 3,
-#    "image": 2,
-#    "volume": 2,
-#    "compute": 2,
-#}
-
-# Set this to True if running on a multi-domain model. When this is enabled, it
-# will require the user to enter the Domain name in addition to the username
-# for login.
-#OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = False
-
-# Overrides the default domain used when running on single-domain model
-# with Keystone V3. All entities will be created in the default domain.
-# NOTE: This value must be the name of the default domain, NOT the ID.
-# Also, you will most likely have a value in the keystone policy file like this
-#    "cloud_admin": "rule:admin_required and domain_id:<your domain id>"
-# This value must be the name of the domain whose ID is specified there.
-#OPENSTACK_KEYSTONE_DEFAULT_DOMAIN = 'Default'
-
-# Set this to True to enable panels that provide the ability for users to
-# manage Identity Providers (IdPs) and establish a set of rules to map
-# federation protocol attributes to Identity API attributes.
-# This extension requires v3.0+ of the Identity API.
-#OPENSTACK_KEYSTONE_FEDERATION_MANAGEMENT = False
-
-# Set Console type:
-# valid options are "AUTO"(default), "VNC", "SPICE", "RDP", "SERIAL" or None
-# Set to None explicitly if you want to deactivate the console.
-#CONSOLE_TYPE = "AUTO"
-
-# If provided, a "Report Bug" link will be displayed in the site header
-# which links to the value of this setting (ideally a URL containing
-# information on how to report issues).
-#HORIZON_CONFIG["bug_url"] = "http://bug-report.example.com"
-
-# Show backdrop element outside the modal, do not close the modal
-# after clicking on backdrop.
-#HORIZON_CONFIG["modal_backdrop"] = "static"
-
-# Specify a regular expression to validate user passwords.
-#HORIZON_CONFIG["password_validator"] = {
-#    "regex": '.*',
-#    "help_text": _("Your password does not meet the requirements."),
-#}
-
-# Disable simplified floating IP address management for deployments with
-# multiple floating IP pools or complex network requirements.
-#HORIZON_CONFIG["simple_ip_management"] = False
-
-# Turn off browser autocompletion for forms including the login form and
-# the database creation workflow if so desired.
-#HORIZON_CONFIG["password_autocomplete"] = "off"
-
-# Setting this to True will disable the reveal button for password fields,
-# including on the login form.
-#HORIZON_CONFIG["disable_password_reveal"] = False
+from openstack_dashboard import exceptions
+
+HORIZON_CONFIG = {
+    'user_home': 'openstack_dashboard.views.get_user_home',
+    'ajax_queue_limit': 10,
+    'auto_fade_alerts': {
+        'delay': 3000,
+        'fade_duration': 1500,
+        'types': ['alert-success', 'alert-info']
+    },
+    'help_url': "http://docs.openstack.org",
+    'exceptions': {'recoverable': exceptions.RECOVERABLE,
+                   'not_found': exceptions.NOT_FOUND,
+                   'unauthorized': exceptions.UNAUTHORIZED},
+    'modal_backdrop': 'static',
+    'angular_modules': [],
+    'js_files': [],
+    'js_spec_files': [],
+    'disable_password_reveal': True,
+    'password_autocomplete': 'off'
+}
+
+INSTALLED_APPS = (
+    'openstack_dashboard',
+    'django.contrib.contenttypes',
+    'django.contrib.auth',
+    'django.contrib.sessions',
+    'django.contrib.messages',
+    'django.contrib.staticfiles',
+    'django.contrib.humanize',
+    'compressor',
+    'horizon',
+    'openstack_auth',
+)
+
+
+
+DEBUG = False
+
+TEMPLATE_DEBUG = DEBUG
+
+ALLOWED_HOSTS = ['*']
+
+AUTHENTICATION_URLS = ['openstack_auth.urls']
 
 LOCAL_PATH = os.path.dirname(os.path.abspath(__file__))
 
-# Set custom secret key:
-# You can either set it to a specific value or you can let horizon generate a
-# default secret key that is unique on this machine, e.i. regardless of the
-# amount of Python WSGI workers (if used behind Apache+mod_wsgi): However,
-# there may be situations where you would want to set this explicitly, e.g.
-# when multiple dashboard instances are distributed on different machines
-# (usually behind a load-balancer). Either you have to make sure that a session
-# gets all requests routed to the same dashboard instance or you set the same
-# SECRET_KEY for all of them.
-SECRET_KEY = secret_key.generate_or_read_from_file(
-    os.path.join("/","var","lib","openstack-dashboard","secret-key", '.secret_key_store'))
-
-# We recommend you use memcached for development; otherwise after every reload
-# of the django development server, you will have to login again. To use
-# memcached set CACHES to something like
-#CACHES = {
-#    'default': {
-#        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
-#        'LOCATION': '127.0.0.1:11211',
-#    },
-#}
+SECRET_KEY = 'opaesee8Que2yahJoh9fo0eefo1Aeyo6ahyei8zeiboh3aeth5loth7ieNa5xi5e'
 
 CACHES = {
     'default': {
-        'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
-    },
+
+        'OPTIONS': {
+                'DEAD_RETRY': 1,
+                'SERVER_RETRIES': 1,
+                'SOCKET_TIMEOUT': 1,
+        },
+        'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
+        'LOCATION': "10.167.4.81:11211"
+    }
 }
 
 # Send email to the console by default
@@ -147,68 +68,236 @@
 #EMAIL_BACKEND = 'django.core.mail.backends.dummy.EmailBackend'
 
 # Configure these for your outgoing email host
-#EMAIL_HOST = 'smtp.my-company.com'
-#EMAIL_PORT = 25
-#EMAIL_HOST_USER = 'djangomail'
-#EMAIL_HOST_PASSWORD = 'top-secret!'
+# EMAIL_HOST = 'smtp.my-company.com'
+# EMAIL_PORT = 25
+# EMAIL_HOST_USER = 'djangomail'
+# EMAIL_HOST_PASSWORD = 'top-secret!'
+
+# The number of objects (Swift containers/objects or images) to display
+# on a single page before providing a paging element (a "more" link)
+# to paginate results.
+API_RESULT_LIMIT = 1000
+API_RESULT_PAGE_SIZE = 20
+
+# The timezone of the server. This should correspond with the timezone
+# of your entire OpenStack installation, and hopefully be in UTC.
+TIME_ZONE = "UTC"
+
+COMPRESS_OFFLINE = True
+
+# Trove user and database extension support. By default support for
+# creating users and databases on database instances is turned on.
+# To disable these extensions set the permission here to something
+# unusable such as ["!"].
+# TROVE_ADD_USER_PERMS = []
+# TROVE_ADD_DATABASE_PERMS = []
+
+SITE_BRANDING = 'OpenStack Dashboard'
+SESSION_COOKIE_HTTPONLY = True
+BOOT_ONLY_FROM_VOLUME = True
+
+REST_API_REQUIRED_SETTINGS = ['OPENSTACK_HYPERVISOR_FEATURES',
+                             'LAUNCH_INSTANCE_DEFAULTS',
+                             'OPENSTACK_IMAGE_FORMATS']
+
+
+# Specify a regular expression to validate user passwords.
+# HORIZON_CONFIG["password_validator"] = {
+#     "regex": '.*',
+#     "help_text": _("Your password does not meet the requirements.")
+# }
+
+# Turn off browser autocompletion for the login form if so desired.
+# HORIZON_CONFIG["password_autocomplete"] = "off"
+
+# The Horizon Policy Enforcement engine uses these values to load per service
+# policy rule files. The content of these files should match the files the
+# OpenStack services are using to determine role based access control in the
+# target installation.
+
+SESSION_TIMEOUT = 43200
+SESSION_ENGINE = "django.contrib.sessions.backends.cache"
+
+# Path to directory containing policy.json files
+POLICY_FILES_PATH = "/usr/share/openstack-dashboard/openstack_dashboard/conf"
+# Map of local copy of service policy files
+POLICY_FILES = {
+    "compute": "nova_policy.json",
+    "network": "neutron_policy.json",
+    "image": "glance_policy.json",
+    "telemetry": "ceilometer_policy.json",
+    "volume": "cinder_policy.json",
+    "orchestration": "heat_policy.json",
+    "identity": "keystone_policy.json",
+}
+
+LOGGING = {
+    'version': 1,
+    # When set to True this will disable all logging except
+    # for loggers specified in this configuration dictionary. Note that
+    # if nothing is specified here and disable_existing_loggers is True,
+    # django.db.backends will still log unless it is disabled explicitly.
+    'disable_existing_loggers': False,
+    'handlers': {
+        'null': {
+            'level': 'DEBUG',
+            'class': 'django.utils.log.NullHandler',
+        },
+        'console': {
+            # Set the level to "DEBUG" for verbose output logging.
+            'level': 'INFO',
+            'class': 'logging.StreamHandler',
+        },
+        'file': {
+            'level': 'DEBUG',
+            'class': 'logging.FileHandler',
+            'filename': '/var/log/horizon/horizon.log',
+        },
+    },
+    'loggers': {
+        # Logging from django.db.backends is VERY verbose, send to null
+        # by default.
+        'django.db.backends': {
+            'handlers': ['null'],
+            'propagate': False,
+        },
+        'requests': {
+            'handlers': ['null'],
+            'propagate': False,
+        },
+        'horizon': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'openstack_dashboard': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'novaclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'cinderclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'keystoneclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'glanceclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'neutronclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'heatclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'ceilometerclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'troveclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'mistralclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'swiftclient': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'openstack_auth': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'scss.expression': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'nose.plugins.manager': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'django': {
+            'handlers': ['file'],
+            'level': 'DEBUG',
+            'propagate': False,
+        },
+        'iso8601': {
+            'handlers': ['null'],
+            'propagate': False,
+        },
+    }
+}
+
+
+# Overrides for OpenStack API versions. Use this setting to force the
+# OpenStack dashboard to use a specfic API version for a given service API.
+# NOTE: The version should be formatted as it appears in the URL for the
+# service API. For example, The identity service APIs have inconsistent
+# use of the decimal point, so valid options would be "2.0" or "3".
+OPENSTACK_API_VERSIONS = {
+}
+# Set this to True if running on multi-domain model. When this is enabled, it
+# will require user to enter the Domain name in addition to username for login.
+# OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = False
+
+# Overrides the default domain used when running on single-domain model
+# with Keystone V3. All entities will be created in the default domain.
+# OPENSTACK_KEYSTONE_DEFAULT_DOMAIN = 'Default'
 
 # For multiple regions uncomment this configuration, and add (endpoint, title).
-#AVAILABLE_REGIONS = [
-#    ('http://cluster1.example.com:5000/v2.0', 'cluster1'),
-#    ('http://cluster2.example.com:5000/v2.0', 'cluster2'),
-#]
-
-OPENSTACK_HOST = "127.0.0.1"
+# AVAILABLE_REGIONS = [
+#     ('http://cluster1.example.com:5000/v2.0', 'cluster1'),
+#     ('http://cluster2.example.com:5000/v2.0', 'cluster2'),
+# ]
+
+OPENSTACK_HOST = "10.167.4.10"
 OPENSTACK_KEYSTONE_URL = "http://%s:5000/v2.0" % OPENSTACK_HOST
-OPENSTACK_KEYSTONE_DEFAULT_ROLE = "_member_"
-
-# Enables keystone web single-sign-on if set to True.
-#WEBSSO_ENABLED = False
-
-# Determines which authentication choice to show as default.
-#WEBSSO_INITIAL_CHOICE = "credentials"
-
-# The list of authentication mechanisms which include keystone
-# federation protocols and identity provider/federation protocol
-# mapping keys (WEBSSO_IDP_MAPPING). Current supported protocol
-# IDs are 'saml2' and 'oidc'  which represent SAML 2.0, OpenID
-# Connect respectively.
-# Do not remove the mandatory credentials mechanism.
-# Note: The last two tuples are sample mapping keys to a identity provider
-# and federation protocol combination (WEBSSO_IDP_MAPPING).
-#WEBSSO_CHOICES = (
-#    ("credentials", _("Keystone Credentials")),
-#    ("oidc", _("OpenID Connect")),
-#    ("saml2", _("Security Assertion Markup Language")),
-#    ("acme_oidc", "ACME - OpenID Connect"),
-#    ("acme_saml2", "ACME - SAML2"),
-#)
-
-# A dictionary of specific identity provider and federation protocol
-# combinations. From the selected authentication mechanism, the value
-# will be looked up as keys in the dictionary. If a match is found,
-# it will redirect the user to a identity provider and federation protocol
-# specific WebSSO endpoint in keystone, otherwise it will use the value
-# as the protocol_id when redirecting to the WebSSO by protocol endpoint.
-# NOTE: The value is expected to be a tuple formatted as: (<idp_id>, <protocol_id>).
-#WEBSSO_IDP_MAPPING = {
-#    "acme_oidc": ("acme", "oidc"),
-#    "acme_saml2": ("acme", "saml2"),
-#}
-
-# The Keystone Provider drop down uses Keystone to Keystone federation
-# to switch between Keystone service providers.
-# Set display name for Identity Provider (dropdown display name)
-#KEYSTONE_PROVIDER_IDP_NAME = "Local Keystone"
-# This id is used for only for comparison with the service provider IDs. This ID
-# should not match any service provider IDs.
-#KEYSTONE_PROVIDER_IDP_ID = "localkeystone"
+
+OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = False
+OPENSTACK_KEYSTONE_DEFAULT_DOMAIN = "default"
+
+OPENSTACK_KEYSTONE_DEFAULT_ROLE = "Member"
 
 # Disable SSL certificate checks (useful for self-signed certificates):
-#OPENSTACK_SSL_NO_VERIFY = True
 
 # The CA certificate to use to verify SSL connections
-#OPENSTACK_SSL_CACERT = '/path/to/cacert.pem'
+# OPENSTACK_SSL_CACERT = '/path/to/cacert.pem'
+
+# OPENSTACK_ENDPOINT_TYPE specifies the endpoint type to use for the endpoints
+# in the Keystone service catalog. Use this setting when Horizon is running
+# external to the OpenStack environment. The default is 'publicURL'.
+OPENSTACK_ENDPOINT_TYPE = "internalURL"
+
+# SECONDARY_ENDPOINT_TYPE specifies the fallback endpoint type to use in the
+# case that OPENSTACK_ENDPOINT_TYPE is not present in the endpoints
+# in the Keystone service catalog. Use this setting when Horizon is running
+# external to the OpenStack environment. The default is None.  This
+# value should differ from OPENSTACK_ENDPOINT_TYPE if used.
+#SECONDARY_ENDPOINT_TYPE = "publicURL"
 
 # The OPENSTACK_KEYSTONE_BACKEND settings can be used to identify the
 # capabilities of the auth backend for Keystone.
@@ -222,43 +311,13 @@
     'can_edit_group': True,
     'can_edit_project': True,
     'can_edit_domain': True,
-    'can_edit_role': True,
-}
-
-# Setting this to True, will add a new "Retrieve Password" action on instance,
-# allowing Admin session password retrieval/decryption.
-#OPENSTACK_ENABLE_PASSWORD_RETRIEVE = False
-
-# This setting allows deployers to control whether a token is deleted on log
-# out. This can be helpful when there are often long running processes being
-# run in the Horizon environment.
-#TOKEN_DELETE_DISABLED = False
-
-# The Launch Instance user experience has been significantly enhanced.
-# You can choose whether to enable the new launch instance experience,
-# the legacy experience, or both. The legacy experience will be removed
-# in a future release, but is available as a temporary backup setting to ensure
-# compatibility with existing deployments. Further development will not be
-# done on the legacy experience. Please report any problems with the new
-# experience via the Launchpad tracking system.
-#
-# Toggle LAUNCH_INSTANCE_LEGACY_ENABLED and LAUNCH_INSTANCE_NG_ENABLED to
-# determine the experience to enable.  Set them both to true to enable
-# both.
-#LAUNCH_INSTANCE_LEGACY_ENABLED = True
-#LAUNCH_INSTANCE_NG_ENABLED = False
-
-# A dictionary of settings which can be used to provide the default values for
-# properties found in the Launch Instance modal.
-#LAUNCH_INSTANCE_DEFAULTS = {
-#    'config_drive': False,
-#    'enable_scheduler_hints': True,
-#    'disable_image': False,
-#    'disable_instance_snapshot': False,
-#    'disable_volume': False,
-#    'disable_volume_snapshot': False,
-#    'create_volume': True,
-#}
+    'can_edit_role': True
+}
+
+
+# Set Console type:
+# valid options would be "AUTO", "VNC" or "SPICE"
+# CONSOLE_TYPE = "AUTO"
 
 # The Xen Hypervisor has the ability to set the mount point for volumes
 # attached to instances (other Hypervisors currently do not). Setting
@@ -267,97 +326,52 @@
 OPENSTACK_HYPERVISOR_FEATURES = {
     'can_set_mount_point': False,
     'can_set_password': False,
-    'requires_keypair': False,
-    'enable_quotas': True
-}
-
-# The OPENSTACK_CINDER_FEATURES settings can be used to enable optional
-# services provided by cinder that is not exposed by its extension API.
-OPENSTACK_CINDER_FEATURES = {
-    'enable_backup': False,
-}
-
-# The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional
-# services provided by neutron. Options currently available are load
-# balancer service, security groups, quotas, VPN service.
-OPENSTACK_NEUTRON_NETWORK = {
-    'enable_router': True,
-    'enable_quotas': True,
-    'enable_ipv6': True,
-    'enable_distributed_router': False,
-    'enable_ha_router': False,
-    'enable_lb': True,
-    'enable_firewall': True,
-    'enable_vpn': True,
-    'enable_fip_topology_check': True,
-
-    # Default dns servers you would like to use when a subnet is
-    # created.  This is only a default, users can still choose a different
-    # list of dns servers when creating a new subnet.
-    # The entries below are examples only, and are not appropriate for
-    # real deployments
-    # 'default_dns_nameservers': ["8.8.8.8", "8.8.4.4", "208.67.222.222"],
-
-    # The profile_support option is used to detect if an external router can be
-    # configured via the dashboard. When using specific plugins the
-    # profile_support can be turned on if needed.
-    'profile_support': None,
-    #'profile_support': 'cisco',
-
-    # Set which provider network types are supported. Only the network types
-    # in this list will be available to choose from when creating a network.
-    # Network types include local, flat, vlan, gre, vxlan and geneve.
-    # 'supported_provider_types': ['*'],
-
-    # You can configure available segmentation ID range per network type
-    # in your deployment.
-    # 'segmentation_id_range': {
-    #     'vlan': [1024, 2048],
-    #     'vxlan': [4094, 65536],
-    # },
-
-    # You can define additional provider network types here.
-    # 'extra_provider_types': {
-    #     'awesome_type': {
-    #         'display_name': 'Awesome New Type',
-    #         'require_physical_network': False,
-    #         'require_segmentation_id': True,
-    #     }
-    # },
-
-    # Set which VNIC types are supported for port binding. Only the VNIC
-    # types in this list will be available to choose from when creating a
-    # port.
-    # VNIC types include 'normal', 'macvtap' and 'direct'.
-    # Set to empty list or None to disable VNIC type selection.
-    'supported_vnic_types': ['*'],
-}
-
-# The OPENSTACK_HEAT_STACK settings can be used to disable password
-# field required while launching the stack.
-OPENSTACK_HEAT_STACK = {
-    'enable_user_pass': True,
-}
+}
+
+# When set, enables the instance action "Retrieve password"
+# allowing password retrieval
+OPENSTACK_ENABLE_PASSWORD_RETRIEVE = False
+
+# When launching an instance, the menu of available flavors is
+# sorted by RAM usage, ascending.  Provide a callback method here
+# (and/or a flag for reverse sort) for the sorted() method if you'd
+# like a different behaviour.  For more info, see
+# http://docs.python.org/2/library/functions.html#sorted
+# CREATE_INSTANCE_FLAVOR_SORT = {
+#     'key': my_awesome_callback_method,
+#     'reverse': False,
+# }
+
+FLAVOR_EXTRA_KEYS = {
+    'flavor_keys': [
+        ('quota:read_bytes_sec', _('Quota: Read bytes')),
+        ('quota:write_bytes_sec', _('Quota: Write bytes')),
+        ('quota:cpu_quota', _('Quota: CPU')),
+        ('quota:cpu_period', _('Quota: CPU period')),
+        ('quota:inbound_average', _('Quota: Inbound average')),
+        ('quota:outbound_average', _('Quota: Outbound average')),
+    ]
+}
+
 
 # The OPENSTACK_IMAGE_BACKEND settings can be used to customize features
 # in the OpenStack Dashboard related to the Image service, such as the list
 # of supported image formats.
-#OPENSTACK_IMAGE_BACKEND = {
-#    'image_formats': [
-#        ('', _('Select format')),
-#        ('aki', _('AKI - Amazon Kernel Image')),
-#        ('ami', _('AMI - Amazon Machine Image')),
-#        ('ari', _('ARI - Amazon Ramdisk Image')),
-#        ('docker', _('Docker')),
-#        ('iso', _('ISO - Optical Disk Image')),
-#        ('ova', _('OVA - Open Virtual Appliance')),
-#        ('qcow2', _('QCOW2 - QEMU Emulator')),
-#        ('raw', _('Raw')),
-#        ('vdi', _('VDI - Virtual Disk Image')),
-#        ('vhd', _('VHD - Virtual Hard Disk')),
-#        ('vmdk', _('VMDK - Virtual Machine Disk')),
-#    ],
-#}
+OPENSTACK_IMAGE_BACKEND = {
+    'image_formats': [
+        ('', ''),
+        ('aki', _('AKI - Amazon Kernel Image')),
+        ('ami', _('AMI - Amazon Machine Image')),
+        ('ari', _('ARI - Amazon Ramdisk Image')),
+        ('iso', _('ISO - Optical Disk Image')),
+        ('qcow2', _('QCOW2 - QEMU Emulator')),
+        ('raw', _('Raw')),
+        ('vdi', _('VDI')),
+        ('vhd', _('VHD')),
+        ('vmdk', _('VMDK')),
+        ('docker', _('Docker Container'))
+    ]
+}
 
 # The IMAGE_CUSTOM_PROPERTY_TITLES settings is used to customize the titles for
 # image custom property attributes that appear on image detail pages.
@@ -367,260 +381,53 @@
     "ramdisk_id": _("Ramdisk ID"),
     "image_state": _("Euca2ools state"),
     "project_id": _("Project ID"),
-    "image_type": _("Image Type"),
-}
-
-# The IMAGE_RESERVED_CUSTOM_PROPERTIES setting is used to specify which image
-# custom properties should not be displayed in the Image Custom Properties
-# table.
-IMAGE_RESERVED_CUSTOM_PROPERTIES = []
-
-# Set to 'legacy' or 'direct' to allow users to upload images to glance via
-# Horizon server. When enabled, a file form field will appear on the create
-# image form. If set to 'off', there will be no file form field on the create
-# image form. See documentation for deployment considerations.
-#HORIZON_IMAGES_UPLOAD_MODE = 'legacy'
-
-# Allow a location to be set when creating or updating Glance images.
-# If using Glance V2, this value should be False unless the Glance
-# configuration and policies allow setting locations.
-#IMAGES_ALLOW_LOCATION = False
-
-# OPENSTACK_ENDPOINT_TYPE specifies the endpoint type to use for the endpoints
-# in the Keystone service catalog. Use this setting when Horizon is running
-# external to the OpenStack environment. The default is 'publicURL'.
-#OPENSTACK_ENDPOINT_TYPE = "publicURL"
-
-# SECONDARY_ENDPOINT_TYPE specifies the fallback endpoint type to use in the
-# case that OPENSTACK_ENDPOINT_TYPE is not present in the endpoints
-# in the Keystone service catalog. Use this setting when Horizon is running
-# external to the OpenStack environment. The default is None. This
-# value should differ from OPENSTACK_ENDPOINT_TYPE if used.
-#SECONDARY_ENDPOINT_TYPE = None
-
-# The number of objects (Swift containers/objects or images) to display
-# on a single page before providing a paging element (a "more" link)
-# to paginate results.
-API_RESULT_LIMIT = 1000
-API_RESULT_PAGE_SIZE = 20
-
-# The size of chunk in bytes for downloading objects from Swift
-SWIFT_FILE_TRANSFER_CHUNK_SIZE = 512 * 1024
-
-# The default number of lines displayed for instance console log.
-INSTANCE_LOG_LENGTH = 35
-
-# Specify a maximum number of items to display in a dropdown.
-DROPDOWN_MAX_ITEMS = 30
-
-# The timezone of the server. This should correspond with the timezone
-# of your entire OpenStack installation, and hopefully be in UTC.
-TIME_ZONE = "UTC"
-
-# When launching an instance, the menu of available flavors is
-# sorted by RAM usage, ascending. If you would like a different sort order,
-# you can provide another flavor attribute as sorting key. Alternatively, you
-# can provide a custom callback method to use for sorting. You can also provide
-# a flag for reverse sort. For more info, see
-# http://docs.python.org/2/library/functions.html#sorted
-#CREATE_INSTANCE_FLAVOR_SORT = {
-#    'key': 'name',
-#     # or
-#    'key': my_awesome_callback_method,
-#    'reverse': False,
-#}
-
-# Set this to True to display an 'Admin Password' field on the Change Password
-# form to verify that it is indeed the admin logged-in who wants to change
-# the password.
-#ENFORCE_PASSWORD_CHECK = False
-
-# Modules that provide /auth routes that can be used to handle different types
-# of user authentication. Add auth plugins that require extra route handling to
-# this list.
-#AUTHENTICATION_URLS = [
-#    'openstack_auth.urls',
-#]
-
-# The Horizon Policy Enforcement engine uses these values to load per service
-# policy rule files. The content of these files should match the files the
-# OpenStack services are using to determine role based access control in the
-# target installation.
-
-# Path to directory containing policy.json files
-#POLICY_FILES_PATH = os.path.join(ROOT_PATH, "conf")
-
-# Map of local copy of service policy files.
-# Please insure that your identity policy file matches the one being used on
-# your keystone servers. There is an alternate policy file that may be used
-# in the Keystone v3 multi-domain case, policy.v3cloudsample.json.
-# This file is not included in the Horizon repository by default but can be
-# found at
-# http://git.openstack.org/cgit/openstack/keystone/tree/etc/ \
-# policy.v3cloudsample.json
-# Having matching policy files on the Horizon and Keystone servers is essential
-# for normal operation. This holds true for all services and their policy files.
-#POLICY_FILES = {
-#    'identity': 'keystone_policy.json',
-#    'compute': 'nova_policy.json',
-#    'volume': 'cinder_policy.json',
-#    'image': 'glance_policy.json',
-#    'orchestration': 'heat_policy.json',
-#    'network': 'neutron_policy.json',
-#}
-
-# TODO: (david-lyle) remove when plugins support adding settings.
-# Note: Only used when trove-dashboard plugin is configured to be used by
-# Horizon.
-# Trove user and database extension support. By default support for
-# creating users and databases on database instances is turned on.
-# To disable these extensions set the permission here to something
-# unusable such as ["!"].
-#TROVE_ADD_USER_PERMS = []
-#TROVE_ADD_DATABASE_PERMS = []
-
-# Change this patch to the appropriate list of tuples containing
-# a key, label and static directory containing two files:
-# _variables.scss and _styles.scss
-#AVAILABLE_THEMES = [
-#    ('default', 'Default', 'themes/default'),
-#    ('material', 'Material', 'themes/material'),
-#]
-
-LOGGING = {
-    'version': 1,
-    # When set to True this will disable all logging except
-    # for loggers specified in this configuration dictionary. Note that
-    # if nothing is specified here and disable_existing_loggers is True,
-    # django.db.backends will still log unless it is disabled explicitly.
-    'disable_existing_loggers': False,
-    'formatters': {
-        'operation': {
-            # The format of "%(message)s" is defined by
-            # OPERATION_LOG_OPTIONS['format']
-            'format': '%(asctime)s %(message)s'
-        },
-    },
-    'handlers': {
-        'null': {
-            'level': 'DEBUG',
-            'class': 'logging.NullHandler',
-        },
-        'console': {
-            # Set the level to "DEBUG" for verbose output logging.
-            'level': 'INFO',
-            'class': 'logging.StreamHandler',
-        },
-        'operation': {
-            'level': 'INFO',
-            'class': 'logging.StreamHandler',
-            'formatter': 'operation',
-        },
-    },
-    'loggers': {
-        # Logging from django.db.backends is VERY verbose, send to null
-        # by default.
-        'django.db.backends': {
-            'handlers': ['null'],
-            'propagate': False,
-        },
-        'requests': {
-            'handlers': ['null'],
-            'propagate': False,
-        },
-        'horizon': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'horizon.operation_log': {
-            'handlers': ['operation'],
-            'level': 'INFO',
-            'propagate': False,
-        },
-        'openstack_dashboard': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'novaclient': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'cinderclient': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'keystoneclient': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'glanceclient': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'neutronclient': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'heatclient': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'swiftclient': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'openstack_auth': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'nose.plugins.manager': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'django': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-            'propagate': False,
-        },
-        'iso8601': {
-            'handlers': ['null'],
-            'propagate': False,
-        },
-        'scss': {
-            'handlers': ['null'],
-            'propagate': False,
-        },
-    },
+    "image_type": _("Image Type")
+}
+
+HORIZON_IMAGES_UPLOAD_MODE = "legacy"
+IMAGES_ALLOW_LOCATION = True
+
+
+# Disable simplified floating IP address management for deployments with
+# multiple floating IP pools or complex network requirements.
+# HORIZON_CONFIG["simple_ip_management"] = False
+
+# The OPENSTACK_NEUTRON_NETWORK settings can be used to enable optional
+# services provided by neutron. Options currenly available are load
+# balancer service, security groups, quotas, VPN service.
+
+OPENSTACK_NEUTRON_NETWORK = {
+    'enable_lb': True,
+    'enable_firewall': False,
+    'enable_quotas': True,
+    'enable_security_group': True,
+    'enable_vpn': False,
+    # The profile_support option is used to detect if an externa lrouter can be
+    # configured via the dashboard. When using specific plugins the
+    # profile_support can be turned on if needed.
+    'profile_support': None,
+    'enable_fip_topology_check': True,
+
+    #'profile_support': 'cisco',
 }
 
 # 'direction' should not be specified for all_tcp/udp/icmp.
 # It is specified in the form.
 SECURITY_GROUP_RULES = {
     'all_tcp': {
-        'name': _('All TCP'),
+        'name': 'ALL TCP',
         'ip_protocol': 'tcp',
         'from_port': '1',
         'to_port': '65535',
     },
     'all_udp': {
-        'name': _('All UDP'),
+        'name': 'ALL UDP',
         'ip_protocol': 'udp',
         'from_port': '1',
         'to_port': '65535',
     },
     'all_icmp': {
-        'name': _('All ICMP'),
+        'name': 'ALL ICMP',
         'ip_protocol': 'icmp',
         'from_port': '-1',
         'to_port': '-1',
@@ -711,136 +518,12 @@
     },
 }
 
-# Deprecation Notice:
-#
-# The setting FLAVOR_EXTRA_KEYS has been deprecated.
-# Please load extra spec metadata into the Glance Metadata Definition Catalog.
-#
-# The sample quota definitions can be found in:
-# <glance_source>/etc/metadefs/compute-quota.json
-#
-# The metadata definition catalog supports CLI and API:
-#  $glance --os-image-api-version 2 help md-namespace-import
-#  $glance-manage db_load_metadefs <directory_with_definition_files>
-#
-# See Metadata Definitions on: http://docs.openstack.org/developer/glance/
-
-# TODO: (david-lyle) remove when plugins support settings natively
-# Note: This is only used when the Sahara plugin is configured and enabled
-# for use in Horizon.
-# Indicate to the Sahara data processing service whether or not
-# automatic floating IP allocation is in effect.  If it is not
-# in effect, the user will be prompted to choose a floating IP
-# pool for use in their cluster.  False by default.  You would want
-# to set this to True if you were running Nova Networking with
-# auto_assign_floating_ip = True.
-#SAHARA_AUTO_IP_ALLOCATION_ENABLED = False
-
-# The hash algorithm to use for authentication tokens. This must
-# match the hash algorithm that the identity server and the
-# auth_token middleware are using. Allowed values are the
-# algorithms supported by Python's hashlib library.
-#OPENSTACK_TOKEN_HASH_ALGORITHM = 'md5'
-
-# AngularJS requires some settings to be made available to
-# the client side. Some settings are required by in-tree / built-in horizon
-# features. These settings must be added to REST_API_REQUIRED_SETTINGS in the
-# form of ['SETTING_1','SETTING_2'], etc.
-#
-# You may remove settings from this list for security purposes, but do so at
-# the risk of breaking a built-in horizon feature. These settings are required
-# for horizon to function properly. Only remove them if you know what you
-# are doing. These settings may in the future be moved to be defined within
-# the enabled panel configuration.
-# You should not add settings to this list for out of tree extensions.
-# See: https://wiki.openstack.org/wiki/Horizon/RESTAPI
-REST_API_REQUIRED_SETTINGS = ['OPENSTACK_HYPERVISOR_FEATURES',
-                              'LAUNCH_INSTANCE_DEFAULTS',
-                              'OPENSTACK_IMAGE_FORMATS',
-                              'OPENSTACK_KEYSTONE_DEFAULT_DOMAIN']
-
-# Additional settings can be made available to the client side for
-# extensibility by specifying them in REST_API_ADDITIONAL_SETTINGS
-# !! Please use extreme caution as the settings are transferred via HTTP/S
-# and are not encrypted on the browser. This is an experimental API and
-# may be deprecated in the future without notice.
-#REST_API_ADDITIONAL_SETTINGS = []
-
-# DISALLOW_IFRAME_EMBED can be used to prevent Horizon from being embedded
-# within an iframe. Legacy browsers are still vulnerable to a Cross-Frame
-# Scripting (XFS) vulnerability, so this option allows extra security hardening
-# where iframes are not used in deployment. Default setting is True.
-# For more information see:
-# http://tinyurl.com/anticlickjack
-#DISALLOW_IFRAME_EMBED = True
-
-# Help URL can be made available for the client. To provide a help URL, edit the
-# following attribute to the URL of your choice.
-#HORIZON_CONFIG["help_url"] = "http://openstack.mycompany.org"
-
-# Settings for OperationLogMiddleware
-# OPERATION_LOG_ENABLED is flag to use the function to log an operation on
-# Horizon.
-# mask_targets is arrangement for appointing a target to mask.
-# method_targets is arrangement of HTTP method to output log.
-# format is the log contents.
-#OPERATION_LOG_ENABLED = False
-#OPERATION_LOG_OPTIONS = {
-#    'mask_fields': ['password'],
-#    'target_methods': ['POST'],
-#    'format': ("[%(domain_name)s] [%(domain_id)s] [%(project_name)s]"
-#        " [%(project_id)s] [%(user_name)s] [%(user_id)s] [%(request_scheme)s]"
-#        " [%(referer_url)s] [%(request_url)s] [%(message)s] [%(method)s]"
-#        " [%(http_status)s] [%(param)s]"),
-#}
-
-# The default date range in the Overview panel meters - either <today> minus N
-# days (if the value is integer N), or from the beginning of the current month
-# until today (if set to None). This setting should be used to limit the amount
-# of data fetched by default when rendering the Overview panel.
-#OVERVIEW_DAYS_RANGE = 1
-
-# To allow operators to require users provide a search criteria first
-# before loading any data into the views, set the following dict
-# attributes to True in each one of the panels you want to enable this feature.
-# Follow the convention <dashboard>.<view>
-#FILTER_DATA_FIRST = {
-#    'admin.instances': False,
-#    'admin.images': False,
-#    'admin.networks': False,
-#    'admin.routers': False,
-#    'admin.volumes': False,
-#    'identity.users': False,
-#    'identity.projects': False,
-#    'identity.groups': False,
-#    'identity.roles': False
-#}
-
-# Dict used to restrict user private subnet cidr range.
-# An empty list means that user input will not be restricted
-# for a corresponding IP version. By default, there is
-# no restriction for IPv4 or IPv6. To restrict
-# user private subnet cidr range set ALLOWED_PRIVATE_SUBNET_CIDR
-# to something like
-#ALLOWED_PRIVATE_SUBNET_CIDR = {
-#    'ipv4': ['10.0.0.0/8', '192.168.0.0/16'],
-#    'ipv6': ['fc00::/7']
-#}
-ALLOWED_PRIVATE_SUBNET_CIDR = {'ipv4': [], 'ipv6': []}
-
-# Project and user can have any attributes by keystone v3 mechanism.
-# This settings can treat these attributes on Horizon.
-# It means, when you show Create/Update modal, attribute below is
-# shown and you can specify any value.
-# If you'd like to display these extra data in project or user index table,
-# Keystone v3 allows you to add extra properties to Project and Users.
-# Horizon's customization (http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides)
-# allows you to display this extra information in the Create/Update modal and
-# the corresponding tables.
-#PROJECT_TABLE_EXTRA_INFO = {
-#   'phone_num': _('Phone Number'),
-#}
-#USER_TABLE_EXTRA_INFO = {
-#   'phone_num': _('Phone Number'),
-#}
-COMPRESS_OFFLINE=True
+
+
+
+
+
+USE_SSL = True
+CSRF_COOKIE_SECURE = True
+CSRF_COOKIE_SECURE = True
+SESSION_COOKIE_HTTPONLY = True

2017-09-26 15:53:48,817 [salt.state       ][INFO    ][26945] Loading fresh modules for state activity
2017-09-26 15:53:48,846 [salt.state       ][INFO    ][26945] Completed state [/etc/openstack-dashboard/local_settings.py] at time 15:53:48.845603 duration_in_ms=307.9
2017-09-26 15:53:48,847 [salt.state       ][INFO    ][26945] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.json] at time 15:53:48.847113
2017-09-26 15:53:48,847 [salt.state       ][INFO    ][26945] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.json
2017-09-26 15:53:48,884 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/nova_policy.json'
2017-09-26 15:53:48,884 [salt.state       ][INFO    ][26945] File /usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.json is in the correct state
2017-09-26 15:53:48,884 [salt.state       ][INFO    ][26945] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.json] at time 15:53:48.884333 duration_in_ms=37.219
2017-09-26 15:53:48,885 [salt.state       ][INFO    ][26945] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.json] at time 15:53:48.884607
2017-09-26 15:53:48,885 [salt.state       ][INFO    ][26945] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.json
2017-09-26 15:53:48,899 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/neutron_policy.json'
2017-09-26 15:53:48,900 [salt.state       ][INFO    ][26945] File /usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.json is in the correct state
2017-09-26 15:53:48,900 [salt.state       ][INFO    ][26945] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.json] at time 15:53:48.900020 duration_in_ms=15.413
2017-09-26 15:53:48,900 [salt.state       ][INFO    ][26945] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.json] at time 15:53:48.900286
2017-09-26 15:53:48,900 [salt.state       ][INFO    ][26945] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.json
2017-09-26 15:53:48,915 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/glance_policy.json'
2017-09-26 15:53:48,915 [salt.state       ][INFO    ][26945] File /usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.json is in the correct state
2017-09-26 15:53:48,916 [salt.state       ][INFO    ][26945] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.json] at time 15:53:48.915579 duration_in_ms=15.292
2017-09-26 15:53:48,916 [salt.state       ][INFO    ][26945] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/ceilometer_policy.json] at time 15:53:48.915946
2017-09-26 15:53:48,916 [salt.state       ][INFO    ][26945] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/ceilometer_policy.json
2017-09-26 15:53:48,932 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/ceilometer_policy.json'
2017-09-26 15:53:48,933 [salt.state       ][INFO    ][26945] File changed:
New file
2017-09-26 15:53:48,934 [salt.state       ][INFO    ][26945] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/ceilometer_policy.json] at time 15:53:48.933587 duration_in_ms=17.641
2017-09-26 15:53:48,934 [salt.state       ][INFO    ][26945] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.json] at time 15:53:48.933889
2017-09-26 15:53:48,934 [salt.state       ][INFO    ][26945] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.json
2017-09-26 15:53:48,949 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/cinder_policy.json'
2017-09-26 15:53:48,950 [salt.state       ][INFO    ][26945] File /usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.json is in the correct state
2017-09-26 15:53:48,950 [salt.state       ][INFO    ][26945] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.json] at time 15:53:48.949793 duration_in_ms=15.904
2017-09-26 15:53:48,950 [salt.state       ][INFO    ][26945] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/heat_policy.json] at time 15:53:48.950091
2017-09-26 15:53:48,950 [salt.state       ][INFO    ][26945] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/heat_policy.json
2017-09-26 15:53:48,966 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/heat_policy.json'
2017-09-26 15:53:48,967 [salt.state       ][INFO    ][26945] File /usr/share/openstack-dashboard/openstack_dashboard/conf/heat_policy.json is in the correct state
2017-09-26 15:53:48,967 [salt.state       ][INFO    ][26945] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/heat_policy.json] at time 15:53:48.966785 duration_in_ms=16.693
2017-09-26 15:53:48,967 [salt.state       ][INFO    ][26945] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.json] at time 15:53:48.967054
2017-09-26 15:53:48,967 [salt.state       ][INFO    ][26945] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.json
2017-09-26 15:53:48,985 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/keystone_policy.json'
2017-09-26 15:53:48,986 [salt.state       ][INFO    ][26945] File /usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.json is in the correct state
2017-09-26 15:53:48,986 [salt.state       ][INFO    ][26945] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.json] at time 15:53:48.985782 duration_in_ms=18.728
2017-09-26 15:53:48,986 [salt.state       ][INFO    ][26945] Running state [/etc/apache2/ports.conf] at time 15:53:48.986066
2017-09-26 15:53:48,986 [salt.state       ][INFO    ][26945] Executing state file.managed for /etc/apache2/ports.conf
2017-09-26 15:53:49,008 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/ports.conf'
2017-09-26 15:53:49,023 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-09-26 15:53:49,034 [salt.state       ][INFO    ][26945] File changed:
--- 
+++ 
@@ -1,15 +1,16 @@
+
 # If you just change the port or add more ports here, you will likely also
 # have to change the VirtualHost statement in
 # /etc/apache2/sites-enabled/000-default.conf
 
-Listen 80
+Listen 0.0.0.0:8078
 
 <IfModule ssl_module>
-	Listen 443
+        Listen 0.0.0.0:443
 </IfModule>
 
 <IfModule mod_gnutls.c>
-	Listen 443
+        Listen 0.0.0.0:443
 </IfModule>
 
 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

2017-09-26 15:53:49,035 [salt.state       ][INFO    ][26945] Completed state [/etc/apache2/ports.conf] at time 15:53:49.034753 duration_in_ms=48.687
2017-09-26 15:53:49,035 [salt.state       ][INFO    ][26945] Running state [/etc/apache2/conf-available/openstack-dashboard.conf] at time 15:53:49.035094
2017-09-26 15:53:49,035 [salt.state       ][INFO    ][26945] Executing state file.managed for /etc/apache2/conf-available/openstack-dashboard.conf
2017-09-26 15:53:49,052 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/files/openstack-dashboard.conf.Debian'
2017-09-26 15:53:49,074 [salt.fileclient  ][INFO    ][26945] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-09-26 15:53:49,088 [salt.state       ][INFO    ][26945] File changed:
New file
2017-09-26 15:53:49,088 [salt.state       ][INFO    ][26945] Completed state [/etc/apache2/conf-available/openstack-dashboard.conf] at time 15:53:49.087786 duration_in_ms=52.692
2017-09-26 15:53:49,090 [salt.state       ][INFO    ][26945] Running state [wsgi] at time 15:53:49.089630
2017-09-26 15:53:49,090 [salt.state       ][INFO    ][26945] Executing state apache_module.enable for wsgi
2017-09-26 15:53:49,090 [py.warnings      ][WARNING ][26945] /usr/lib/python2.7/dist-packages/salt/states/apache_module.py:83: DeprecationWarning: This functionality has been deprecated; use "apache_module.enabled" instead.

2017-09-26 15:53:49,092 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['a2enmod', 'wsgi'] in directory '/root'
2017-09-26 15:53:49,126 [salt.state       ][INFO    ][26945] {'new': 'wsgi', 'old': None}
2017-09-26 15:53:49,126 [salt.state       ][INFO    ][26945] Completed state [wsgi] at time 15:53:49.126398 duration_in_ms=36.768
2017-09-26 15:53:49,128 [salt.state       ][INFO    ][26945] Running state [openstack-dashboard] at time 15:53:49.127548
2017-09-26 15:53:49,128 [salt.state       ][INFO    ][26945] Executing state apache_conf.enable for openstack-dashboard
2017-09-26 15:53:49,128 [py.warnings      ][WARNING ][26945] /usr/lib/python2.7/dist-packages/salt/states/apache_conf.py:80: DeprecationWarning: apache_module.enable function has been renamed apache_module.enabled and will be removed in Salt Nitrogen

2017-09-26 15:53:49,128 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['a2enconf', 'openstack-dashboard'] in directory '/root'
2017-09-26 15:53:49,161 [salt.state       ][INFO    ][26945] {'new': 'openstack-dashboard', 'old': None}
2017-09-26 15:53:49,162 [salt.state       ][INFO    ][26945] Completed state [openstack-dashboard] at time 15:53:49.161648 duration_in_ms=34.1
2017-09-26 15:53:49,240 [salt.state       ][INFO    ][26945] Running state [/var/log/horizon] at time 15:53:49.240255
2017-09-26 15:53:49,241 [salt.state       ][INFO    ][26945] Executing state file.directory for /var/log/horizon
2017-09-26 15:53:49,242 [salt.state       ][INFO    ][26945] {'/var/log/horizon': 'New Dir'}
2017-09-26 15:53:49,242 [salt.state       ][INFO    ][26945] Completed state [/var/log/horizon] at time 15:53:49.241737 duration_in_ms=1.482
2017-09-26 15:53:49,242 [salt.state       ][INFO    ][26945] Running state [/var/log/horizon/horizon.log] at time 15:53:49.241980
2017-09-26 15:53:49,242 [salt.state       ][INFO    ][26945] Executing state file.managed for /var/log/horizon/horizon.log
2017-09-26 15:53:49,242 [salt.loaded.int.states.file][WARNING ][26945] State for file: /var/log/horizon/horizon.log - Neither 'source' nor 'contents' nor 'contents_pillar' nor 'contents_grains' was defined, yet 'replace' was set to 'True'. As there is no source to replace the file with, 'replace' has been set to 'False' to avoid reading the file unnecessarily.
2017-09-26 15:53:49,243 [salt.state       ][INFO    ][26945] {'new': 'file /var/log/horizon/horizon.log created', 'group': 'adm', 'mode': '0640', 'user': 'horizon'}
2017-09-26 15:53:49,243 [salt.state       ][INFO    ][26945] Completed state [/var/log/horizon/horizon.log] at time 15:53:49.243192 duration_in_ms=1.212
2017-09-26 15:53:49,244 [salt.state       ][INFO    ][26945] Running state [apache2] at time 15:53:49.243685
2017-09-26 15:53:49,244 [salt.state       ][INFO    ][26945] Executing state service.running for apache2
2017-09-26 15:53:49,244 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['systemctl', 'status', 'apache2.service', '-n', '0'] in directory '/root'
2017-09-26 15:53:49,255 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-09-26 15:53:49,266 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-09-26 15:53:49,279 [salt.state       ][INFO    ][26945] The service apache2 is already running
2017-09-26 15:53:49,279 [salt.state       ][INFO    ][26945] Completed state [apache2] at time 15:53:49.279087 duration_in_ms=35.4
2017-09-26 15:53:49,279 [salt.state       ][INFO    ][26945] Running state [apache2] at time 15:53:49.279252
2017-09-26 15:53:49,279 [salt.state       ][INFO    ][26945] Executing state service.mod_watch for apache2
2017-09-26 15:53:49,280 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-09-26 15:53:49,291 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-09-26 15:53:49,303 [salt.loaded.int.module.cmdmod][INFO    ][26945] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'apache2.service'] in directory '/root'
2017-09-26 15:53:49,718 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155349705408
2017-09-26 15:53:49,730 [salt.minion      ][INFO    ][31432] Starting a new job with PID 31432
2017-09-26 15:53:49,743 [salt.minion      ][INFO    ][31432] Returning information for job: 20170926155349705408
2017-09-26 15:53:51,580 [salt.state       ][INFO    ][26945] {'apache2': True}
2017-09-26 15:53:51,580 [salt.state       ][INFO    ][26945] Completed state [apache2] at time 15:53:51.579992 duration_in_ms=2300.739
2017-09-26 15:53:51,806 [salt.minion      ][INFO    ][26945] Returning information for job: 20170926155017477327
2017-09-26 15:53:52,806 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command state.sls with jid 20170926155352797712
2017-09-26 15:53:52,821 [salt.minion      ][INFO    ][31556] Starting a new job with PID 31556
2017-09-26 15:53:54,255 [salt.state       ][INFO    ][31556] Loading fresh modules for state activity
2017-09-26 15:53:54,281 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/init.sls'
2017-09-26 15:53:54,300 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/server.sls'
2017-09-26 15:53:54,319 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/map.jinja'
2017-09-26 15:53:54,347 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/server/users.sls'
2017-09-26 15:53:54,366 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/map.jinja'
2017-09-26 15:53:54,382 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/server/sites.sls'
2017-09-26 15:53:54,422 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/map.jinja'
2017-09-26 15:53:54,477 [salt.state       ][INFO    ][31556] Running state [cat /etc/ssl/certs/10.167.4.80.crt /etc/ssl/certs/ca-salt_master_ca.crt > /etc/ssl/certs/10.167.4.80-with-chain.crt] at time 15:53:54.476928
2017-09-26 15:53:54,477 [salt.state       ][INFO    ][31556] Executing state cmd.run for cat /etc/ssl/certs/10.167.4.80.crt /etc/ssl/certs/ca-salt_master_ca.crt > /etc/ssl/certs/10.167.4.80-with-chain.crt
2017-09-26 15:53:54,479 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command 'cat /etc/ssl/certs/10.167.4.80.crt /etc/ssl/certs/ca-salt_master_ca.crt > /etc/ssl/certs/10.167.4.80-with-chain.crt' in directory '/root'
2017-09-26 15:53:54,486 [salt.state       ][INFO    ][31556] {'pid': 31567, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-09-26 15:53:54,486 [salt.state       ][INFO    ][31556] Completed state [cat /etc/ssl/certs/10.167.4.80.crt /etc/ssl/certs/ca-salt_master_ca.crt > /etc/ssl/certs/10.167.4.80-with-chain.crt] at time 15:53:54.485978 duration_in_ms=9.049
2017-09-26 15:53:55,943 [salt.state       ][INFO    ][31556] Running state [nginx] at time 15:53:55.942578
2017-09-26 15:53:55,943 [salt.state       ][INFO    ][31556] Executing state pkg.installed for nginx
2017-09-26 15:53:55,943 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 15:53:56,414 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-09-26 15:53:58,960 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'nginx'] in directory '/root'
2017-09-26 15:54:02,898 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155402883321
2017-09-26 15:54:02,917 [salt.minion      ][INFO    ][32190] Starting a new job with PID 32190
2017-09-26 15:54:02,938 [salt.minion      ][INFO    ][32190] Returning information for job: 20170926155402883321
2017-09-26 15:54:09,812 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-09-26 15:54:09,838 [salt.state       ][INFO    ][31556] Made the following changes:
'libgeoip1' changed from 'absent' to '1.6.9-1'
'nginx-core' changed from 'absent' to '1.10.3-0ubuntu0.16.04.2'
'libxpm4' changed from 'absent' to '1:3.5.11-1ubuntu0.16.04.1'
'libgd3' changed from 'absent' to '2.1.1-4ubuntu0.16.04.8'
'nginx-common' changed from 'absent' to '1.10.3-0ubuntu0.16.04.2'
'libfontconfig' changed from 'absent' to '1'
'libvpx3' changed from 'absent' to '1.5.0-2ubuntu1'
'fontconfig-config' changed from 'absent' to '2.11.94-0ubuntu1.1'
'geoip-database' changed from 'absent' to '20160408-1'
'nginx' changed from 'absent' to '1.10.3-0ubuntu0.16.04.2'
'fonts-dejavu-core' changed from 'absent' to '2.35-1'
'libfontconfig1' changed from 'absent' to '2.11.94-0ubuntu1.1'

2017-09-26 15:54:09,852 [salt.state       ][INFO    ][31556] Loading fresh modules for state activity
2017-09-26 15:54:09,893 [salt.state       ][INFO    ][31556] Completed state [nginx] at time 15:54:09.892789 duration_in_ms=13950.211
2017-09-26 15:54:09,898 [salt.state       ][INFO    ][31556] Running state [apache2-utils] at time 15:54:09.897757
2017-09-26 15:54:09,898 [salt.state       ][INFO    ][31556] Executing state pkg.installed for apache2-utils
2017-09-26 15:54:10,085 [salt.state       ][INFO    ][31556] Package apache2-utils is already installed
2017-09-26 15:54:10,085 [salt.state       ][INFO    ][31556] Completed state [apache2-utils] at time 15:54:10.085240 duration_in_ms=187.482
2017-09-26 15:54:10,086 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_keystone_private.conf] at time 15:54:10.086352
2017-09-26 15:54:10,087 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_keystone_private.conf
2017-09-26 15:54:10,109 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:10,147 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:10,163 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:10,183 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:10,195 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:10,209 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:10,213 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:10,214 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_keystone_private.conf] at time 15:54:10.213462 duration_in_ms=127.109
2017-09-26 15:54:10,214 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone_private.conf] at time 15:54:10.213749
2017-09-26 15:54:10,214 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone_private.conf
2017-09-26 15:54:10,215 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone_private.conf'}
2017-09-26 15:54:10,215 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone_private.conf] at time 15:54:10.215282 duration_in_ms=1.533
2017-09-26 15:54:10,216 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_nova.conf] at time 15:54:10.215764
2017-09-26 15:54:10,216 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_nova.conf
2017-09-26 15:54:10,236 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:10,271 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:10,287 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:10,307 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:10,318 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:10,332 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:10,335 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:10,335 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_nova.conf] at time 15:54:10.335240 duration_in_ms=119.476
2017-09-26 15:54:10,335 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova.conf] at time 15:54:10.335395
2017-09-26 15:54:10,336 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova.conf
2017-09-26 15:54:10,336 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova.conf'}
2017-09-26 15:54:10,336 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova.conf] at time 15:54:10.336452 duration_in_ms=1.057
2017-09-26 15:54:10,337 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_aodh.conf] at time 15:54:10.336758
2017-09-26 15:54:10,337 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_aodh.conf
2017-09-26 15:54:10,353 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:10,384 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:10,399 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:10,418 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:10,429 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:10,442 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:10,445 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:10,445 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_aodh.conf] at time 15:54:10.445463 duration_in_ms=108.704
2017-09-26 15:54:10,446 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_aodh.conf] at time 15:54:10.445638
2017-09-26 15:54:10,446 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_aodh.conf
2017-09-26 15:54:10,447 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_aodh.conf'}
2017-09-26 15:54:10,447 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_aodh.conf] at time 15:54:10.446677 duration_in_ms=1.039
2017-09-26 15:54:10,447 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_neutron.conf] at time 15:54:10.446979
2017-09-26 15:54:10,447 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_neutron.conf
2017-09-26 15:54:10,461 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:10,493 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:10,507 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:10,526 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:10,537 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:10,550 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:10,553 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:10,554 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_neutron.conf] at time 15:54:10.553657 duration_in_ms=106.678
2017-09-26 15:54:10,554 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_neutron.conf] at time 15:54:10.553970
2017-09-26 15:54:10,554 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_neutron.conf
2017-09-26 15:54:10,555 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_neutron.conf'}
2017-09-26 15:54:10,555 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_neutron.conf] at time 15:54:10.555457 duration_in_ms=1.486
2017-09-26 15:54:10,556 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_web.conf] at time 15:54:10.555942
2017-09-26 15:54:10,556 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_web.conf
2017-09-26 15:54:10,574 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:10,606 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:10,622 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:10,644 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:10,658 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:10,672 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:10,676 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:10,677 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_web.conf] at time 15:54:10.676861 duration_in_ms=120.919
2017-09-26 15:54:10,677 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_web.conf] at time 15:54:10.677201
2017-09-26 15:54:10,678 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_web.conf
2017-09-26 15:54:10,679 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_web.conf'}
2017-09-26 15:54:10,679 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_web.conf] at time 15:54:10.678816 duration_in_ms=1.616
2017-09-26 15:54:10,679 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_glance.conf] at time 15:54:10.679281
2017-09-26 15:54:10,680 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_glance.conf
2017-09-26 15:54:10,696 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:10,727 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:10,742 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:10,762 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:10,773 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:10,786 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:10,789 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:10,789 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_glance.conf] at time 15:54:10.789427 duration_in_ms=110.145
2017-09-26 15:54:10,790 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_glance.conf] at time 15:54:10.789746
2017-09-26 15:54:10,790 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_glance.conf
2017-09-26 15:54:10,791 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_glance.conf'}
2017-09-26 15:54:10,791 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_glance.conf] at time 15:54:10.791278 duration_in_ms=1.532
2017-09-26 15:54:10,792 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_novnc.conf] at time 15:54:10.791727
2017-09-26 15:54:10,792 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_novnc.conf
2017-09-26 15:54:10,810 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:10,842 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:10,857 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:10,877 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:10,889 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:10,905 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:10,909 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:10,909 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_novnc.conf] at time 15:54:10.908864 duration_in_ms=117.136
2017-09-26 15:54:10,909 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_novnc.conf] at time 15:54:10.909169
2017-09-26 15:54:10,910 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_novnc.conf
2017-09-26 15:54:10,910 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_novnc.conf'}
2017-09-26 15:54:10,911 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_novnc.conf] at time 15:54:10.910743 duration_in_ms=1.573
2017-09-26 15:54:10,911 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_keystone.conf] at time 15:54:10.911195
2017-09-26 15:54:10,912 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_keystone.conf
2017-09-26 15:54:10,928 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:10,960 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:10,974 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:10,993 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:11,004 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:11,019 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:11,022 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,022 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_keystone.conf] at time 15:54:11.022146 duration_in_ms=110.952
2017-09-26 15:54:11,022 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone.conf] at time 15:54:11.022459
2017-09-26 15:54:11,023 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone.conf
2017-09-26 15:54:11,024 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone.conf'}
2017-09-26 15:54:11,024 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone.conf] at time 15:54:11.023987 duration_in_ms=1.528
2017-09-26 15:54:11,024 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_cinder.conf] at time 15:54:11.024451
2017-09-26 15:54:11,025 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_cinder.conf
2017-09-26 15:54:11,041 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:11,070 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:11,086 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:11,105 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:11,117 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:11,131 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:11,135 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,135 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_cinder.conf] at time 15:54:11.135158 duration_in_ms=110.706
2017-09-26 15:54:11,136 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_cinder.conf] at time 15:54:11.135581
2017-09-26 15:54:11,136 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_cinder.conf
2017-09-26 15:54:11,137 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_cinder.conf'}
2017-09-26 15:54:11,137 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_cinder.conf] at time 15:54:11.137417 duration_in_ms=1.836
2017-09-26 15:54:11,138 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cloudwatch.conf] at time 15:54:11.137874
2017-09-26 15:54:11,138 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cloudwatch.conf
2017-09-26 15:54:11,156 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:11,206 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:11,221 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:11,242 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:11,253 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:11,266 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:11,270 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,270 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cloudwatch.conf] at time 15:54:11.270186 duration_in_ms=132.312
2017-09-26 15:54:11,271 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cloudwatch.conf] at time 15:54:11.270592
2017-09-26 15:54:11,271 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cloudwatch.conf
2017-09-26 15:54:11,272 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cloudwatch.conf'}
2017-09-26 15:54:11,273 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cloudwatch.conf] at time 15:54:11.272636 duration_in_ms=2.044
2017-09-26 15:54:11,274 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_nova_ec2.conf] at time 15:54:11.273518
2017-09-26 15:54:11,274 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_nova_ec2.conf
2017-09-26 15:54:11,296 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:11,328 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:11,344 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:11,363 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:11,374 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:11,387 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:11,391 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,391 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_nova_ec2.conf] at time 15:54:11.391181 duration_in_ms=117.663
2017-09-26 15:54:11,392 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova_ec2.conf] at time 15:54:11.391505
2017-09-26 15:54:11,392 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova_ec2.conf
2017-09-26 15:54:11,393 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova_ec2.conf'}
2017-09-26 15:54:11,393 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova_ec2.conf] at time 15:54:11.393141 duration_in_ms=1.636
2017-09-26 15:54:11,394 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_redirect_openstack_web_redirect.conf] at time 15:54:11.393679
2017-09-26 15:54:11,394 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_redirect_openstack_web_redirect.conf
2017-09-26 15:54:11,410 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/redirect.conf'
2017-09-26 15:54:11,415 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,415 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_redirect_openstack_web_redirect.conf] at time 15:54:11.415324 duration_in_ms=21.645
2017-09-26 15:54:11,416 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_redirect_openstack_web_redirect.conf] at time 15:54:11.415688
2017-09-26 15:54:11,416 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_redirect_openstack_web_redirect.conf
2017-09-26 15:54:11,418 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_redirect_openstack_web_redirect.conf'}
2017-09-26 15:54:11,418 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_redirect_openstack_web_redirect.conf] at time 15:54:11.417844 duration_in_ms=2.156
2017-09-26 15:54:11,418 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_static_reclass_doc.conf] at time 15:54:11.418299
2017-09-26 15:54:11,419 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_static_reclass_doc.conf
2017-09-26 15:54:11,436 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/static.conf'
2017-09-26 15:54:11,460 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:11,476 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_log.conf'
2017-09-26 15:54:11,489 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:11,509 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:11,522 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:11,526 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,526 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_static_reclass_doc.conf] at time 15:54:11.525696 duration_in_ms=107.396
2017-09-26 15:54:11,526 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_static_reclass_doc.conf] at time 15:54:11.525869
2017-09-26 15:54:11,526 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_static_reclass_doc.conf
2017-09-26 15:54:11,527 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_static_reclass_doc.conf'}
2017-09-26 15:54:11,527 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_static_reclass_doc.conf] at time 15:54:11.527087 duration_in_ms=1.217
2017-09-26 15:54:11,527 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat.conf] at time 15:54:11.527410
2017-09-26 15:54:11,528 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_heat.conf
2017-09-26 15:54:11,545 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:11,582 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:11,596 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:11,617 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:11,628 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:11,642 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:11,645 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,646 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat.conf] at time 15:54:11.645606 duration_in_ms=118.196
2017-09-26 15:54:11,646 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat.conf] at time 15:54:11.645798
2017-09-26 15:54:11,646 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat.conf
2017-09-26 15:54:11,647 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat.conf'}
2017-09-26 15:54:11,647 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat.conf] at time 15:54:11.647177 duration_in_ms=1.379
2017-09-26 15:54:11,648 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_stats_stats.conf] at time 15:54:11.647538
2017-09-26 15:54:11,648 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_stats_stats.conf
2017-09-26 15:54:11,662 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/stats.conf'
2017-09-26 15:54:11,664 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,665 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_stats_stats.conf] at time 15:54:11.664474 duration_in_ms=16.936
2017-09-26 15:54:11,665 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_stats_stats.conf] at time 15:54:11.664649
2017-09-26 15:54:11,665 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_stats_stats.conf
2017-09-26 15:54:11,666 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_stats_stats.conf'}
2017-09-26 15:54:11,666 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_stats_stats.conf] at time 15:54:11.665908 duration_in_ms=1.259
2017-09-26 15:54:11,666 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_ceilometer.conf] at time 15:54:11.666227
2017-09-26 15:54:11,666 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_ceilometer.conf
2017-09-26 15:54:11,684 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:11,716 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:11,732 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:11,752 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:11,764 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:11,778 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:11,782 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,782 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_ceilometer.conf] at time 15:54:11.782335 duration_in_ms=116.107
2017-09-26 15:54:11,783 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_ceilometer.conf] at time 15:54:11.782520
2017-09-26 15:54:11,783 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_ceilometer.conf
2017-09-26 15:54:11,784 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_ceilometer.conf'}
2017-09-26 15:54:11,784 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_ceilometer.conf] at time 15:54:11.783836 duration_in_ms=1.315
2017-09-26 15:54:11,784 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cfn.conf] at time 15:54:11.784186
2017-09-26 15:54:11,784 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cfn.conf
2017-09-26 15:54:11,810 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-09-26 15:54:11,842 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-09-26 15:54:11,856 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-09-26 15:54:11,876 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-09-26 15:54:11,888 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-09-26 15:54:11,902 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-09-26 15:54:11,906 [salt.state       ][INFO    ][31556] File changed:
New file
2017-09-26 15:54:11,906 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cfn.conf] at time 15:54:11.906047 duration_in_ms=121.86
2017-09-26 15:54:11,906 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cfn.conf] at time 15:54:11.906392
2017-09-26 15:54:11,907 [salt.state       ][INFO    ][31556] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cfn.conf
2017-09-26 15:54:11,908 [salt.state       ][INFO    ][31556] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cfn.conf'}
2017-09-26 15:54:11,908 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cfn.conf] at time 15:54:11.908122 duration_in_ms=1.73
2017-09-26 15:54:11,909 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-enabled/default] at time 15:54:11.908648
2017-09-26 15:54:11,909 [salt.state       ][INFO    ][31556] Executing state file.absent for /etc/nginx/sites-enabled/default
2017-09-26 15:54:11,910 [salt.state       ][INFO    ][31556] {'removed': '/etc/nginx/sites-enabled/default'}
2017-09-26 15:54:11,910 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-enabled/default] at time 15:54:11.909888 duration_in_ms=1.239
2017-09-26 15:54:11,910 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/sites-available/default] at time 15:54:11.910399
2017-09-26 15:54:11,911 [salt.state       ][INFO    ][31556] Executing state file.absent for /etc/nginx/sites-available/default
2017-09-26 15:54:11,911 [salt.state       ][INFO    ][31556] {'removed': '/etc/nginx/sites-available/default'}
2017-09-26 15:54:11,912 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/sites-available/default] at time 15:54:11.911660 duration_in_ms=1.261
2017-09-26 15:54:11,912 [salt.state       ][INFO    ][31556] Running state [/etc/nginx/nginx.conf] at time 15:54:11.912215
2017-09-26 15:54:11,913 [salt.state       ][INFO    ][31556] Executing state file.managed for /etc/nginx/nginx.conf
2017-09-26 15:54:11,928 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/files/nginx.conf'
2017-09-26 15:54:11,949 [salt.fileclient  ][INFO    ][31556] Fetching file from saltenv 'base', ** done ** 'nginx/map.jinja'
2017-09-26 15:54:11,955 [salt.state       ][INFO    ][31556] File changed:
--- 
+++ 
@@ -1,85 +1,100 @@
 user www-data;
 worker_processes auto;
+worker_rlimit_nofile 20000;
 pid /run/nginx.pid;
 
+
 events {
-	worker_connections 768;
-	# multi_accept on;
+        worker_connections 1024;
+        # multi_accept on;
 }
 
 http {
 
-	##
-	# Basic Settings
-	##
+        ##
+        # Basic Settings
+        ##
 
-	sendfile on;
-	tcp_nopush on;
-	tcp_nodelay on;
-	keepalive_timeout 65;
-	types_hash_max_size 2048;
-	# server_tokens off;
+        sendfile on;
+        tcp_nopush on;
+        tcp_nodelay on;
+        keepalive_timeout 65;
+        types_hash_max_size 2048;
+        server_tokens off;
 
-	# server_names_hash_bucket_size 64;
-	# server_name_in_redirect off;
+        server_names_hash_bucket_size 128;
+        # server_name_in_redirect off;
 
-	include /etc/nginx/mime.types;
-	default_type application/octet-stream;
+        include /etc/nginx/mime.types;
+        default_type application/octet-stream;
 
-	##
-	# SSL Settings
-	##
+        ##
+        # Logging Settings
+        ##
 
-	ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
-	ssl_prefer_server_ciphers on;
+        access_log /var/log/nginx/access.log;
+        error_log /var/log/nginx/error.log;
 
-	##
-	# Logging Settings
-	##
+        ##
+        # Gzip Settings
+        ##
 
-	access_log /var/log/nginx/access.log;
-	error_log /var/log/nginx/error.log;
+        gzip on;
+        gzip_disable "msie6";
 
-	##
-	# Gzip Settings
-	##
+        # gzip_vary on;
+        # gzip_proxied any;
+        # gzip_comp_level 6;
+        # gzip_buffers 16 8k;
+        # gzip_http_version 1.1;
+        # gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
 
-	gzip on;
-	gzip_disable "msie6";
+        ##
+        # nginx-naxsi config
+        ##
+        # Uncomment it if you installed nginx-naxsi
+        ##
 
-	# gzip_vary on;
-	# gzip_proxied any;
-	# gzip_comp_level 6;
-	# gzip_buffers 16 8k;
-	# gzip_http_version 1.1;
-	# gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
+        #include /etc/nginx/naxsi_core.rules;
 
-	##
-	# Virtual Host Configs
-	##
+        ##
+        # nginx-passenger config
+        ##
+        # Uncomment it if you installed nginx-passenger
+        ##
 
-	include /etc/nginx/conf.d/*.conf;
-	include /etc/nginx/sites-enabled/*;
+        #passenger_root /usr;
+        #passenger_ruby /usr/bin/ruby;
+
+
+
+        ##
+        # Virtual Host Configs
+        ##
+
+        include /etc/nginx/conf.d/*.conf;
+        include /etc/nginx/sites-enabled/*.conf;
 }
 
 
+
 #mail {
-#	# See sample authentication script at:
-#	# http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
-# 
-#	# auth_http localhost/auth.php;
-#	# pop3_capabilities "TOP" "USER";
-#	# imap_capabilities "IMAP4rev1" "UIDPLUS";
-# 
-#	server {
-#		listen     localhost:110;
-#		protocol   pop3;
-#		proxy      on;
-#	}
-# 
-#	server {
-#		listen     localhost:143;
-#		protocol   imap;
-#		proxy      on;
-#	}
+#       # See sample authentication script at:
+#       # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
+#
+#       # auth_http localhost/auth.php;
+#       # pop3_capabilities "TOP" "USER";
+#       # imap_capabilities "IMAP4rev1" "UIDPLUS";
+#
+#       server {
+#               listen     localhost:110;
+#               protocol   pop3;
+#               proxy      on;
+#       }
+#
+#       server {
+#               listen     localhost:143;
+#               protocol   imap;
+#               proxy      on;
+#       }
 #}

2017-09-26 15:54:11,958 [salt.state       ][INFO    ][31556] Completed state [/etc/nginx/nginx.conf] at time 15:54:11.958142 duration_in_ms=45.927
2017-09-26 15:54:11,959 [salt.state       ][INFO    ][31556] Running state [/etc/ssl/private] at time 15:54:11.958880
2017-09-26 15:54:11,959 [salt.state       ][INFO    ][31556] Executing state file.directory for /etc/ssl/private
2017-09-26 15:54:11,960 [salt.state       ][INFO    ][31556] Directory /etc/ssl/private is in the correct state
2017-09-26 15:54:11,961 [salt.state       ][INFO    ][31556] Completed state [/etc/ssl/private] at time 15:54:11.960595 duration_in_ms=1.714
2017-09-26 15:54:11,971 [salt.state       ][INFO    ][31556] Running state [openssl dhparam -out /etc/ssl/dhparams.pem 2048] at time 15:54:11.970905
2017-09-26 15:54:11,971 [salt.state       ][INFO    ][31556] Executing state cmd.run for openssl dhparam -out /etc/ssl/dhparams.pem 2048
2017-09-26 15:54:11,971 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command 'openssl dhparam -out /etc/ssl/dhparams.pem 2048' in directory '/root'
2017-09-26 15:54:13,100 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command saltutil.find_job with jid 20170926155413088280
2017-09-26 15:54:13,115 [salt.minion      ][INFO    ][32472] Starting a new job with PID 32472
2017-09-26 15:54:13,127 [salt.minion      ][INFO    ][32472] Returning information for job: 20170926155413088280
2017-09-26 15:54:19,346 [salt.state       ][INFO    ][31556] {'pid': 32468, 'retcode': 0, 'stderr': "Generating DH parameters, 2048 bit long safe prime, generator 2\nThis is going to take a long time\n...................+...................................................+................................................................+..+.................................................................................................................+...................................................................................+....................................................................................................................................+.......................................................................................................................................................................................+............+....................................................................................................................................................................+....................................................................................+..........................+...............................................+......+............................................................................................+...........++*++*\nunable to write 'random state'", 'stdout': ''}
2017-09-26 15:54:19,347 [salt.state       ][INFO    ][31556] Completed state [openssl dhparam -out /etc/ssl/dhparams.pem 2048] at time 15:54:19.346478 duration_in_ms=7375.572
2017-09-26 15:54:19,349 [salt.state       ][INFO    ][31556] Running state [nginx] at time 15:54:19.348958
2017-09-26 15:54:19,349 [salt.state       ][INFO    ][31556] Executing state service.running for nginx
2017-09-26 15:54:19,350 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['systemctl', 'status', 'nginx.service', '-n', '0'] in directory '/root'
2017-09-26 15:54:19,361 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['systemctl', 'is-active', 'nginx.service'] in directory '/root'
2017-09-26 15:54:19,370 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['systemctl', 'is-enabled', 'nginx.service'] in directory '/root'
2017-09-26 15:54:19,379 [salt.state       ][INFO    ][31556] The service nginx is already running
2017-09-26 15:54:19,379 [salt.state       ][INFO    ][31556] Completed state [nginx] at time 15:54:19.379420 duration_in_ms=30.462
2017-09-26 15:54:19,380 [salt.state       ][INFO    ][31556] Running state [nginx] at time 15:54:19.379753
2017-09-26 15:54:19,380 [salt.state       ][INFO    ][31556] Executing state service.mod_watch for nginx
2017-09-26 15:54:19,381 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['systemctl', 'is-active', 'nginx.service'] in directory '/root'
2017-09-26 15:54:19,389 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['systemctl', 'is-enabled', 'nginx.service'] in directory '/root'
2017-09-26 15:54:19,399 [salt.loaded.int.module.cmdmod][INFO    ][31556] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'nginx.service'] in directory '/root'
2017-09-26 15:54:19,531 [salt.state       ][INFO    ][31556] {'nginx': True}
2017-09-26 15:54:19,531 [salt.state       ][INFO    ][31556] Completed state [nginx] at time 15:54:19.531340 duration_in_ms=151.587
2017-09-26 15:54:19,533 [salt.minion      ][INFO    ][31556] Returning information for job: 20170926155352797712
2017-09-26 15:54:29,732 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command pillar.get with jid 20170926155429718840
2017-09-26 15:54:29,749 [salt.minion      ][INFO    ][32502] Starting a new job with PID 32502
2017-09-26 15:54:29,754 [salt.minion      ][INFO    ][32502] Returning information for job: 20170926155429718840
2017-09-26 15:54:30,725 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command cp.push with jid 20170926155430705953
2017-09-26 15:54:30,739 [salt.minion      ][INFO    ][32507] Starting a new job with PID 32507
2017-09-26 15:54:30,756 [salt.minion      ][INFO    ][32507] Returning information for job: 20170926155430705953
2017-09-26 15:54:46,754 [salt.minion      ][INFO    ][21068] User sudo_ubuntu Executing command cp.push_dir with jid 20170926155446743813
2017-09-26 15:54:46,775 [salt.minion      ][INFO    ][32519] Starting a new job with PID 32519
