2017-11-23 07:55:32,863 [salt.cli.daemons ][WARNING ][866] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-11-23 07:56:28,653 [salt.state       ][ERROR   ][1058] No contents found in top file
2017-11-23 07:56:37,474 [py.warnings      ][WARNING ][1156] /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-11-23 07:56:37,849 [salt.utils.decorators][ERROR   ][1156] Exception encountered when attempting to inspect frame in dependency decorator: list index out of range
2017-11-23 07:56:37,851 [salt.utils.decorators][ERROR   ][1156] Exception encountered when attempting to inspect frame in dependency decorator: list index out of range
2017-11-23 07:56:37,852 [salt.utils.decorators][ERROR   ][1156] Exception encountered when attempting to inspect frame in dependency decorator: list index out of range
2017-11-23 07:56:37,854 [salt.utils.decorators][ERROR   ][1156] Exception encountered when attempting to inspect frame in dependency decorator: list index out of range
2017-11-23 07:56:38,452 [salt.utils.decorators][ERROR   ][1156] Exception encountered when attempting to inspect frame in dependency decorator: list index out of range
2017-11-23 07:56:38,461 [salt.utils.decorators][ERROR   ][1156] Exception encountered when attempting to inspect frame in dependency decorator: list index out of range
2017-11-23 07:56:38,480 [salt.utils.decorators][ERROR   ][1156] Exception encountered when attempting to inspect frame in dependency decorator: list index out of range
2017-11-23 07:56:38,482 [salt.utils.decorators][ERROR   ][1156] Exception encountered when attempting to inspect frame in dependency decorator: list index out of range
2017-11-23 07:56:38,485 [salt.utils.decorators][ERROR   ][1156] Exception encountered when attempting to inspect frame in dependency decorator: list index out of range
2017-11-23 07:56:55,786 [salt.loaded.int.states.file][WARNING ][1156] 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-11-23 07:56:55,800 [salt.loaded.int.module.cmdmod][ERROR   ][1156] 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-11-23 07:57:57,103 [salt.loaded.int.module.cmdmod][ERROR   ][1681] Command '['systemd-run', '--scope', 'systemctl', 'start', 'networking.service']' failed with return code: 1
2017-11-23 07:57:57,104 [salt.loaded.int.module.cmdmod][ERROR   ][1681] output: Running scope as unit run-r306e9584c87e4d06870635141a7caad7.scope.
Job for networking.service failed because the control process exited with error code. See "systemctl status networking.service" and "journalctl -xe" for details.
2017-11-23 07:57:57,165 [salt.loaded.int.module.cmdmod][ERROR   ][1681] Command '['ifup', 'ens3']' failed with return code: 1
2017-11-23 07:57:57,166 [salt.loaded.int.module.cmdmod][ERROR   ][1681] output: SIOCADDRT: File exists
run-parts: /etc/network/if-up.d/route-ens2 exited with return code 7
Failed to bring up ens3.
2017-11-23 07:57:59,229 [salt.loaded.int.module.cmdmod][ERROR   ][1681] Command '['systemd-run', '--scope', 'systemctl', 'start', 'networking.service']' failed with return code: 1
2017-11-23 07:57:59,229 [salt.loaded.int.module.cmdmod][ERROR   ][1681] output: Running scope as unit run-r84ffc1335de04a42ad8e26880119a917.scope.
Job for networking.service failed because the control process exited with error code. See "systemctl status networking.service" and "journalctl -xe" for details.
2017-11-23 08:01:41,604 [salt.log.setup   ][ERROR   ][10049] An un-handled exception was caught by salt's global exception handler:
SaltReqTimeoutError: Message timed out
Traceback (most recent call last):
  File "/usr/bin/salt-call", line 11, in <module>
    salt_call()
  File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 372, in salt_call
    client.run()
  File "/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 48, in run
    caller = salt.cli.caller.Caller.factory(self.config)
  File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 79, in factory
    return ZeroMQCaller(opts, **kwargs)
  File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 274, in __init__
    super(ZeroMQCaller, self).__init__(opts)
  File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 102, in __init__
    self.minion = salt.minion.SMinion(opts)
  File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 629, in __init__
    self.gen_modules(initial_load=True)
  File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 660, in gen_modules
    pillarenv=self.opts.get('pillarenv'),
  File "/usr/lib/python2.7/dist-packages/salt/pillar/__init__.py", line 170, in compile_pillar
    dictkey='pillar',
  File "/usr/lib/python2.7/dist-packages/salt/utils/async.py", line 75, in wrap
    ret = self._block_future(ret)
  File "/usr/lib/python2.7/dist-packages/salt/utils/async.py", line 85, in _block_future
    return future.result()
  File "/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result
    raise_exc_info(self._exc_info)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run
    yielded = self.gen.throw(*exc_info)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 189, in crypted_transfer_decode_dictentry
    tries=tries,
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run
    value = future.result()
  File "/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result
    raise_exc_info(self._exc_info)
  File "<string>", line 3, in raise_exc_info
SaltReqTimeoutError: Message timed out
2017-11-23 08:01:42,460 [salt.loaded.int.module.cmdmod][INFO    ][10714] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2017-11-23 08:01:42,467 [salt.loaded.int.module.cmdmod][INFO    ][10714] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2017-11-23 08:01:42,476 [salt.loaded.int.module.cmdmod][INFO    ][10714] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'salt-minion.service'] in directory '/root'
2017-11-23 08:01:42,496 [salt.utils.parsers][WARNING ][866] Minion received a SIGTERM. Exiting.
2017-11-23 08:01:42,797 [salt.cli.daemons ][INFO    ][10771] Setting up the Salt Minion "prx01.baremetal-mcp-ocata-odl-ha.local"
2017-11-23 08:01:43,146 [salt.minion      ][INFO    ][10771] Creating minion process manager
2017-11-23 08:01:43,146 [salt.cli.daemons ][WARNING ][10771] IMPORTANT: Do not use md5 hashing algorithm! Please set "hash_type" to sha256 in Salt Minion config!
2017-11-23 08:01:43,146 [salt.cli.daemons ][INFO    ][10771] The Salt Minion is starting up
2017-11-23 08:01:43,147 [salt.minion      ][INFO    ][10771] Minion is starting as user 'root'
2017-11-23 08:01:43,147 [salt.utils.event ][INFO    ][10771] Starting pull socket on /var/run/salt/minion/minion_event_44a5bae21c_pull.ipc
2017-11-23 08:01:44,165 [salt.loaded.int.module.cmdmod][INFO    ][10771] Executing command ['date', '+%z'] in directory '/root'
2017-11-23 08:01:44,174 [salt.utils.schedule][INFO    ][10771] Updating job settings for scheduled job: __mine_interval
2017-11-23 08:01:44,176 [salt.minion      ][INFO    ][10771] Added mine.update to scheduler
2017-11-23 08:01:44,199 [salt.minion      ][INFO    ][10771] Minion is ready to receive requests!
2017-11-23 08:01:44,200 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123080143614516
2017-11-23 08:01:44,209 [salt.minion      ][INFO    ][10853] Starting a new job with PID 10853
2017-11-23 08:01:44,216 [salt.minion      ][INFO    ][10853] Returning information for job: 20171123080143614516
2017-11-23 08:01:45,201 [salt.utils.schedule][INFO    ][10771] Running scheduled job: __mine_interval
2017-11-23 08:01:53,762 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123080153745832
2017-11-23 08:01:53,773 [salt.minion      ][INFO    ][10867] Starting a new job with PID 10867
2017-11-23 08:01:53,783 [salt.minion      ][INFO    ][10867] Returning information for job: 20171123080153745832
2017-11-23 08:02:03,840 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123080203820291
2017-11-23 08:02:03,852 [salt.minion      ][INFO    ][10872] Starting a new job with PID 10872
2017-11-23 08:02:03,861 [salt.minion      ][INFO    ][10872] Returning information for job: 20171123080203820291
2017-11-23 08:02:24,817 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command state.apply with jid 20171123080224800718
2017-11-23 08:02:24,835 [salt.minion      ][INFO    ][10877] Starting a new job with PID 10877
2017-11-23 08:02:29,133 [salt.state       ][INFO    ][10877] Loading fresh modules for state activity
2017-11-23 08:02:29,162 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/init.sls'
2017-11-23 08:02:29,495 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/init.sls'
2017-11-23 08:02:29,539 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:29,636 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/env.sls'
2017-11-23 08:02:29,656 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:29,725 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/profile.sls'
2017-11-23 08:02:29,747 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:29,804 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/repo.sls'
2017-11-23 08:02:29,891 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:29,998 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/package.sls'
2017-11-23 08:02:30,033 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,106 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/timezone.sls'
2017-11-23 08:02:30,129 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,197 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/kernel.sls'
2017-11-23 08:02:30,239 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,325 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/cpu.sls'
2017-11-23 08:02:30,349 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,416 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/sysfs.sls'
2017-11-23 08:02:30,443 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,501 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/locale.sls'
2017-11-23 08:02:30,527 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,588 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/user.sls'
2017-11-23 08:02:30,638 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,709 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/group.sls'
2017-11-23 08:02:30,743 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,802 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/limit.sls'
2017-11-23 08:02:30,825 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,887 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/system/systemd.sls'
2017-11-23 08:02:30,912 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:30,984 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/network/init.sls'
2017-11-23 08:02:31,011 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:31,071 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/network/hostname.sls'
2017-11-23 08:02:31,094 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:31,156 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/network/host.sls'
2017-11-23 08:02:31,213 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:31,322 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/network/interface.sls'
2017-11-23 08:02:31,420 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:31,489 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/network/proxy.sls'
2017-11-23 08:02:31,508 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:31,576 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/storage/init.sls'
2017-11-23 08:02:31,605 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:31,669 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'ntp/init.sls'
2017-11-23 08:02:31,689 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'ntp/client.sls'
2017-11-23 08:02:31,716 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-11-23 08:02:31,739 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'ntp/server.sls'
2017-11-23 08:02:31,761 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-11-23 08:02:31,778 [salt.state       ][INFO    ][10877] Running state [/etc/environment] at time 08:02:31.778246
2017-11-23 08:02:31,779 [salt.state       ][INFO    ][10877] Executing state file.blockreplace for /etc/environment
2017-11-23 08:02:31,784 [salt.state       ][INFO    ][10877] 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-11-23 08:02:31,785 [salt.state       ][INFO    ][10877] Completed state [/etc/environment] at time 08:02:31.784591 duration_in_ms=6.345
2017-11-23 08:02:31,785 [salt.state       ][INFO    ][10877] Running state [/etc/profile.d] at time 08:02:31.784909
2017-11-23 08:02:31,785 [salt.state       ][INFO    ][10877] Executing state file.directory for /etc/profile.d
2017-11-23 08:02:31,786 [salt.state       ][INFO    ][10877] Directory /etc/profile.d is in the correct state
2017-11-23 08:02:31,786 [salt.state       ][INFO    ][10877] Completed state [/etc/profile.d] at time 08:02:31.786406 duration_in_ms=1.497
2017-11-23 08:02:32,072 [salt.state       ][INFO    ][10877] Running state [linux_repo_prereq_pkgs] at time 08:02:32.071493
2017-11-23 08:02:32,072 [salt.state       ][INFO    ][10877] Executing state pkg.installed for linux_repo_prereq_pkgs
2017-11-23 08:02:32,073 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 08:02:32,481 [salt.state       ][INFO    ][10877] All specified packages are already installed
2017-11-23 08:02:32,482 [salt.state       ][INFO    ][10877] Completed state [linux_repo_prereq_pkgs] at time 08:02:32.481657 duration_in_ms=410.164
2017-11-23 08:02:32,482 [salt.state       ][INFO    ][10877] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 08:02:32.481881
2017-11-23 08:02:32,482 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack
2017-11-23 08:02:32,483 [salt.state       ][INFO    ][10877] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack is not present
2017-11-23 08:02:32,483 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 08:02:32.482973 duration_in_ms=1.092
2017-11-23 08:02:32,483 [salt.state       ][INFO    ][10877] Running state [/etc/apt/preferences.d/mirantis_openstack] at time 08:02:32.483292
2017-11-23 08:02:32,484 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack
2017-11-23 08:02:32,504 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-11-23 08:02:32,522 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:32,571 [salt.state       ][INFO    ][10877] File /etc/apt/preferences.d/mirantis_openstack is in the correct state
2017-11-23 08:02:32,571 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/preferences.d/mirantis_openstack] at time 08:02:32.570825 duration_in_ms=87.533
2017-11-23 08:02:32,573 [salt.state       ][INFO    ][10877] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main] at time 08:02:32.572994
2017-11-23 08:02:32,573 [salt.state       ][INFO    ][10877] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main
2017-11-23 08:02:32,982 [salt.loaded.int.module.cmdmod][INFO    ][10877] 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-11-23 08:02:33,067 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:02:34,944 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123080234926364
2017-11-23 08:02:34,968 [salt.minion      ][INFO    ][11621] Starting a new job with PID 11621
2017-11-23 08:02:34,980 [salt.minion      ][INFO    ][11621] Returning information for job: 20171123080234926364
2017-11-23 08:02:35,580 [salt.state       ][INFO    ][10877] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main'
2017-11-23 08:02:35,581 [salt.state       ][INFO    ][10877] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main] at time 08:02:35.580518 duration_in_ms=3007.523
2017-11-23 08:02:35,581 [salt.state       ][INFO    ][10877] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 08:02:35.580981
2017-11-23 08:02:35,581 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca
2017-11-23 08:02:35,582 [salt.state       ][INFO    ][10877] File /etc/apt/apt.conf.d/99proxies-salt-uca is not present
2017-11-23 08:02:35,582 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 08:02:35.582258 duration_in_ms=1.276
2017-11-23 08:02:35,583 [salt.state       ][INFO    ][10877] Running state [/etc/apt/preferences.d/uca] at time 08:02:35.582615
2017-11-23 08:02:35,583 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/preferences.d/uca
2017-11-23 08:02:35,583 [salt.state       ][INFO    ][10877] File /etc/apt/preferences.d/uca is not present
2017-11-23 08:02:35,584 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/preferences.d/uca] at time 08:02:35.583695 duration_in_ms=1.08
2017-11-23 08:02:35,585 [salt.state       ][INFO    ][10877] Running state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main] at time 08:02:35.584826
2017-11-23 08:02:35,585 [salt.state       ][INFO    ][10877] Executing state pkgrepo.managed for deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main
2017-11-23 08:02:35,665 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-key', 'export', 'EC4926EA'] in directory '/root'
2017-11-23 08:02:35,711 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:02:37,802 [salt.state       ][INFO    ][10877] Configured package repo 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main'
2017-11-23 08:02:37,803 [salt.state       ][INFO    ][10877] Completed state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/ocata main] at time 08:02:37.802725 duration_in_ms=2217.898
2017-11-23 08:02:37,803 [salt.state       ][INFO    ][10877] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates] at time 08:02:37.803122
2017-11-23 08:02:37,804 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates
2017-11-23 08:02:37,804 [salt.state       ][INFO    ][10877] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates is not present
2017-11-23 08:02:37,804 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_updates] at time 08:02:37.804292 duration_in_ms=1.17
2017-11-23 08:02:37,805 [salt.state       ][INFO    ][10877] Running state [/etc/apt/preferences.d/mirantis_openstack_updates] at time 08:02:37.804614
2017-11-23 08:02:37,805 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_updates
2017-11-23 08:02:37,819 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-11-23 08:02:37,837 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:37,885 [salt.state       ][INFO    ][10877] File /etc/apt/preferences.d/mirantis_openstack_updates is in the correct state
2017-11-23 08:02:37,885 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/preferences.d/mirantis_openstack_updates] at time 08:02:37.884939 duration_in_ms=80.324
2017-11-23 08:02:37,886 [salt.state       ][INFO    ][10877] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main] at time 08:02:37.886086
2017-11-23 08:02:37,886 [salt.state       ][INFO    ][10877] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main
2017-11-23 08:02:37,964 [salt.loaded.int.module.cmdmod][INFO    ][10877] 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-11-23 08:02:38,044 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:02:40,682 [salt.state       ][INFO    ][10877] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main'
2017-11-23 08:02:40,683 [salt.state       ][INFO    ][10877] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-updates main] at time 08:02:40.682656 duration_in_ms=2796.57
2017-11-23 08:02:40,683 [salt.state       ][INFO    ][10877] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security] at time 08:02:40.683035
2017-11-23 08:02:40,683 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security
2017-11-23 08:02:40,684 [salt.state       ][INFO    ][10877] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security is not present
2017-11-23 08:02:40,684 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_security] at time 08:02:40.684144 duration_in_ms=1.109
2017-11-23 08:02:40,685 [salt.state       ][INFO    ][10877] Running state [/etc/apt/preferences.d/mirantis_openstack_security] at time 08:02:40.684472
2017-11-23 08:02:40,685 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_security
2017-11-23 08:02:40,701 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-11-23 08:02:40,725 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:40,775 [salt.state       ][INFO    ][10877] File /etc/apt/preferences.d/mirantis_openstack_security is in the correct state
2017-11-23 08:02:40,775 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/preferences.d/mirantis_openstack_security] at time 08:02:40.775207 duration_in_ms=90.734
2017-11-23 08:02:40,776 [salt.state       ][INFO    ][10877] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main] at time 08:02:40.776258
2017-11-23 08:02:40,777 [salt.state       ][INFO    ][10877] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main
2017-11-23 08:02:40,855 [salt.loaded.int.module.cmdmod][INFO    ][10877] 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-11-23 08:02:40,957 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:02:43,628 [salt.state       ][INFO    ][10877] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main'
2017-11-23 08:02:43,629 [salt.state       ][INFO    ][10877] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-security main] at time 08:02:43.628578 duration_in_ms=2852.319
2017-11-23 08:02:43,629 [salt.state       ][INFO    ][10877] Running state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 08:02:43.629007
2017-11-23 08:02:43,629 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mk_openstack
2017-11-23 08:02:43,630 [salt.state       ][INFO    ][10877] File /etc/apt/apt.conf.d/99proxies-salt-mk_openstack is not present
2017-11-23 08:02:43,630 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 08:02:43.630249 duration_in_ms=1.241
2017-11-23 08:02:43,631 [salt.state       ][INFO    ][10877] Running state [/etc/apt/preferences.d/mk_openstack] at time 08:02:43.630593
2017-11-23 08:02:43,631 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/apt/preferences.d/mk_openstack
2017-11-23 08:02:43,647 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-11-23 08:02:43,666 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:43,721 [salt.state       ][INFO    ][10877] File /etc/apt/preferences.d/mk_openstack is in the correct state
2017-11-23 08:02:43,721 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/preferences.d/mk_openstack] at time 08:02:43.721133 duration_in_ms=90.538
2017-11-23 08:02:43,722 [salt.state       ][INFO    ][10877] Running state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata] at time 08:02:43.722380
2017-11-23 08:02:43,723 [salt.state       ][INFO    ][10877] Executing state pkgrepo.managed for deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata
2017-11-23 08:02:43,832 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/apt-mk.mirantis.com/public.gpg'] in directory '/root'
2017-11-23 08:02:43,930 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:02:44,980 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123080244965436
2017-11-23 08:02:45,005 [salt.minion      ][INFO    ][14301] Starting a new job with PID 14301
2017-11-23 08:02:45,023 [salt.minion      ][INFO    ][14301] Returning information for job: 20171123080244965436
2017-11-23 08:02:46,241 [salt.state       ][INFO    ][10877] Configured package repo 'deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata'
2017-11-23 08:02:46,242 [salt.state       ][INFO    ][10877] Completed state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly ocata] at time 08:02:46.242157 duration_in_ms=2519.776
2017-11-23 08:02:46,243 [salt.state       ][INFO    ][10877] Running state [/etc/apt/apt.conf.d/99proxies-salt-mcp_extra] at time 08:02:46.242594
2017-11-23 08:02:46,243 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mcp_extra
2017-11-23 08:02:46,244 [salt.state       ][INFO    ][10877] File /etc/apt/apt.conf.d/99proxies-salt-mcp_extra is not present
2017-11-23 08:02:46,244 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mcp_extra] at time 08:02:46.243881 duration_in_ms=1.287
2017-11-23 08:02:46,244 [salt.state       ][INFO    ][10877] Running state [/etc/apt/preferences.d/mcp_extra] at time 08:02:46.244220
2017-11-23 08:02:46,245 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/apt/preferences.d/mcp_extra
2017-11-23 08:02:46,263 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-11-23 08:02:46,287 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:46,340 [salt.state       ][INFO    ][10877] File /etc/apt/preferences.d/mcp_extra is in the correct state
2017-11-23 08:02:46,341 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/preferences.d/mcp_extra] at time 08:02:46.340820 duration_in_ms=96.599
2017-11-23 08:02:46,342 [salt.state       ][INFO    ][10877] Running state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra] at time 08:02:46.342144
2017-11-23 08:02:46,343 [salt.state       ][INFO    ][10877] Executing state pkgrepo.managed for deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra
2017-11-23 08:02:46,423 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-key', 'add', '/var/cache/salt/minion/extrn_files/base/apt-mk.mirantis.com/public.gpg'] in directory '/root'
2017-11-23 08:02:46,526 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:02:49,063 [salt.state       ][INFO    ][10877] Configured package repo 'deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra'
2017-11-23 08:02:49,063 [salt.state       ][INFO    ][10877] Completed state [deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra] at time 08:02:49.063339 duration_in_ms=2721.195
2017-11-23 08:02:49,064 [salt.state       ][INFO    ][10877] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback] at time 08:02:49.063830
2017-11-23 08:02:49,064 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback
2017-11-23 08:02:49,065 [salt.state       ][INFO    ][10877] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback is not present
2017-11-23 08:02:49,065 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_holdback] at time 08:02:49.065020 duration_in_ms=1.19
2017-11-23 08:02:49,065 [salt.state       ][INFO    ][10877] Running state [/etc/apt/preferences.d/mirantis_openstack_holdback] at time 08:02:49.065402
2017-11-23 08:02:49,066 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_holdback
2017-11-23 08:02:49,081 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-11-23 08:02:49,107 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:49,161 [salt.state       ][INFO    ][10877] File /etc/apt/preferences.d/mirantis_openstack_holdback is in the correct state
2017-11-23 08:02:49,161 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/preferences.d/mirantis_openstack_holdback] at time 08:02:49.161365 duration_in_ms=95.962
2017-11-23 08:02:49,163 [salt.state       ][INFO    ][10877] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main] at time 08:02:49.162599
2017-11-23 08:02:49,163 [salt.state       ][INFO    ][10877] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main
2017-11-23 08:02:49,298 [salt.loaded.int.module.cmdmod][INFO    ][10877] 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-11-23 08:02:49,390 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:02:51,556 [salt.state       ][INFO    ][10877] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main'
2017-11-23 08:02:51,557 [salt.state       ][INFO    ][10877] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-holdback main] at time 08:02:51.556593 duration_in_ms=2393.994
2017-11-23 08:02:51,557 [salt.state       ][INFO    ][10877] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix] at time 08:02:51.556902
2017-11-23 08:02:51,557 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix
2017-11-23 08:02:51,558 [salt.state       ][INFO    ][10877] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix is not present
2017-11-23 08:02:51,558 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack_hotfix] at time 08:02:51.557700 duration_in_ms=0.798
2017-11-23 08:02:51,558 [salt.state       ][INFO    ][10877] Running state [/etc/apt/preferences.d/mirantis_openstack_hotfix] at time 08:02:51.557909
2017-11-23 08:02:51,558 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack_hotfix
2017-11-23 08:02:51,576 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2017-11-23 08:02:51,596 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:51,648 [salt.state       ][INFO    ][10877] File /etc/apt/preferences.d/mirantis_openstack_hotfix is in the correct state
2017-11-23 08:02:51,648 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/preferences.d/mirantis_openstack_hotfix] at time 08:02:51.647878 duration_in_ms=89.967
2017-11-23 08:02:51,649 [salt.state       ][INFO    ][10877] Running state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main] at time 08:02:51.648940
2017-11-23 08:02:51,649 [salt.state       ][INFO    ][10877] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main
2017-11-23 08:02:51,735 [salt.loaded.int.module.cmdmod][INFO    ][10877] 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-11-23 08:02:51,821 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:02:53,952 [salt.state       ][INFO    ][10877] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main'
2017-11-23 08:02:53,953 [salt.state       ][INFO    ][10877] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata-hotfix main] at time 08:02:53.952692 duration_in_ms=2303.751
2017-11-23 08:02:53,953 [salt.state       ][INFO    ][10877] Running state [linux_extra_packages_purged] at time 08:02:53.953153
2017-11-23 08:02:53,954 [salt.state       ][INFO    ][10877] Executing state pkg.purged for linux_extra_packages_purged
2017-11-23 08:02:53,962 [salt.state       ][INFO    ][10877] All specified packages are already absent
2017-11-23 08:02:53,962 [salt.state       ][INFO    ][10877] Completed state [linux_extra_packages_purged] at time 08:02:53.962116 duration_in_ms=8.963
2017-11-23 08:02:53,963 [salt.state       ][INFO    ][10877] Running state [linux_extra_packages_latest] at time 08:02:53.962479
2017-11-23 08:02:53,963 [salt.state       ][INFO    ][10877] Executing state pkg.latest for linux_extra_packages_latest
2017-11-23 08:02:53,967 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:02:55,024 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123080255003505
2017-11-23 08:02:55,047 [salt.minion      ][INFO    ][16935] Starting a new job with PID 16935
2017-11-23 08:02:55,059 [salt.minion      ][INFO    ][16935] Returning information for job: 20171123080255003505
2017-11-23 08:02:56,012 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-cache', '-q', 'policy', 'libapache2-mod-wsgi'] in directory '/root'
2017-11-23 08:02:56,053 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-cache', '-q', 'policy', 'mcelog'] in directory '/root'
2017-11-23 08:02:56,098 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['apt-cache', '-q', 'policy', 'python-msgpack'] in directory '/root'
2017-11-23 08:02:56,146 [salt.state       ][INFO    ][10877] All packages are up-to-date (libapache2-mod-wsgi, mcelog, python-msgpack).
2017-11-23 08:02:56,146 [salt.state       ][INFO    ][10877] Completed state [linux_extra_packages_latest] at time 08:02:56.146216 duration_in_ms=2183.736
2017-11-23 08:02:56,147 [salt.state       ][INFO    ][10877] Running state [UTC] at time 08:02:56.147011
2017-11-23 08:02:56,147 [salt.state       ][INFO    ][10877] Executing state timezone.system for UTC
2017-11-23 08:02:56,148 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['timedatectl'] in directory '/root'
2017-11-23 08:02:56,182 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['timedatectl'] in directory '/root'
2017-11-23 08:02:56,190 [salt.state       ][INFO    ][10877] Timezone UTC already set, UTC already set to UTC
2017-11-23 08:02:56,191 [salt.state       ][INFO    ][10877] Completed state [UTC] at time 08:02:56.190969 duration_in_ms=43.957
2017-11-23 08:02:56,192 [salt.state       ][INFO    ][10877] Running state [nf_conntrack] at time 08:02:56.191768
2017-11-23 08:02:56,192 [salt.state       ][INFO    ][10877] Executing state kmod.present for nf_conntrack
2017-11-23 08:02:56,193 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'lsmod' in directory '/root'
2017-11-23 08:02:56,199 [salt.state       ][INFO    ][10877] Kernel module nf_conntrack is already present
2017-11-23 08:02:56,199 [salt.state       ][INFO    ][10877] Completed state [nf_conntrack] at time 08:02:56.199191 duration_in_ms=7.423
2017-11-23 08:02:56,200 [salt.state       ][INFO    ][10877] Running state [net.ipv4.tcp_keepalive_probes] at time 08:02:56.199900
2017-11-23 08:02:56,200 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.tcp_keepalive_probes
2017-11-23 08:02:56,207 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,222 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.tcp_keepalive_probes = 8 is already set
2017-11-23 08:02:56,223 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.tcp_keepalive_probes] at time 08:02:56.222939 duration_in_ms=23.039
2017-11-23 08:02:56,223 [salt.state       ][INFO    ][10877] Running state [fs.file-max] at time 08:02:56.223364
2017-11-23 08:02:56,224 [salt.state       ][INFO    ][10877] Executing state sysctl.present for fs.file-max
2017-11-23 08:02:56,224 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,242 [salt.state       ][INFO    ][10877] Sysctl value fs.file-max = 124165 is already set
2017-11-23 08:02:56,242 [salt.state       ][INFO    ][10877] Completed state [fs.file-max] at time 08:02:56.242135 duration_in_ms=18.771
2017-11-23 08:02:56,243 [salt.state       ][INFO    ][10877] Running state [net.core.somaxconn] at time 08:02:56.242560
2017-11-23 08:02:56,243 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.core.somaxconn
2017-11-23 08:02:56,244 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,260 [salt.state       ][INFO    ][10877] Sysctl value net.core.somaxconn = 4096 is already set
2017-11-23 08:02:56,260 [salt.state       ][INFO    ][10877] Completed state [net.core.somaxconn] at time 08:02:56.260370 duration_in_ms=17.809
2017-11-23 08:02:56,261 [salt.state       ][INFO    ][10877] Running state [net.ipv4.tcp_max_syn_backlog] at time 08:02:56.260773
2017-11-23 08:02:56,261 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.tcp_max_syn_backlog
2017-11-23 08:02:56,262 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,278 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.tcp_max_syn_backlog = 8192 is already set
2017-11-23 08:02:56,279 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.tcp_max_syn_backlog] at time 08:02:56.278848 duration_in_ms=18.075
2017-11-23 08:02:56,279 [salt.state       ][INFO    ][10877] Running state [net.ipv4.tcp_tw_reuse] at time 08:02:56.279275
2017-11-23 08:02:56,280 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.tcp_tw_reuse
2017-11-23 08:02:56,280 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,296 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.tcp_tw_reuse = 1 is already set
2017-11-23 08:02:56,297 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.tcp_tw_reuse] at time 08:02:56.296660 duration_in_ms=17.383
2017-11-23 08:02:56,297 [salt.state       ][INFO    ][10877] Running state [net.ipv4.tcp_congestion_control] at time 08:02:56.297142
2017-11-23 08:02:56,298 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.tcp_congestion_control
2017-11-23 08:02:56,298 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,314 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.tcp_congestion_control = yeah is already set
2017-11-23 08:02:56,315 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.tcp_congestion_control] at time 08:02:56.314465 duration_in_ms=17.323
2017-11-23 08:02:56,315 [salt.state       ][INFO    ][10877] Running state [net.nf_conntrack_max] at time 08:02:56.314875
2017-11-23 08:02:56,315 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.nf_conntrack_max
2017-11-23 08:02:56,316 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,332 [salt.state       ][INFO    ][10877] Sysctl value net.nf_conntrack_max = 1048576 is already set
2017-11-23 08:02:56,333 [salt.state       ][INFO    ][10877] Completed state [net.nf_conntrack_max] at time 08:02:56.332612 duration_in_ms=17.737
2017-11-23 08:02:56,333 [salt.state       ][INFO    ][10877] Running state [net.ipv4.tcp_retries2] at time 08:02:56.333113
2017-11-23 08:02:56,334 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.tcp_retries2
2017-11-23 08:02:56,334 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,351 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.tcp_retries2 = 5 is already set
2017-11-23 08:02:56,351 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.tcp_retries2] at time 08:02:56.351219 duration_in_ms=18.106
2017-11-23 08:02:56,352 [salt.state       ][INFO    ][10877] Running state [net.ipv4.tcp_fin_timeout] at time 08:02:56.351814
2017-11-23 08:02:56,352 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.tcp_fin_timeout
2017-11-23 08:02:56,353 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,371 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.tcp_fin_timeout = 30 is already set
2017-11-23 08:02:56,371 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.tcp_fin_timeout] at time 08:02:56.371343 duration_in_ms=19.529
2017-11-23 08:02:56,372 [salt.state       ][INFO    ][10877] Running state [net.ipv4.tcp_slow_start_after_idle] at time 08:02:56.371805
2017-11-23 08:02:56,372 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.tcp_slow_start_after_idle
2017-11-23 08:02:56,373 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,390 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.tcp_slow_start_after_idle = 0 is already set
2017-11-23 08:02:56,391 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.tcp_slow_start_after_idle] at time 08:02:56.390607 duration_in_ms=18.801
2017-11-23 08:02:56,391 [salt.state       ][INFO    ][10877] Running state [vm.swappiness] at time 08:02:56.391059
2017-11-23 08:02:56,391 [salt.state       ][INFO    ][10877] Executing state sysctl.present for vm.swappiness
2017-11-23 08:02:56,392 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,411 [salt.state       ][INFO    ][10877] Sysctl value vm.swappiness = 10 is already set
2017-11-23 08:02:56,412 [salt.state       ][INFO    ][10877] Completed state [vm.swappiness] at time 08:02:56.411960 duration_in_ms=20.9
2017-11-23 08:02:56,412 [salt.state       ][INFO    ][10877] Running state [net.ipv4.tcp_keepalive_intvl] at time 08:02:56.412419
2017-11-23 08:02:56,413 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.tcp_keepalive_intvl
2017-11-23 08:02:56,414 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,432 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.tcp_keepalive_intvl = 3 is already set
2017-11-23 08:02:56,433 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.tcp_keepalive_intvl] at time 08:02:56.432969 duration_in_ms=20.536
2017-11-23 08:02:56,434 [salt.state       ][INFO    ][10877] Running state [net.ipv4.neigh.default.gc_thresh1] at time 08:02:56.433481
2017-11-23 08:02:56,434 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh1
2017-11-23 08:02:56,435 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,454 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.neigh.default.gc_thresh1 = 4096 is already set
2017-11-23 08:02:56,455 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.neigh.default.gc_thresh1] at time 08:02:56.454514 duration_in_ms=21.032
2017-11-23 08:02:56,455 [salt.state       ][INFO    ][10877] Running state [net.ipv4.neigh.default.gc_thresh2] at time 08:02:56.454959
2017-11-23 08:02:56,455 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh2
2017-11-23 08:02:56,456 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,475 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.neigh.default.gc_thresh2 = 8192 is already set
2017-11-23 08:02:56,476 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.neigh.default.gc_thresh2] at time 08:02:56.475522 duration_in_ms=20.562
2017-11-23 08:02:56,476 [salt.state       ][INFO    ][10877] Running state [net.ipv4.neigh.default.gc_thresh3] at time 08:02:56.475967
2017-11-23 08:02:56,476 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh3
2017-11-23 08:02:56,477 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,495 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.neigh.default.gc_thresh3 = 16384 is already set
2017-11-23 08:02:56,496 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.neigh.default.gc_thresh3] at time 08:02:56.496066 duration_in_ms=20.098
2017-11-23 08:02:56,497 [salt.state       ][INFO    ][10877] Running state [net.core.netdev_max_backlog] at time 08:02:56.496513
2017-11-23 08:02:56,497 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.core.netdev_max_backlog
2017-11-23 08:02:56,498 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,516 [salt.state       ][INFO    ][10877] Sysctl value net.core.netdev_max_backlog = 261144 is already set
2017-11-23 08:02:56,516 [salt.state       ][INFO    ][10877] Completed state [net.core.netdev_max_backlog] at time 08:02:56.515993 duration_in_ms=19.479
2017-11-23 08:02:56,516 [salt.state       ][INFO    ][10877] Running state [net.ipv4.tcp_keepalive_time] at time 08:02:56.516264
2017-11-23 08:02:56,517 [salt.state       ][INFO    ][10877] Executing state sysctl.present for net.ipv4.tcp_keepalive_time
2017-11-23 08:02:56,517 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,533 [salt.state       ][INFO    ][10877] Sysctl value net.ipv4.tcp_keepalive_time = 30 is already set
2017-11-23 08:02:56,534 [salt.state       ][INFO    ][10877] Completed state [net.ipv4.tcp_keepalive_time] at time 08:02:56.534033 duration_in_ms=17.768
2017-11-23 08:02:56,535 [salt.state       ][INFO    ][10877] Running state [kernel.panic] at time 08:02:56.534478
2017-11-23 08:02:56,535 [salt.state       ][INFO    ][10877] Executing state sysctl.present for kernel.panic
2017-11-23 08:02:56,536 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'sysctl -a' in directory '/root'
2017-11-23 08:02:56,553 [salt.state       ][INFO    ][10877] Sysctl value kernel.panic = 60 is already set
2017-11-23 08:02:56,554 [salt.state       ][INFO    ][10877] Completed state [kernel.panic] at time 08:02:56.553461 duration_in_ms=18.982
2017-11-23 08:02:56,554 [salt.state       ][INFO    ][10877] Running state [linux_sysfs_package] at time 08:02:56.553937
2017-11-23 08:02:56,554 [salt.state       ][INFO    ][10877] Executing state pkg.installed for linux_sysfs_package
2017-11-23 08:02:56,559 [salt.state       ][INFO    ][10877] All specified packages are already installed
2017-11-23 08:02:56,560 [salt.state       ][INFO    ][10877] Completed state [linux_sysfs_package] at time 08:02:56.559478 duration_in_ms=5.541
2017-11-23 08:02:56,561 [salt.state       ][INFO    ][10877] Running state [/etc/sysfs.d] at time 08:02:56.561176
2017-11-23 08:02:56,562 [salt.state       ][INFO    ][10877] Executing state file.directory for /etc/sysfs.d
2017-11-23 08:02:56,562 [salt.state       ][INFO    ][10877] Directory /etc/sysfs.d is in the correct state
2017-11-23 08:02:56,563 [salt.state       ][INFO    ][10877] Completed state [/etc/sysfs.d] at time 08:02:56.562629 duration_in_ms=1.452
2017-11-23 08:02:56,563 [salt.state       ][INFO    ][10877] Running state [ondemand] at time 08:02:56.563369
2017-11-23 08:02:56,564 [salt.state       ][INFO    ][10877] Executing state service.dead for ondemand
2017-11-23 08:02:56,564 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['systemctl', 'status', 'ondemand.service', '-n', '0'] in directory '/root'
2017-11-23 08:02:56,575 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2017-11-23 08:02:56,584 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2017-11-23 08:02:56,598 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'runlevel' in directory '/root'
2017-11-23 08:02:56,606 [salt.state       ][INFO    ][10877] The service ondemand is already dead
2017-11-23 08:02:56,606 [salt.state       ][INFO    ][10877] Completed state [ondemand] at time 08:02:56.606397 duration_in_ms=43.028
2017-11-23 08:02:56,607 [salt.state       ][INFO    ][10877] Running state [cs_CZ.UTF-8] at time 08:02:56.607022
2017-11-23 08:02:56,607 [salt.state       ][INFO    ][10877] Executing state locale.present for cs_CZ.UTF-8
2017-11-23 08:02:56,608 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'locale -a' in directory '/root'
2017-11-23 08:02:56,614 [salt.state       ][INFO    ][10877] Locale cs_CZ.UTF-8 is already present
2017-11-23 08:02:56,614 [salt.state       ][INFO    ][10877] Completed state [cs_CZ.UTF-8] at time 08:02:56.614388 duration_in_ms=7.366
2017-11-23 08:02:56,615 [salt.state       ][INFO    ][10877] Running state [en_US.UTF-8] at time 08:02:56.614614
2017-11-23 08:02:56,615 [salt.state       ][INFO    ][10877] Executing state locale.present for en_US.UTF-8
2017-11-23 08:02:56,615 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'locale -a' in directory '/root'
2017-11-23 08:02:56,620 [salt.state       ][INFO    ][10877] Locale en_US.UTF-8 is already present
2017-11-23 08:02:56,621 [salt.state       ][INFO    ][10877] Completed state [en_US.UTF-8] at time 08:02:56.620696 duration_in_ms=6.08
2017-11-23 08:02:56,622 [salt.state       ][INFO    ][10877] Running state [en_US.UTF-8] at time 08:02:56.621973
2017-11-23 08:02:56,622 [salt.state       ][INFO    ][10877] Executing state locale.system for en_US.UTF-8
2017-11-23 08:02:56,623 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'localectl' in directory '/root'
2017-11-23 08:02:56,649 [salt.state       ][INFO    ][10877] System locale en_US.UTF-8 already set
2017-11-23 08:02:56,649 [salt.state       ][INFO    ][10877] Completed state [en_US.UTF-8] at time 08:02:56.648953 duration_in_ms=26.98
2017-11-23 08:02:56,650 [salt.state       ][INFO    ][10877] Running state [root] at time 08:02:56.650237
2017-11-23 08:02:56,651 [salt.state       ][INFO    ][10877] Executing state user.present for root
2017-11-23 08:02:56,652 [salt.state       ][INFO    ][10877] User root is present and up to date
2017-11-23 08:02:56,652 [salt.state       ][INFO    ][10877] Completed state [root] at time 08:02:56.652050 duration_in_ms=1.813
2017-11-23 08:02:56,654 [salt.state       ][INFO    ][10877] Running state [/root] at time 08:02:56.653526
2017-11-23 08:02:56,654 [salt.state       ][INFO    ][10877] Executing state file.directory for /root
2017-11-23 08:02:56,655 [salt.state       ][INFO    ][10877] Directory /root is in the correct state
2017-11-23 08:02:56,655 [salt.state       ][INFO    ][10877] Completed state [/root] at time 08:02:56.654869 duration_in_ms=1.343
2017-11-23 08:02:56,655 [salt.state       ][INFO    ][10877] Running state [/etc/sudoers.d/90-salt-user-root] at time 08:02:56.655191
2017-11-23 08:02:56,656 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2017-11-23 08:02:56,656 [salt.state       ][INFO    ][10877] File /etc/sudoers.d/90-salt-user-root is not present
2017-11-23 08:02:56,656 [salt.state       ][INFO    ][10877] Completed state [/etc/sudoers.d/90-salt-user-root] at time 08:02:56.656201 duration_in_ms=1.009
2017-11-23 08:02:56,657 [salt.state       ][INFO    ][10877] Running state [ubuntu] at time 08:02:56.656527
2017-11-23 08:02:56,657 [salt.state       ][INFO    ][10877] Executing state user.present for ubuntu
2017-11-23 08:02:56,658 [salt.state       ][INFO    ][10877] User ubuntu is present and up to date
2017-11-23 08:02:56,658 [salt.state       ][INFO    ][10877] Completed state [ubuntu] at time 08:02:56.658157 duration_in_ms=1.63
2017-11-23 08:02:56,659 [salt.state       ][INFO    ][10877] Running state [/home/ubuntu] at time 08:02:56.659284
2017-11-23 08:02:56,660 [salt.state       ][INFO    ][10877] Executing state file.directory for /home/ubuntu
2017-11-23 08:02:56,660 [salt.state       ][INFO    ][10877] Directory /home/ubuntu is in the correct state
2017-11-23 08:02:56,661 [salt.state       ][INFO    ][10877] Completed state [/home/ubuntu] at time 08:02:56.660558 duration_in_ms=1.274
2017-11-23 08:02:56,662 [salt.state       ][INFO    ][10877] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 08:02:56.661635
2017-11-23 08:02:56,662 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2017-11-23 08:02:56,679 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/sudoer'
2017-11-23 08:02:56,684 [salt.state       ][INFO    ][10877] File /etc/sudoers.d/90-salt-user-ubuntu is in the correct state
2017-11-23 08:02:56,684 [salt.state       ][INFO    ][10877] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 08:02:56.683863 duration_in_ms=22.225
2017-11-23 08:02:56,684 [salt.state       ][INFO    ][10877] Running state [/etc/security/limits.d/90-salt-default.conf] at time 08:02:56.684160
2017-11-23 08:02:56,684 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/security/limits.d/90-salt-default.conf
2017-11-23 08:02:56,705 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/limits.conf'
2017-11-23 08:02:56,727 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:56,787 [salt.state       ][INFO    ][10877] File /etc/security/limits.d/90-salt-default.conf is in the correct state
2017-11-23 08:02:56,787 [salt.state       ][INFO    ][10877] Completed state [/etc/security/limits.d/90-salt-default.conf] at time 08:02:56.787340 duration_in_ms=103.179
2017-11-23 08:02:56,788 [salt.state       ][INFO    ][10877] Running state [/etc/systemd/system.conf.d/90-salt.conf] at time 08:02:56.787565
2017-11-23 08:02:56,788 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/systemd/system.conf.d/90-salt.conf
2017-11-23 08:02:56,804 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/systemd.conf'
2017-11-23 08:02:56,825 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 08:02:56,884 [salt.state       ][INFO    ][10877] File /etc/systemd/system.conf.d/90-salt.conf is in the correct state
2017-11-23 08:02:56,884 [salt.state       ][INFO    ][10877] Completed state [/etc/systemd/system.conf.d/90-salt.conf] at time 08:02:56.883985 duration_in_ms=96.419
2017-11-23 08:02:56,885 [salt.state       ][INFO    ][10877] Running state [service.systemctl_reload] at time 08:02:56.885417
2017-11-23 08:02:56,886 [salt.state       ][INFO    ][10877] Executing state module.wait for service.systemctl_reload
2017-11-23 08:02:56,886 [salt.state       ][INFO    ][10877] No changes made for service.systemctl_reload
2017-11-23 08:02:56,886 [salt.state       ][INFO    ][10877] Completed state [service.systemctl_reload] at time 08:02:56.886050 duration_in_ms=0.633
2017-11-23 08:02:56,886 [salt.state       ][INFO    ][10877] Running state [/etc/hostname] at time 08:02:56.886237
2017-11-23 08:02:56,886 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/hostname
2017-11-23 08:02:56,908 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'linux/files/hostname'
2017-11-23 08:02:56,910 [salt.state       ][INFO    ][10877] File /etc/hostname is in the correct state
2017-11-23 08:02:56,910 [salt.state       ][INFO    ][10877] Completed state [/etc/hostname] at time 08:02:56.910160 duration_in_ms=23.921
2017-11-23 08:02:56,912 [salt.state       ][INFO    ][10877] Running state [hostname prx01] at time 08:02:56.911737
2017-11-23 08:02:56,912 [salt.state       ][INFO    ][10877] Executing state cmd.wait for hostname prx01
2017-11-23 08:02:56,912 [salt.state       ][INFO    ][10877] No changes made for hostname prx01
2017-11-23 08:02:56,912 [salt.state       ][INFO    ][10877] Completed state [hostname prx01] at time 08:02:56.912369 duration_in_ms=0.632
2017-11-23 08:02:56,913 [salt.state       ][INFO    ][10877] Running state [mdb02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.912771
2017-11-23 08:02:56,913 [salt.state       ][INFO    ][10877] Executing state host.present for mdb02.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:56,913 [salt.state       ][INFO    ][10877] Host mdb02.baremetal-mcp-ocata-odl-ha.local (192.168.10.77) already present
2017-11-23 08:02:56,914 [salt.state       ][INFO    ][10877] Completed state [mdb02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.913614 duration_in_ms=0.842
2017-11-23 08:02:56,914 [salt.state       ][INFO    ][10877] Running state [mdb02] at time 08:02:56.913795
2017-11-23 08:02:56,914 [salt.state       ][INFO    ][10877] Executing state host.present for mdb02
2017-11-23 08:02:56,914 [salt.state       ][INFO    ][10877] Host mdb02 (192.168.10.77) already present
2017-11-23 08:02:56,915 [salt.state       ][INFO    ][10877] Completed state [mdb02] at time 08:02:56.914484 duration_in_ms=0.689
2017-11-23 08:02:56,915 [salt.state       ][INFO    ][10877] Running state [mdb03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.914688
2017-11-23 08:02:56,915 [salt.state       ][INFO    ][10877] Executing state host.present for mdb03.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:56,915 [salt.state       ][INFO    ][10877] Host mdb03.baremetal-mcp-ocata-odl-ha.local (192.168.10.78) already present
2017-11-23 08:02:56,915 [salt.state       ][INFO    ][10877] Completed state [mdb03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.915407 duration_in_ms=0.719
2017-11-23 08:02:56,916 [salt.state       ][INFO    ][10877] Running state [mdb03] at time 08:02:56.915608
2017-11-23 08:02:56,916 [salt.state       ][INFO    ][10877] Executing state host.present for mdb03
2017-11-23 08:02:56,917 [salt.state       ][INFO    ][10877] Host mdb03 (192.168.10.78) already present
2017-11-23 08:02:56,917 [salt.state       ][INFO    ][10877] Completed state [mdb03] at time 08:02:56.916764 duration_in_ms=1.155
2017-11-23 08:02:56,917 [salt.state       ][INFO    ][10877] Running state [mdb01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.917175
2017-11-23 08:02:56,918 [salt.state       ][INFO    ][10877] Executing state host.present for mdb01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:56,918 [salt.state       ][INFO    ][10877] Host mdb01.baremetal-mcp-ocata-odl-ha.local (192.168.10.76) already present
2017-11-23 08:02:56,918 [salt.state       ][INFO    ][10877] Completed state [mdb01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.918321 duration_in_ms=1.146
2017-11-23 08:02:56,919 [salt.state       ][INFO    ][10877] Running state [mdb01] at time 08:02:56.918616
2017-11-23 08:02:56,919 [salt.state       ][INFO    ][10877] Executing state host.present for mdb01
2017-11-23 08:02:56,919 [salt.state       ][INFO    ][10877] Host mdb01 (192.168.10.76) already present
2017-11-23 08:02:56,919 [salt.state       ][INFO    ][10877] Completed state [mdb01] at time 08:02:56.919426 duration_in_ms=0.81
2017-11-23 08:02:56,920 [salt.state       ][INFO    ][10877] Running state [mdb] at time 08:02:56.919629
2017-11-23 08:02:56,920 [salt.state       ][INFO    ][10877] Executing state host.present for mdb
2017-11-23 08:02:56,920 [salt.state       ][INFO    ][10877] Host mdb (192.168.10.75) already present
2017-11-23 08:02:56,920 [salt.state       ][INFO    ][10877] Completed state [mdb] at time 08:02:56.920351 duration_in_ms=0.722
2017-11-23 08:02:56,921 [salt.state       ][INFO    ][10877] Running state [mdb.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.920529
2017-11-23 08:02:56,921 [salt.state       ][INFO    ][10877] Executing state host.present for mdb.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:56,921 [salt.state       ][INFO    ][10877] Host mdb.baremetal-mcp-ocata-odl-ha.local (192.168.10.75) already present
2017-11-23 08:02:56,921 [salt.state       ][INFO    ][10877] Completed state [mdb.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.921284 duration_in_ms=0.754
2017-11-23 08:02:56,922 [salt.state       ][INFO    ][10877] Running state [cfg01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.921488
2017-11-23 08:02:56,922 [salt.state       ][INFO    ][10877] Executing state host.present for cfg01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:56,922 [salt.state       ][INFO    ][10877] Host cfg01.baremetal-mcp-ocata-odl-ha.local (192.168.10.100) already present
2017-11-23 08:02:56,922 [salt.state       ][INFO    ][10877] Completed state [cfg01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.922202 duration_in_ms=0.714
2017-11-23 08:02:56,922 [salt.state       ][INFO    ][10877] Running state [cfg01] at time 08:02:56.922380
2017-11-23 08:02:56,923 [salt.state       ][INFO    ][10877] Executing state host.present for cfg01
2017-11-23 08:02:56,923 [salt.state       ][INFO    ][10877] Host cfg01 (192.168.10.100) already present
2017-11-23 08:02:56,923 [salt.state       ][INFO    ][10877] Completed state [cfg01] at time 08:02:56.923065 duration_in_ms=0.684
2017-11-23 08:02:56,923 [salt.state       ][INFO    ][10877] Running state [prx01] at time 08:02:56.923247
2017-11-23 08:02:56,923 [salt.state       ][INFO    ][10877] Executing state host.present for prx01
2017-11-23 08:02:56,924 [salt.state       ][INFO    ][10877] Host prx01 (192.168.10.104) already present
2017-11-23 08:02:56,924 [salt.state       ][INFO    ][10877] Completed state [prx01] at time 08:02:56.923977 duration_in_ms=0.73
2017-11-23 08:02:56,924 [salt.state       ][INFO    ][10877] Running state [prx01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.924154
2017-11-23 08:02:56,924 [salt.state       ][INFO    ][10877] Executing state host.present for prx01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:56,925 [salt.state       ][INFO    ][10877] Host prx01.baremetal-mcp-ocata-odl-ha.local (192.168.10.104) already present
2017-11-23 08:02:56,925 [salt.state       ][INFO    ][10877] Completed state [prx01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:56.924842 duration_in_ms=0.688
2017-11-23 08:02:56,926 [salt.state       ][INFO    ][10877] Running state [file.replace] at time 08:02:56.926037
2017-11-23 08:02:56,926 [salt.state       ][INFO    ][10877] Executing state module.run for file.replace
2017-11-23 08:02:57,019 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command 'grep -q "prx01 prx01.baremetal-mcp-ocata-odl-ha.local" /etc/hosts' in directory '/root'
2017-11-23 08:02:57,028 [salt.state       ][INFO    ][10877] {'ret': '--- \n+++ \n@@ -8,7 +8,7 @@\n 192.168.10.76\t\tmdb01.baremetal-mcp-ocata-odl-ha.local mdb01\n 192.168.10.75\t\tmdb mdb.baremetal-mcp-ocata-odl-ha.local\n 192.168.10.100\t\tcfg01.baremetal-mcp-ocata-odl-ha.local cfg01\n-192.168.10.104\t\tprx01 prx01.baremetal-mcp-ocata-odl-ha.local\n+192.168.10.104\t\tprx01.baremetal-mcp-ocata-odl-ha.local prx01\n 192.168.10.141\t\tkvm01.baremetal-mcp-ocata-odl-ha.local kvm01\n 192.168.10.143\t\tkvm03.baremetal-mcp-ocata-odl-ha.local kvm03\n 192.168.10.142\t\tkvm02.baremetal-mcp-ocata-odl-ha.local kvm02\n'}
2017-11-23 08:02:57,028 [salt.state       ][INFO    ][10877] Completed state [file.replace] at time 08:02:57.028182 duration_in_ms=102.144
2017-11-23 08:02:57,028 [salt.state       ][INFO    ][10877] Running state [kvm01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.028427
2017-11-23 08:02:57,029 [salt.state       ][INFO    ][10877] Executing state host.present for kvm01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,029 [salt.state       ][INFO    ][10877] Host kvm01.baremetal-mcp-ocata-odl-ha.local (192.168.10.141) already present
2017-11-23 08:02:57,029 [salt.state       ][INFO    ][10877] Completed state [kvm01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.029273 duration_in_ms=0.845
2017-11-23 08:02:57,030 [salt.state       ][INFO    ][10877] Running state [kvm01] at time 08:02:57.029481
2017-11-23 08:02:57,030 [salt.state       ][INFO    ][10877] Executing state host.present for kvm01
2017-11-23 08:02:57,030 [salt.state       ][INFO    ][10877] Host kvm01 (192.168.10.141) already present
2017-11-23 08:02:57,030 [salt.state       ][INFO    ][10877] Completed state [kvm01] at time 08:02:57.030233 duration_in_ms=0.752
2017-11-23 08:02:57,030 [salt.state       ][INFO    ][10877] Running state [kvm03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.030427
2017-11-23 08:02:57,031 [salt.state       ][INFO    ][10877] Executing state host.present for kvm03.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,031 [salt.state       ][INFO    ][10877] Host kvm03.baremetal-mcp-ocata-odl-ha.local (192.168.10.143) already present
2017-11-23 08:02:57,031 [salt.state       ][INFO    ][10877] Completed state [kvm03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.031141 duration_in_ms=0.714
2017-11-23 08:02:57,031 [salt.state       ][INFO    ][10877] Running state [kvm03] at time 08:02:57.031321
2017-11-23 08:02:57,031 [salt.state       ][INFO    ][10877] Executing state host.present for kvm03
2017-11-23 08:02:57,032 [salt.state       ][INFO    ][10877] Host kvm03 (192.168.10.143) already present
2017-11-23 08:02:57,032 [salt.state       ][INFO    ][10877] Completed state [kvm03] at time 08:02:57.032301 duration_in_ms=0.981
2017-11-23 08:02:57,033 [salt.state       ][INFO    ][10877] Running state [kvm02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.032496
2017-11-23 08:02:57,033 [salt.state       ][INFO    ][10877] Executing state host.present for kvm02.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,033 [salt.state       ][INFO    ][10877] Host kvm02.baremetal-mcp-ocata-odl-ha.local (192.168.10.142) already present
2017-11-23 08:02:57,033 [salt.state       ][INFO    ][10877] Completed state [kvm02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.033229 duration_in_ms=0.733
2017-11-23 08:02:57,033 [salt.state       ][INFO    ][10877] Running state [kvm02] at time 08:02:57.033426
2017-11-23 08:02:57,034 [salt.state       ][INFO    ][10877] Executing state host.present for kvm02
2017-11-23 08:02:57,034 [salt.state       ][INFO    ][10877] Host kvm02 (192.168.10.142) already present
2017-11-23 08:02:57,034 [salt.state       ][INFO    ][10877] Completed state [kvm02] at time 08:02:57.034173 duration_in_ms=0.747
2017-11-23 08:02:57,034 [salt.state       ][INFO    ][10877] Running state [dbs] at time 08:02:57.034350
2017-11-23 08:02:57,035 [salt.state       ][INFO    ][10877] Executing state host.present for dbs
2017-11-23 08:02:57,035 [salt.state       ][INFO    ][10877] Host dbs (192.168.10.50) already present
2017-11-23 08:02:57,035 [salt.state       ][INFO    ][10877] Completed state [dbs] at time 08:02:57.035064 duration_in_ms=0.714
2017-11-23 08:02:57,035 [salt.state       ][INFO    ][10877] Running state [dbs.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.035244
2017-11-23 08:02:57,035 [salt.state       ][INFO    ][10877] Executing state host.present for dbs.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,036 [salt.state       ][INFO    ][10877] Host dbs.baremetal-mcp-ocata-odl-ha.local (192.168.10.50) already present
2017-11-23 08:02:57,036 [salt.state       ][INFO    ][10877] Completed state [dbs.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.035959 duration_in_ms=0.715
2017-11-23 08:02:57,036 [salt.state       ][INFO    ][10877] Running state [prx.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.036137
2017-11-23 08:02:57,036 [salt.state       ][INFO    ][10877] Executing state host.present for prx.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,037 [salt.state       ][INFO    ][10877] Host prx.baremetal-mcp-ocata-odl-ha.local (100.64.200.103) already present
2017-11-23 08:02:57,037 [salt.state       ][INFO    ][10877] Completed state [prx.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.036849 duration_in_ms=0.712
2017-11-23 08:02:57,037 [salt.state       ][INFO    ][10877] Running state [prx] at time 08:02:57.037044
2017-11-23 08:02:57,037 [salt.state       ][INFO    ][10877] Executing state host.present for prx
2017-11-23 08:02:57,038 [salt.state       ][INFO    ][10877] Host prx (100.64.200.103) already present
2017-11-23 08:02:57,038 [salt.state       ][INFO    ][10877] Completed state [prx] at time 08:02:57.037785 duration_in_ms=0.74
2017-11-23 08:02:57,038 [salt.state       ][INFO    ][10877] Running state [prx02] at time 08:02:57.037971
2017-11-23 08:02:57,038 [salt.state       ][INFO    ][10877] Executing state host.present for prx02
2017-11-23 08:02:57,039 [salt.state       ][INFO    ][10877] Host prx02 (192.168.10.105) already present
2017-11-23 08:02:57,039 [salt.state       ][INFO    ][10877] Completed state [prx02] at time 08:02:57.038680 duration_in_ms=0.709
2017-11-23 08:02:57,039 [salt.state       ][INFO    ][10877] Running state [prx02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.038871
2017-11-23 08:02:57,039 [salt.state       ][INFO    ][10877] Executing state host.present for prx02.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,039 [salt.state       ][INFO    ][10877] Host prx02.baremetal-mcp-ocata-odl-ha.local (192.168.10.105) already present
2017-11-23 08:02:57,040 [salt.state       ][INFO    ][10877] Completed state [prx02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.039583 duration_in_ms=0.712
2017-11-23 08:02:57,040 [salt.state       ][INFO    ][10877] Running state [msg02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.039765
2017-11-23 08:02:57,040 [salt.state       ][INFO    ][10877] Executing state host.present for msg02.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,040 [salt.state       ][INFO    ][10877] Host msg02.baremetal-mcp-ocata-odl-ha.local (192.168.10.42) already present
2017-11-23 08:02:57,041 [salt.state       ][INFO    ][10877] Completed state [msg02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.040492 duration_in_ms=0.727
2017-11-23 08:02:57,041 [salt.state       ][INFO    ][10877] Running state [msg02] at time 08:02:57.040684
2017-11-23 08:02:57,041 [salt.state       ][INFO    ][10877] Executing state host.present for msg02
2017-11-23 08:02:57,041 [salt.state       ][INFO    ][10877] Host msg02 (192.168.10.42) already present
2017-11-23 08:02:57,041 [salt.state       ][INFO    ][10877] Completed state [msg02] at time 08:02:57.041455 duration_in_ms=0.771
2017-11-23 08:02:57,042 [salt.state       ][INFO    ][10877] Running state [msg03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.041651
2017-11-23 08:02:57,042 [salt.state       ][INFO    ][10877] Executing state host.present for msg03.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,042 [salt.state       ][INFO    ][10877] Host msg03.baremetal-mcp-ocata-odl-ha.local (192.168.10.43) already present
2017-11-23 08:02:57,042 [salt.state       ][INFO    ][10877] Completed state [msg03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.042360 duration_in_ms=0.709
2017-11-23 08:02:57,043 [salt.state       ][INFO    ][10877] Running state [msg03] at time 08:02:57.042538
2017-11-23 08:02:57,043 [salt.state       ][INFO    ][10877] Executing state host.present for msg03
2017-11-23 08:02:57,043 [salt.state       ][INFO    ][10877] Host msg03 (192.168.10.43) already present
2017-11-23 08:02:57,043 [salt.state       ][INFO    ][10877] Completed state [msg03] at time 08:02:57.043222 duration_in_ms=0.684
2017-11-23 08:02:57,043 [salt.state       ][INFO    ][10877] Running state [msg01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.043397
2017-11-23 08:02:57,044 [salt.state       ][INFO    ][10877] Executing state host.present for msg01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,044 [salt.state       ][INFO    ][10877] Host msg01.baremetal-mcp-ocata-odl-ha.local (192.168.10.41) already present
2017-11-23 08:02:57,044 [salt.state       ][INFO    ][10877] Completed state [msg01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.044076 duration_in_ms=0.679
2017-11-23 08:02:57,044 [salt.state       ][INFO    ][10877] Running state [msg01] at time 08:02:57.044249
2017-11-23 08:02:57,044 [salt.state       ][INFO    ][10877] Executing state host.present for msg01
2017-11-23 08:02:57,045 [salt.state       ][INFO    ][10877] Host msg01 (192.168.10.41) already present
2017-11-23 08:02:57,045 [salt.state       ][INFO    ][10877] Completed state [msg01] at time 08:02:57.044925 duration_in_ms=0.676
2017-11-23 08:02:57,045 [salt.state       ][INFO    ][10877] Running state [msg] at time 08:02:57.045119
2017-11-23 08:02:57,045 [salt.state       ][INFO    ][10877] Executing state host.present for msg
2017-11-23 08:02:57,046 [salt.state       ][INFO    ][10877] Host msg (192.168.10.40) already present
2017-11-23 08:02:57,046 [salt.state       ][INFO    ][10877] Completed state [msg] at time 08:02:57.045837 duration_in_ms=0.718
2017-11-23 08:02:57,046 [salt.state       ][INFO    ][10877] Running state [msg.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.046013
2017-11-23 08:02:57,046 [salt.state       ][INFO    ][10877] Executing state host.present for msg.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,047 [salt.state       ][INFO    ][10877] Host msg.baremetal-mcp-ocata-odl-ha.local (192.168.10.40) already present
2017-11-23 08:02:57,047 [salt.state       ][INFO    ][10877] Completed state [msg.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.046707 duration_in_ms=0.694
2017-11-23 08:02:57,047 [salt.state       ][INFO    ][10877] Running state [cfg01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.046886
2017-11-23 08:02:57,047 [salt.state       ][INFO    ][10877] Executing state host.present for cfg01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,047 [salt.state       ][INFO    ][10877] Host cfg01.baremetal-mcp-ocata-odl-ha.local (192.168.10.100) already present
2017-11-23 08:02:57,048 [salt.state       ][INFO    ][10877] Completed state [cfg01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.047589 duration_in_ms=0.704
2017-11-23 08:02:57,048 [salt.state       ][INFO    ][10877] Running state [cfg01] at time 08:02:57.047765
2017-11-23 08:02:57,048 [salt.state       ][INFO    ][10877] Executing state host.present for cfg01
2017-11-23 08:02:57,048 [salt.state       ][INFO    ][10877] Host cfg01 (192.168.10.100) already present
2017-11-23 08:02:57,048 [salt.state       ][INFO    ][10877] Completed state [cfg01] at time 08:02:57.048433 duration_in_ms=0.668
2017-11-23 08:02:57,049 [salt.state       ][INFO    ][10877] Running state [cmp002] at time 08:02:57.048618
2017-11-23 08:02:57,049 [salt.state       ][INFO    ][10877] Executing state host.present for cmp002
2017-11-23 08:02:57,049 [salt.state       ][INFO    ][10877] Host cmp002 (192.168.10.102) already present
2017-11-23 08:02:57,049 [salt.state       ][INFO    ][10877] Completed state [cmp002] at time 08:02:57.049314 duration_in_ms=0.696
2017-11-23 08:02:57,050 [salt.state       ][INFO    ][10877] Running state [cmp002.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.049507
2017-11-23 08:02:57,050 [salt.state       ][INFO    ][10877] Executing state host.present for cmp002.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,050 [salt.state       ][INFO    ][10877] Host cmp002.baremetal-mcp-ocata-odl-ha.local (192.168.10.102) already present
2017-11-23 08:02:57,050 [salt.state       ][INFO    ][10877] Completed state [cmp002.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.050271 duration_in_ms=0.764
2017-11-23 08:02:57,051 [salt.state       ][INFO    ][10877] Running state [cmp001] at time 08:02:57.050476
2017-11-23 08:02:57,051 [salt.state       ][INFO    ][10877] Executing state host.present for cmp001
2017-11-23 08:02:57,051 [salt.state       ][INFO    ][10877] Host cmp001 (192.168.10.101) already present
2017-11-23 08:02:57,051 [salt.state       ][INFO    ][10877] Completed state [cmp001] at time 08:02:57.051260 duration_in_ms=0.784
2017-11-23 08:02:57,051 [salt.state       ][INFO    ][10877] Running state [cmp001.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.051429
2017-11-23 08:02:57,052 [salt.state       ][INFO    ][10877] Executing state host.present for cmp001.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,052 [salt.state       ][INFO    ][10877] Host cmp001.baremetal-mcp-ocata-odl-ha.local (192.168.10.101) already present
2017-11-23 08:02:57,052 [salt.state       ][INFO    ][10877] Completed state [cmp001.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.052138 duration_in_ms=0.708
2017-11-23 08:02:57,052 [salt.state       ][INFO    ][10877] Running state [dbs01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.052310
2017-11-23 08:02:57,052 [salt.state       ][INFO    ][10877] Executing state host.present for dbs01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,053 [salt.state       ][INFO    ][10877] Host dbs01.baremetal-mcp-ocata-odl-ha.local (192.168.10.51) already present
2017-11-23 08:02:57,053 [salt.state       ][INFO    ][10877] Completed state [dbs01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.053004 duration_in_ms=0.694
2017-11-23 08:02:57,053 [salt.state       ][INFO    ][10877] Running state [dbs01] at time 08:02:57.053191
2017-11-23 08:02:57,053 [salt.state       ][INFO    ][10877] Executing state host.present for dbs01
2017-11-23 08:02:57,054 [salt.state       ][INFO    ][10877] Host dbs01 (192.168.10.51) already present
2017-11-23 08:02:57,054 [salt.state       ][INFO    ][10877] Completed state [dbs01] at time 08:02:57.053919 duration_in_ms=0.727
2017-11-23 08:02:57,054 [salt.state       ][INFO    ][10877] Running state [dbs02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.054088
2017-11-23 08:02:57,054 [salt.state       ][INFO    ][10877] Executing state host.present for dbs02.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,055 [salt.state       ][INFO    ][10877] Host dbs02.baremetal-mcp-ocata-odl-ha.local (192.168.10.52) already present
2017-11-23 08:02:57,055 [salt.state       ][INFO    ][10877] Completed state [dbs02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.054776 duration_in_ms=0.687
2017-11-23 08:02:57,055 [salt.state       ][INFO    ][10877] Running state [dbs02] at time 08:02:57.054944
2017-11-23 08:02:57,055 [salt.state       ][INFO    ][10877] Executing state host.present for dbs02
2017-11-23 08:02:57,056 [salt.state       ][INFO    ][10877] Host dbs02 (192.168.10.52) already present
2017-11-23 08:02:57,056 [salt.state       ][INFO    ][10877] Completed state [dbs02] at time 08:02:57.055642 duration_in_ms=0.698
2017-11-23 08:02:57,056 [salt.state       ][INFO    ][10877] Running state [dbs03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.055839
2017-11-23 08:02:57,056 [salt.state       ][INFO    ][10877] Executing state host.present for dbs03.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,056 [salt.state       ][INFO    ][10877] Host dbs03.baremetal-mcp-ocata-odl-ha.local (192.168.10.53) already present
2017-11-23 08:02:57,057 [salt.state       ][INFO    ][10877] Completed state [dbs03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.056557 duration_in_ms=0.705
2017-11-23 08:02:57,057 [salt.state       ][INFO    ][10877] Running state [dbs03] at time 08:02:57.056733
2017-11-23 08:02:57,057 [salt.state       ][INFO    ][10877] Executing state host.present for dbs03
2017-11-23 08:02:57,057 [salt.state       ][INFO    ][10877] Host dbs03 (192.168.10.53) already present
2017-11-23 08:02:57,058 [salt.state       ][INFO    ][10877] Completed state [dbs03] at time 08:02:57.057477 duration_in_ms=0.744
2017-11-23 08:02:57,058 [salt.state       ][INFO    ][10877] Running state [odl01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.057670
2017-11-23 08:02:57,058 [salt.state       ][INFO    ][10877] Executing state host.present for odl01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,058 [salt.state       ][INFO    ][10877] Host odl01.baremetal-mcp-ocata-odl-ha.local (192.168.10.111) already present
2017-11-23 08:02:57,058 [salt.state       ][INFO    ][10877] Completed state [odl01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.058410 duration_in_ms=0.74
2017-11-23 08:02:57,059 [salt.state       ][INFO    ][10877] Running state [odl01] at time 08:02:57.058600
2017-11-23 08:02:57,059 [salt.state       ][INFO    ][10877] Executing state host.present for odl01
2017-11-23 08:02:57,059 [salt.state       ][INFO    ][10877] Host odl01 (192.168.10.111) already present
2017-11-23 08:02:57,059 [salt.state       ][INFO    ][10877] Completed state [odl01] at time 08:02:57.059268 duration_in_ms=0.668
2017-11-23 08:02:57,059 [salt.state       ][INFO    ][10877] Running state [mas01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.059438
2017-11-23 08:02:57,060 [salt.state       ][INFO    ][10877] Executing state host.present for mas01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,060 [salt.state       ][INFO    ][10877] Host mas01.baremetal-mcp-ocata-odl-ha.local (192.168.10.3) already present
2017-11-23 08:02:57,060 [salt.state       ][INFO    ][10877] Completed state [mas01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.060213 duration_in_ms=0.775
2017-11-23 08:02:57,060 [salt.state       ][INFO    ][10877] Running state [mas01] at time 08:02:57.060409
2017-11-23 08:02:57,061 [salt.state       ][INFO    ][10877] Executing state host.present for mas01
2017-11-23 08:02:57,061 [salt.state       ][INFO    ][10877] Host mas01 (192.168.10.3) already present
2017-11-23 08:02:57,061 [salt.state       ][INFO    ][10877] Completed state [mas01] at time 08:02:57.061146 duration_in_ms=0.738
2017-11-23 08:02:57,061 [salt.state       ][INFO    ][10877] Running state [ctl02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.061320
2017-11-23 08:02:57,062 [salt.state       ][INFO    ][10877] Executing state host.present for ctl02.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,062 [salt.state       ][INFO    ][10877] Host ctl02.baremetal-mcp-ocata-odl-ha.local (192.168.10.12) already present
2017-11-23 08:02:57,062 [salt.state       ][INFO    ][10877] Completed state [ctl02.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.062063 duration_in_ms=0.743
2017-11-23 08:02:57,062 [salt.state       ][INFO    ][10877] Running state [ctl02] at time 08:02:57.062243
2017-11-23 08:02:57,062 [salt.state       ][INFO    ][10877] Executing state host.present for ctl02
2017-11-23 08:02:57,063 [salt.state       ][INFO    ][10877] Host ctl02 (192.168.10.12) already present
2017-11-23 08:02:57,063 [salt.state       ][INFO    ][10877] Completed state [ctl02] at time 08:02:57.062938 duration_in_ms=0.695
2017-11-23 08:02:57,063 [salt.state       ][INFO    ][10877] Running state [ctl03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.063119
2017-11-23 08:02:57,063 [salt.state       ][INFO    ][10877] Executing state host.present for ctl03.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,064 [salt.state       ][INFO    ][10877] Host ctl03.baremetal-mcp-ocata-odl-ha.local (192.168.10.13) already present
2017-11-23 08:02:57,064 [salt.state       ][INFO    ][10877] Completed state [ctl03.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.063849 duration_in_ms=0.729
2017-11-23 08:02:57,064 [salt.state       ][INFO    ][10877] Running state [ctl03] at time 08:02:57.064032
2017-11-23 08:02:57,064 [salt.state       ][INFO    ][10877] Executing state host.present for ctl03
2017-11-23 08:02:57,065 [salt.state       ][INFO    ][10877] Host ctl03 (192.168.10.13) already present
2017-11-23 08:02:57,065 [salt.state       ][INFO    ][10877] Completed state [ctl03] at time 08:02:57.064774 duration_in_ms=0.742
2017-11-23 08:02:57,065 [salt.state       ][INFO    ][10877] Running state [ctl01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.064993
2017-11-23 08:02:57,065 [salt.state       ][INFO    ][10877] Executing state host.present for ctl01.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,066 [salt.state       ][INFO    ][10877] Host ctl01.baremetal-mcp-ocata-odl-ha.local (192.168.10.11) already present
2017-11-23 08:02:57,066 [salt.state       ][INFO    ][10877] Completed state [ctl01.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.065796 duration_in_ms=0.803
2017-11-23 08:02:57,066 [salt.state       ][INFO    ][10877] Running state [ctl01] at time 08:02:57.065981
2017-11-23 08:02:57,066 [salt.state       ][INFO    ][10877] Executing state host.present for ctl01
2017-11-23 08:02:57,067 [salt.state       ][INFO    ][10877] Host ctl01 (192.168.10.11) already present
2017-11-23 08:02:57,067 [salt.state       ][INFO    ][10877] Completed state [ctl01] at time 08:02:57.066669 duration_in_ms=0.688
2017-11-23 08:02:57,067 [salt.state       ][INFO    ][10877] Running state [ctl] at time 08:02:57.066846
2017-11-23 08:02:57,067 [salt.state       ][INFO    ][10877] Executing state host.present for ctl
2017-11-23 08:02:57,067 [salt.state       ][INFO    ][10877] Host ctl (192.168.10.10) already present
2017-11-23 08:02:57,068 [salt.state       ][INFO    ][10877] Completed state [ctl] at time 08:02:57.067567 duration_in_ms=0.721
2017-11-23 08:02:57,068 [salt.state       ][INFO    ][10877] Running state [ctl.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.067749
2017-11-23 08:02:57,068 [salt.state       ][INFO    ][10877] Executing state host.present for ctl.baremetal-mcp-ocata-odl-ha.local
2017-11-23 08:02:57,068 [salt.state       ][INFO    ][10877] Host ctl.baremetal-mcp-ocata-odl-ha.local (192.168.10.10) already present
2017-11-23 08:02:57,068 [salt.state       ][INFO    ][10877] Completed state [ctl.baremetal-mcp-ocata-odl-ha.local] at time 08:02:57.068447 duration_in_ms=0.697
2017-11-23 08:02:57,069 [salt.state       ][INFO    ][10877] Running state [ens4] at time 08:02:57.068617
2017-11-23 08:02:57,069 [salt.state       ][INFO    ][10877] Executing state network.managed for ens4
2017-11-23 08:02:57,470 [salt.state       ][INFO    ][10877] Interface ens4 is up to date.
2017-11-23 08:02:57,470 [salt.state       ][INFO    ][10877] Completed state [ens4] at time 08:02:57.470242 duration_in_ms=401.624
2017-11-23 08:02:57,471 [salt.state       ][INFO    ][10877] Running state [ens2] at time 08:02:57.470657
2017-11-23 08:02:57,471 [salt.state       ][INFO    ][10877] Executing state network.managed for ens2
2017-11-23 08:02:57,816 [salt.state       ][INFO    ][10877] Interface ens2 is up to date.
2017-11-23 08:02:57,816 [salt.state       ][INFO    ][10877] Completed state [ens2] at time 08:02:57.816400 duration_in_ms=345.743
2017-11-23 08:02:57,817 [salt.state       ][INFO    ][10877] Running state [ens2] at time 08:02:57.816814
2017-11-23 08:02:57,817 [salt.state       ][INFO    ][10877] Executing state network.routes for ens2
2017-11-23 08:02:57,824 [salt.state       ][INFO    ][10877] Interface ens2 routes are up to date.
2017-11-23 08:02:57,825 [salt.state       ][INFO    ][10877] Completed state [ens2] at time 08:02:57.824558 duration_in_ms=7.743
2017-11-23 08:02:57,825 [salt.state       ][INFO    ][10877] Running state [ens3] at time 08:02:57.824926
2017-11-23 08:02:57,825 [salt.state       ][INFO    ][10877] Executing state network.managed for ens3
2017-11-23 08:02:58,173 [salt.state       ][INFO    ][10877] Interface ens3 is up to date.
2017-11-23 08:02:58,173 [salt.state       ][INFO    ][10877] Completed state [ens3] at time 08:02:58.173274 duration_in_ms=348.357
2017-11-23 08:02:58,174 [salt.state       ][INFO    ][10877] Running state [ens3] at time 08:02:58.173701
2017-11-23 08:02:58,174 [salt.state       ][INFO    ][10877] Executing state network.routes for ens3
2017-11-23 08:02:58,175 [salt.state       ][INFO    ][10877] Interface ens3 routes are up to date.
2017-11-23 08:02:58,176 [salt.state       ][INFO    ][10877] Completed state [ens3] at time 08:02:58.175716 duration_in_ms=2.015
2017-11-23 08:02:58,176 [salt.state       ][INFO    ][10877] Running state [/etc/profile.d/proxy.sh] at time 08:02:58.176065
2017-11-23 08:02:58,176 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/profile.d/proxy.sh
2017-11-23 08:02:58,177 [salt.state       ][INFO    ][10877] File /etc/profile.d/proxy.sh is not present
2017-11-23 08:02:58,177 [salt.state       ][INFO    ][10877] Completed state [/etc/profile.d/proxy.sh] at time 08:02:58.177151 duration_in_ms=1.086
2017-11-23 08:02:58,178 [salt.state       ][INFO    ][10877] Running state [/etc/apt/apt.conf.d/95proxies] at time 08:02:58.177498
2017-11-23 08:02:58,178 [salt.state       ][INFO    ][10877] Executing state file.absent for /etc/apt/apt.conf.d/95proxies
2017-11-23 08:02:58,178 [salt.state       ][INFO    ][10877] File /etc/apt/apt.conf.d/95proxies is not present
2017-11-23 08:02:58,179 [salt.state       ][INFO    ][10877] Completed state [/etc/apt/apt.conf.d/95proxies] at time 08:02:58.178547 duration_in_ms=1.049
2017-11-23 08:02:58,179 [salt.state       ][INFO    ][10877] Running state [ntp] at time 08:02:58.178910
2017-11-23 08:02:58,179 [salt.state       ][INFO    ][10877] Executing state pkg.installed for ntp
2017-11-23 08:02:58,184 [salt.state       ][INFO    ][10877] Package ntp is already installed
2017-11-23 08:02:58,184 [salt.state       ][INFO    ][10877] Completed state [ntp] at time 08:02:58.184132 duration_in_ms=5.221
2017-11-23 08:02:58,185 [salt.state       ][INFO    ][10877] Running state [/etc/ntp.conf] at time 08:02:58.185369
2017-11-23 08:02:58,186 [salt.state       ][INFO    ][10877] Executing state file.managed for /etc/ntp.conf
2017-11-23 08:02:58,203 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'ntp/files/ntp.conf'
2017-11-23 08:02:58,234 [salt.fileclient  ][INFO    ][10877] Fetching file from saltenv 'base', ** done ** 'ntp/map.jinja'
2017-11-23 08:02:58,242 [salt.state       ][INFO    ][10877] File /etc/ntp.conf is in the correct state
2017-11-23 08:02:58,242 [salt.state       ][INFO    ][10877] Completed state [/etc/ntp.conf] at time 08:02:58.242410 duration_in_ms=57.041
2017-11-23 08:02:58,244 [salt.state       ][INFO    ][10877] Running state [ntp] at time 08:02:58.243581
2017-11-23 08:02:58,244 [salt.state       ][INFO    ][10877] Executing state service.running for ntp
2017-11-23 08:02:58,244 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['systemctl', 'status', 'ntp.service', '-n', '0'] in directory '/root'
2017-11-23 08:02:58,255 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2017-11-23 08:02:58,264 [salt.loaded.int.module.cmdmod][INFO    ][10877] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2017-11-23 08:02:58,275 [salt.state       ][INFO    ][10877] The service ntp is already running
2017-11-23 08:02:58,275 [salt.state       ][INFO    ][10877] Completed state [ntp] at time 08:02:58.275270 duration_in_ms=31.688
2017-11-23 08:02:58,280 [salt.minion      ][INFO    ][10877] Returning information for job: 20171123080224800718
2017-11-23 08:03:01,570 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command ssh.set_auth_key with jid 20171123080301552429
2017-11-23 08:03:01,586 [salt.minion      ][INFO    ][17198] Starting a new job with PID 17198
2017-11-23 08:03:01,598 [salt.minion      ][INFO    ][17198] Returning information for job: 20171123080301552429
2017-11-23 08:03:02,532 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command file.write with jid 20171123080302514125
2017-11-23 08:03:02,542 [salt.minion      ][INFO    ][17203] Starting a new job with PID 17203
2017-11-23 08:03:02,552 [salt.minion      ][INFO    ][17203] Returning information for job: 20171123080302514125
2017-11-23 08:10:04,697 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command test.ping with jid 20171123081004685733
2017-11-23 08:10:04,715 [salt.minion      ][INFO    ][17217] Starting a new job with PID 17217
2017-11-23 08:10:04,756 [salt.minion      ][INFO    ][17217] Returning information for job: 20171123081004685733
2017-11-23 08:11:07,662 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command state.sls with jid 20171123081107652363
2017-11-23 08:11:07,676 [salt.minion      ][INFO    ][17222] Starting a new job with PID 17222
2017-11-23 08:11:08,379 [salt.state       ][INFO    ][17222] Loading fresh modules for state activity
2017-11-23 08:11:08,414 [salt.fileclient  ][INFO    ][17222] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2017-11-23 08:11:08,435 [salt.fileclient  ][INFO    ][17222] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2017-11-23 08:11:08,466 [salt.fileclient  ][INFO    ][17222] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-11-23 08:11:08,760 [salt.state       ][INFO    ][17222] Running state [lsof] at time 08:11:08.759565
2017-11-23 08:11:08,760 [salt.state       ][INFO    ][17222] Executing state pkg.installed for lsof
2017-11-23 08:11:08,760 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 08:11:09,246 [salt.state       ][INFO    ][17222] Package lsof is already installed
2017-11-23 08:11:09,247 [salt.state       ][INFO    ][17222] Completed state [lsof] at time 08:11:09.246529 duration_in_ms=486.965
2017-11-23 08:11:09,247 [salt.state       ][INFO    ][17222] Running state [keepalived] at time 08:11:09.246924
2017-11-23 08:11:09,247 [salt.state       ][INFO    ][17222] Executing state pkg.installed for keepalived
2017-11-23 08:11:09,264 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:11:11,179 [salt.loaded.int.module.cmdmod][INFO    ][17222] 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-11-23 08:11:13,339 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 08:11:13,360 [salt.state       ][INFO    ][17222] 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-11-23 08:11:13,372 [salt.state       ][INFO    ][17222] Loading fresh modules for state activity
2017-11-23 08:11:13,393 [salt.state       ][INFO    ][17222] Completed state [keepalived] at time 08:11:13.393347 duration_in_ms=4146.423
2017-11-23 08:11:13,396 [salt.state       ][INFO    ][17222] Running state [/etc/keepalived/keepalived.conf] at time 08:11:13.395745
2017-11-23 08:11:13,396 [salt.state       ][INFO    ][17222] Executing state file.managed for /etc/keepalived/keepalived.conf
2017-11-23 08:11:13,425 [salt.fileclient  ][INFO    ][17222] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2017-11-23 08:11:13,473 [salt.fileclient  ][INFO    ][17222] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-11-23 08:11:13,481 [salt.state       ][INFO    ][17222] File changed:
New file
2017-11-23 08:11:13,481 [salt.state       ][INFO    ][17222] Completed state [/etc/keepalived/keepalived.conf] at time 08:11:13.480940 duration_in_ms=85.194
2017-11-23 08:11:13,546 [salt.state       ][INFO    ][17222] Running state [keepalived] at time 08:11:13.545491
2017-11-23 08:11:13,546 [salt.state       ][INFO    ][17222] Executing state service.running for keepalived
2017-11-23 08:11:13,547 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2017-11-23 08:11:13,555 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-11-23 08:11:13,561 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-11-23 08:11:13,566 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-11-23 08:11:13,573 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'keepalived.service'] in directory '/root'
2017-11-23 08:11:13,611 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-11-23 08:11:13,622 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-11-23 08:11:13,634 [salt.loaded.int.module.cmdmod][INFO    ][17222] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-11-23 08:11:13,640 [salt.state       ][INFO    ][17222] {'keepalived': True}
2017-11-23 08:11:13,640 [salt.state       ][INFO    ][17222] Completed state [keepalived] at time 08:11:13.639841 duration_in_ms=94.35
2017-11-23 08:11:13,641 [salt.minion      ][INFO    ][17222] Returning information for job: 20171123081107652363
2017-11-23 08:12:07,547 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command pillar.get with jid 20171123081207538761
2017-11-23 08:12:07,562 [salt.minion      ][INFO    ][18134] Starting a new job with PID 18134
2017-11-23 08:12:07,567 [salt.minion      ][INFO    ][18134] Returning information for job: 20171123081207538761
2017-11-23 08:41:34,963 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command state.sls with jid 20171123084134955738
2017-11-23 08:41:34,978 [salt.minion      ][INFO    ][18142] Starting a new job with PID 18142
2017-11-23 08:41:37,702 [salt.state       ][INFO    ][18142] Loading fresh modules for state activity
2017-11-23 08:41:37,732 [salt.fileclient  ][INFO    ][18142] Fetching file from saltenv 'base', ** done ** 'memcached/init.sls'
2017-11-23 08:41:37,748 [salt.fileclient  ][INFO    ][18142] Fetching file from saltenv 'base', ** done ** 'memcached/server.sls'
2017-11-23 08:41:37,766 [salt.fileclient  ][INFO    ][18142] Fetching file from saltenv 'base', ** done ** 'memcached/map.jinja'
2017-11-23 08:41:38,059 [salt.state       ][INFO    ][18142] Running state [python-memcache] at time 08:41:38.059371
2017-11-23 08:41:38,060 [salt.state       ][INFO    ][18142] Executing state pkg.installed for python-memcache
2017-11-23 08:41:38,061 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 08:41:38,506 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 08:41:41,252 [salt.loaded.int.module.cmdmod][INFO    ][18142] 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-11-23 08:41:42,206 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 08:41:42,228 [salt.state       ][INFO    ][18142] Made the following changes:
'python-memcache' changed from 'absent' to '1.57-1'

2017-11-23 08:41:42,239 [salt.state       ][INFO    ][18142] Loading fresh modules for state activity
2017-11-23 08:41:42,258 [salt.state       ][INFO    ][18142] Completed state [python-memcache] at time 08:41:42.257521 duration_in_ms=4198.15
2017-11-23 08:41:42,264 [salt.state       ][INFO    ][18142] Running state [memcached] at time 08:41:42.264034
2017-11-23 08:41:42,264 [salt.state       ][INFO    ][18142] Executing state pkg.installed for memcached
2017-11-23 08:41:42,489 [salt.loaded.int.module.cmdmod][INFO    ][18142] 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-11-23 08:41:44,297 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 08:41:44,322 [salt.state       ][INFO    ][18142] Made the following changes:
'memcached' changed from 'absent' to '1.4.25-2ubuntu1.2'

2017-11-23 08:41:44,332 [salt.state       ][INFO    ][18142] Loading fresh modules for state activity
2017-11-23 08:41:44,379 [salt.state       ][INFO    ][18142] Completed state [memcached] at time 08:41:44.378628 duration_in_ms=2114.593
2017-11-23 08:41:44,381 [salt.state       ][INFO    ][18142] Running state [/etc/memcached.conf] at time 08:41:44.380902
2017-11-23 08:41:44,381 [salt.state       ][INFO    ][18142] Executing state file.managed for /etc/memcached.conf
2017-11-23 08:41:44,407 [salt.fileclient  ][INFO    ][18142] Fetching file from saltenv 'base', ** done ** 'memcached/files/memcached.conf'
2017-11-23 08:41:44,431 [salt.fileclient  ][INFO    ][18142] Fetching file from saltenv 'base', ** done ** 'memcached/map.jinja'
2017-11-23 08:41:44,440 [salt.state       ][INFO    ][18142] 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-11-23 08:41:44,440 [salt.state       ][INFO    ][18142] Completed state [/etc/memcached.conf] at time 08:41:44.440451 duration_in_ms=59.548
2017-11-23 08:41:44,512 [salt.state       ][INFO    ][18142] Running state [memcached] at time 08:41:44.511706
2017-11-23 08:41:44,512 [salt.state       ][INFO    ][18142] Executing state service.running for memcached
2017-11-23 08:41:44,514 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['systemctl', 'status', 'memcached.service', '-n', '0'] in directory '/root'
2017-11-23 08:41:44,521 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['systemctl', 'is-active', 'memcached.service'] in directory '/root'
2017-11-23 08:41:44,528 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['systemctl', 'is-enabled', 'memcached.service'] in directory '/root'
2017-11-23 08:41:44,533 [salt.state       ][INFO    ][18142] The service memcached is already running
2017-11-23 08:41:44,533 [salt.state       ][INFO    ][18142] Completed state [memcached] at time 08:41:44.533229 duration_in_ms=21.523
2017-11-23 08:41:44,533 [salt.state       ][INFO    ][18142] Running state [memcached] at time 08:41:44.533414
2017-11-23 08:41:44,534 [salt.state       ][INFO    ][18142] Executing state service.mod_watch for memcached
2017-11-23 08:41:44,534 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['systemctl', 'is-active', 'memcached.service'] in directory '/root'
2017-11-23 08:41:44,540 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['systemctl', 'is-enabled', 'memcached.service'] in directory '/root'
2017-11-23 08:41:44,545 [salt.loaded.int.module.cmdmod][INFO    ][18142] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'memcached.service'] in directory '/root'
2017-11-23 08:41:44,576 [salt.state       ][INFO    ][18142] {'memcached': True}
2017-11-23 08:41:44,577 [salt.state       ][INFO    ][18142] Completed state [memcached] at time 08:41:44.576687 duration_in_ms=43.273
2017-11-23 08:41:44,578 [salt.minion      ][INFO    ][18142] Returning information for job: 20171123084134955738
2017-11-23 08:57:37,060 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command test.ping with jid 20171123085737056710
2017-11-23 08:57:37,078 [salt.minion      ][INFO    ][19013] Starting a new job with PID 19013
2017-11-23 08:57:37,119 [salt.minion      ][INFO    ][19013] Returning information for job: 20171123085737056710
2017-11-23 08:57:54,685 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command state.sls with jid 20171123085754672770
2017-11-23 08:57:54,696 [salt.minion      ][INFO    ][19018] Starting a new job with PID 19018
2017-11-23 08:57:55,326 [salt.state       ][INFO    ][19018] Loading fresh modules for state activity
2017-11-23 08:57:55,358 [salt.fileclient  ][INFO    ][19018] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2017-11-23 08:57:55,382 [salt.fileclient  ][INFO    ][19018] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2017-11-23 08:57:55,413 [salt.fileclient  ][INFO    ][19018] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-11-23 08:57:55,706 [salt.state       ][INFO    ][19018] Running state [lsof] at time 08:57:55.705653
2017-11-23 08:57:55,706 [salt.state       ][INFO    ][19018] Executing state pkg.installed for lsof
2017-11-23 08:57:55,707 [salt.loaded.int.module.cmdmod][INFO    ][19018] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 08:57:56,181 [salt.state       ][INFO    ][19018] Package lsof is already installed
2017-11-23 08:57:56,182 [salt.state       ][INFO    ][19018] Completed state [lsof] at time 08:57:56.181834 duration_in_ms=476.18
2017-11-23 08:57:56,182 [salt.state       ][INFO    ][19018] Running state [keepalived] at time 08:57:56.182230
2017-11-23 08:57:56,183 [salt.state       ][INFO    ][19018] Executing state pkg.installed for keepalived
2017-11-23 08:57:56,186 [salt.state       ][INFO    ][19018] Package keepalived is already installed
2017-11-23 08:57:56,187 [salt.state       ][INFO    ][19018] Completed state [keepalived] at time 08:57:56.186605 duration_in_ms=4.375
2017-11-23 08:57:56,188 [salt.state       ][INFO    ][19018] Running state [/etc/keepalived/keepalived.conf] at time 08:57:56.188466
2017-11-23 08:57:56,189 [salt.state       ][INFO    ][19018] Executing state file.managed for /etc/keepalived/keepalived.conf
2017-11-23 08:57:56,220 [salt.fileclient  ][INFO    ][19018] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2017-11-23 08:57:56,262 [salt.fileclient  ][INFO    ][19018] Fetching file from saltenv 'base', ** done ** 'keepalived/map.jinja'
2017-11-23 08:57:56,268 [salt.state       ][INFO    ][19018] File /etc/keepalived/keepalived.conf is in the correct state
2017-11-23 08:57:56,268 [salt.state       ][INFO    ][19018] Completed state [/etc/keepalived/keepalived.conf] at time 08:57:56.268460 duration_in_ms=79.994
2017-11-23 08:57:56,269 [salt.state       ][INFO    ][19018] Running state [keepalived] at time 08:57:56.269194
2017-11-23 08:57:56,270 [salt.state       ][INFO    ][19018] Executing state service.running for keepalived
2017-11-23 08:57:56,270 [salt.loaded.int.module.cmdmod][INFO    ][19018] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2017-11-23 08:57:56,285 [salt.loaded.int.module.cmdmod][INFO    ][19018] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2017-11-23 08:57:56,291 [salt.loaded.int.module.cmdmod][INFO    ][19018] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2017-11-23 08:57:56,297 [salt.state       ][INFO    ][19018] The service keepalived is already running
2017-11-23 08:57:56,297 [salt.state       ][INFO    ][19018] Completed state [keepalived] at time 08:57:56.297233 duration_in_ms=28.038
2017-11-23 08:57:56,298 [salt.minion      ][INFO    ][19018] Returning information for job: 20171123085754672770
2017-11-23 08:58:13,785 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command pillar.get with jid 20171123085813782368
2017-11-23 08:58:13,801 [salt.minion      ][INFO    ][19042] Starting a new job with PID 19042
2017-11-23 08:58:13,806 [salt.minion      ][INFO    ][19042] Returning information for job: 20171123085813782368
2017-11-23 08:59:26,365 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command state.sls with jid 20171123085926355392
2017-11-23 08:59:26,377 [salt.minion      ][INFO    ][19047] Starting a new job with PID 19047
2017-11-23 08:59:27,287 [salt.state       ][INFO    ][19047] Loading fresh modules for state activity
2017-11-23 08:59:27,313 [salt.fileclient  ][INFO    ][19047] Fetching file from saltenv 'base', ** done ** 'memcached/init.sls'
2017-11-23 08:59:27,329 [salt.fileclient  ][INFO    ][19047] Fetching file from saltenv 'base', ** done ** 'memcached/server.sls'
2017-11-23 08:59:27,348 [salt.fileclient  ][INFO    ][19047] Fetching file from saltenv 'base', ** done ** 'memcached/map.jinja'
2017-11-23 08:59:27,641 [salt.state       ][INFO    ][19047] Running state [python-memcache] at time 08:59:27.640814
2017-11-23 08:59:27,641 [salt.state       ][INFO    ][19047] Executing state pkg.installed for python-memcache
2017-11-23 08:59:27,642 [salt.loaded.int.module.cmdmod][INFO    ][19047] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 08:59:28,107 [salt.state       ][INFO    ][19047] Package python-memcache is already installed
2017-11-23 08:59:28,107 [salt.state       ][INFO    ][19047] Completed state [python-memcache] at time 08:59:28.106876 duration_in_ms=466.061
2017-11-23 08:59:28,107 [salt.state       ][INFO    ][19047] Running state [memcached] at time 08:59:28.107122
2017-11-23 08:59:28,107 [salt.state       ][INFO    ][19047] Executing state pkg.installed for memcached
2017-11-23 08:59:28,111 [salt.state       ][INFO    ][19047] Package memcached is already installed
2017-11-23 08:59:28,112 [salt.state       ][INFO    ][19047] Completed state [memcached] at time 08:59:28.111643 duration_in_ms=4.521
2017-11-23 08:59:28,113 [salt.state       ][INFO    ][19047] Running state [/etc/memcached.conf] at time 08:59:28.113321
2017-11-23 08:59:28,114 [salt.state       ][INFO    ][19047] Executing state file.managed for /etc/memcached.conf
2017-11-23 08:59:28,141 [salt.fileclient  ][INFO    ][19047] Fetching file from saltenv 'base', ** done ** 'memcached/files/memcached.conf'
2017-11-23 08:59:28,162 [salt.fileclient  ][INFO    ][19047] Fetching file from saltenv 'base', ** done ** 'memcached/map.jinja'
2017-11-23 08:59:28,168 [salt.state       ][INFO    ][19047] File /etc/memcached.conf is in the correct state
2017-11-23 08:59:28,168 [salt.state       ][INFO    ][19047] Completed state [/etc/memcached.conf] at time 08:59:28.168273 duration_in_ms=54.952
2017-11-23 08:59:28,169 [salt.state       ][INFO    ][19047] Running state [memcached] at time 08:59:28.168943
2017-11-23 08:59:28,169 [salt.state       ][INFO    ][19047] Executing state service.running for memcached
2017-11-23 08:59:28,170 [salt.loaded.int.module.cmdmod][INFO    ][19047] Executing command ['systemctl', 'status', 'memcached.service', '-n', '0'] in directory '/root'
2017-11-23 08:59:28,184 [salt.loaded.int.module.cmdmod][INFO    ][19047] Executing command ['systemctl', 'is-active', 'memcached.service'] in directory '/root'
2017-11-23 08:59:28,190 [salt.loaded.int.module.cmdmod][INFO    ][19047] Executing command ['systemctl', 'is-enabled', 'memcached.service'] in directory '/root'
2017-11-23 08:59:28,196 [salt.state       ][INFO    ][19047] The service memcached is already running
2017-11-23 08:59:28,196 [salt.state       ][INFO    ][19047] Completed state [memcached] at time 08:59:28.195820 duration_in_ms=26.876
2017-11-23 08:59:28,197 [salt.minion      ][INFO    ][19047] Returning information for job: 20171123085926355392
2017-11-23 09:01:45,200 [salt.utils.schedule][INFO    ][10771] Running scheduled job: __mine_interval
2017-11-23 09:19:05,109 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command state.sls with jid 20171123091905100530
2017-11-23 09:19:05,129 [salt.minion      ][INFO    ][19083] Starting a new job with PID 19083
2017-11-23 09:19:07,804 [salt.state       ][INFO    ][19083] Loading fresh modules for state activity
2017-11-23 09:19:07,842 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/init.sls'
2017-11-23 09:19:07,874 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/server/init.sls'
2017-11-23 09:19:07,895 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/server/service.sls'
2017-11-23 09:19:07,937 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-11-23 09:19:07,1000 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/server/plugin.sls'
2017-11-23 09:19:08,027 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-11-23 09:19:08,401 [salt.state       ][INFO    ][19083] Running state [python-lesscpy] at time 09:19:08.400972
2017-11-23 09:19:08,402 [salt.state       ][INFO    ][19083] Executing state pkg.installed for python-lesscpy
2017-11-23 09:19:08,402 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 09:19:08,923 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 09:19:11,103 [salt.loaded.int.module.cmdmod][INFO    ][19083] 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-11-23 09:19:12,363 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 09:19:12,388 [salt.state       ][INFO    ][19083] 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-11-23 09:19:12,402 [salt.state       ][INFO    ][19083] Loading fresh modules for state activity
2017-11-23 09:19:12,422 [salt.state       ][INFO    ][19083] Completed state [python-lesscpy] at time 09:19:12.421539 duration_in_ms=4020.567
2017-11-23 09:19:12,429 [salt.state       ][INFO    ][19083] Running state [libapache2-mod-wsgi] at time 09:19:12.428541
2017-11-23 09:19:12,429 [salt.state       ][INFO    ][19083] Executing state pkg.installed for libapache2-mod-wsgi
2017-11-23 09:19:12,710 [salt.state       ][INFO    ][19083] Package libapache2-mod-wsgi is already installed
2017-11-23 09:19:12,711 [salt.state       ][INFO    ][19083] Completed state [libapache2-mod-wsgi] at time 09:19:12.710709 duration_in_ms=282.168
2017-11-23 09:19:12,711 [salt.state       ][INFO    ][19083] Running state [python-memcache] at time 09:19:12.711163
2017-11-23 09:19:12,712 [salt.state       ][INFO    ][19083] Executing state pkg.installed for python-memcache
2017-11-23 09:19:12,716 [salt.state       ][INFO    ][19083] Package python-memcache is already installed
2017-11-23 09:19:12,716 [salt.state       ][INFO    ][19083] Completed state [python-memcache] at time 09:19:12.716385 duration_in_ms=5.221
2017-11-23 09:19:12,717 [salt.state       ][INFO    ][19083] Running state [apache2] at time 09:19:12.716753
2017-11-23 09:19:12,717 [salt.state       ][INFO    ][19083] Executing state pkg.installed for apache2
2017-11-23 09:19:12,729 [salt.loaded.int.module.cmdmod][INFO    ][19083] 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-11-23 09:19:15,214 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123091915205473
2017-11-23 09:19:15,231 [salt.minion      ][INFO    ][20052] Starting a new job with PID 20052
2017-11-23 09:19:15,248 [salt.minion      ][INFO    ][20052] Returning information for job: 20171123091915205473
2017-11-23 09:19:17,250 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 09:19:17,277 [salt.state       ][INFO    ][19083] 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-11-23 09:19:17,288 [salt.state       ][INFO    ][19083] Loading fresh modules for state activity
2017-11-23 09:19:17,306 [salt.state       ][INFO    ][19083] Completed state [apache2] at time 09:19:17.305927 duration_in_ms=4589.174
2017-11-23 09:19:17,312 [salt.state       ][INFO    ][19083] Running state [openstack-dashboard] at time 09:19:17.312261
2017-11-23 09:19:17,313 [salt.state       ][INFO    ][19083] Executing state pkg.installed for openstack-dashboard
2017-11-23 09:19:17,564 [salt.loaded.int.module.cmdmod][INFO    ][19083] 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-11-23 09:19:25,422 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123091925415483
2017-11-23 09:19:25,436 [salt.minion      ][INFO    ][20283] Starting a new job with PID 20283
2017-11-23 09:19:25,448 [salt.minion      ][INFO    ][20283] Returning information for job: 20171123091925415483
2017-11-23 09:19:35,619 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123091935612145
2017-11-23 09:19:35,636 [salt.minion      ][INFO    ][21164] Starting a new job with PID 21164
2017-11-23 09:19:35,652 [salt.minion      ][INFO    ][21164] Returning information for job: 20171123091935612145
2017-11-23 09:19:45,833 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123091945822471
2017-11-23 09:19:45,854 [salt.minion      ][INFO    ][22600] Starting a new job with PID 22600
2017-11-23 09:19:45,871 [salt.minion      ][INFO    ][22600] Returning information for job: 20171123091945822471
2017-11-23 09:19:56,049 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123091956039258
2017-11-23 09:19:56,063 [salt.minion      ][INFO    ][23267] Starting a new job with PID 23267
2017-11-23 09:19:56,076 [salt.minion      ][INFO    ][23267] Returning information for job: 20171123091956039258
2017-11-23 09:20:06,255 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092006248481
2017-11-23 09:20:06,272 [salt.minion      ][INFO    ][23272] Starting a new job with PID 23272
2017-11-23 09:20:06,284 [salt.minion      ][INFO    ][23272] Returning information for job: 20171123092006248481
2017-11-23 09:20:16,458 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092016449374
2017-11-23 09:20:16,476 [salt.minion      ][INFO    ][23278] Starting a new job with PID 23278
2017-11-23 09:20:16,489 [salt.minion      ][INFO    ][23278] Returning information for job: 20171123092016449374
2017-11-23 09:20:20,342 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 09:20:20,376 [salt.state       ][INFO    ][19083] 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+mcp6'
'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-requests' changed from '2.9.1-3' to '2.10.0-1~u16.04+mcp1'
'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+mcp6'
'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.3-1~u16.04+mcp0'
'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-urllib3' changed from '1.13.1-2ubuntu0.16.04.1' to '1.15.1-2~u16.04+mcp1'
'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.1-1~u16.04+mcp2'
'python-pkg-resources' changed from '20.7.0-1' to '33.1.1-1~cloud0'
'python-oslo.policy' changed from 'absent' to '1.18.0-1~u16.04+mcp2'
'python-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.1-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.2-1~u16.04+mcp0'
'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.1-1~u16.04+mcp0'
'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.4-1~u16.04+mcp45'
'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.2-0~u16.04+mcp4'
'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.4-1~u16.04+mcp45'
'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+mcp8'
'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-11-23 09:20:20,398 [salt.state       ][INFO    ][19083] Loading fresh modules for state activity
2017-11-23 09:20:20,425 [salt.state       ][INFO    ][19083] Completed state [openstack-dashboard] at time 09:20:20.425304 duration_in_ms=63113.043
2017-11-23 09:20:20,432 [salt.state       ][INFO    ][19083] Running state [gettext-base] at time 09:20:20.431492
2017-11-23 09:20:20,432 [salt.state       ][INFO    ][19083] Executing state pkg.installed for gettext-base
2017-11-23 09:20:21,481 [salt.state       ][INFO    ][19083] Package gettext-base is already installed
2017-11-23 09:20:21,481 [salt.state       ][INFO    ][19083] Completed state [gettext-base] at time 09:20:21.481137 duration_in_ms=1049.645
2017-11-23 09:20:21,482 [salt.state       ][INFO    ][19083] Running state [openstack-dashboard-apache] at time 09:20:21.481819
2017-11-23 09:20:21,482 [salt.state       ][INFO    ][19083] Executing state pkg.purged for openstack-dashboard-apache
2017-11-23 09:20:21,489 [salt.state       ][INFO    ][19083] All specified packages are already absent
2017-11-23 09:20:21,490 [salt.state       ][INFO    ][19083] Completed state [openstack-dashboard-apache] at time 09:20:21.489658 duration_in_ms=7.839
2017-11-23 09:20:21,491 [salt.state       ][INFO    ][19083] Running state [/etc/openstack-dashboard/local_settings.py] at time 09:20:21.490943
2017-11-23 09:20:21,491 [salt.state       ][INFO    ][19083] Executing state file.managed for /etc/openstack-dashboard/local_settings.py
2017-11-23 09:20:21,558 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/local_settings/ocata_settings.py'
2017-11-23 09:20:21,587 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-11-23 09:20:21,616 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_local_settings.py'
2017-11-23 09:20:21,676 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_horizon_settings.py'
2017-11-23 09:20:21,701 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_keystone_settings.py'
2017-11-23 09:20:21,731 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_nova_settings.py'
2017-11-23 09:20:21,751 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_glance_settings.py'
2017-11-23 09:20:21,770 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_neutron_settings.py'
2017-11-23 09:20:21,791 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_heat_settings.py'
2017-11-23 09:20:21,810 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_websso_settings.py'
2017-11-23 09:20:21,826 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/horizon_settings/_ssl_settings.py'
2017-11-23 09:20:21,836 [salt.state       ][INFO    ][19083] 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': "100.64.200.104: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 = "192.168.10.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-11-23 09:20:21,861 [salt.state       ][INFO    ][19083] Loading fresh modules for state activity
2017-11-23 09:20:21,892 [salt.state       ][INFO    ][19083] Completed state [/etc/openstack-dashboard/local_settings.py] at time 09:20:21.891560 duration_in_ms=400.617
2017-11-23 09:20:21,894 [salt.state       ][INFO    ][19083] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.json] at time 09:20:21.893703
2017-11-23 09:20:21,894 [salt.state       ][INFO    ][19083] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.json
2017-11-23 09:20:21,917 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/nova_policy.json'
2017-11-23 09:20:21,917 [salt.state       ][INFO    ][19083] File /usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.json is in the correct state
2017-11-23 09:20:21,918 [salt.state       ][INFO    ][19083] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/nova_policy.json] at time 09:20:21.917514 duration_in_ms=23.811
2017-11-23 09:20:21,918 [salt.state       ][INFO    ][19083] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.json] at time 09:20:21.917827
2017-11-23 09:20:21,918 [salt.state       ][INFO    ][19083] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.json
2017-11-23 09:20:21,932 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/neutron_policy.json'
2017-11-23 09:20:21,932 [salt.state       ][INFO    ][19083] File /usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.json is in the correct state
2017-11-23 09:20:21,933 [salt.state       ][INFO    ][19083] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/neutron_policy.json] at time 09:20:21.932528 duration_in_ms=14.701
2017-11-23 09:20:21,933 [salt.state       ][INFO    ][19083] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.json] at time 09:20:21.932876
2017-11-23 09:20:21,933 [salt.state       ][INFO    ][19083] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.json
2017-11-23 09:20:21,947 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/glance_policy.json'
2017-11-23 09:20:21,947 [salt.state       ][INFO    ][19083] File /usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.json is in the correct state
2017-11-23 09:20:21,947 [salt.state       ][INFO    ][19083] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/glance_policy.json] at time 09:20:21.947331 duration_in_ms=14.455
2017-11-23 09:20:21,948 [salt.state       ][INFO    ][19083] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/ceilometer_policy.json] at time 09:20:21.947657
2017-11-23 09:20:21,948 [salt.state       ][INFO    ][19083] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/ceilometer_policy.json
2017-11-23 09:20:21,965 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/ceilometer_policy.json'
2017-11-23 09:20:21,967 [salt.state       ][INFO    ][19083] File changed:
New file
2017-11-23 09:20:21,967 [salt.state       ][INFO    ][19083] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/ceilometer_policy.json] at time 09:20:21.966955 duration_in_ms=19.298
2017-11-23 09:20:21,967 [salt.state       ][INFO    ][19083] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.json] at time 09:20:21.967333
2017-11-23 09:20:21,968 [salt.state       ][INFO    ][19083] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.json
2017-11-23 09:20:21,981 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/cinder_policy.json'
2017-11-23 09:20:21,981 [salt.state       ][INFO    ][19083] File /usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.json is in the correct state
2017-11-23 09:20:21,981 [salt.state       ][INFO    ][19083] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/cinder_policy.json] at time 09:20:21.981243 duration_in_ms=13.91
2017-11-23 09:20:21,982 [salt.state       ][INFO    ][19083] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/heat_policy.json] at time 09:20:21.981642
2017-11-23 09:20:21,982 [salt.state       ][INFO    ][19083] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/heat_policy.json
2017-11-23 09:20:21,997 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/heat_policy.json'
2017-11-23 09:20:21,998 [salt.state       ][INFO    ][19083] File /usr/share/openstack-dashboard/openstack_dashboard/conf/heat_policy.json is in the correct state
2017-11-23 09:20:21,998 [salt.state       ][INFO    ][19083] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/heat_policy.json] at time 09:20:21.997982 duration_in_ms=16.34
2017-11-23 09:20:21,998 [salt.state       ][INFO    ][19083] Running state [/usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.json] at time 09:20:21.998358
2017-11-23 09:20:21,999 [salt.state       ][INFO    ][19083] Executing state file.managed for /usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.json
2017-11-23 09:20:22,012 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/policy/ocata/keystone_policy.json'
2017-11-23 09:20:22,013 [salt.state       ][INFO    ][19083] File /usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.json is in the correct state
2017-11-23 09:20:22,013 [salt.state       ][INFO    ][19083] Completed state [/usr/share/openstack-dashboard/openstack_dashboard/conf/keystone_policy.json] at time 09:20:22.012727 duration_in_ms=14.369
2017-11-23 09:20:22,013 [salt.state       ][INFO    ][19083] Running state [/etc/apache2/ports.conf] at time 09:20:22.013097
2017-11-23 09:20:22,013 [salt.state       ][INFO    ][19083] Executing state file.managed for /etc/apache2/ports.conf
2017-11-23 09:20:22,028 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/ports.conf'
2017-11-23 09:20:22,049 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-11-23 09:20:22,073 [salt.state       ][INFO    ][19083] 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 localhost:8078
 
 <IfModule ssl_module>
-	Listen 443
+        Listen localhost:443
 </IfModule>
 
 <IfModule mod_gnutls.c>
-	Listen 443
+        Listen localhost:443
 </IfModule>
 
 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

2017-11-23 09:20:22,073 [salt.state       ][INFO    ][19083] Completed state [/etc/apache2/ports.conf] at time 09:20:22.073389 duration_in_ms=60.292
2017-11-23 09:20:22,074 [salt.state       ][INFO    ][19083] Running state [/etc/apache2/conf-available/openstack-dashboard.conf] at time 09:20:22.073777
2017-11-23 09:20:22,074 [salt.state       ][INFO    ][19083] Executing state file.managed for /etc/apache2/conf-available/openstack-dashboard.conf
2017-11-23 09:20:22,093 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/files/openstack-dashboard.conf.Debian'
2017-11-23 09:20:22,121 [salt.fileclient  ][INFO    ][19083] Fetching file from saltenv 'base', ** done ** 'horizon/map.jinja'
2017-11-23 09:20:22,136 [salt.state       ][INFO    ][19083] File changed:
New file
2017-11-23 09:20:22,136 [salt.state       ][INFO    ][19083] Completed state [/etc/apache2/conf-available/openstack-dashboard.conf] at time 09:20:22.135990 duration_in_ms=62.212
2017-11-23 09:20:22,139 [salt.state       ][INFO    ][19083] Running state [wsgi] at time 09:20:22.138546
2017-11-23 09:20:22,139 [salt.state       ][INFO    ][19083] Executing state apache_module.enable for wsgi
2017-11-23 09:20:22,139 [py.warnings      ][WARNING ][19083] /usr/lib/python2.7/dist-packages/salt/states/apache_module.py:83: DeprecationWarning: This functionality has been deprecated; use "apache_module.enabled" instead.

2017-11-23 09:20:22,141 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['a2enmod', 'wsgi'] in directory '/root'
2017-11-23 09:20:22,190 [salt.state       ][INFO    ][19083] {'new': 'wsgi', 'old': None}
2017-11-23 09:20:22,191 [salt.state       ][INFO    ][19083] Completed state [wsgi] at time 09:20:22.190568 duration_in_ms=52.021
2017-11-23 09:20:22,192 [salt.state       ][INFO    ][19083] Running state [openstack-dashboard] at time 09:20:22.192273
2017-11-23 09:20:22,193 [salt.state       ][INFO    ][19083] Executing state apache_conf.enable for openstack-dashboard
2017-11-23 09:20:22,193 [py.warnings      ][WARNING ][19083] /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-11-23 09:20:22,194 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['a2enconf', 'openstack-dashboard'] in directory '/root'
2017-11-23 09:20:22,238 [salt.state       ][INFO    ][19083] {'new': 'openstack-dashboard', 'old': None}
2017-11-23 09:20:22,238 [salt.state       ][INFO    ][19083] Completed state [openstack-dashboard] at time 09:20:22.238318 duration_in_ms=46.045
2017-11-23 09:20:22,356 [salt.state       ][INFO    ][19083] Running state [/var/log/horizon] at time 09:20:22.356165
2017-11-23 09:20:22,357 [salt.state       ][INFO    ][19083] Executing state file.directory for /var/log/horizon
2017-11-23 09:20:22,358 [salt.state       ][INFO    ][19083] {'/var/log/horizon': 'New Dir'}
2017-11-23 09:20:22,358 [salt.state       ][INFO    ][19083] Completed state [/var/log/horizon] at time 09:20:22.358139 duration_in_ms=1.974
2017-11-23 09:20:22,359 [salt.state       ][INFO    ][19083] Running state [/var/log/horizon/horizon.log] at time 09:20:22.358498
2017-11-23 09:20:22,359 [salt.state       ][INFO    ][19083] Executing state file.managed for /var/log/horizon/horizon.log
2017-11-23 09:20:22,359 [salt.loaded.int.states.file][WARNING ][19083] 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-11-23 09:20:22,360 [salt.state       ][INFO    ][19083] {'new': 'file /var/log/horizon/horizon.log created', 'group': 'adm', 'mode': '0640', 'user': 'horizon'}
2017-11-23 09:20:22,360 [salt.state       ][INFO    ][19083] Completed state [/var/log/horizon/horizon.log] at time 09:20:22.360114 duration_in_ms=1.616
2017-11-23 09:20:22,361 [salt.state       ][INFO    ][19083] Running state [apache2] at time 09:20:22.360863
2017-11-23 09:20:22,361 [salt.state       ][INFO    ][19083] Executing state service.running for apache2
2017-11-23 09:20:22,362 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['systemctl', 'status', 'apache2.service', '-n', '0'] in directory '/root'
2017-11-23 09:20:22,376 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-11-23 09:20:22,388 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-11-23 09:20:22,400 [salt.state       ][INFO    ][19083] The service apache2 is already running
2017-11-23 09:20:22,401 [salt.state       ][INFO    ][19083] Completed state [apache2] at time 09:20:22.400713 duration_in_ms=39.85
2017-11-23 09:20:22,401 [salt.state       ][INFO    ][19083] Running state [apache2] at time 09:20:22.400942
2017-11-23 09:20:22,401 [salt.state       ][INFO    ][19083] Executing state service.mod_watch for apache2
2017-11-23 09:20:22,402 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-11-23 09:20:22,413 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-11-23 09:20:22,427 [salt.loaded.int.module.cmdmod][INFO    ][19083] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'apache2.service'] in directory '/root'
2017-11-23 09:20:24,598 [salt.state       ][INFO    ][19083] {'apache2': True}
2017-11-23 09:20:24,599 [salt.state       ][INFO    ][19083] Completed state [apache2] at time 09:20:24.598712 duration_in_ms=2197.769
2017-11-23 09:20:24,601 [salt.minion      ][INFO    ][19083] Returning information for job: 20171123091905100530
2017-11-23 09:20:28,615 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command state.sls with jid 20171123092028607792
2017-11-23 09:20:28,630 [salt.minion      ][INFO    ][23543] Starting a new job with PID 23543
2017-11-23 09:20:31,485 [salt.state       ][INFO    ][23543] Loading fresh modules for state activity
2017-11-23 09:20:32,019 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/init.sls'
2017-11-23 09:20:32,045 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/server/init.sls'
2017-11-23 09:20:32,060 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/server/service/init.sls'
2017-11-23 09:20:32,081 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/map.jinja'
2017-11-23 09:20:32,127 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/server/service/modules.sls'
2017-11-23 09:20:32,154 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/map.jinja'
2017-11-23 09:20:32,189 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/server/service/mpm.sls'
2017-11-23 09:20:32,212 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/map.jinja'
2017-11-23 09:20:32,257 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/server/site.sls'
2017-11-23 09:20:32,321 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/map.jinja'
2017-11-23 09:20:32,354 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/server/users.sls'
2017-11-23 09:20:32,379 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/map.jinja'
2017-11-23 09:20:32,414 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/server/robots.sls'
2017-11-23 09:20:32,431 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/map.jinja'
2017-11-23 09:20:33,595 [salt.state       ][INFO    ][23543] Running state [apache2] at time 09:20:33.595338
2017-11-23 09:20:33,596 [salt.state       ][INFO    ][23543] Executing state pkg.installed for apache2
2017-11-23 09:20:33,596 [salt.loaded.int.module.cmdmod][INFO    ][23543] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 09:20:34,139 [salt.state       ][INFO    ][23543] Package apache2 is already installed
2017-11-23 09:20:34,139 [salt.state       ][INFO    ][23543] Completed state [apache2] at time 09:20:34.139184 duration_in_ms=543.847
2017-11-23 09:20:34,140 [salt.state       ][INFO    ][23543] Running state [/etc/apache2/mods-available/mpm_prefork.conf] at time 09:20:34.139642
2017-11-23 09:20:34,140 [salt.state       ][INFO    ][23543] Executing state file.managed for /etc/apache2/mods-available/mpm_prefork.conf
2017-11-23 09:20:34,203 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/files/mpm/mpm_prefork.conf'
2017-11-23 09:20:34,221 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/map.jinja'
2017-11-23 09:20:34,248 [salt.state       ][INFO    ][23543] File changed:
--- 
+++ 
@@ -6,11 +6,12 @@
 # MaxConnectionsPerChild: maximum number of requests a server process serves
 
 <IfModule mpm_prefork_module>
-	StartServers			 5
-	MinSpareServers		  5
-	MaxSpareServers		 10
-	MaxRequestWorkers	  150
-	MaxConnectionsPerChild   0
+    StartServers            5
+    MinSpareServers         5
+    MaxSpareServers         10
+    MaxRequestWorkers       150
+    MaxConnectionsPerChild  0
+    ServerLimit             150
 </IfModule>
 
-# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
+# vim: syntax=apache ts=4 sw=4 sts=4 sr et

2017-11-23 09:20:34,249 [salt.state       ][INFO    ][23543] Completed state [/etc/apache2/mods-available/mpm_prefork.conf] at time 09:20:34.249213 duration_in_ms=109.571
2017-11-23 09:20:34,249 [salt.state       ][INFO    ][23543] Running state [/etc/apache2/mods-enabled/mpm_worker.load] at time 09:20:34.249444
2017-11-23 09:20:34,250 [salt.state       ][INFO    ][23543] Executing state file.absent for /etc/apache2/mods-enabled/mpm_worker.load
2017-11-23 09:20:34,250 [salt.state       ][INFO    ][23543] File /etc/apache2/mods-enabled/mpm_worker.load is not present
2017-11-23 09:20:34,250 [salt.state       ][INFO    ][23543] Completed state [/etc/apache2/mods-enabled/mpm_worker.load] at time 09:20:34.250115 duration_in_ms=0.671
2017-11-23 09:20:34,250 [salt.state       ][INFO    ][23543] Running state [/etc/apache2/mods-enabled/mpm_event.load] at time 09:20:34.250331
2017-11-23 09:20:34,251 [salt.state       ][INFO    ][23543] Executing state file.absent for /etc/apache2/mods-enabled/mpm_event.load
2017-11-23 09:20:34,251 [salt.state       ][INFO    ][23543] {'removed': '/etc/apache2/mods-enabled/mpm_event.load'}
2017-11-23 09:20:34,251 [salt.state       ][INFO    ][23543] Completed state [/etc/apache2/mods-enabled/mpm_event.load] at time 09:20:34.251040 duration_in_ms=0.709
2017-11-23 09:20:34,251 [salt.state       ][INFO    ][23543] Running state [a2enmod mpm_prefork] at time 09:20:34.251461
2017-11-23 09:20:34,252 [salt.state       ][INFO    ][23543] Executing state cmd.run for a2enmod mpm_prefork
2017-11-23 09:20:34,252 [salt.loaded.int.module.cmdmod][INFO    ][23543] Executing command 'a2enmod mpm_prefork' in directory '/root'
2017-11-23 09:20:34,295 [salt.state       ][INFO    ][23543] {'pid': 23571, 'retcode': 0, 'stderr': '', 'stdout': 'Considering conflict mpm_event for mpm_prefork:\nConsidering conflict mpm_worker for mpm_prefork:\nEnabling module mpm_prefork.\nTo activate the new configuration, you need to run:\n  service apache2 restart'}
2017-11-23 09:20:34,295 [salt.state       ][INFO    ][23543] Completed state [a2enmod mpm_prefork] at time 09:20:34.295013 duration_in_ms=43.55
2017-11-23 09:20:34,295 [salt.state       ][INFO    ][23543] Running state [/etc/apache2/mods-enabled/mpm_worker.conf] at time 09:20:34.295352
2017-11-23 09:20:34,296 [salt.state       ][INFO    ][23543] Executing state file.absent for /etc/apache2/mods-enabled/mpm_worker.conf
2017-11-23 09:20:34,296 [salt.state       ][INFO    ][23543] File /etc/apache2/mods-enabled/mpm_worker.conf is not present
2017-11-23 09:20:34,296 [salt.state       ][INFO    ][23543] Completed state [/etc/apache2/mods-enabled/mpm_worker.conf] at time 09:20:34.296160 duration_in_ms=0.808
2017-11-23 09:20:34,296 [salt.state       ][INFO    ][23543] Running state [/etc/apache2/mods-enabled/mpm_event.conf] at time 09:20:34.296375
2017-11-23 09:20:34,297 [salt.state       ][INFO    ][23543] Executing state file.absent for /etc/apache2/mods-enabled/mpm_event.conf
2017-11-23 09:20:34,297 [salt.state       ][INFO    ][23543] {'removed': '/etc/apache2/mods-enabled/mpm_event.conf'}
2017-11-23 09:20:34,297 [salt.state       ][INFO    ][23543] Completed state [/etc/apache2/mods-enabled/mpm_event.conf] at time 09:20:34.297214 duration_in_ms=0.839
2017-11-23 09:20:34,298 [salt.state       ][INFO    ][23543] Running state [/etc/apache2/ports.conf] at time 09:20:34.297573
2017-11-23 09:20:34,298 [salt.state       ][INFO    ][23543] Executing state file.managed for /etc/apache2/ports.conf
2017-11-23 09:20:34,313 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/files/ports.conf'
2017-11-23 09:20:34,334 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/map.jinja'
2017-11-23 09:20:34,360 [salt.state       ][INFO    ][23543] File changed:
--- 
+++ 
@@ -1,16 +1,15 @@
-
 # 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 localhost:8078
+Listen 80
 
 <IfModule ssl_module>
-        Listen localhost:443
+	Listen 443
 </IfModule>
 
 <IfModule mod_gnutls.c>
-        Listen localhost:443
+	Listen 443
 </IfModule>
 
 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet

2017-11-23 09:20:34,360 [salt.state       ][INFO    ][23543] Completed state [/etc/apache2/ports.conf] at time 09:20:34.359993 duration_in_ms=62.42
2017-11-23 09:20:34,360 [salt.state       ][INFO    ][23543] Running state [/etc/apache2/conf-available/security.conf] at time 09:20:34.360269
2017-11-23 09:20:34,360 [salt.state       ][INFO    ][23543] Executing state file.managed for /etc/apache2/conf-available/security.conf
2017-11-23 09:20:34,377 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/files/security.conf'
2017-11-23 09:20:34,398 [salt.fileclient  ][INFO    ][23543] Fetching file from saltenv 'base', ** done ** 'apache/map.jinja'
2017-11-23 09:20:34,423 [salt.state       ][INFO    ][23543] File changed:
--- 
+++ 
@@ -1,73 +1,14 @@
-#
-# Disable access to the entire file system except for the directories that
-# are explicitly allowed later.
-#
-# This currently breaks the configurations that come with some web application
-# Debian packages.
-#
-#<Directory />
-#   AllowOverride None
-#   Require all denied
-#</Directory>
+ServerSignature Off
+TraceEnable Off
+ServerTokens Prod
+<DirectoryMatch "/\.svn">
+    Require all denied
+</DirectoryMatch>
 
+<DirectoryMatch "/\.git">
+    Require all denied
+</DirectoryMatch>
 
-# Changing the following options will not really affect the security of the
-# server, but might make attacks slightly more difficult in some cases.
-
-#
-# ServerTokens
-# This directive configures what you return as the Server HTTP response
-# Header. The default is 'Full' which sends information about the OS-Type
-# and compiled in modules.
-# Set to one of:  Full | OS | Minimal | Minor | Major | Prod
-# where Full conveys the most information, and Prod the least.
-#ServerTokens Minimal
-ServerTokens OS
-#ServerTokens Full
-
-#
-# Optionally add a line containing the server version and virtual host
-# name to server-generated pages (internal error documents, FTP directory
-# listings, mod_status and mod_info output etc., but not CGI generated
-# documents or custom error documents).
-# Set to "EMail" to also include a mailto: link to the ServerAdmin.
-# Set to one of:  On | Off | EMail
-#ServerSignature Off
-ServerSignature On
-
-#
-# Allow TRACE method
-#
-# Set to "extended" to also reflect the request body (only for testing and
-# diagnostic purposes).
-#
-# Set to one of:  On | Off | extended
-TraceEnable Off
-#TraceEnable On
-
-#
-# Forbid access to version control directories
-#
-# If you use version control systems in your document root, you should
-# probably deny access to their directories. For example, for subversion:
-#
-#<DirectoryMatch "/\.svn">
-#   Require all denied
-#</DirectoryMatch>
-
-#
-# Setting this header will prevent MSIE from interpreting files as something
-# else than declared by the content type in the HTTP headers.
-# Requires mod_headers to be enabled.
-#
-#Header set X-Content-Type-Options: "nosniff"
-
-#
-# Setting this header will prevent other sites from embedding pages from this
-# site as frames. This defends against clickjacking attacks.
-# Requires mod_headers to be enabled.
-#
-#Header set X-Frame-Options: "sameorigin"
-
-
-# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
+<DirectoryMatch "/\.hg">
+    Require all denied
+</DirectoryMatch>

2017-11-23 09:20:34,424 [salt.state       ][INFO    ][23543] Completed state [/etc/apache2/conf-available/security.conf] at time 09:20:34.423466 duration_in_ms=63.197
2017-11-23 09:20:34,427 [salt.state       ][INFO    ][23543] Running state [/etc/apache2/sites-enabled/000-default.conf] at time 09:20:34.426668
2017-11-23 09:20:34,427 [salt.state       ][INFO    ][23543] Executing state file.absent for /etc/apache2/sites-enabled/000-default.conf
2017-11-23 09:20:34,427 [salt.state       ][INFO    ][23543] {'removed': '/etc/apache2/sites-enabled/000-default.conf'}
2017-11-23 09:20:34,427 [salt.state       ][INFO    ][23543] Completed state [/etc/apache2/sites-enabled/000-default.conf] at time 09:20:34.427335 duration_in_ms=0.666
2017-11-23 09:20:34,428 [salt.state       ][INFO    ][23543] Running state [apache2] at time 09:20:34.428086
2017-11-23 09:20:34,428 [salt.state       ][INFO    ][23543] Executing state service.running for apache2
2017-11-23 09:20:34,429 [salt.loaded.int.module.cmdmod][INFO    ][23543] Executing command ['systemctl', 'status', 'apache2.service', '-n', '0'] in directory '/root'
2017-11-23 09:20:34,446 [salt.loaded.int.module.cmdmod][INFO    ][23543] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-11-23 09:20:34,453 [salt.loaded.int.module.cmdmod][INFO    ][23543] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-11-23 09:20:34,462 [salt.state       ][INFO    ][23543] The service apache2 is already running
2017-11-23 09:20:34,463 [salt.state       ][INFO    ][23543] Completed state [apache2] at time 09:20:34.462684 duration_in_ms=34.598
2017-11-23 09:20:34,463 [salt.state       ][INFO    ][23543] Running state [apache2] at time 09:20:34.462908
2017-11-23 09:20:34,463 [salt.state       ][INFO    ][23543] Executing state service.mod_watch for apache2
2017-11-23 09:20:34,464 [salt.loaded.int.module.cmdmod][INFO    ][23543] Executing command ['systemctl', 'is-active', 'apache2.service'] in directory '/root'
2017-11-23 09:20:34,472 [salt.loaded.int.module.cmdmod][INFO    ][23543] Executing command ['systemctl', 'is-enabled', 'apache2.service'] in directory '/root'
2017-11-23 09:20:34,482 [salt.loaded.int.module.cmdmod][INFO    ][23543] Executing command ['systemd-run', '--scope', 'systemctl', 'reload', 'apache2.service'] in directory '/root'
2017-11-23 09:20:34,595 [salt.state       ][INFO    ][23543] {'apache2': True}
2017-11-23 09:20:34,596 [salt.state       ][INFO    ][23543] Completed state [apache2] at time 09:20:34.595635 duration_in_ms=132.726
2017-11-23 09:20:34,596 [salt.state       ][INFO    ][23543] Running state [/etc/apache2/conf-enabled/security.conf] at time 09:20:34.596240
2017-11-23 09:20:34,597 [salt.state       ][INFO    ][23543] Executing state file.symlink for /etc/apache2/conf-enabled/security.conf
2017-11-23 09:20:34,598 [salt.state       ][INFO    ][23543] {'new': '/etc/apache2/conf-enabled/security.conf'}
2017-11-23 09:20:34,598 [salt.state       ][INFO    ][23543] Completed state [/etc/apache2/conf-enabled/security.conf] at time 09:20:34.598249 duration_in_ms=2.009
2017-11-23 09:20:34,600 [salt.minion      ][INFO    ][23543] Returning information for job: 20171123092028607792
2017-11-23 09:20:35,626 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command state.sls with jid 20171123092035620421
2017-11-23 09:20:35,640 [salt.minion      ][INFO    ][23630] Starting a new job with PID 23630
2017-11-23 09:20:36,278 [salt.state       ][INFO    ][23630] Loading fresh modules for state activity
2017-11-23 09:20:36,305 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/init.sls'
2017-11-23 09:20:36,323 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/server.sls'
2017-11-23 09:20:36,342 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/map.jinja'
2017-11-23 09:20:36,371 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/server/users.sls'
2017-11-23 09:20:36,391 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/map.jinja'
2017-11-23 09:20:36,407 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/server/sites.sls'
2017-11-23 09:20:36,455 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/map.jinja'
2017-11-23 09:20:36,543 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/init.sls'
2017-11-23 09:20:36,557 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/server.sls'
2017-11-23 09:20:36,577 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/_salt.sls'
2017-11-23 09:20:38,739 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'git/init.sls'
2017-11-23 09:20:38,753 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'git/client.sls'
2017-11-23 09:20:38,777 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'git/map.jinja'
2017-11-23 09:20:38,799 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 09:20:38,862 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'linux/system/user.sls'
2017-11-23 09:20:38,897 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 09:20:38,970 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'linux/system/group.sls'
2017-11-23 09:20:38,1000 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'linux/map.jinja'
2017-11-23 09:20:39,176 [salt.state       ][INFO    ][23630] Running state [cat /etc/ssl/certs/100.64.200.103.crt /etc/ssl/certs/ca-salt_master_ca.crt > /etc/ssl/certs/100.64.200.103-with-chain.crt] at time 09:20:39.176156
2017-11-23 09:20:39,177 [salt.state       ][INFO    ][23630] Executing state cmd.run for cat /etc/ssl/certs/100.64.200.103.crt /etc/ssl/certs/ca-salt_master_ca.crt > /etc/ssl/certs/100.64.200.103-with-chain.crt
2017-11-23 09:20:39,178 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command 'cat /etc/ssl/certs/100.64.200.103.crt /etc/ssl/certs/ca-salt_master_ca.crt > /etc/ssl/certs/100.64.200.103-with-chain.crt' in directory '/root'
2017-11-23 09:20:39,187 [salt.state       ][INFO    ][23630] {'pid': 23651, 'retcode': 0, 'stderr': '', 'stdout': ''}
2017-11-23 09:20:39,188 [salt.state       ][INFO    ][23630] Completed state [cat /etc/ssl/certs/100.64.200.103.crt /etc/ssl/certs/ca-salt_master_ca.crt > /etc/ssl/certs/100.64.200.103-with-chain.crt] at time 09:20:39.187516 duration_in_ms=11.36
2017-11-23 09:20:40,324 [salt.state       ][INFO    ][23630] Running state [nginx] at time 09:20:40.323637
2017-11-23 09:20:40,324 [salt.state       ][INFO    ][23630] Executing state pkg.installed for nginx
2017-11-23 09:20:40,325 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 09:20:40,817 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2017-11-23 09:20:43,310 [salt.loaded.int.module.cmdmod][INFO    ][23630] 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-11-23 09:20:45,720 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092045712842
2017-11-23 09:20:45,732 [salt.minion      ][INFO    ][24375] Starting a new job with PID 24375
2017-11-23 09:20:45,747 [salt.minion      ][INFO    ][24375] Returning information for job: 20171123092045712842
2017-11-23 09:20:46,853 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 09:20:46,889 [salt.state       ][INFO    ][23630] 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-11-23 09:20:46,907 [salt.state       ][INFO    ][23630] Loading fresh modules for state activity
2017-11-23 09:20:46,973 [salt.state       ][INFO    ][23630] Completed state [nginx] at time 09:20:46.973340 duration_in_ms=6649.704
2017-11-23 09:20:46,980 [salt.state       ][INFO    ][23630] Running state [apache2-utils] at time 09:20:46.979997
2017-11-23 09:20:46,980 [salt.state       ][INFO    ][23630] Executing state pkg.installed for apache2-utils
2017-11-23 09:20:47,241 [salt.state       ][INFO    ][23630] Package apache2-utils is already installed
2017-11-23 09:20:47,242 [salt.state       ][INFO    ][23630] Completed state [apache2-utils] at time 09:20:47.241732 duration_in_ms=261.735
2017-11-23 09:20:47,243 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_keystone_private.conf] at time 09:20:47.243316
2017-11-23 09:20:47,244 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_keystone_private.conf
2017-11-23 09:20:47,271 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:47,313 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:47,335 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:47,358 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:47,373 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:47,385 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:47,391 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:47,391 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_keystone_private.conf] at time 09:20:47.391164 duration_in_ms=147.847
2017-11-23 09:20:47,392 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone_private.conf] at time 09:20:47.391518
2017-11-23 09:20:47,392 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone_private.conf
2017-11-23 09:20:47,393 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone_private.conf'}
2017-11-23 09:20:47,393 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone_private.conf] at time 09:20:47.393443 duration_in_ms=1.925
2017-11-23 09:20:47,394 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_nova.conf] at time 09:20:47.394276
2017-11-23 09:20:47,395 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_nova.conf
2017-11-23 09:20:47,409 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:47,451 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:47,467 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:47,489 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:47,504 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:47,517 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:47,522 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:47,522 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_nova.conf] at time 09:20:47.521891 duration_in_ms=127.615
2017-11-23 09:20:47,522 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova.conf] at time 09:20:47.522233
2017-11-23 09:20:47,523 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova.conf
2017-11-23 09:20:47,524 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova.conf'}
2017-11-23 09:20:47,524 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova.conf] at time 09:20:47.523902 duration_in_ms=1.669
2017-11-23 09:20:47,525 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_aodh.conf] at time 09:20:47.524668
2017-11-23 09:20:47,525 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_aodh.conf
2017-11-23 09:20:47,540 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:47,578 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:47,594 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:47,615 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:47,627 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:47,641 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:47,646 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:47,646 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_aodh.conf] at time 09:20:47.646022 duration_in_ms=121.354
2017-11-23 09:20:47,646 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_aodh.conf] at time 09:20:47.646357
2017-11-23 09:20:47,647 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_aodh.conf
2017-11-23 09:20:47,648 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_aodh.conf'}
2017-11-23 09:20:47,648 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_aodh.conf] at time 09:20:47.648015 duration_in_ms=1.657
2017-11-23 09:20:47,649 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_neutron.conf] at time 09:20:47.648792
2017-11-23 09:20:47,649 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_neutron.conf
2017-11-23 09:20:47,662 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:47,698 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:47,714 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:47,735 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:47,752 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:47,766 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:47,770 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:47,771 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_neutron.conf] at time 09:20:47.770688 duration_in_ms=121.895
2017-11-23 09:20:47,771 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_neutron.conf] at time 09:20:47.771084
2017-11-23 09:20:47,771 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_neutron.conf
2017-11-23 09:20:47,773 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_neutron.conf'}
2017-11-23 09:20:47,773 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_neutron.conf] at time 09:20:47.773083 duration_in_ms=1.999
2017-11-23 09:20:47,774 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_web.conf] at time 09:20:47.774000
2017-11-23 09:20:47,774 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_web.conf
2017-11-23 09:20:47,790 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:47,832 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:47,849 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:47,873 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:47,889 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:47,902 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:47,906 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:47,907 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_web.conf] at time 09:20:47.906869 duration_in_ms=132.867
2017-11-23 09:20:47,907 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_web.conf] at time 09:20:47.907213
2017-11-23 09:20:47,908 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_web.conf
2017-11-23 09:20:47,909 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_web.conf'}
2017-11-23 09:20:47,909 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_web.conf] at time 09:20:47.908971 duration_in_ms=1.758
2017-11-23 09:20:47,910 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_glance.conf] at time 09:20:47.909850
2017-11-23 09:20:47,910 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_glance.conf
2017-11-23 09:20:47,926 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:47,966 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:47,982 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:48,006 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:48,020 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:48,035 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:48,040 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,040 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_glance.conf] at time 09:20:48.040038 duration_in_ms=130.188
2017-11-23 09:20:48,040 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_glance.conf] at time 09:20:48.040394
2017-11-23 09:20:48,041 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_glance.conf
2017-11-23 09:20:48,042 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_glance.conf'}
2017-11-23 09:20:48,042 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_glance.conf] at time 09:20:48.042223 duration_in_ms=1.828
2017-11-23 09:20:48,043 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_opendaylight_rest.conf] at time 09:20:48.043135
2017-11-23 09:20:48,044 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_opendaylight_rest.conf
2017-11-23 09:20:48,056 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:48,101 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:48,117 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:48,140 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:48,154 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:48,158 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,159 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_opendaylight_rest.conf] at time 09:20:48.158628 duration_in_ms=115.492
2017-11-23 09:20:48,159 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_opendaylight_rest.conf] at time 09:20:48.159018
2017-11-23 09:20:48,159 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_opendaylight_rest.conf
2017-11-23 09:20:48,161 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_opendaylight_rest.conf'}
2017-11-23 09:20:48,161 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_opendaylight_rest.conf] at time 09:20:48.160993 duration_in_ms=1.975
2017-11-23 09:20:48,162 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_keystone.conf] at time 09:20:48.161902
2017-11-23 09:20:48,162 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_keystone.conf
2017-11-23 09:20:48,177 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:48,216 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:48,231 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:48,254 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:48,268 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:48,281 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:48,286 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,286 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_keystone.conf] at time 09:20:48.286461 duration_in_ms=124.559
2017-11-23 09:20:48,287 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone.conf] at time 09:20:48.286797
2017-11-23 09:20:48,287 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone.conf
2017-11-23 09:20:48,288 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone.conf'}
2017-11-23 09:20:48,289 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_keystone.conf] at time 09:20:48.288519 duration_in_ms=1.722
2017-11-23 09:20:48,289 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_novnc.conf] at time 09:20:48.289316
2017-11-23 09:20:48,290 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_novnc.conf
2017-11-23 09:20:48,303 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:48,342 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:48,358 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:48,380 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:48,394 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:48,406 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:48,411 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,411 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_novnc.conf] at time 09:20:48.410964 duration_in_ms=121.648
2017-11-23 09:20:48,411 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_novnc.conf] at time 09:20:48.411311
2017-11-23 09:20:48,412 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_novnc.conf
2017-11-23 09:20:48,413 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_novnc.conf'}
2017-11-23 09:20:48,413 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_novnc.conf] at time 09:20:48.413105 duration_in_ms=1.795
2017-11-23 09:20:48,414 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cloudwatch.conf] at time 09:20:48.413911
2017-11-23 09:20:48,414 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cloudwatch.conf
2017-11-23 09:20:48,428 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:48,467 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:48,485 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:48,507 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:48,521 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:48,534 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:48,538 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,539 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cloudwatch.conf] at time 09:20:48.538710 duration_in_ms=124.799
2017-11-23 09:20:48,539 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cloudwatch.conf] at time 09:20:48.539070
2017-11-23 09:20:48,539 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cloudwatch.conf
2017-11-23 09:20:48,540 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cloudwatch.conf'}
2017-11-23 09:20:48,541 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cloudwatch.conf] at time 09:20:48.540778 duration_in_ms=1.708
2017-11-23 09:20:48,542 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_nova_ec2.conf] at time 09:20:48.541636
2017-11-23 09:20:48,542 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_nova_ec2.conf
2017-11-23 09:20:48,555 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:48,593 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:48,609 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:48,631 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:48,644 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:48,655 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:48,660 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,660 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_nova_ec2.conf] at time 09:20:48.660421 duration_in_ms=118.785
2017-11-23 09:20:48,661 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova_ec2.conf] at time 09:20:48.660800
2017-11-23 09:20:48,661 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova_ec2.conf
2017-11-23 09:20:48,662 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova_ec2.conf'}
2017-11-23 09:20:48,663 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_nova_ec2.conf] at time 09:20:48.662567 duration_in_ms=1.767
2017-11-23 09:20:48,663 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_redirect_openstack_web_redirect.conf] at time 09:20:48.663358
2017-11-23 09:20:48,664 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_redirect_openstack_web_redirect.conf
2017-11-23 09:20:48,676 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/redirect.conf'
2017-11-23 09:20:48,683 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,684 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_redirect_openstack_web_redirect.conf] at time 09:20:48.683681 duration_in_ms=20.323
2017-11-23 09:20:48,684 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_redirect_openstack_web_redirect.conf] at time 09:20:48.684056
2017-11-23 09:20:48,684 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_redirect_openstack_web_redirect.conf
2017-11-23 09:20:48,686 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_redirect_openstack_web_redirect.conf'}
2017-11-23 09:20:48,686 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_redirect_openstack_web_redirect.conf] at time 09:20:48.685879 duration_in_ms=1.823
2017-11-23 09:20:48,687 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_static_reclass_doc.conf] at time 09:20:48.686672
2017-11-23 09:20:48,687 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_static_reclass_doc.conf
2017-11-23 09:20:48,700 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/static.conf'
2017-11-23 09:20:48,723 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:48,739 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_log.conf'
2017-11-23 09:20:48,750 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:48,772 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:48,785 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:48,789 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,790 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_static_reclass_doc.conf] at time 09:20:48.789595 duration_in_ms=102.922
2017-11-23 09:20:48,790 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_static_reclass_doc.conf] at time 09:20:48.789932
2017-11-23 09:20:48,790 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_static_reclass_doc.conf
2017-11-23 09:20:48,791 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_static_reclass_doc.conf'}
2017-11-23 09:20:48,792 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_static_reclass_doc.conf] at time 09:20:48.791639 duration_in_ms=1.706
2017-11-23 09:20:48,792 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat.conf] at time 09:20:48.792441
2017-11-23 09:20:48,793 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_heat.conf
2017-11-23 09:20:48,806 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:48,845 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:48,860 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:48,884 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:48,898 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:48,910 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:48,915 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,916 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat.conf] at time 09:20:48.915608 duration_in_ms=123.167
2017-11-23 09:20:48,916 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat.conf] at time 09:20:48.916004
2017-11-23 09:20:48,916 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat.conf
2017-11-23 09:20:48,918 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat.conf'}
2017-11-23 09:20:48,918 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat.conf] at time 09:20:48.917883 duration_in_ms=1.879
2017-11-23 09:20:48,919 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_stats_stats.conf] at time 09:20:48.918718
2017-11-23 09:20:48,919 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_stats_stats.conf
2017-11-23 09:20:48,932 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/stats.conf'
2017-11-23 09:20:48,935 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:48,936 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_stats_stats.conf] at time 09:20:48.935815 duration_in_ms=17.096
2017-11-23 09:20:48,936 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_stats_stats.conf] at time 09:20:48.936224
2017-11-23 09:20:48,937 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_stats_stats.conf
2017-11-23 09:20:48,938 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_stats_stats.conf'}
2017-11-23 09:20:48,938 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_stats_stats.conf] at time 09:20:48.938064 duration_in_ms=1.839
2017-11-23 09:20:48,939 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_opendaylight_web.conf] at time 09:20:48.938934
2017-11-23 09:20:48,939 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_opendaylight_web.conf
2017-11-23 09:20:48,953 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:49,014 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:49,029 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:49,053 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:49,069 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:49,074 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:49,074 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_opendaylight_web.conf] at time 09:20:49.074250 duration_in_ms=135.316
2017-11-23 09:20:49,075 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_opendaylight_web.conf] at time 09:20:49.074652
2017-11-23 09:20:49,075 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_opendaylight_web.conf
2017-11-23 09:20:49,076 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_opendaylight_web.conf'}
2017-11-23 09:20:49,077 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_opendaylight_web.conf] at time 09:20:49.076625 duration_in_ms=1.972
2017-11-23 09:20:49,078 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_cinder.conf] at time 09:20:49.077501
2017-11-23 09:20:49,078 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_cinder.conf
2017-11-23 09:20:49,097 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:49,138 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:49,154 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:49,177 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:49,191 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:49,205 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:49,210 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:49,210 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_cinder.conf] at time 09:20:49.210262 duration_in_ms=132.761
2017-11-23 09:20:49,211 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_cinder.conf] at time 09:20:49.210627
2017-11-23 09:20:49,211 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_cinder.conf
2017-11-23 09:20:49,212 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_cinder.conf'}
2017-11-23 09:20:49,212 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_cinder.conf] at time 09:20:49.212427 duration_in_ms=1.8
2017-11-23 09:20:49,213 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_ceilometer.conf] at time 09:20:49.213275
2017-11-23 09:20:49,214 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_ceilometer.conf
2017-11-23 09:20:49,231 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:49,276 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:49,293 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:49,316 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:49,330 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:49,352 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:49,358 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:49,358 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_ceilometer.conf] at time 09:20:49.358147 duration_in_ms=144.872
2017-11-23 09:20:49,359 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_ceilometer.conf] at time 09:20:49.358521
2017-11-23 09:20:49,359 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_ceilometer.conf
2017-11-23 09:20:49,360 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_ceilometer.conf'}
2017-11-23 09:20:49,360 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_ceilometer.conf] at time 09:20:49.360396 duration_in_ms=1.875
2017-11-23 09:20:49,361 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cfn.conf] at time 09:20:49.361273
2017-11-23 09:20:49,362 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cfn.conf
2017-11-23 09:20:49,377 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/proxy.conf'
2017-11-23 09:20:49,424 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_name.conf'
2017-11-23 09:20:49,441 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl.conf'
2017-11-23 09:20:49,464 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_ssl_secure.conf'
2017-11-23 09:20:49,478 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_auth.conf'
2017-11-23 09:20:49,493 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/_access_policy.conf'
2017-11-23 09:20:49,497 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:20:49,498 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/nginx_proxy_openstack_api_heat_cfn.conf] at time 09:20:49.497902 duration_in_ms=136.642
2017-11-23 09:20:49,499 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cfn.conf] at time 09:20:49.498488
2017-11-23 09:20:49,499 [salt.state       ][INFO    ][23630] Executing state file.symlink for /etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cfn.conf
2017-11-23 09:20:49,500 [salt.state       ][INFO    ][23630] {'new': '/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cfn.conf'}
2017-11-23 09:20:49,501 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/nginx_proxy_openstack_api_heat_cfn.conf] at time 09:20:49.500580 duration_in_ms=2.092
2017-11-23 09:20:49,502 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-enabled/default] at time 09:20:49.501491
2017-11-23 09:20:49,502 [salt.state       ][INFO    ][23630] Executing state file.absent for /etc/nginx/sites-enabled/default
2017-11-23 09:20:49,502 [salt.state       ][INFO    ][23630] {'removed': '/etc/nginx/sites-enabled/default'}
2017-11-23 09:20:49,503 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-enabled/default] at time 09:20:49.502641 duration_in_ms=1.15
2017-11-23 09:20:49,504 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/sites-available/default] at time 09:20:49.503485
2017-11-23 09:20:49,504 [salt.state       ][INFO    ][23630] Executing state file.absent for /etc/nginx/sites-available/default
2017-11-23 09:20:49,504 [salt.state       ][INFO    ][23630] {'removed': '/etc/nginx/sites-available/default'}
2017-11-23 09:20:49,505 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/sites-available/default] at time 09:20:49.504570 duration_in_ms=1.084
2017-11-23 09:20:49,505 [salt.state       ][INFO    ][23630] Running state [/etc/nginx/nginx.conf] at time 09:20:49.505443
2017-11-23 09:20:49,506 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/nginx/nginx.conf
2017-11-23 09:20:49,522 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/files/nginx.conf'
2017-11-23 09:20:49,543 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'nginx/map.jinja'
2017-11-23 09:20:49,551 [salt.state       ][INFO    ][23630] 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-11-23 09:20:49,557 [salt.state       ][INFO    ][23630] Completed state [/etc/nginx/nginx.conf] at time 09:20:49.557278 duration_in_ms=51.835
2017-11-23 09:20:49,558 [salt.state       ][INFO    ][23630] Running state [/etc/ssl/private] at time 09:20:49.558031
2017-11-23 09:20:49,558 [salt.state       ][INFO    ][23630] Executing state file.directory for /etc/ssl/private
2017-11-23 09:20:49,559 [salt.state       ][INFO    ][23630] Directory /etc/ssl/private is in the correct state
2017-11-23 09:20:49,559 [salt.state       ][INFO    ][23630] Completed state [/etc/ssl/private] at time 09:20:49.558872 duration_in_ms=0.841
2017-11-23 09:20:49,579 [salt.state       ][INFO    ][23630] Running state [openssl dhparam -out /etc/ssl/dhparams.pem 2048] at time 09:20:49.578661
2017-11-23 09:20:49,579 [salt.state       ][INFO    ][23630] Executing state cmd.run for openssl dhparam -out /etc/ssl/dhparams.pem 2048
2017-11-23 09:20:49,579 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command 'openssl dhparam -out /etc/ssl/dhparams.pem 2048' in directory '/root'
2017-11-23 09:20:55,879 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092055870696
2017-11-23 09:20:55,894 [salt.minion      ][INFO    ][24603] Starting a new job with PID 24603
2017-11-23 09:20:55,907 [salt.minion      ][INFO    ][24603] Returning information for job: 20171123092055870696
2017-11-23 09:21:06,076 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092106067513
2017-11-23 09:21:06,094 [salt.minion      ][INFO    ][24608] Starting a new job with PID 24608
2017-11-23 09:21:06,106 [salt.minion      ][INFO    ][24608] Returning information for job: 20171123092106067513
2017-11-23 09:21:16,274 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092116267034
2017-11-23 09:21:16,289 [salt.minion      ][INFO    ][24613] Starting a new job with PID 24613
2017-11-23 09:21:16,301 [salt.minion      ][INFO    ][24613] Returning information for job: 20171123092116267034
2017-11-23 09:21:26,470 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092126462490
2017-11-23 09:21:26,485 [salt.minion      ][INFO    ][24618] Starting a new job with PID 24618
2017-11-23 09:21:26,497 [salt.minion      ][INFO    ][24618] Returning information for job: 20171123092126462490
2017-11-23 09:21:36,627 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092136620721
2017-11-23 09:21:36,645 [salt.minion      ][INFO    ][24623] Starting a new job with PID 24623
2017-11-23 09:21:36,657 [salt.minion      ][INFO    ][24623] Returning information for job: 20171123092136620721
2017-11-23 09:21:46,822 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092146811104
2017-11-23 09:21:46,838 [salt.minion      ][INFO    ][24628] Starting a new job with PID 24628
2017-11-23 09:21:46,850 [salt.minion      ][INFO    ][24628] Returning information for job: 20171123092146811104
2017-11-23 09:21:57,022 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092157014488
2017-11-23 09:21:57,039 [salt.minion      ][INFO    ][24633] Starting a new job with PID 24633
2017-11-23 09:21:57,052 [salt.minion      ][INFO    ][24633] Returning information for job: 20171123092157014488
2017-11-23 09:22:06,770 [salt.state       ][INFO    ][23630] {'pid': 24599, '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-11-23 09:22:06,773 [salt.state       ][INFO    ][23630] Completed state [openssl dhparam -out /etc/ssl/dhparams.pem 2048] at time 09:22:06.773308 duration_in_ms=77194.646
2017-11-23 09:22:06,781 [salt.state       ][INFO    ][23630] Running state [nginx] at time 09:22:06.780989
2017-11-23 09:22:06,781 [salt.state       ][INFO    ][23630] Executing state service.running for nginx
2017-11-23 09:22:06,782 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['systemctl', 'status', 'nginx.service', '-n', '0'] in directory '/root'
2017-11-23 09:22:06,799 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['systemctl', 'is-active', 'nginx.service'] in directory '/root'
2017-11-23 09:22:06,814 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['systemctl', 'is-enabled', 'nginx.service'] in directory '/root'
2017-11-23 09:22:06,828 [salt.state       ][INFO    ][23630] The service nginx is already running
2017-11-23 09:22:06,829 [salt.state       ][INFO    ][23630] Completed state [nginx] at time 09:22:06.828709 duration_in_ms=47.707
2017-11-23 09:22:06,829 [salt.state       ][INFO    ][23630] Running state [nginx] at time 09:22:06.829210
2017-11-23 09:22:06,830 [salt.state       ][INFO    ][23630] Executing state service.mod_watch for nginx
2017-11-23 09:22:06,830 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['systemctl', 'is-active', 'nginx.service'] in directory '/root'
2017-11-23 09:22:06,844 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['systemctl', 'is-enabled', 'nginx.service'] in directory '/root'
2017-11-23 09:22:06,858 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'nginx.service'] in directory '/root'
2017-11-23 09:22:06,968 [salt.state       ][INFO    ][23630] {'nginx': True}
2017-11-23 09:22:06,968 [salt.state       ][INFO    ][23630] Completed state [nginx] at time 09:22:06.968390 duration_in_ms=139.179
2017-11-23 09:22:06,970 [salt.state       ][INFO    ][23630] Running state [root] at time 09:22:06.969804
2017-11-23 09:22:06,970 [salt.state       ][INFO    ][23630] Executing state user.present for root
2017-11-23 09:22:06,972 [salt.state       ][INFO    ][23630] User root is present and up to date
2017-11-23 09:22:06,972 [salt.state       ][INFO    ][23630] Completed state [root] at time 09:22:06.972376 duration_in_ms=2.572
2017-11-23 09:22:06,973 [salt.state       ][INFO    ][23630] Running state [/root] at time 09:22:06.973434
2017-11-23 09:22:06,974 [salt.state       ][INFO    ][23630] Executing state file.directory for /root
2017-11-23 09:22:06,974 [salt.state       ][INFO    ][23630] Directory /root is in the correct state
2017-11-23 09:22:06,975 [salt.state       ][INFO    ][23630] Completed state [/root] at time 09:22:06.974484 duration_in_ms=1.05
2017-11-23 09:22:06,975 [salt.state       ][INFO    ][23630] Running state [/etc/sudoers.d/90-salt-user-root] at time 09:22:06.974687
2017-11-23 09:22:06,975 [salt.state       ][INFO    ][23630] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2017-11-23 09:22:06,975 [salt.state       ][INFO    ][23630] File /etc/sudoers.d/90-salt-user-root is not present
2017-11-23 09:22:06,975 [salt.state       ][INFO    ][23630] Completed state [/etc/sudoers.d/90-salt-user-root] at time 09:22:06.975360 duration_in_ms=0.673
2017-11-23 09:22:06,976 [salt.state       ][INFO    ][23630] Running state [ubuntu] at time 09:22:06.975594
2017-11-23 09:22:06,976 [salt.state       ][INFO    ][23630] Executing state user.present for ubuntu
2017-11-23 09:22:06,977 [salt.state       ][INFO    ][23630] User ubuntu is present and up to date
2017-11-23 09:22:06,977 [salt.state       ][INFO    ][23630] Completed state [ubuntu] at time 09:22:06.976725 duration_in_ms=1.13
2017-11-23 09:22:06,978 [salt.state       ][INFO    ][23630] Running state [/home/ubuntu] at time 09:22:06.977615
2017-11-23 09:22:06,978 [salt.state       ][INFO    ][23630] Executing state file.directory for /home/ubuntu
2017-11-23 09:22:06,978 [salt.state       ][INFO    ][23630] Directory /home/ubuntu is in the correct state
2017-11-23 09:22:06,979 [salt.state       ][INFO    ][23630] Completed state [/home/ubuntu] at time 09:22:06.978519 duration_in_ms=0.904
2017-11-23 09:22:06,979 [salt.state       ][INFO    ][23630] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 09:22:06.979231
2017-11-23 09:22:06,979 [salt.state       ][INFO    ][23630] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2017-11-23 09:22:07,002 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'linux/files/sudoer'
2017-11-23 09:22:07,005 [salt.state       ][INFO    ][23630] File /etc/sudoers.d/90-salt-user-ubuntu is in the correct state
2017-11-23 09:22:07,006 [salt.state       ][INFO    ][23630] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 09:22:07.005630 duration_in_ms=26.399
2017-11-23 09:22:07,006 [salt.state       ][INFO    ][23630] Running state [git-core] at time 09:22:07.005835
2017-11-23 09:22:07,006 [salt.state       ][INFO    ][23630] Executing state pkg.installed for git-core
2017-11-23 09:22:07,017 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'git-core'] in directory '/root'
2017-11-23 09:22:07,222 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092207213174
2017-11-23 09:22:07,238 [salt.minion      ][INFO    ][24658] Starting a new job with PID 24658
2017-11-23 09:22:07,249 [salt.minion      ][INFO    ][24658] Returning information for job: 20171123092207213174
2017-11-23 09:22:09,417 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 09:22:09,453 [salt.state       ][INFO    ][23630] Made the following changes:
'rsync' changed from 'absent' to '3.1.1-3ubuntu1'
'git' changed from 'absent' to '1:2.7.4-0ubuntu1.3'
'liberror-perl' changed from 'absent' to '0.17-1.2'
'git-man' changed from 'absent' to '1:2.7.4-0ubuntu1.3'
'git-core' changed from 'absent' to '1:2.7.4-0ubuntu1.3'
'git-completion' changed from 'absent' to '1'
'patch' changed from 'absent' to '2.7.5-1'

2017-11-23 09:22:09,469 [salt.state       ][INFO    ][23630] Loading fresh modules for state activity
2017-11-23 09:22:09,490 [salt.state       ][INFO    ][23630] Completed state [git-core] at time 09:22:09.489457 duration_in_ms=2483.622
2017-11-23 09:22:09,496 [salt.state       ][INFO    ][23630] Running state [python-sphinx] at time 09:22:09.495633
2017-11-23 09:22:09,496 [salt.state       ][INFO    ][23630] Executing state pkg.installed for python-sphinx
2017-11-23 09:22:09,764 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'python-sphinx'] in directory '/root'
2017-11-23 09:22:13,034 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2017-11-23 09:22:13,069 [salt.state       ][INFO    ][23630] Made the following changes:
'python-sphinx' changed from 'absent' to '1.5.2-2~u16.04+mcp1'
'python-imagesize' changed from 'absent' to '0.7.1-1~u16.04+mcp1'
'sphinx-common' changed from 'absent' to '1.5.2-2~u16.04+mcp1'
'libjs-sphinxdoc' changed from '1.3.6-2ubuntu1.1' to '1.5.2-2~u16.04+mcp1'
'python2.7-alabaster' changed from 'absent' to '1'
'python-alabaster' changed from 'absent' to '0.7.7-1'

2017-11-23 09:22:13,086 [salt.state       ][INFO    ][23630] Loading fresh modules for state activity
2017-11-23 09:22:13,105 [salt.state       ][INFO    ][23630] Completed state [python-sphinx] at time 09:22:13.105423 duration_in_ms=3609.79
2017-11-23 09:22:13,109 [salt.state       ][INFO    ][23630] Running state [/srv/static/sites] at time 09:22:13.109228
2017-11-23 09:22:13,110 [salt.state       ][INFO    ][23630] Executing state file.directory for /srv/static/sites
2017-11-23 09:22:13,112 [salt.state       ][INFO    ][23630] {'/srv/static/sites': 'New Dir'}
2017-11-23 09:22:13,113 [salt.state       ][INFO    ][23630] Completed state [/srv/static/sites] at time 09:22:13.112555 duration_in_ms=3.327
2017-11-23 09:22:13,113 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern] at time 09:22:13.112789
2017-11-23 09:22:13,113 [salt.state       ][INFO    ][23630] Executing state file.directory for /srv/static/extern
2017-11-23 09:22:13,114 [salt.state       ][INFO    ][23630] {'/srv/static/extern': 'New Dir'}
2017-11-23 09:22:13,114 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern] at time 09:22:13.113774 duration_in_ms=0.985
2017-11-23 09:22:13,115 [salt.state       ][INFO    ][23630] Running state [/srv/static/sites/reclass_doc] at time 09:22:13.114692
2017-11-23 09:22:13,115 [salt.state       ][INFO    ][23630] Executing state file.directory for /srv/static/sites/reclass_doc
2017-11-23 09:22:13,115 [salt.state       ][INFO    ][23630] {'/srv/static/sites/reclass_doc': 'New Dir'}
2017-11-23 09:22:13,116 [salt.state       ][INFO    ][23630] Completed state [/srv/static/sites/reclass_doc] at time 09:22:13.115587 duration_in_ms=0.895
2017-11-23 09:22:13,116 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/services] at time 09:22:13.115770
2017-11-23 09:22:13,116 [salt.state       ][INFO    ][23630] Executing state file.directory for /srv/static/extern/salt/source/services
2017-11-23 09:22:13,117 [salt.state       ][INFO    ][23630] {'/srv/static/extern/salt/source/services': 'New Dir'}
2017-11-23 09:22:13,118 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/services] at time 09:22:13.117472 duration_in_ms=1.702
2017-11-23 09:22:13,118 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes] at time 09:22:13.117693
2017-11-23 09:22:13,118 [salt.state       ][INFO    ][23630] Executing state file.directory for /srv/static/extern/salt/source/nodes
2017-11-23 09:22:13,119 [salt.state       ][INFO    ][23630] {'/srv/static/extern/salt/source/nodes': 'New Dir'}
2017-11-23 09:22:13,119 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes] at time 09:22:13.118702 duration_in_ms=1.009
2017-11-23 09:22:13,119 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/devices] at time 09:22:13.118884
2017-11-23 09:22:13,119 [salt.state       ][INFO    ][23630] Executing state file.directory for /srv/static/extern/salt/source/devices
2017-11-23 09:22:13,120 [salt.state       ][INFO    ][23630] {'/srv/static/extern/salt/source/devices': 'New Dir'}
2017-11-23 09:22:13,120 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/devices] at time 09:22:13.120069 duration_in_ms=1.184
2017-11-23 09:22:13,120 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/_static] at time 09:22:13.120251
2017-11-23 09:22:13,120 [salt.state       ][INFO    ][23630] Executing state file.directory for /srv/static/extern/salt/source/_static
2017-11-23 09:22:13,121 [salt.state       ][INFO    ][23630] {'/srv/static/extern/salt/source/_static': 'New Dir'}
2017-11-23 09:22:13,121 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/_static] at time 09:22:13.121386 duration_in_ms=1.135
2017-11-23 09:22:13,122 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/Makefile] at time 09:22:13.122162
2017-11-23 09:22:13,122 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/Makefile
2017-11-23 09:22:13,149 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/Makefile'
2017-11-23 09:22:13,150 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,150 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/Makefile] at time 09:22:13.149988 duration_in_ms=27.826
2017-11-23 09:22:13,151 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/conf.py] at time 09:22:13.150708
2017-11-23 09:22:13,151 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/conf.py
2017-11-23 09:22:13,173 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/conf.py'
2017-11-23 09:22:13,179 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,191 [salt.state       ][INFO    ][23630] Loading fresh modules for state activity
2017-11-23 09:22:13,208 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/conf.py] at time 09:22:13.208422 duration_in_ms=57.713
2017-11-23 09:22:13,211 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/index.rst] at time 09:22:13.210832
2017-11-23 09:22:13,211 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/index.rst
2017-11-23 09:22:13,233 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/index.rst'
2017-11-23 09:22:13,239 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,240 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/index.rst] at time 09:22:13.239841 duration_in_ms=29.008
2017-11-23 09:22:13,241 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/services/index.rst] at time 09:22:13.240662
2017-11-23 09:22:13,241 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/services/index.rst
2017-11-23 09:22:13,259 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/services/index.rst'
2017-11-23 09:22:13,261 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,261 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/services/index.rst] at time 09:22:13.261421 duration_in_ms=20.759
2017-11-23 09:22:13,262 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/services/monitoring.rst] at time 09:22:13.262218
2017-11-23 09:22:13,262 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/services/monitoring.rst
2017-11-23 09:22:13,279 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/services/monitoring.rst'
2017-11-23 09:22:13,344 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,344 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/services/monitoring.rst] at time 09:22:13.343985 duration_in_ms=81.767
2017-11-23 09:22:13,345 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/services/endpoints.rst] at time 09:22:13.344670
2017-11-23 09:22:13,345 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/services/endpoints.rst
2017-11-23 09:22:13,363 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/services/endpoints.rst'
2017-11-23 09:22:13,415 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,415 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/services/endpoints.rst] at time 09:22:13.414828 duration_in_ms=70.158
2017-11-23 09:22:13,416 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/services/catalog.rst] at time 09:22:13.415508
2017-11-23 09:22:13,416 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/services/catalog.rst
2017-11-23 09:22:13,433 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/services/catalog.rst'
2017-11-23 09:22:13,476 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,477 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/services/catalog.rst] at time 09:22:13.476751 duration_in_ms=61.243
2017-11-23 09:22:13,478 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/index.rst] at time 09:22:13.477749
2017-11-23 09:22:13,478 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/index.rst
2017-11-23 09:22:13,498 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/index.rst'
2017-11-23 09:22:13,554 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,554 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/index.rst] at time 09:22:13.553846 duration_in_ms=76.095
2017-11-23 09:22:13,555 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/dbs02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.554719
2017-11-23 09:22:13,555 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/dbs02.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,570 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,587 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,588 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/dbs02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.587532 duration_in_ms=32.813
2017-11-23 09:22:13,588 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/kvm02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.588441
2017-11-23 09:22:13,589 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/kvm02.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,604 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,621 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,621 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/kvm02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.621035 duration_in_ms=32.594
2017-11-23 09:22:13,622 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/mdb01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.621886
2017-11-23 09:22:13,622 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/mdb01.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,637 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,727 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,728 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/mdb01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.728104 duration_in_ms=106.217
2017-11-23 09:22:13,729 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/kvm01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.728987
2017-11-23 09:22:13,729 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/kvm01.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,743 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,764 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,765 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/kvm01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.764517 duration_in_ms=35.53
2017-11-23 09:22:13,765 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/cmp002.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.765242
2017-11-23 09:22:13,766 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/cmp002.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,782 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,799 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,799 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/cmp002.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.798692 duration_in_ms=33.449
2017-11-23 09:22:13,799 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/dbs01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.799406
2017-11-23 09:22:13,800 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/dbs01.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,813 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,829 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,830 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/dbs01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.829463 duration_in_ms=30.057
2017-11-23 09:22:13,830 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/kvm03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.830146
2017-11-23 09:22:13,830 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/kvm03.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,845 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,861 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,862 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/kvm03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.861537 duration_in_ms=31.391
2017-11-23 09:22:13,862 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/msg01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.862214
2017-11-23 09:22:13,862 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/msg01.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,877 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,893 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,893 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/msg01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.892847 duration_in_ms=30.632
2017-11-23 09:22:13,894 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/ctl03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.893489
2017-11-23 09:22:13,894 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/ctl03.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,907 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,927 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,927 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/ctl03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.926775 duration_in_ms=33.286
2017-11-23 09:22:13,927 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/cfg01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.927411
2017-11-23 09:22:13,928 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/cfg01.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,940 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,956 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,956 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/cfg01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.956202 duration_in_ms=28.791
2017-11-23 09:22:13,957 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/msg02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.956853
2017-11-23 09:22:13,957 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/msg02.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:13,973 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:13,990 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:13,990 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/msg02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.989730 duration_in_ms=32.876
2017-11-23 09:22:13,990 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/cmp001.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:13.990378
2017-11-23 09:22:13,991 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/cmp001.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,005 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,021 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,021 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/cmp001.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.021322 duration_in_ms=30.943
2017-11-23 09:22:14,022 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/prx01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.021942
2017-11-23 09:22:14,022 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/prx01.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,037 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,053 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,054 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/prx01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.053649 duration_in_ms=31.707
2017-11-23 09:22:14,054 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/mas01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.054350
2017-11-23 09:22:14,055 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/mas01.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,069 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,085 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,085 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/mas01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.085015 duration_in_ms=30.665
2017-11-23 09:22:14,086 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/dbs03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.085835
2017-11-23 09:22:14,086 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/dbs03.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,101 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,117 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,117 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/dbs03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.117171 duration_in_ms=31.336
2017-11-23 09:22:14,118 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/mdb03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.117836
2017-11-23 09:22:14,118 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/mdb03.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,133 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,149 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,149 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/mdb03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.148778 duration_in_ms=30.942
2017-11-23 09:22:14,149 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/mdb02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.149417
2017-11-23 09:22:14,150 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/mdb02.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,164 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,180 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,181 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/mdb02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.180663 duration_in_ms=31.246
2017-11-23 09:22:14,181 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/ctl01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.181442
2017-11-23 09:22:14,182 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/ctl01.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,198 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,216 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,216 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/ctl01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.215974 duration_in_ms=34.532
2017-11-23 09:22:14,217 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/prx02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.216656
2017-11-23 09:22:14,217 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/prx02.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,231 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,247 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,247 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/prx02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.247061 duration_in_ms=30.405
2017-11-23 09:22:14,248 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/msg03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.247667
2017-11-23 09:22:14,248 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/msg03.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,261 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,277 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,277 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/msg03.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.277021 duration_in_ms=29.353
2017-11-23 09:22:14,278 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/odl01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.277712
2017-11-23 09:22:14,278 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/odl01.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,292 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,308 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,308 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/odl01.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.308171 duration_in_ms=30.459
2017-11-23 09:22:14,309 [salt.state       ][INFO    ][23630] Running state [/srv/static/extern/salt/source/nodes/ctl02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.308832
2017-11-23 09:22:14,309 [salt.state       ][INFO    ][23630] Executing state file.managed for /srv/static/extern/salt/source/nodes/ctl02.baremetal-mcp-ocata-odl-ha.local.rst
2017-11-23 09:22:14,323 [salt.fileclient  ][INFO    ][23630] Fetching file from saltenv 'base', ** done ** 'sphinx/files/salt/source/nodes/node.rst'
2017-11-23 09:22:14,342 [salt.state       ][INFO    ][23630] File changed:
New file
2017-11-23 09:22:14,342 [salt.state       ][INFO    ][23630] Completed state [/srv/static/extern/salt/source/nodes/ctl02.baremetal-mcp-ocata-odl-ha.local.rst] at time 09:22:14.342026 duration_in_ms=33.194
2017-11-23 09:22:14,343 [salt.state       ][INFO    ][23630] Running state [sphinx-build -b singlehtml /srv/static/extern/salt/source /srv/static/sites/reclass_doc] at time 09:22:14.343375
2017-11-23 09:22:14,344 [salt.state       ][INFO    ][23630] Executing state cmd.run for sphinx-build -b singlehtml /srv/static/extern/salt/source /srv/static/sites/reclass_doc
2017-11-23 09:22:14,345 [salt.loaded.int.module.cmdmod][INFO    ][23630] Executing command 'sphinx-build -b singlehtml /srv/static/extern/salt/source /srv/static/sites/reclass_doc' in directory '/root'
2017-11-23 09:22:17,432 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command saltutil.find_job with jid 20171123092217421204
2017-11-23 09:22:17,449 [salt.minion      ][INFO    ][25047] Starting a new job with PID 25047
2017-11-23 09:22:17,461 [salt.minion      ][INFO    ][25047] Returning information for job: 20171123092217421204
2017-11-23 09:22:18,599 [salt.state       ][INFO    ][23630] {'pid': 25041, 'retcode': 0, 'stderr': '/srv/static/extern/salt/source/nodes/cmp001.baremetal-mcp-ocata-odl-ha.local.rst:142: ERROR: Insufficient data supplied (1 row(s)); no data remaining for table body, required by "list-table" directive.\n\n.. list-table::\n   :widths: 15 15 70\n   :header-rows: 1\n\n   *  - **Service Role**\n      - **Parameter**\n      - **Value**\n/srv/static/extern/salt/source/nodes/cmp002.baremetal-mcp-ocata-odl-ha.local.rst:142: ERROR: Insufficient data supplied (1 row(s)); no data remaining for table body, required by "list-table" directive.\n\n.. list-table::\n   :widths: 15 15 70\n   :header-rows: 1\n\n   *  - **Service Role**\n      - **Parameter**\n      - **Value**\n/srv/static/extern/salt/source/nodes/dbs01.baremetal-mcp-ocata-odl-ha.local.rst:12: ERROR: Insufficient data supplied (1 row(s)); no data remaining for table body, required by "list-table" directive.\n\n.. list-table::\n   :widths: 15 15 70\n   :header-rows: 1\n\n   *  - **Service Role**\n      - **Parameter**\n      - **Value**\n/srv/static/extern/salt/source/nodes/dbs02.baremetal-mcp-ocata-odl-ha.local.rst:12: ERROR: Insufficient data supplied (1 row(s)); no data remaining for table body, required by "list-table" directive.\n\n.. list-table::\n   :widths: 15 15 70\n   :header-rows: 1\n\n   *  - **Service Role**\n      - **Parameter**\n      - **Value**\n/srv/static/extern/salt/source/nodes/dbs03.baremetal-mcp-ocata-odl-ha.local.rst:12: ERROR: Insufficient data supplied (1 row(s)); no data remaining for table body, required by "list-table" directive.\n\n.. list-table::\n   :widths: 15 15 70\n   :header-rows: 1\n\n   *  - **Service Role**\n      - **Parameter**\n      - **Value**\n/srv/static/extern/salt/source/services/catalog.rst:16: WARNING: Explicit markup ends without a blank line; unexpected unindent.\n/srv/static/extern/salt/source/services/monitoring.rst:48: ERROR: Insufficient data supplied (1 row(s)); no data remaining for table body, required by "list-table" directive.\n\n.. list-table::\n   :header-rows: 1\n\n   *  - **Node**\n      - **Alarm**\n      - **Trigger**\n      - **Metric**\n      - **Operator**\n      - **Threshold**\n      - **Function**\n      - **Duration**', 'stdout': 'Running Sphinx v1.5.2\nloading pickled environment... not yet created\nbuilding [mo]: targets for 0 po files that are out of date\nbuilding [singlehtml]: all documents\nupdating environment: 28 added, 0 changed, 0 removed\nreading sources... [  3%] index\nreading sources... [  7%] nodes/cfg01.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 10%] nodes/cmp001.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 14%] nodes/cmp002.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 17%] nodes/ctl01.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 21%] nodes/ctl02.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 25%] nodes/ctl03.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 28%] nodes/dbs01.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 32%] nodes/dbs02.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 35%] nodes/dbs03.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 39%] nodes/index\nreading sources... [ 42%] nodes/kvm01.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 46%] nodes/kvm02.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 50%] nodes/kvm03.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 53%] nodes/mas01.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 57%] nodes/mdb01.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 60%] nodes/mdb02.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 64%] nodes/mdb03.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 67%] nodes/msg01.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 71%] nodes/msg02.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 75%] nodes/msg03.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 78%] nodes/odl01.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 82%] nodes/prx01.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 85%] nodes/prx02.baremetal-mcp-ocata-odl-ha.local\nreading sources... [ 89%] services/catalog\nreading sources... [ 92%] services/endpoints\nreading sources... [ 96%] services/index\nreading sources... [100%] services/monitoring\n\nlooking for now-outdated files... none found\npickling environment... done\nchecking consistency... done\npreparing documents... done\nassembling single document... services/index services/endpoints services/catalog services/monitoring nodes/index nodes/cfg01.baremetal-mcp-ocata-odl-ha.local nodes/cmp001.baremetal-mcp-ocata-odl-ha.local nodes/cmp002.baremetal-mcp-ocata-odl-ha.local nodes/ctl01.baremetal-mcp-ocata-odl-ha.local nodes/ctl02.baremetal-mcp-ocata-odl-ha.local nodes/ctl03.baremetal-mcp-ocata-odl-ha.local nodes/dbs01.baremetal-mcp-ocata-odl-ha.local nodes/dbs02.baremetal-mcp-ocata-odl-ha.local nodes/dbs03.baremetal-mcp-ocata-odl-ha.local nodes/kvm01.baremetal-mcp-ocata-odl-ha.local nodes/kvm02.baremetal-mcp-ocata-odl-ha.local nodes/kvm03.baremetal-mcp-ocata-odl-ha.local nodes/mas01.baremetal-mcp-ocata-odl-ha.local nodes/mdb01.baremetal-mcp-ocata-odl-ha.local nodes/mdb02.baremetal-mcp-ocata-odl-ha.local nodes/mdb03.baremetal-mcp-ocata-odl-ha.local nodes/msg01.baremetal-mcp-ocata-odl-ha.local nodes/msg02.baremetal-mcp-ocata-odl-ha.local nodes/msg03.baremetal-mcp-ocata-odl-ha.local nodes/odl01.baremetal-mcp-ocata-odl-ha.local nodes/prx01.baremetal-mcp-ocata-odl-ha.local nodes/prx02.baremetal-mcp-ocata-odl-ha.local \nwriting... done\nwriting additional files...\ncopying static files... done\ncopying extra files... done\ndumping object inventory... done\nbuild succeeded, 7 warnings.'}
2017-11-23 09:22:18,601 [salt.state       ][INFO    ][23630] Completed state [sphinx-build -b singlehtml /srv/static/extern/salt/source /srv/static/sites/reclass_doc] at time 09:22:18.600944 duration_in_ms=4257.567
2017-11-23 09:22:18,613 [salt.minion      ][INFO    ][23630] Returning information for job: 20171123092035620421
2017-11-23 09:22:19,659 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command pillar.get with jid 20171123092219651901
2017-11-23 09:22:19,671 [salt.minion      ][INFO    ][25054] Starting a new job with PID 25054
2017-11-23 09:22:19,676 [salt.minion      ][INFO    ][25054] Returning information for job: 20171123092219651901
2017-11-23 09:22:20,505 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command cp.push with jid 20171123092220499017
2017-11-23 09:22:20,518 [salt.minion      ][INFO    ][25059] Starting a new job with PID 25059
2017-11-23 09:22:20,535 [salt.minion      ][INFO    ][25059] Returning information for job: 20171123092220499017
2017-11-23 09:23:01,190 [salt.minion      ][INFO    ][10771] User sudo_ubuntu Executing command cp.push_dir with jid 20171123092301171265
2017-11-23 09:23:01,205 [salt.minion      ][INFO    ][25066] Starting a new job with PID 25066
