2018-05-13 03:20:00,728 [salt.loaded.int.module.cmdmod][ERROR   ][1734] Command 'while true; do salt-call saltutil.running|grep fun: && continue; salt-call --local service.restart salt-minion; break; done' failed with return code: None
2018-05-13 03:20:04,535 [salt.loaded.int.module.cmdmod][INFO    ][2276] Executing command ['systemctl', 'status', 'salt-minion.service', '-n', '0'] in directory '/root'
2018-05-13 03:20:04,551 [salt.loaded.int.module.cmdmod][INFO    ][2276] Executing command ['systemctl', 'is-enabled', 'salt-minion.service'] in directory '/root'
2018-05-13 03:20:04,579 [salt.loaded.int.module.cmdmod][INFO    ][2276] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'salt-minion.service'] in directory '/root'
2018-05-13 03:20:04,599 [salt.utils.parsers][WARNING ][1474] Minion received a SIGTERM. Exiting.
2018-05-13 03:20:04,600 [tornado.general  ][ERROR   ][1474] Uncaught exception, closing connection.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/zmqstream.py", line 414, in _run_callback
    callback(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 275, in null_wrapper
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 434, in wrap_callback
    payload = yield self._decode_messages(messages)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 411, in _decode_messages
    ret = yield self._decode_payload(payload)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/mixins/auth.py", line 54, in _decode_payload
    payload['load'] = self.auth.crypticle.loads(payload['load'])
  File "/usr/lib/python2.7/dist-packages/salt/crypt.py", line 1307, in loads
    data = self.decrypt(data)
  File "/usr/lib/python2.7/dist-packages/salt/crypt.py", line 1273, in decrypt
    mac_bytes = hmac.new(hmac_key, data, hashlib.sha256).digest()
  File "/usr/lib/python2.7/hmac.py", line 116, in digest
    h = self._current()
  File "/usr/lib/python2.7/hmac.py", line 106, in _current
    h.update(self.inner.digest())
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 231, in _handle_signals
    super(Minion, self)._handle_signals(signum, sigframe)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 965, in _handle_signals
    self.shutdown(exitmsg='{0} Exited.'.format(msg))
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 397, in shutdown
    self.__class__.__name__, (exitmsg or '')).strip()))
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 968, in shutdown
    self.exit(exitcode, exitmsg)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 267, in exit
    optparse.OptionParser.exit(self, status, msg)
  File "/usr/lib/python2.7/optparse.py", line 1574, in exit
    sys.exit(status)
SystemExit: 0
2018-05-13 03:20:04,607 [tornado.general  ][ERROR   ][1474] Uncaught exception, closing connection.
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/zmqstream.py", line 440, in _handle_events
    self._handle_recv()
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/zmqstream.py", line 472, in _handle_recv
    self._run_callback(callback, msg)
  File "/usr/lib/python2.7/dist-packages/zmq/eventloop/zmqstream.py", line 414, in _run_callback
    callback(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/tornado/stack_context.py", line 275, in null_wrapper
    return fn(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 434, in wrap_callback
    payload = yield self._decode_messages(messages)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 411, in _decode_messages
    ret = yield self._decode_payload(payload)
  File "/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
    yielded = next(result)
  File "/usr/lib/python2.7/dist-packages/salt/transport/mixins/auth.py", line 54, in _decode_payload
    payload['load'] = self.auth.crypticle.loads(payload['load'])
  File "/usr/lib/python2.7/dist-packages/salt/crypt.py", line 1307, in loads
    data = self.decrypt(data)
  File "/usr/lib/python2.7/dist-packages/salt/crypt.py", line 1273, in decrypt
    mac_bytes = hmac.new(hmac_key, data, hashlib.sha256).digest()
  File "/usr/lib/python2.7/hmac.py", line 116, in digest
    h = self._current()
  File "/usr/lib/python2.7/hmac.py", line 106, in _current
    h.update(self.inner.digest())
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 231, in _handle_signals
    super(Minion, self)._handle_signals(signum, sigframe)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 965, in _handle_signals
    self.shutdown(exitmsg='{0} Exited.'.format(msg))
  File "/usr/lib/python2.7/dist-packages/salt/cli/daemons.py", line 397, in shutdown
    self.__class__.__name__, (exitmsg or '')).strip()))
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 968, in shutdown
    self.exit(exitcode, exitmsg)
  File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 267, in exit
    optparse.OptionParser.exit(self, status, msg)
  File "/usr/lib/python2.7/optparse.py", line 1574, in exit
    sys.exit(status)
SystemExit: 0
2018-05-13 03:20:05,004 [salt.cli.daemons ][INFO    ][2354] Setting up the Salt Minion "dbs03.mcp-pike-odl-ha.local"
2018-05-13 03:20:05,115 [salt.cli.daemons ][INFO    ][2354] Starting up the Salt Minion
2018-05-13 03:20:05,117 [salt.utils.event ][INFO    ][2354] Starting pull socket on /var/run/salt/minion/minion_event_056c22bdc5_pull.ipc
2018-05-13 03:20:05,697 [salt.minion      ][INFO    ][2354] Creating minion process manager
2018-05-13 03:20:06,954 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][2354] Executing command ['date', '+%z'] in directory '/root'
2018-05-13 03:20:06,980 [salt.utils.schedule][INFO    ][2354] Updating job settings for scheduled job: __mine_interval
2018-05-13 03:20:06,982 [salt.minion      ][INFO    ][2354] Added mine.update to scheduler
2018-05-13 03:20:06,988 [salt.minion      ][INFO    ][2354] Minion is starting as user 'root'
2018-05-13 03:20:07,004 [salt.minion      ][INFO    ][2354] Minion is ready to receive requests!
2018-05-13 03:20:08,007 [salt.utils.schedule][INFO    ][2354] Running scheduled job: __mine_interval
2018-05-13 03:20:29,741 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command state.apply with jid 20180513032029719905
2018-05-13 03:20:29,763 [salt.minion      ][INFO    ][2449] Starting a new job with PID 2449
2018-05-13 03:20:33,740 [salt.state       ][INFO    ][2449] Loading fresh modules for state activity
2018-05-13 03:20:34,006 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/init.sls'
2018-05-13 03:20:34,046 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/init.sls'
2018-05-13 03:20:34,189 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/env.sls'
2018-05-13 03:20:34,301 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/profile.sls'
2018-05-13 03:20:34,409 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/repo.sls'
2018-05-13 03:20:34,651 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/package.sls'
2018-05-13 03:20:34,781 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/timezone.sls'
2018-05-13 03:20:34,885 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/kernel.sls'
2018-05-13 03:20:35,026 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/cpu.sls'
2018-05-13 03:20:35,143 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/sysfs.sls'
2018-05-13 03:20:35,263 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/locale.sls'
2018-05-13 03:20:35,374 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/user.sls'
2018-05-13 03:20:35,517 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/group.sls'
2018-05-13 03:20:35,634 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/limit.sls'
2018-05-13 03:20:35,735 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/systemd.sls'
2018-05-13 03:20:35,844 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/system/apt.sls'
2018-05-13 03:20:35,963 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/network/init.sls'
2018-05-13 03:20:36,077 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/network/hostname.sls'
2018-05-13 03:20:36,192 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/network/host.sls'
2018-05-13 03:20:36,375 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/network/interface.sls'
2018-05-13 03:20:36,598 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/network/proxy.sls'
2018-05-13 03:20:36,708 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/storage/init.sls'
2018-05-13 03:20:36,828 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'ntp/init.sls'
2018-05-13 03:20:36,870 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'ntp/client.sls'
2018-05-13 03:20:36,917 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'ntp/server.sls'
2018-05-13 03:20:36,979 [salt.state       ][INFO    ][2449] Running state [/etc/environment] at time 03:20:36.979870
2018-05-13 03:20:36,980 [salt.state       ][INFO    ][2449] Executing state file.blockreplace for /etc/environment
2018-05-13 03:20:36,989 [salt.state       ][INFO    ][2449] File changed:
--- 
+++ 
@@ -1 +1,4 @@
 PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
+# SALT MANAGED VARIABLES - DO NOT EDIT - START
+# +# SALT MANAGED VARIABLES - END

2018-05-13 03:20:36,991 [salt.state       ][INFO    ][2449] Completed state [/etc/environment] at time 03:20:36.991340 duration_in_ms=11.471
2018-05-13 03:20:36,991 [salt.state       ][INFO    ][2449] Running state [/etc/profile.d] at time 03:20:36.991880
2018-05-13 03:20:36,992 [salt.state       ][INFO    ][2449] Executing state file.directory for /etc/profile.d
2018-05-13 03:20:36,994 [salt.state       ][INFO    ][2449] Directory /etc/profile.d is in the correct state
2018-05-13 03:20:36,994 [salt.state       ][INFO    ][2449] Completed state [/etc/profile.d] at time 03:20:36.994864 duration_in_ms=2.984
2018-05-13 03:20:37,607 [salt.state       ][INFO    ][2449] Running state [/etc/apt/apt.conf.d/99prefer_ipv4-salt] at time 03:20:37.607040
2018-05-13 03:20:37,607 [salt.state       ][INFO    ][2449] Executing state file.managed for /etc/apt/apt.conf.d/99prefer_ipv4-salt
2018-05-13 03:20:37,632 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/files/apt.conf'
2018-05-13 03:20:37,642 [salt.state       ][INFO    ][2449] File changed:
New file
2018-05-13 03:20:37,642 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/apt.conf.d/99prefer_ipv4-salt] at time 03:20:37.642768 duration_in_ms=35.729
2018-05-13 03:20:37,643 [salt.state       ][INFO    ][2449] Running state [linux_repo_prereq_pkgs] at time 03:20:37.643788
2018-05-13 03:20:37,644 [salt.state       ][INFO    ][2449] Executing state pkg.installed for linux_repo_prereq_pkgs
2018-05-13 03:20:37,645 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:20:38,045 [salt.state       ][INFO    ][2449] All specified packages are already installed
2018-05-13 03:20:38,046 [salt.state       ][INFO    ][2449] Completed state [linux_repo_prereq_pkgs] at time 03:20:38.046707 duration_in_ms=402.918
2018-05-13 03:20:38,047 [salt.state       ][INFO    ][2449] Running state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 03:20:38.047392
2018-05-13 03:20:38,048 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mk_openstack
2018-05-13 03:20:38,048 [salt.state       ][INFO    ][2449] File /etc/apt/apt.conf.d/99proxies-salt-mk_openstack is not present
2018-05-13 03:20:38,049 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 03:20:38.049267 duration_in_ms=1.875
2018-05-13 03:20:38,049 [salt.state       ][INFO    ][2449] Running state [/etc/apt/preferences.d/mk_openstack] at time 03:20:38.049759
2018-05-13 03:20:38,050 [salt.state       ][INFO    ][2449] Executing state file.managed for /etc/apt/preferences.d/mk_openstack
2018-05-13 03:20:38,069 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/files/preferences_repo'
2018-05-13 03:20:38,165 [salt.state       ][INFO    ][2449] File changed:
New file
2018-05-13 03:20:38,166 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/preferences.d/mk_openstack] at time 03:20:38.166390 duration_in_ms=116.631
2018-05-13 03:20:38,168 [salt.state       ][INFO    ][2449] Running state [curl -s http://apt.mirantis.com/public.gpg | apt-key add -] at time 03:20:38.168601
2018-05-13 03:20:38,169 [salt.state       ][INFO    ][2449] Executing state cmd.run for curl -s http://apt.mirantis.com/public.gpg | apt-key add -
2018-05-13 03:20:38,170 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'curl -s http://apt.mirantis.com/public.gpg | apt-key add -' in directory '/root'
2018-05-13 03:20:38,388 [salt.state       ][INFO    ][2449] {'pid': 2512, 'retcode': 0, 'stderr': '', 'stdout': 'OK'}
2018-05-13 03:20:38,389 [salt.state       ][INFO    ][2449] Completed state [curl -s http://apt.mirantis.com/public.gpg | apt-key add -] at time 03:20:38.389124 duration_in_ms=220.522
2018-05-13 03:20:38,396 [salt.state       ][INFO    ][2449] Running state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 03:20:38.396251
2018-05-13 03:20:38,396 [salt.state       ][INFO    ][2449] Executing state pkgrepo.managed for deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike
2018-05-13 03:20:38,503 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:20:39,811 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513032039795320
2018-05-13 03:20:39,833 [salt.minion      ][INFO    ][2936] Starting a new job with PID 2936
2018-05-13 03:20:39,852 [salt.minion      ][INFO    ][2936] Returning information for job: 20180513032039795320
2018-05-13 03:20:42,365 [salt.state       ][INFO    ][2449] {'repo': 'deb [arch=amd64] http://apt.mirantis.com/xenial nightly pike'}
2018-05-13 03:20:42,366 [salt.state       ][INFO    ][2449] Completed state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 03:20:42.366155 duration_in_ms=3969.903
2018-05-13 03:20:42,367 [salt.state       ][INFO    ][2449] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca-staging] at time 03:20:42.367339
2018-05-13 03:20:42,367 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca-staging
2018-05-13 03:20:42,368 [salt.state       ][INFO    ][2449] File /etc/apt/apt.conf.d/99proxies-salt-uca-staging is not present
2018-05-13 03:20:42,369 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca-staging] at time 03:20:42.368979 duration_in_ms=1.641
2018-05-13 03:20:42,369 [salt.state       ][INFO    ][2449] Running state [/etc/apt/preferences.d/uca-staging] at time 03:20:42.369491
2018-05-13 03:20:42,369 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/apt/preferences.d/uca-staging
2018-05-13 03:20:42,370 [salt.state       ][INFO    ][2449] File /etc/apt/preferences.d/uca-staging is not present
2018-05-13 03:20:42,371 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/preferences.d/uca-staging] at time 03:20:42.370963 duration_in_ms=1.472
2018-05-13 03:20:42,371 [salt.state       ][INFO    ][2449] Running state [apt-key adv --keyserver keyserver.ubuntu.com --recv 9F68104E] at time 03:20:42.371450
2018-05-13 03:20:42,371 [salt.state       ][INFO    ][2449] Executing state cmd.run for apt-key adv --keyserver keyserver.ubuntu.com --recv 9F68104E
2018-05-13 03:20:42,373 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'apt-key adv --keyserver keyserver.ubuntu.com --recv 9F68104E' in directory '/root'
2018-05-13 03:20:42,579 [salt.state       ][INFO    ][2449] {'pid': 2945, 'retcode': 0, 'stderr': 'gpg: requesting key 9F68104E from hkp server keyserver.ubuntu.com\ngpg: key 9F68104E: public key "Launchpad PPA for Ubuntu Cloud Archive Team" imported\ngpg: Total number processed: 1\ngpg:               imported: 1  (RSA: 1)', 'stdout': 'Executing: /tmp/tmp.uMRXQNu9m9/gpg.1.sh --keyserver\nkeyserver.ubuntu.com\n--recv\n9F68104E'}
2018-05-13 03:20:42,580 [salt.state       ][INFO    ][2449] Completed state [apt-key adv --keyserver keyserver.ubuntu.com --recv 9F68104E] at time 03:20:42.580649 duration_in_ms=209.198
2018-05-13 03:20:42,582 [salt.state       ][INFO    ][2449] Running state [deb http://ppa.launchpad.net/ubuntu-cloud-archive/pike-staging/ubuntu xenial main] at time 03:20:42.582589
2018-05-13 03:20:42,583 [salt.state       ][INFO    ][2449] Executing state pkgrepo.managed for deb http://ppa.launchpad.net/ubuntu-cloud-archive/pike-staging/ubuntu xenial main
2018-05-13 03:20:42,668 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:20:46,716 [salt.state       ][INFO    ][2449] {'repo': 'deb http://ppa.launchpad.net/ubuntu-cloud-archive/pike-staging/ubuntu xenial main'}
2018-05-13 03:20:46,717 [salt.state       ][INFO    ][2449] Completed state [deb http://ppa.launchpad.net/ubuntu-cloud-archive/pike-staging/ubuntu xenial main] at time 03:20:46.717862 duration_in_ms=4135.273
2018-05-13 03:20:46,718 [salt.state       ][INFO    ][2449] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 03:20:46.718468
2018-05-13 03:20:46,719 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack
2018-05-13 03:20:46,719 [salt.state       ][INFO    ][2449] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack is not present
2018-05-13 03:20:46,720 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 03:20:46.720198 duration_in_ms=1.729
2018-05-13 03:20:46,720 [salt.state       ][INFO    ][2449] Running state [/etc/apt/preferences.d/mirantis_openstack] at time 03:20:46.720687
2018-05-13 03:20:46,721 [salt.state       ][INFO    ][2449] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack
2018-05-13 03:20:46,830 [salt.state       ][INFO    ][2449] File changed:
New file
2018-05-13 03:20:46,831 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/preferences.d/mirantis_openstack] at time 03:20:46.831333 duration_in_ms=110.644
2018-05-13 03:20:46,831 [salt.state       ][INFO    ][2449] Running state [curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -] at time 03:20:46.831911
2018-05-13 03:20:46,832 [salt.state       ][INFO    ][2449] Executing state cmd.run for curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -
2018-05-13 03:20:46,833 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -' in directory '/root'
2018-05-13 03:20:47,019 [salt.state       ][INFO    ][2449] {'pid': 3425, 'retcode': 0, 'stderr': '', 'stdout': 'OK'}
2018-05-13 03:20:47,020 [salt.state       ][INFO    ][2449] Completed state [curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -] at time 03:20:47.020415 duration_in_ms=188.502
2018-05-13 03:20:47,022 [salt.state       ][INFO    ][2449] Running state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 03:20:47.022347
2018-05-13 03:20:47,023 [salt.state       ][INFO    ][2449] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main
2018-05-13 03:20:47,113 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:20:50,006 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513032049990400
2018-05-13 03:20:50,021 [salt.minion      ][INFO    ][3953] Starting a new job with PID 3953
2018-05-13 03:20:50,040 [salt.minion      ][INFO    ][3953] Returning information for job: 20180513032049990400
2018-05-13 03:20:51,197 [salt.state       ][INFO    ][2449] {'repo': 'deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main'}
2018-05-13 03:20:51,198 [salt.state       ][INFO    ][2449] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 03:20:51.198557 duration_in_ms=4176.21
2018-05-13 03:20:51,199 [salt.state       ][INFO    ][2449] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 03:20:51.199209
2018-05-13 03:20:51,199 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca
2018-05-13 03:20:51,200 [salt.state       ][INFO    ][2449] File /etc/apt/apt.conf.d/99proxies-salt-uca is not present
2018-05-13 03:20:51,201 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 03:20:51.201070 duration_in_ms=1.861
2018-05-13 03:20:51,201 [salt.state       ][INFO    ][2449] Running state [/etc/apt/preferences.d/uca] at time 03:20:51.201570
2018-05-13 03:20:51,202 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/apt/preferences.d/uca
2018-05-13 03:20:51,202 [salt.state       ][INFO    ][2449] File /etc/apt/preferences.d/uca is not present
2018-05-13 03:20:51,203 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/preferences.d/uca] at time 03:20:51.203035 duration_in_ms=1.465
2018-05-13 03:20:51,203 [salt.state       ][INFO    ][2449] Running state [apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA] at time 03:20:51.203533
2018-05-13 03:20:51,204 [salt.state       ][INFO    ][2449] Executing state cmd.run for apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA
2018-05-13 03:20:51,205 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA' in directory '/root'
2018-05-13 03:20:51,423 [salt.state       ][INFO    ][2449] {'pid': 3957, 'retcode': 0, 'stderr': 'gpg: requesting key EC4926EA from hkp server keyserver.ubuntu.com\ngpg: key EC4926EA: public key "Canonical Cloud Archive Signing Key <ftpmaster@canonical.com>" imported\ngpg: Total number processed: 1\ngpg:               imported: 1  (RSA: 1)', 'stdout': 'Executing: /tmp/tmp.k6i0c27hRC/gpg.1.sh --keyserver\nkeyserver.ubuntu.com\n--recv\nEC4926EA'}
2018-05-13 03:20:51,423 [salt.state       ][INFO    ][2449] Completed state [apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA] at time 03:20:51.423869 duration_in_ms=220.335
2018-05-13 03:20:51,425 [salt.state       ][INFO    ][2449] Running state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 03:20:51.425738
2018-05-13 03:20:51,426 [salt.state       ][INFO    ][2449] Executing state pkgrepo.managed for deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main
2018-05-13 03:20:51,513 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:20:55,752 [salt.state       ][INFO    ][2449] {'repo': 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main'}
2018-05-13 03:20:55,752 [salt.state       ][INFO    ][2449] Completed state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 03:20:55.752537 duration_in_ms=4326.799
2018-05-13 03:20:55,754 [salt.state       ][INFO    ][2449] Running state [UTC] at time 03:20:55.754374
2018-05-13 03:20:55,755 [salt.state       ][INFO    ][2449] Executing state timezone.system for UTC
2018-05-13 03:20:55,756 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['timedatectl'] in directory '/root'
2018-05-13 03:20:55,826 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['timedatectl'] in directory '/root'
2018-05-13 03:20:55,844 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'timedatectl set-timezone UTC' in directory '/root'
2018-05-13 03:20:55,876 [salt.state       ][INFO    ][2449] {'timezone': 'UTC'}
2018-05-13 03:20:55,877 [salt.state       ][INFO    ][2449] Completed state [UTC] at time 03:20:55.877258 duration_in_ms=122.883
2018-05-13 03:20:55,883 [salt.state       ][INFO    ][2449] Running state [nf_conntrack] at time 03:20:55.883680
2018-05-13 03:20:55,884 [salt.state       ][INFO    ][2449] Executing state kmod.present for nf_conntrack
2018-05-13 03:20:55,884 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'lsmod' in directory '/root'
2018-05-13 03:20:56,324 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'lsmod' in directory '/root'
2018-05-13 03:20:56,344 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'modprobe nf_conntrack' in directory '/root'
2018-05-13 03:20:56,368 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'lsmod' in directory '/root'
2018-05-13 03:20:56,493 [salt.state       ][INFO    ][2449] {'nf_conntrack': 'loaded'}
2018-05-13 03:20:56,494 [salt.state       ][INFO    ][2449] Completed state [nf_conntrack] at time 03:20:56.493955 duration_in_ms=610.275
2018-05-13 03:20:56,495 [salt.state       ][INFO    ][2449] Running state [kernel.panic] at time 03:20:56.495587
2018-05-13 03:20:56,495 [salt.state       ][INFO    ][2449] Executing state sysctl.present for kernel.panic
2018-05-13 03:20:56,511 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:56,568 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w kernel.panic="60"' in directory '/root'
2018-05-13 03:20:56,584 [salt.state       ][INFO    ][2449] {'kernel.panic': 60}
2018-05-13 03:20:56,585 [salt.state       ][INFO    ][2449] Completed state [kernel.panic] at time 03:20:56.584911 duration_in_ms=89.324
2018-05-13 03:20:56,585 [salt.state       ][INFO    ][2449] Running state [net.ipv4.tcp_keepalive_probes] at time 03:20:56.585334
2018-05-13 03:20:56,585 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.tcp_keepalive_probes
2018-05-13 03:20:56,588 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:56,628 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.tcp_keepalive_probes="8"' in directory '/root'
2018-05-13 03:20:56,644 [salt.state       ][INFO    ][2449] {'net.ipv4.tcp_keepalive_probes': 8}
2018-05-13 03:20:56,645 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.tcp_keepalive_probes] at time 03:20:56.644986 duration_in_ms=59.651
2018-05-13 03:20:56,645 [salt.state       ][INFO    ][2449] Running state [fs.file-max] at time 03:20:56.645397
2018-05-13 03:20:56,645 [salt.state       ][INFO    ][2449] Executing state sysctl.present for fs.file-max
2018-05-13 03:20:56,648 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:56,686 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w fs.file-max="124165"' in directory '/root'
2018-05-13 03:20:56,701 [salt.state       ][INFO    ][2449] {'fs.file-max': 124165}
2018-05-13 03:20:56,701 [salt.state       ][INFO    ][2449] Completed state [fs.file-max] at time 03:20:56.701613 duration_in_ms=56.215
2018-05-13 03:20:56,702 [salt.state       ][INFO    ][2449] Running state [net.core.somaxconn] at time 03:20:56.702028
2018-05-13 03:20:56,702 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.core.somaxconn
2018-05-13 03:20:56,703 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:56,741 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.core.somaxconn="4096"' in directory '/root'
2018-05-13 03:20:56,757 [salt.state       ][INFO    ][2449] {'net.core.somaxconn': 4096}
2018-05-13 03:20:56,757 [salt.state       ][INFO    ][2449] Completed state [net.core.somaxconn] at time 03:20:56.757667 duration_in_ms=55.639
2018-05-13 03:20:56,758 [salt.state       ][INFO    ][2449] Running state [net.ipv4.tcp_max_syn_backlog] at time 03:20:56.758081
2018-05-13 03:20:56,759 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.tcp_max_syn_backlog
2018-05-13 03:20:56,760 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:56,797 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.tcp_max_syn_backlog="8192"' in directory '/root'
2018-05-13 03:20:56,811 [salt.state       ][INFO    ][2449] {'net.ipv4.tcp_max_syn_backlog': 8192}
2018-05-13 03:20:56,811 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.tcp_max_syn_backlog] at time 03:20:56.811789 duration_in_ms=53.708
2018-05-13 03:20:56,812 [salt.state       ][INFO    ][2449] Running state [net.ipv4.tcp_tw_reuse] at time 03:20:56.812189
2018-05-13 03:20:56,812 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.tcp_tw_reuse
2018-05-13 03:20:56,813 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:56,850 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.tcp_tw_reuse="1"' in directory '/root'
2018-05-13 03:20:56,868 [salt.state       ][INFO    ][2449] {'net.ipv4.tcp_tw_reuse': 1}
2018-05-13 03:20:56,869 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.tcp_tw_reuse] at time 03:20:56.868933 duration_in_ms=56.742
2018-05-13 03:20:56,869 [salt.state       ][INFO    ][2449] Running state [net.ipv4.tcp_congestion_control] at time 03:20:56.869421
2018-05-13 03:20:56,869 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.tcp_congestion_control
2018-05-13 03:20:56,870 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:56,912 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.tcp_congestion_control="yeah"' in directory '/root'
2018-05-13 03:20:56,932 [salt.state       ][INFO    ][2449] {'net.ipv4.tcp_congestion_control': 'yeah'}
2018-05-13 03:20:56,933 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.tcp_congestion_control] at time 03:20:56.933353 duration_in_ms=63.931
2018-05-13 03:20:56,933 [salt.state       ][INFO    ][2449] Running state [net.ipv4.tcp_retries2] at time 03:20:56.933796
2018-05-13 03:20:56,934 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.tcp_retries2
2018-05-13 03:20:56,937 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:56,979 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.tcp_retries2="5"' in directory '/root'
2018-05-13 03:20:57,000 [salt.state       ][INFO    ][2449] {'net.ipv4.tcp_retries2': 5}
2018-05-13 03:20:57,001 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.tcp_retries2] at time 03:20:57.001129 duration_in_ms=67.333
2018-05-13 03:20:57,001 [salt.state       ][INFO    ][2449] Running state [net.core.netdev_max_backlog] at time 03:20:57.001562
2018-05-13 03:20:57,001 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.core.netdev_max_backlog
2018-05-13 03:20:57,002 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,047 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.core.netdev_max_backlog="261144"' in directory '/root'
2018-05-13 03:20:57,063 [salt.state       ][INFO    ][2449] {'net.core.netdev_max_backlog': 261144}
2018-05-13 03:20:57,064 [salt.state       ][INFO    ][2449] Completed state [net.core.netdev_max_backlog] at time 03:20:57.064341 duration_in_ms=62.779
2018-05-13 03:20:57,064 [salt.state       ][INFO    ][2449] Running state [net.ipv4.tcp_slow_start_after_idle] at time 03:20:57.064775
2018-05-13 03:20:57,065 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.tcp_slow_start_after_idle
2018-05-13 03:20:57,066 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,105 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.tcp_slow_start_after_idle="0"' in directory '/root'
2018-05-13 03:20:57,122 [salt.state       ][INFO    ][2449] {'net.ipv4.tcp_slow_start_after_idle': 0}
2018-05-13 03:20:57,123 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.tcp_slow_start_after_idle] at time 03:20:57.123302 duration_in_ms=58.525
2018-05-13 03:20:57,123 [salt.state       ][INFO    ][2449] Running state [vm.swappiness] at time 03:20:57.123773
2018-05-13 03:20:57,124 [salt.state       ][INFO    ][2449] Executing state sysctl.present for vm.swappiness
2018-05-13 03:20:57,125 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,166 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w vm.swappiness="10"' in directory '/root'
2018-05-13 03:20:57,182 [salt.state       ][INFO    ][2449] {'vm.swappiness': 10}
2018-05-13 03:20:57,183 [salt.state       ][INFO    ][2449] Completed state [vm.swappiness] at time 03:20:57.183159 duration_in_ms=59.385
2018-05-13 03:20:57,183 [salt.state       ][INFO    ][2449] Running state [net.ipv4.tcp_keepalive_intvl] at time 03:20:57.183617
2018-05-13 03:20:57,184 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.tcp_keepalive_intvl
2018-05-13 03:20:57,185 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,225 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.tcp_keepalive_intvl="3"' in directory '/root'
2018-05-13 03:20:57,241 [salt.state       ][INFO    ][2449] {'net.ipv4.tcp_keepalive_intvl': 3}
2018-05-13 03:20:57,241 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.tcp_keepalive_intvl] at time 03:20:57.241751 duration_in_ms=58.133
2018-05-13 03:20:57,242 [salt.state       ][INFO    ][2449] Running state [net.ipv4.neigh.default.gc_thresh1] at time 03:20:57.242176
2018-05-13 03:20:57,242 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh1
2018-05-13 03:20:57,243 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,283 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh1="4096"' in directory '/root'
2018-05-13 03:20:57,300 [salt.state       ][INFO    ][2449] {'net.ipv4.neigh.default.gc_thresh1': 4096}
2018-05-13 03:20:57,300 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.neigh.default.gc_thresh1] at time 03:20:57.300749 duration_in_ms=58.572
2018-05-13 03:20:57,301 [salt.state       ][INFO    ][2449] Running state [net.ipv4.neigh.default.gc_thresh2] at time 03:20:57.301169
2018-05-13 03:20:57,301 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh2
2018-05-13 03:20:57,302 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,341 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh2="8192"' in directory '/root'
2018-05-13 03:20:57,357 [salt.state       ][INFO    ][2449] {'net.ipv4.neigh.default.gc_thresh2': 8192}
2018-05-13 03:20:57,357 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.neigh.default.gc_thresh2] at time 03:20:57.357786 duration_in_ms=56.616
2018-05-13 03:20:57,358 [salt.state       ][INFO    ][2449] Running state [net.ipv4.neigh.default.gc_thresh3] at time 03:20:57.358198
2018-05-13 03:20:57,359 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh3
2018-05-13 03:20:57,359 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,398 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.neigh.default.gc_thresh3="16384"' in directory '/root'
2018-05-13 03:20:57,413 [salt.state       ][INFO    ][2449] {'net.ipv4.neigh.default.gc_thresh3': 16384}
2018-05-13 03:20:57,414 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.neigh.default.gc_thresh3] at time 03:20:57.413938 duration_in_ms=55.739
2018-05-13 03:20:57,414 [salt.state       ][INFO    ][2449] Running state [net.ipv4.tcp_fin_timeout] at time 03:20:57.414359
2018-05-13 03:20:57,415 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.tcp_fin_timeout
2018-05-13 03:20:57,416 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,457 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.tcp_fin_timeout="30"' in directory '/root'
2018-05-13 03:20:57,473 [salt.state       ][INFO    ][2449] {'net.ipv4.tcp_fin_timeout': 30}
2018-05-13 03:20:57,474 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.tcp_fin_timeout] at time 03:20:57.474281 duration_in_ms=59.922
2018-05-13 03:20:57,475 [salt.state       ][INFO    ][2449] Running state [net.ipv4.tcp_keepalive_time] at time 03:20:57.475852
2018-05-13 03:20:57,476 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.ipv4.tcp_keepalive_time
2018-05-13 03:20:57,477 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,516 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.ipv4.tcp_keepalive_time="30"' in directory '/root'
2018-05-13 03:20:57,531 [salt.state       ][INFO    ][2449] {'net.ipv4.tcp_keepalive_time': 30}
2018-05-13 03:20:57,532 [salt.state       ][INFO    ][2449] Completed state [net.ipv4.tcp_keepalive_time] at time 03:20:57.531957 duration_in_ms=56.104
2018-05-13 03:20:57,532 [salt.state       ][INFO    ][2449] Running state [net.nf_conntrack_max] at time 03:20:57.532380
2018-05-13 03:20:57,532 [salt.state       ][INFO    ][2449] Executing state sysctl.present for net.nf_conntrack_max
2018-05-13 03:20:57,533 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:20:57,575 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'sysctl -w net.nf_conntrack_max="1048576"' in directory '/root'
2018-05-13 03:20:57,591 [salt.state       ][INFO    ][2449] {'net.nf_conntrack_max': 1048576}
2018-05-13 03:20:57,591 [salt.state       ][INFO    ][2449] Completed state [net.nf_conntrack_max] at time 03:20:57.591565 duration_in_ms=59.184
2018-05-13 03:20:57,592 [salt.state       ][INFO    ][2449] Running state [linux_sysfs_package] at time 03:20:57.592005
2018-05-13 03:20:57,592 [salt.state       ][INFO    ][2449] Executing state pkg.installed for linux_sysfs_package
2018-05-13 03:20:57,615 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['apt-cache', '-q', 'policy', 'sysfsutils'] in directory '/root'
2018-05-13 03:20:57,676 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:20:59,973 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:21:00,004 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'sysfsutils'] in directory '/root'
2018-05-13 03:21:00,025 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513032100011840
2018-05-13 03:21:00,044 [salt.minion      ][INFO    ][5048] Starting a new job with PID 5048
2018-05-13 03:21:00,062 [salt.minion      ][INFO    ][5048] Returning information for job: 20180513032100011840
2018-05-13 03:21:03,312 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:21:03,352 [salt.state       ][INFO    ][2449] Made the following changes:
'libsysfs2' changed from 'absent' to '2.1.0+repack-4'
'sysfsutils' changed from 'absent' to '2.1.0+repack-4'

2018-05-13 03:21:03,375 [salt.state       ][INFO    ][2449] Loading fresh modules for state activity
2018-05-13 03:21:03,411 [salt.state       ][INFO    ][2449] Completed state [linux_sysfs_package] at time 03:21:03.411245 duration_in_ms=5819.24
2018-05-13 03:21:03,417 [salt.state       ][INFO    ][2449] Running state [/etc/sysfs.d] at time 03:21:03.416967
2018-05-13 03:21:03,417 [salt.state       ][INFO    ][2449] Executing state file.directory for /etc/sysfs.d
2018-05-13 03:21:03,421 [salt.state       ][INFO    ][2449] Directory /etc/sysfs.d is in the correct state
2018-05-13 03:21:03,422 [salt.state       ][INFO    ][2449] Completed state [/etc/sysfs.d] at time 03:21:03.422083 duration_in_ms=5.116
2018-05-13 03:21:03,728 [salt.state       ][INFO    ][2449] Running state [ondemand] at time 03:21:03.728599
2018-05-13 03:21:03,729 [salt.state       ][INFO    ][2449] Executing state service.dead for ondemand
2018-05-13 03:21:03,732 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'status', 'ondemand.service', '-n', '0'] in directory '/root'
2018-05-13 03:21:03,756 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2018-05-13 03:21:03,776 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-05-13 03:21:03,800 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemd-run', '--scope', 'systemctl', 'stop', 'ondemand.service'] in directory '/root'
2018-05-13 03:21:03,869 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2018-05-13 03:21:03,890 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-05-13 03:21:03,915 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-05-13 03:21:03,943 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemd-run', '--scope', '/usr/sbin/update-rc.d', '-f', 'ondemand', 'remove'] in directory '/root'
2018-05-13 03:21:04,109 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-05-13 03:21:04,139 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'runlevel' in directory '/root'
2018-05-13 03:21:04,156 [salt.state       ][INFO    ][2449] {'ondemand': True}
2018-05-13 03:21:04,157 [salt.state       ][INFO    ][2449] Completed state [ondemand] at time 03:21:04.157379 duration_in_ms=428.78
2018-05-13 03:21:04,159 [salt.state       ][INFO    ][2449] Running state [cs_CZ.UTF-8] at time 03:21:04.159625
2018-05-13 03:21:04,160 [salt.state       ][INFO    ][2449] Executing state locale.present for cs_CZ.UTF-8
2018-05-13 03:21:04,160 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'locale -a' in directory '/root'
2018-05-13 03:21:04,185 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['locale-gen', 'cs_CZ.utf8'] in directory '/root'
2018-05-13 03:21:04,998 [salt.state       ][INFO    ][2449] {'locale': 'cs_CZ.UTF-8'}
2018-05-13 03:21:04,999 [salt.state       ][INFO    ][2449] Completed state [cs_CZ.UTF-8] at time 03:21:04.999394 duration_in_ms=839.769
2018-05-13 03:21:04,999 [salt.state       ][INFO    ][2449] Running state [en_US.UTF-8] at time 03:21:04.999848
2018-05-13 03:21:05,000 [salt.state       ][INFO    ][2449] Executing state locale.present for en_US.UTF-8
2018-05-13 03:21:05,001 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'locale -a' in directory '/root'
2018-05-13 03:21:05,015 [salt.state       ][INFO    ][2449] Locale en_US.UTF-8 is already present
2018-05-13 03:21:05,015 [salt.state       ][INFO    ][2449] Completed state [en_US.UTF-8] at time 03:21:05.015666 duration_in_ms=15.818
2018-05-13 03:21:05,017 [salt.state       ][INFO    ][2449] Running state [en_US.UTF-8] at time 03:21:05.017579
2018-05-13 03:21:05,017 [salt.state       ][INFO    ][2449] Executing state locale.system for en_US.UTF-8
2018-05-13 03:21:05,018 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'localectl' in directory '/root'
2018-05-13 03:21:05,057 [salt.state       ][INFO    ][2449] System locale en_US.UTF-8 already set
2018-05-13 03:21:05,057 [salt.state       ][INFO    ][2449] Completed state [en_US.UTF-8] at time 03:21:05.057555 duration_in_ms=39.975
2018-05-13 03:21:05,059 [salt.state       ][INFO    ][2449] Running state [root] at time 03:21:05.059083
2018-05-13 03:21:05,059 [salt.state       ][INFO    ][2449] Executing state group.present for root
2018-05-13 03:21:05,060 [salt.state       ][INFO    ][2449] Group root is present and up to date
2018-05-13 03:21:05,060 [salt.state       ][INFO    ][2449] Completed state [root] at time 03:21:05.060515 duration_in_ms=1.432
2018-05-13 03:21:05,064 [salt.state       ][INFO    ][2449] Running state [root] at time 03:21:05.064189
2018-05-13 03:21:05,064 [salt.state       ][INFO    ][2449] Executing state user.present for root
2018-05-13 03:21:05,065 [salt.state       ][INFO    ][2449] User root is present and up to date
2018-05-13 03:21:05,066 [salt.state       ][INFO    ][2449] Completed state [root] at time 03:21:05.066042 duration_in_ms=1.853
2018-05-13 03:21:05,067 [salt.state       ][INFO    ][2449] Running state [/root] at time 03:21:05.067419
2018-05-13 03:21:05,067 [salt.state       ][INFO    ][2449] Executing state file.directory for /root
2018-05-13 03:21:05,068 [salt.state       ][INFO    ][2449] Directory /root is in the correct state
2018-05-13 03:21:05,069 [salt.state       ][INFO    ][2449] Completed state [/root] at time 03:21:05.069163 duration_in_ms=1.743
2018-05-13 03:21:05,069 [salt.state       ][INFO    ][2449] Running state [/etc/sudoers.d/90-salt-user-root] at time 03:21:05.069406
2018-05-13 03:21:05,069 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2018-05-13 03:21:05,070 [salt.state       ][INFO    ][2449] File /etc/sudoers.d/90-salt-user-root is not present
2018-05-13 03:21:05,070 [salt.state       ][INFO    ][2449] Completed state [/etc/sudoers.d/90-salt-user-root] at time 03:21:05.070178 duration_in_ms=0.771
2018-05-13 03:21:05,071 [salt.state       ][INFO    ][2449] Running state [ubuntu] at time 03:21:05.070986
2018-05-13 03:21:05,071 [salt.state       ][INFO    ][2449] Executing state group.present for ubuntu
2018-05-13 03:21:05,071 [salt.state       ][INFO    ][2449] Group ubuntu is present and up to date
2018-05-13 03:21:05,071 [salt.state       ][INFO    ][2449] Completed state [ubuntu] at time 03:21:05.071840 duration_in_ms=0.854
2018-05-13 03:21:05,072 [salt.state       ][INFO    ][2449] Running state [ubuntu] at time 03:21:05.072740
2018-05-13 03:21:05,073 [salt.state       ][INFO    ][2449] Executing state user.present for ubuntu
2018-05-13 03:21:05,076 [salt.state       ][INFO    ][2449] {'passwd': 'XXX-REDACTED-XXX'}
2018-05-13 03:21:05,076 [salt.state       ][INFO    ][2449] Completed state [ubuntu] at time 03:21:05.076574 duration_in_ms=3.833
2018-05-13 03:21:05,077 [salt.state       ][INFO    ][2449] Running state [/home/ubuntu] at time 03:21:05.077667
2018-05-13 03:21:05,077 [salt.state       ][INFO    ][2449] Executing state file.directory for /home/ubuntu
2018-05-13 03:21:05,078 [salt.state       ][INFO    ][2449] {'mode': '0700'}
2018-05-13 03:21:05,079 [salt.state       ][INFO    ][2449] Completed state [/home/ubuntu] at time 03:21:05.079145 duration_in_ms=1.478
2018-05-13 03:21:05,080 [salt.state       ][INFO    ][2449] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 03:21:05.080087
2018-05-13 03:21:05,080 [salt.state       ][INFO    ][2449] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2018-05-13 03:21:05,100 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/files/sudoer'
2018-05-13 03:21:05,105 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command '/usr/sbin/visudo -c -f /tmp/tmpwxQvI3' in directory '/root'
2018-05-13 03:21:05,128 [salt.state       ][INFO    ][2449] File changed:
New file
2018-05-13 03:21:05,129 [salt.state       ][INFO    ][2449] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 03:21:05.128930 duration_in_ms=48.843
2018-05-13 03:21:05,129 [salt.state       ][INFO    ][2449] Running state [/etc/security/limits.d/90-salt-default.conf] at time 03:21:05.129291
2018-05-13 03:21:05,129 [salt.state       ][INFO    ][2449] Executing state file.managed for /etc/security/limits.d/90-salt-default.conf
2018-05-13 03:21:05,150 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/files/limits.conf'
2018-05-13 03:21:05,246 [salt.state       ][INFO    ][2449] File changed:
New file
2018-05-13 03:21:05,246 [salt.state       ][INFO    ][2449] Completed state [/etc/security/limits.d/90-salt-default.conf] at time 03:21:05.246453 duration_in_ms=117.161
2018-05-13 03:21:05,246 [salt.state       ][INFO    ][2449] Running state [/etc/systemd/system.conf.d/90-salt.conf] at time 03:21:05.246737
2018-05-13 03:21:05,247 [salt.state       ][INFO    ][2449] Executing state file.managed for /etc/systemd/system.conf.d/90-salt.conf
2018-05-13 03:21:05,265 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/files/systemd.conf'
2018-05-13 03:21:05,356 [salt.state       ][INFO    ][2449] File changed:
New file
2018-05-13 03:21:05,356 [salt.state       ][INFO    ][2449] Completed state [/etc/systemd/system.conf.d/90-salt.conf] at time 03:21:05.356810 duration_in_ms=110.073
2018-05-13 03:21:05,358 [salt.state       ][INFO    ][2449] Running state [service.systemctl_reload] at time 03:21:05.358765
2018-05-13 03:21:05,359 [salt.state       ][INFO    ][2449] Executing state module.wait for service.systemctl_reload
2018-05-13 03:21:05,359 [salt.state       ][INFO    ][2449] No changes made for service.systemctl_reload
2018-05-13 03:21:05,359 [salt.state       ][INFO    ][2449] Completed state [service.systemctl_reload] at time 03:21:05.359497 duration_in_ms=0.732
2018-05-13 03:21:05,359 [salt.state       ][INFO    ][2449] Running state [service.systemctl_reload] at time 03:21:05.359729
2018-05-13 03:21:05,359 [salt.state       ][INFO    ][2449] Executing state module.mod_watch for service.systemctl_reload
2018-05-13 03:21:05,360 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2018-05-13 03:21:05,493 [salt.state       ][INFO    ][2449] {'ret': True}
2018-05-13 03:21:05,493 [salt.state       ][INFO    ][2449] Completed state [service.systemctl_reload] at time 03:21:05.493756 duration_in_ms=134.026
2018-05-13 03:21:05,494 [salt.state       ][INFO    ][2449] Running state [/etc/hostname] at time 03:21:05.494305
2018-05-13 03:21:05,494 [salt.state       ][INFO    ][2449] Executing state file.managed for /etc/hostname
2018-05-13 03:21:05,516 [salt.fileclient  ][INFO    ][2449] Fetching file from saltenv 'base', ** done ** 'linux/files/hostname'
2018-05-13 03:21:05,522 [salt.state       ][INFO    ][2449] File changed:
--- 
+++ 
@@ -1 +1 @@
-ubuntu
+dbs03

2018-05-13 03:21:05,522 [salt.state       ][INFO    ][2449] Completed state [/etc/hostname] at time 03:21:05.522928 duration_in_ms=28.623
2018-05-13 03:21:05,525 [salt.state       ][INFO    ][2449] Running state [hostname dbs03] at time 03:21:05.525336
2018-05-13 03:21:05,525 [salt.state       ][INFO    ][2449] Executing state cmd.wait for hostname dbs03
2018-05-13 03:21:05,525 [salt.state       ][INFO    ][2449] No changes made for hostname dbs03
2018-05-13 03:21:05,526 [salt.state       ][INFO    ][2449] Completed state [hostname dbs03] at time 03:21:05.526134 duration_in_ms=0.799
2018-05-13 03:21:05,527 [salt.state       ][INFO    ][2449] Running state [hostname dbs03] at time 03:21:05.527750
2018-05-13 03:21:05,527 [salt.state       ][INFO    ][2449] Executing state cmd.mod_watch for hostname dbs03
2018-05-13 03:21:05,528 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command 'hostname dbs03' in directory '/root'
2018-05-13 03:21:05,548 [salt.state       ][INFO    ][2449] {'pid': 5649, 'retcode': 0, 'stderr': '', 'stdout': ''}
2018-05-13 03:21:05,549 [salt.state       ][INFO    ][2449] Completed state [hostname dbs03] at time 03:21:05.549677 duration_in_ms=21.926
2018-05-13 03:21:05,552 [salt.state       ][INFO    ][2449] Running state [mdb02] at time 03:21:05.552640
2018-05-13 03:21:05,553 [salt.state       ][INFO    ][2449] Executing state host.present for mdb02
2018-05-13 03:21:05,554 [salt.state       ][INFO    ][2449] {'host': 'mdb02'}
2018-05-13 03:21:05,554 [salt.state       ][INFO    ][2449] Completed state [mdb02] at time 03:21:05.554882 duration_in_ms=2.242
2018-05-13 03:21:05,555 [salt.state       ][INFO    ][2449] Running state [mdb02.mcp-pike-odl-ha.local] at time 03:21:05.555154
2018-05-13 03:21:05,555 [salt.state       ][INFO    ][2449] Executing state host.present for mdb02.mcp-pike-odl-ha.local
2018-05-13 03:21:05,556 [salt.state       ][INFO    ][2449] {'host': 'mdb02.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,556 [salt.state       ][INFO    ][2449] Completed state [mdb02.mcp-pike-odl-ha.local] at time 03:21:05.556512 duration_in_ms=1.358
2018-05-13 03:21:05,556 [salt.state       ][INFO    ][2449] Running state [mdb03] at time 03:21:05.556762
2018-05-13 03:21:05,557 [salt.state       ][INFO    ][2449] Executing state host.present for mdb03
2018-05-13 03:21:05,558 [salt.state       ][INFO    ][2449] {'host': 'mdb03'}
2018-05-13 03:21:05,558 [salt.state       ][INFO    ][2449] Completed state [mdb03] at time 03:21:05.558793 duration_in_ms=2.031
2018-05-13 03:21:05,559 [salt.state       ][INFO    ][2449] Running state [mdb03.mcp-pike-odl-ha.local] at time 03:21:05.559096
2018-05-13 03:21:05,559 [salt.state       ][INFO    ][2449] Executing state host.present for mdb03.mcp-pike-odl-ha.local
2018-05-13 03:21:05,560 [salt.state       ][INFO    ][2449] {'host': 'mdb03.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,560 [salt.state       ][INFO    ][2449] Completed state [mdb03.mcp-pike-odl-ha.local] at time 03:21:05.560949 duration_in_ms=1.853
2018-05-13 03:21:05,561 [salt.state       ][INFO    ][2449] Running state [mdb01] at time 03:21:05.561242
2018-05-13 03:21:05,561 [salt.state       ][INFO    ][2449] Executing state host.present for mdb01
2018-05-13 03:21:05,563 [salt.state       ][INFO    ][2449] {'host': 'mdb01'}
2018-05-13 03:21:05,563 [salt.state       ][INFO    ][2449] Completed state [mdb01] at time 03:21:05.563891 duration_in_ms=2.65
2018-05-13 03:21:05,564 [salt.state       ][INFO    ][2449] Running state [mdb01.mcp-pike-odl-ha.local] at time 03:21:05.564171
2018-05-13 03:21:05,564 [salt.state       ][INFO    ][2449] Executing state host.present for mdb01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,565 [salt.state       ][INFO    ][2449] {'host': 'mdb01.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,565 [salt.state       ][INFO    ][2449] Completed state [mdb01.mcp-pike-odl-ha.local] at time 03:21:05.565640 duration_in_ms=1.469
2018-05-13 03:21:05,565 [salt.state       ][INFO    ][2449] Running state [mdb] at time 03:21:05.565876
2018-05-13 03:21:05,566 [salt.state       ][INFO    ][2449] Executing state host.present for mdb
2018-05-13 03:21:05,567 [salt.state       ][INFO    ][2449] {'host': 'mdb'}
2018-05-13 03:21:05,568 [salt.state       ][INFO    ][2449] Completed state [mdb] at time 03:21:05.568099 duration_in_ms=2.223
2018-05-13 03:21:05,568 [salt.state       ][INFO    ][2449] Running state [mdb.mcp-pike-odl-ha.local] at time 03:21:05.568352
2018-05-13 03:21:05,568 [salt.state       ][INFO    ][2449] Executing state host.present for mdb.mcp-pike-odl-ha.local
2018-05-13 03:21:05,569 [salt.state       ][INFO    ][2449] {'host': 'mdb.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,569 [salt.state       ][INFO    ][2449] Completed state [mdb.mcp-pike-odl-ha.local] at time 03:21:05.569753 duration_in_ms=1.401
2018-05-13 03:21:05,570 [salt.state       ][INFO    ][2449] Running state [cfg01] at time 03:21:05.569997
2018-05-13 03:21:05,570 [salt.state       ][INFO    ][2449] Executing state host.present for cfg01
2018-05-13 03:21:05,571 [salt.state       ][INFO    ][2449] {'host': 'cfg01'}
2018-05-13 03:21:05,571 [salt.state       ][INFO    ][2449] Completed state [cfg01] at time 03:21:05.571357 duration_in_ms=1.36
2018-05-13 03:21:05,571 [salt.state       ][INFO    ][2449] Running state [cfg01.mcp-pike-odl-ha.local] at time 03:21:05.571637
2018-05-13 03:21:05,571 [salt.state       ][INFO    ][2449] Executing state host.present for cfg01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,572 [salt.state       ][INFO    ][2449] {'host': 'cfg01.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,573 [salt.state       ][INFO    ][2449] Completed state [cfg01.mcp-pike-odl-ha.local] at time 03:21:05.572974 duration_in_ms=1.336
2018-05-13 03:21:05,573 [salt.state       ][INFO    ][2449] Running state [prx01] at time 03:21:05.573237
2018-05-13 03:21:05,573 [salt.state       ][INFO    ][2449] Executing state host.present for prx01
2018-05-13 03:21:05,575 [salt.state       ][INFO    ][2449] {'host': 'prx01'}
2018-05-13 03:21:05,576 [salt.state       ][INFO    ][2449] Completed state [prx01] at time 03:21:05.575998 duration_in_ms=2.761
2018-05-13 03:21:05,576 [salt.state       ][INFO    ][2449] Running state [prx01.mcp-pike-odl-ha.local] at time 03:21:05.576237
2018-05-13 03:21:05,576 [salt.state       ][INFO    ][2449] Executing state host.present for prx01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,577 [salt.state       ][INFO    ][2449] {'host': 'prx01.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,577 [salt.state       ][INFO    ][2449] Completed state [prx01.mcp-pike-odl-ha.local] at time 03:21:05.577648 duration_in_ms=1.411
2018-05-13 03:21:05,577 [salt.state       ][INFO    ][2449] Running state [kvm01] at time 03:21:05.577892
2018-05-13 03:21:05,578 [salt.state       ][INFO    ][2449] Executing state host.present for kvm01
2018-05-13 03:21:05,579 [salt.state       ][INFO    ][2449] {'host': 'kvm01'}
2018-05-13 03:21:05,579 [salt.state       ][INFO    ][2449] Completed state [kvm01] at time 03:21:05.579271 duration_in_ms=1.38
2018-05-13 03:21:05,579 [salt.state       ][INFO    ][2449] Running state [kvm01.mcp-pike-odl-ha.local] at time 03:21:05.579544
2018-05-13 03:21:05,579 [salt.state       ][INFO    ][2449] Executing state host.present for kvm01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,580 [salt.state       ][INFO    ][2449] {'host': 'kvm01.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,580 [salt.state       ][INFO    ][2449] Completed state [kvm01.mcp-pike-odl-ha.local] at time 03:21:05.580950 duration_in_ms=1.405
2018-05-13 03:21:05,581 [salt.state       ][INFO    ][2449] Running state [kvm03] at time 03:21:05.581215
2018-05-13 03:21:05,581 [salt.state       ][INFO    ][2449] Executing state host.present for kvm03
2018-05-13 03:21:05,582 [salt.state       ][INFO    ][2449] {'host': 'kvm03'}
2018-05-13 03:21:05,582 [salt.state       ][INFO    ][2449] Completed state [kvm03] at time 03:21:05.582915 duration_in_ms=1.699
2018-05-13 03:21:05,583 [salt.state       ][INFO    ][2449] Running state [kvm03.mcp-pike-odl-ha.local] at time 03:21:05.583159
2018-05-13 03:21:05,583 [salt.state       ][INFO    ][2449] Executing state host.present for kvm03.mcp-pike-odl-ha.local
2018-05-13 03:21:05,584 [salt.state       ][INFO    ][2449] {'host': 'kvm03.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,585 [salt.state       ][INFO    ][2449] Completed state [kvm03.mcp-pike-odl-ha.local] at time 03:21:05.585167 duration_in_ms=2.008
2018-05-13 03:21:05,585 [salt.state       ][INFO    ][2449] Running state [kvm02] at time 03:21:05.585422
2018-05-13 03:21:05,585 [salt.state       ][INFO    ][2449] Executing state host.present for kvm02
2018-05-13 03:21:05,588 [salt.state       ][INFO    ][2449] {'host': 'kvm02'}
2018-05-13 03:21:05,588 [salt.state       ][INFO    ][2449] Completed state [kvm02] at time 03:21:05.588216 duration_in_ms=2.794
2018-05-13 03:21:05,588 [salt.state       ][INFO    ][2449] Running state [kvm02.mcp-pike-odl-ha.local] at time 03:21:05.588450
2018-05-13 03:21:05,588 [salt.state       ][INFO    ][2449] Executing state host.present for kvm02.mcp-pike-odl-ha.local
2018-05-13 03:21:05,589 [salt.state       ][INFO    ][2449] {'host': 'kvm02.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,589 [salt.state       ][INFO    ][2449] Completed state [kvm02.mcp-pike-odl-ha.local] at time 03:21:05.589810 duration_in_ms=1.36
2018-05-13 03:21:05,590 [salt.state       ][INFO    ][2449] Running state [dbs] at time 03:21:05.590051
2018-05-13 03:21:05,590 [salt.state       ][INFO    ][2449] Executing state host.present for dbs
2018-05-13 03:21:05,591 [salt.state       ][INFO    ][2449] {'host': 'dbs'}
2018-05-13 03:21:05,591 [salt.state       ][INFO    ][2449] Completed state [dbs] at time 03:21:05.591418 duration_in_ms=1.367
2018-05-13 03:21:05,591 [salt.state       ][INFO    ][2449] Running state [dbs.mcp-pike-odl-ha.local] at time 03:21:05.591695
2018-05-13 03:21:05,591 [salt.state       ][INFO    ][2449] Executing state host.present for dbs.mcp-pike-odl-ha.local
2018-05-13 03:21:05,592 [salt.state       ][INFO    ][2449] {'host': 'dbs.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,593 [salt.state       ][INFO    ][2449] Completed state [dbs.mcp-pike-odl-ha.local] at time 03:21:05.593063 duration_in_ms=1.368
2018-05-13 03:21:05,593 [salt.state       ][INFO    ][2449] Running state [prx] at time 03:21:05.593342
2018-05-13 03:21:05,593 [salt.state       ][INFO    ][2449] Executing state host.present for prx
2018-05-13 03:21:05,595 [salt.state       ][INFO    ][2449] {'host': 'prx'}
2018-05-13 03:21:05,595 [salt.state       ][INFO    ][2449] Completed state [prx] at time 03:21:05.595497 duration_in_ms=2.154
2018-05-13 03:21:05,595 [salt.state       ][INFO    ][2449] Running state [prx.mcp-pike-odl-ha.local] at time 03:21:05.595768
2018-05-13 03:21:05,596 [salt.state       ][INFO    ][2449] Executing state host.present for prx.mcp-pike-odl-ha.local
2018-05-13 03:21:05,597 [salt.state       ][INFO    ][2449] {'host': 'prx.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,597 [salt.state       ][INFO    ][2449] Completed state [prx.mcp-pike-odl-ha.local] at time 03:21:05.597394 duration_in_ms=1.626
2018-05-13 03:21:05,597 [salt.state       ][INFO    ][2449] Running state [prx02] at time 03:21:05.597701
2018-05-13 03:21:05,597 [salt.state       ][INFO    ][2449] Executing state host.present for prx02
2018-05-13 03:21:05,600 [salt.state       ][INFO    ][2449] {'host': 'prx02'}
2018-05-13 03:21:05,600 [salt.state       ][INFO    ][2449] Completed state [prx02] at time 03:21:05.600299 duration_in_ms=2.598
2018-05-13 03:21:05,600 [salt.state       ][INFO    ][2449] Running state [prx02.mcp-pike-odl-ha.local] at time 03:21:05.600593
2018-05-13 03:21:05,600 [salt.state       ][INFO    ][2449] Executing state host.present for prx02.mcp-pike-odl-ha.local
2018-05-13 03:21:05,601 [salt.state       ][INFO    ][2449] {'host': 'prx02.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,602 [salt.state       ][INFO    ][2449] Completed state [prx02.mcp-pike-odl-ha.local] at time 03:21:05.602000 duration_in_ms=1.407
2018-05-13 03:21:05,602 [salt.state       ][INFO    ][2449] Running state [msg02] at time 03:21:05.602245
2018-05-13 03:21:05,603 [salt.state       ][INFO    ][2449] Executing state host.present for msg02
2018-05-13 03:21:05,604 [salt.state       ][INFO    ][2449] {'host': 'msg02'}
2018-05-13 03:21:05,605 [salt.state       ][INFO    ][2449] Completed state [msg02] at time 03:21:05.605128 duration_in_ms=2.883
2018-05-13 03:21:05,605 [salt.state       ][INFO    ][2449] Running state [msg02.mcp-pike-odl-ha.local] at time 03:21:05.605408
2018-05-13 03:21:05,605 [salt.state       ][INFO    ][2449] Executing state host.present for msg02.mcp-pike-odl-ha.local
2018-05-13 03:21:05,606 [salt.state       ][INFO    ][2449] {'host': 'msg02.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,606 [salt.state       ][INFO    ][2449] Completed state [msg02.mcp-pike-odl-ha.local] at time 03:21:05.606937 duration_in_ms=1.529
2018-05-13 03:21:05,607 [salt.state       ][INFO    ][2449] Running state [msg03] at time 03:21:05.607200
2018-05-13 03:21:05,607 [salt.state       ][INFO    ][2449] Executing state host.present for msg03
2018-05-13 03:21:05,608 [salt.state       ][INFO    ][2449] {'host': 'msg03'}
2018-05-13 03:21:05,608 [salt.state       ][INFO    ][2449] Completed state [msg03] at time 03:21:05.608751 duration_in_ms=1.551
2018-05-13 03:21:05,609 [salt.state       ][INFO    ][2449] Running state [msg03.mcp-pike-odl-ha.local] at time 03:21:05.609010
2018-05-13 03:21:05,609 [salt.state       ][INFO    ][2449] Executing state host.present for msg03.mcp-pike-odl-ha.local
2018-05-13 03:21:05,611 [salt.state       ][INFO    ][2449] {'host': 'msg03.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,612 [salt.state       ][INFO    ][2449] Completed state [msg03.mcp-pike-odl-ha.local] at time 03:21:05.612129 duration_in_ms=3.119
2018-05-13 03:21:05,612 [salt.state       ][INFO    ][2449] Running state [msg01] at time 03:21:05.612396
2018-05-13 03:21:05,612 [salt.state       ][INFO    ][2449] Executing state host.present for msg01
2018-05-13 03:21:05,613 [salt.state       ][INFO    ][2449] {'host': 'msg01'}
2018-05-13 03:21:05,614 [salt.state       ][INFO    ][2449] Completed state [msg01] at time 03:21:05.613966 duration_in_ms=1.57
2018-05-13 03:21:05,614 [salt.state       ][INFO    ][2449] Running state [msg01.mcp-pike-odl-ha.local] at time 03:21:05.614224
2018-05-13 03:21:05,615 [salt.state       ][INFO    ][2449] Executing state host.present for msg01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,616 [salt.state       ][INFO    ][2449] {'host': 'msg01.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,616 [salt.state       ][INFO    ][2449] Completed state [msg01.mcp-pike-odl-ha.local] at time 03:21:05.616409 duration_in_ms=2.185
2018-05-13 03:21:05,616 [salt.state       ][INFO    ][2449] Running state [msg] at time 03:21:05.616670
2018-05-13 03:21:05,616 [salt.state       ][INFO    ][2449] Executing state host.present for msg
2018-05-13 03:21:05,618 [salt.state       ][INFO    ][2449] {'host': 'msg'}
2018-05-13 03:21:05,618 [salt.state       ][INFO    ][2449] Completed state [msg] at time 03:21:05.618241 duration_in_ms=1.571
2018-05-13 03:21:05,618 [salt.state       ][INFO    ][2449] Running state [msg.mcp-pike-odl-ha.local] at time 03:21:05.618488
2018-05-13 03:21:05,618 [salt.state       ][INFO    ][2449] Executing state host.present for msg.mcp-pike-odl-ha.local
2018-05-13 03:21:05,619 [salt.state       ][INFO    ][2449] {'host': 'msg.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,620 [salt.state       ][INFO    ][2449] Completed state [msg.mcp-pike-odl-ha.local] at time 03:21:05.620036 duration_in_ms=1.548
2018-05-13 03:21:05,620 [salt.state       ][INFO    ][2449] Running state [cfg01] at time 03:21:05.620273
2018-05-13 03:21:05,620 [salt.state       ][INFO    ][2449] Executing state host.present for cfg01
2018-05-13 03:21:05,620 [salt.state       ][INFO    ][2449] Host cfg01 (192.168.10.11) already present
2018-05-13 03:21:05,621 [salt.state       ][INFO    ][2449] Completed state [cfg01] at time 03:21:05.621116 duration_in_ms=0.844
2018-05-13 03:21:05,621 [salt.state       ][INFO    ][2449] Running state [cfg01.mcp-pike-odl-ha.local] at time 03:21:05.621346
2018-05-13 03:21:05,621 [salt.state       ][INFO    ][2449] Executing state host.present for cfg01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,622 [salt.state       ][INFO    ][2449] Host cfg01.mcp-pike-odl-ha.local (192.168.10.11) already present
2018-05-13 03:21:05,622 [salt.state       ][INFO    ][2449] Completed state [cfg01.mcp-pike-odl-ha.local] at time 03:21:05.622179 duration_in_ms=0.833
2018-05-13 03:21:05,623 [salt.state       ][INFO    ][2449] Running state [cmp002] at time 03:21:05.623794
2018-05-13 03:21:05,624 [salt.state       ][INFO    ][2449] Executing state host.present for cmp002
2018-05-13 03:21:05,625 [salt.state       ][INFO    ][2449] {'host': 'cmp002'}
2018-05-13 03:21:05,625 [salt.state       ][INFO    ][2449] Completed state [cmp002] at time 03:21:05.625277 duration_in_ms=1.483
2018-05-13 03:21:05,625 [salt.state       ][INFO    ][2449] Running state [cmp002.mcp-pike-odl-ha.local] at time 03:21:05.625524
2018-05-13 03:21:05,625 [salt.state       ][INFO    ][2449] Executing state host.present for cmp002.mcp-pike-odl-ha.local
2018-05-13 03:21:05,626 [salt.state       ][INFO    ][2449] {'host': 'cmp002.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,627 [salt.state       ][INFO    ][2449] Completed state [cmp002.mcp-pike-odl-ha.local] at time 03:21:05.627012 duration_in_ms=1.488
2018-05-13 03:21:05,627 [salt.state       ][INFO    ][2449] Running state [cmp001] at time 03:21:05.627250
2018-05-13 03:21:05,627 [salt.state       ][INFO    ][2449] Executing state host.present for cmp001
2018-05-13 03:21:05,628 [salt.state       ][INFO    ][2449] {'host': 'cmp001'}
2018-05-13 03:21:05,628 [salt.state       ][INFO    ][2449] Completed state [cmp001] at time 03:21:05.628784 duration_in_ms=1.534
2018-05-13 03:21:05,629 [salt.state       ][INFO    ][2449] Running state [cmp001.mcp-pike-odl-ha.local] at time 03:21:05.629025
2018-05-13 03:21:05,629 [salt.state       ][INFO    ][2449] Executing state host.present for cmp001.mcp-pike-odl-ha.local
2018-05-13 03:21:05,630 [salt.state       ][INFO    ][2449] {'host': 'cmp001.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,630 [salt.state       ][INFO    ][2449] Completed state [cmp001.mcp-pike-odl-ha.local] at time 03:21:05.630802 duration_in_ms=1.777
2018-05-13 03:21:05,631 [salt.state       ][INFO    ][2449] Running state [dbs01] at time 03:21:05.631046
2018-05-13 03:21:05,631 [salt.state       ][INFO    ][2449] Executing state host.present for dbs01
2018-05-13 03:21:05,635 [salt.state       ][INFO    ][2449] {'host': 'dbs01'}
2018-05-13 03:21:05,636 [salt.state       ][INFO    ][2449] Completed state [dbs01] at time 03:21:05.636110 duration_in_ms=5.064
2018-05-13 03:21:05,636 [salt.state       ][INFO    ][2449] Running state [dbs01.mcp-pike-odl-ha.local] at time 03:21:05.636433
2018-05-13 03:21:05,636 [salt.state       ][INFO    ][2449] Executing state host.present for dbs01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,637 [salt.state       ][INFO    ][2449] {'host': 'dbs01.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,638 [salt.state       ][INFO    ][2449] Completed state [dbs01.mcp-pike-odl-ha.local] at time 03:21:05.637962 duration_in_ms=1.529
2018-05-13 03:21:05,638 [salt.state       ][INFO    ][2449] Running state [dbs02] at time 03:21:05.638209
2018-05-13 03:21:05,638 [salt.state       ][INFO    ][2449] Executing state host.present for dbs02
2018-05-13 03:21:05,639 [salt.state       ][INFO    ][2449] {'host': 'dbs02'}
2018-05-13 03:21:05,640 [salt.state       ][INFO    ][2449] Completed state [dbs02] at time 03:21:05.640137 duration_in_ms=1.928
2018-05-13 03:21:05,640 [salt.state       ][INFO    ][2449] Running state [dbs02.mcp-pike-odl-ha.local] at time 03:21:05.640373
2018-05-13 03:21:05,640 [salt.state       ][INFO    ][2449] Executing state host.present for dbs02.mcp-pike-odl-ha.local
2018-05-13 03:21:05,641 [salt.state       ][INFO    ][2449] {'host': 'dbs02.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,641 [salt.state       ][INFO    ][2449] Completed state [dbs02.mcp-pike-odl-ha.local] at time 03:21:05.641893 duration_in_ms=1.52
2018-05-13 03:21:05,642 [salt.state       ][INFO    ][2449] Running state [dbs03] at time 03:21:05.642135
2018-05-13 03:21:05,642 [salt.state       ][INFO    ][2449] Executing state host.present for dbs03
2018-05-13 03:21:05,643 [salt.state       ][INFO    ][2449] {'host': 'dbs03'}
2018-05-13 03:21:05,643 [salt.state       ][INFO    ][2449] Completed state [dbs03] at time 03:21:05.643699 duration_in_ms=1.564
2018-05-13 03:21:05,643 [salt.state       ][INFO    ][2449] Running state [dbs03.mcp-pike-odl-ha.local] at time 03:21:05.643947
2018-05-13 03:21:05,644 [salt.state       ][INFO    ][2449] Executing state host.present for dbs03.mcp-pike-odl-ha.local
2018-05-13 03:21:05,645 [salt.state       ][INFO    ][2449] {'host': 'dbs03.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,645 [salt.state       ][INFO    ][2449] Completed state [dbs03.mcp-pike-odl-ha.local] at time 03:21:05.645484 duration_in_ms=1.536
2018-05-13 03:21:05,645 [salt.state       ][INFO    ][2449] Running state [odl01] at time 03:21:05.645726
2018-05-13 03:21:05,645 [salt.state       ][INFO    ][2449] Executing state host.present for odl01
2018-05-13 03:21:05,647 [salt.state       ][INFO    ][2449] {'host': 'odl01'}
2018-05-13 03:21:05,647 [salt.state       ][INFO    ][2449] Completed state [odl01] at time 03:21:05.647837 duration_in_ms=2.111
2018-05-13 03:21:05,648 [salt.state       ][INFO    ][2449] Running state [odl01.mcp-pike-odl-ha.local] at time 03:21:05.648074
2018-05-13 03:21:05,648 [salt.state       ][INFO    ][2449] Executing state host.present for odl01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,649 [salt.state       ][INFO    ][2449] {'host': 'odl01.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,649 [salt.state       ][INFO    ][2449] Completed state [odl01.mcp-pike-odl-ha.local] at time 03:21:05.649622 duration_in_ms=1.548
2018-05-13 03:21:05,649 [salt.state       ][INFO    ][2449] Running state [mas01] at time 03:21:05.649864
2018-05-13 03:21:05,650 [salt.state       ][INFO    ][2449] Executing state host.present for mas01
2018-05-13 03:21:05,652 [salt.state       ][INFO    ][2449] {'host': 'mas01'}
2018-05-13 03:21:05,652 [salt.state       ][INFO    ][2449] Completed state [mas01] at time 03:21:05.652387 duration_in_ms=2.523
2018-05-13 03:21:05,652 [salt.state       ][INFO    ][2449] Running state [mas01.mcp-pike-odl-ha.local] at time 03:21:05.652631
2018-05-13 03:21:05,652 [salt.state       ][INFO    ][2449] Executing state host.present for mas01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,653 [salt.state       ][INFO    ][2449] {'host': 'mas01.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,654 [salt.state       ][INFO    ][2449] Completed state [mas01.mcp-pike-odl-ha.local] at time 03:21:05.654181 duration_in_ms=1.551
2018-05-13 03:21:05,654 [salt.state       ][INFO    ][2449] Running state [ctl02] at time 03:21:05.654437
2018-05-13 03:21:05,654 [salt.state       ][INFO    ][2449] Executing state host.present for ctl02
2018-05-13 03:21:05,655 [salt.state       ][INFO    ][2449] {'host': 'ctl02'}
2018-05-13 03:21:05,656 [salt.state       ][INFO    ][2449] Completed state [ctl02] at time 03:21:05.656020 duration_in_ms=1.583
2018-05-13 03:21:05,656 [salt.state       ][INFO    ][2449] Running state [ctl02.mcp-pike-odl-ha.local] at time 03:21:05.656256
2018-05-13 03:21:05,656 [salt.state       ][INFO    ][2449] Executing state host.present for ctl02.mcp-pike-odl-ha.local
2018-05-13 03:21:05,657 [salt.state       ][INFO    ][2449] {'host': 'ctl02.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,657 [salt.state       ][INFO    ][2449] Completed state [ctl02.mcp-pike-odl-ha.local] at time 03:21:05.657830 duration_in_ms=1.574
2018-05-13 03:21:05,658 [salt.state       ][INFO    ][2449] Running state [ctl03] at time 03:21:05.658074
2018-05-13 03:21:05,659 [salt.state       ][INFO    ][2449] Executing state host.present for ctl03
2018-05-13 03:21:05,660 [salt.state       ][INFO    ][2449] {'host': 'ctl03'}
2018-05-13 03:21:05,660 [salt.state       ][INFO    ][2449] Completed state [ctl03] at time 03:21:05.660797 duration_in_ms=2.723
2018-05-13 03:21:05,661 [salt.state       ][INFO    ][2449] Running state [ctl03.mcp-pike-odl-ha.local] at time 03:21:05.661034
2018-05-13 03:21:05,661 [salt.state       ][INFO    ][2449] Executing state host.present for ctl03.mcp-pike-odl-ha.local
2018-05-13 03:21:05,662 [salt.state       ][INFO    ][2449] {'host': 'ctl03.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,662 [salt.state       ][INFO    ][2449] Completed state [ctl03.mcp-pike-odl-ha.local] at time 03:21:05.662908 duration_in_ms=1.874
2018-05-13 03:21:05,663 [salt.state       ][INFO    ][2449] Running state [ctl01] at time 03:21:05.663150
2018-05-13 03:21:05,663 [salt.state       ][INFO    ][2449] Executing state host.present for ctl01
2018-05-13 03:21:05,664 [salt.state       ][INFO    ][2449] {'host': 'ctl01'}
2018-05-13 03:21:05,664 [salt.state       ][INFO    ][2449] Completed state [ctl01] at time 03:21:05.664772 duration_in_ms=1.621
2018-05-13 03:21:05,665 [salt.state       ][INFO    ][2449] Running state [ctl01.mcp-pike-odl-ha.local] at time 03:21:05.665006
2018-05-13 03:21:05,665 [salt.state       ][INFO    ][2449] Executing state host.present for ctl01.mcp-pike-odl-ha.local
2018-05-13 03:21:05,666 [salt.state       ][INFO    ][2449] {'host': 'ctl01.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,666 [salt.state       ][INFO    ][2449] Completed state [ctl01.mcp-pike-odl-ha.local] at time 03:21:05.666609 duration_in_ms=1.603
2018-05-13 03:21:05,666 [salt.state       ][INFO    ][2449] Running state [ctl] at time 03:21:05.666846
2018-05-13 03:21:05,667 [salt.state       ][INFO    ][2449] Executing state host.present for ctl
2018-05-13 03:21:05,668 [salt.state       ][INFO    ][2449] {'host': 'ctl'}
2018-05-13 03:21:05,668 [salt.state       ][INFO    ][2449] Completed state [ctl] at time 03:21:05.668605 duration_in_ms=1.759
2018-05-13 03:21:05,668 [salt.state       ][INFO    ][2449] Running state [ctl.mcp-pike-odl-ha.local] at time 03:21:05.668839
2018-05-13 03:21:05,669 [salt.state       ][INFO    ][2449] Executing state host.present for ctl.mcp-pike-odl-ha.local
2018-05-13 03:21:05,670 [salt.state       ][INFO    ][2449] {'host': 'ctl.mcp-pike-odl-ha.local'}
2018-05-13 03:21:05,671 [salt.state       ][INFO    ][2449] Completed state [ctl.mcp-pike-odl-ha.local] at time 03:21:05.671276 duration_in_ms=2.436
2018-05-13 03:21:05,671 [salt.state       ][INFO    ][2449] Running state [/etc/network/interfaces.d/50-cloud-init.cfg] at time 03:21:05.671534
2018-05-13 03:21:05,671 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/network/interfaces.d/50-cloud-init.cfg
2018-05-13 03:21:05,672 [salt.state       ][INFO    ][2449] {'removed': '/etc/network/interfaces.d/50-cloud-init.cfg'}
2018-05-13 03:21:05,672 [salt.state       ][INFO    ][2449] Completed state [/etc/network/interfaces.d/50-cloud-init.cfg] at time 03:21:05.672370 duration_in_ms=0.836
2018-05-13 03:21:05,674 [salt.state       ][INFO    ][2449] Running state [ens2] at time 03:21:05.674148
2018-05-13 03:21:05,675 [salt.state       ][INFO    ][2449] Executing state network.managed for ens2
2018-05-13 03:21:05,842 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['ifdown', 'ens2'] in directory '/root'
2018-05-13 03:21:07,031 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['ifup', 'ens2'] in directory '/root'
2018-05-13 03:21:08,298 [salt.state       ][INFO    ][2449] {'interface': 'Added network interface.', 'status': 'Interface ens2 restart to validate'}
2018-05-13 03:21:08,299 [salt.state       ][INFO    ][2449] Completed state [ens2] at time 03:21:08.299609 duration_in_ms=2625.46
2018-05-13 03:21:08,300 [salt.state       ][INFO    ][2449] Running state [ens3] at time 03:21:08.300356
2018-05-13 03:21:08,301 [salt.state       ][INFO    ][2449] Executing state network.managed for ens3
2018-05-13 03:21:08,334 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['ifup', 'ens3'] in directory '/root'
2018-05-13 03:21:09,041 [salt.state       ][INFO    ][2449] {'interface': 'Added network interface.', 'status': 'Interface ens3 is up'}
2018-05-13 03:21:09,041 [salt.state       ][INFO    ][2449] Completed state [ens3] at time 03:21:09.041898 duration_in_ms=741.541
2018-05-13 03:21:09,042 [salt.state       ][INFO    ][2449] Running state [/etc/profile.d/proxy.sh] at time 03:21:09.042247
2018-05-13 03:21:09,043 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/profile.d/proxy.sh
2018-05-13 03:21:09,043 [salt.state       ][INFO    ][2449] File /etc/profile.d/proxy.sh is not present
2018-05-13 03:21:09,043 [salt.state       ][INFO    ][2449] Completed state [/etc/profile.d/proxy.sh] at time 03:21:09.043890 duration_in_ms=1.643
2018-05-13 03:21:09,044 [salt.state       ][INFO    ][2449] Running state [/etc/apt/apt.conf.d/95proxies] at time 03:21:09.044130
2018-05-13 03:21:09,044 [salt.state       ][INFO    ][2449] Executing state file.absent for /etc/apt/apt.conf.d/95proxies
2018-05-13 03:21:09,044 [salt.state       ][INFO    ][2449] File /etc/apt/apt.conf.d/95proxies is not present
2018-05-13 03:21:09,044 [salt.state       ][INFO    ][2449] Completed state [/etc/apt/apt.conf.d/95proxies] at time 03:21:09.044876 duration_in_ms=0.746
2018-05-13 03:21:09,046 [salt.state       ][INFO    ][2449] Running state [ntp] at time 03:21:09.046605
2018-05-13 03:21:09,046 [salt.state       ][INFO    ][2449] Executing state pkg.installed for ntp
2018-05-13 03:21:09,204 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:21:09,233 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'ntp'] in directory '/root'
2018-05-13 03:21:10,090 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513032110074059
2018-05-13 03:21:10,106 [salt.minion      ][INFO    ][5992] Starting a new job with PID 5992
2018-05-13 03:21:10,126 [salt.minion      ][INFO    ][5992] Returning information for job: 20180513032110074059
2018-05-13 03:21:12,959 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:21:13,004 [salt.state       ][INFO    ][2449] Made the following changes:
'ntp' changed from 'absent' to '1:4.2.8p4+dfsg-3ubuntu5.8'
'libopts25' changed from 'absent' to '1:5.18.7-3'

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

2018-05-13 03:21:13,225 [salt.state       ][INFO    ][2449] Completed state [/etc/ntp.conf] at time 03:21:13.225557 duration_in_ms=109.533
2018-05-13 03:21:13,522 [salt.state       ][INFO    ][2449] Running state [ntp] at time 03:21:13.522301
2018-05-13 03:21:13,522 [salt.state       ][INFO    ][2449] Executing state service.running for ntp
2018-05-13 03:21:13,525 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'status', 'ntp.service', '-n', '0'] in directory '/root'
2018-05-13 03:21:13,547 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2018-05-13 03:21:13,565 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2018-05-13 03:21:13,586 [salt.state       ][INFO    ][2449] The service ntp is already running
2018-05-13 03:21:13,587 [salt.state       ][INFO    ][2449] Completed state [ntp] at time 03:21:13.587219 duration_in_ms=64.918
2018-05-13 03:21:13,587 [salt.state       ][INFO    ][2449] Running state [ntp] at time 03:21:13.587579
2018-05-13 03:21:13,588 [salt.state       ][INFO    ][2449] Executing state service.mod_watch for ntp
2018-05-13 03:21:13,588 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2018-05-13 03:21:13,608 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2018-05-13 03:21:13,631 [salt.loaded.int.module.cmdmod][INFO    ][2449] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'ntp.service'] in directory '/root'
2018-05-13 03:21:13,725 [salt.state       ][INFO    ][2449] {'ntp': True}
2018-05-13 03:21:13,725 [salt.state       ][INFO    ][2449] Completed state [ntp] at time 03:21:13.725575 duration_in_ms=137.995
2018-05-13 03:21:13,732 [salt.minion      ][INFO    ][2449] Returning information for job: 20180513032029719905
2018-05-13 03:21:40,912 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command state.apply with jid 20180513032140904130
2018-05-13 03:21:40,937 [salt.minion      ][INFO    ][6870] Starting a new job with PID 6870
2018-05-13 03:21:44,756 [salt.state       ][INFO    ][6870] Loading fresh modules for state activity
2018-05-13 03:21:47,879 [salt.state       ][INFO    ][6870] Running state [/etc/environment] at time 03:21:47.879613
2018-05-13 03:21:47,879 [salt.state       ][INFO    ][6870] Executing state file.blockreplace for /etc/environment
2018-05-13 03:21:47,888 [salt.state       ][INFO    ][6870] File changed:
--- 
+++ 
@@ -1,3 +1,4 @@
 PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"
 # SALT MANAGED VARIABLES - DO NOT EDIT - START
+# 
 # # SALT MANAGED VARIABLES - END

2018-05-13 03:21:47,889 [salt.state       ][INFO    ][6870] Completed state [/etc/environment] at time 03:21:47.889749 duration_in_ms=10.136
2018-05-13 03:21:47,890 [salt.state       ][INFO    ][6870] Running state [/etc/profile.d] at time 03:21:47.890267
2018-05-13 03:21:47,890 [salt.state       ][INFO    ][6870] Executing state file.directory for /etc/profile.d
2018-05-13 03:21:47,892 [salt.state       ][INFO    ][6870] Directory /etc/profile.d is in the correct state
2018-05-13 03:21:47,892 [salt.state       ][INFO    ][6870] Completed state [/etc/profile.d] at time 03:21:47.892844 duration_in_ms=2.577
2018-05-13 03:21:48,422 [salt.state       ][INFO    ][6870] Running state [/etc/apt/apt.conf.d/99prefer_ipv4-salt] at time 03:21:48.422293
2018-05-13 03:21:48,423 [salt.state       ][INFO    ][6870] Executing state file.managed for /etc/apt/apt.conf.d/99prefer_ipv4-salt
2018-05-13 03:21:48,454 [salt.state       ][INFO    ][6870] File /etc/apt/apt.conf.d/99prefer_ipv4-salt is in the correct state
2018-05-13 03:21:48,454 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/apt.conf.d/99prefer_ipv4-salt] at time 03:21:48.454675 duration_in_ms=32.383
2018-05-13 03:21:48,455 [salt.state       ][INFO    ][6870] Running state [linux_repo_prereq_pkgs] at time 03:21:48.455741
2018-05-13 03:21:48,456 [salt.state       ][INFO    ][6870] Executing state pkg.installed for linux_repo_prereq_pkgs
2018-05-13 03:21:48,457 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:21:48,855 [salt.state       ][INFO    ][6870] All specified packages are already installed
2018-05-13 03:21:48,856 [salt.state       ][INFO    ][6870] Completed state [linux_repo_prereq_pkgs] at time 03:21:48.856016 duration_in_ms=400.275
2018-05-13 03:21:48,856 [salt.state       ][INFO    ][6870] Running state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 03:21:48.856669
2018-05-13 03:21:48,857 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mk_openstack
2018-05-13 03:21:48,858 [salt.state       ][INFO    ][6870] File /etc/apt/apt.conf.d/99proxies-salt-mk_openstack is not present
2018-05-13 03:21:48,858 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mk_openstack] at time 03:21:48.858444 duration_in_ms=1.775
2018-05-13 03:21:48,858 [salt.state       ][INFO    ][6870] Running state [/etc/apt/preferences.d/mk_openstack] at time 03:21:48.858943
2018-05-13 03:21:48,859 [salt.state       ][INFO    ][6870] Executing state file.managed for /etc/apt/preferences.d/mk_openstack
2018-05-13 03:21:48,981 [salt.state       ][INFO    ][6870] File /etc/apt/preferences.d/mk_openstack is in the correct state
2018-05-13 03:21:48,982 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/preferences.d/mk_openstack] at time 03:21:48.982083 duration_in_ms=123.138
2018-05-13 03:21:48,984 [salt.state       ][INFO    ][6870] Running state [curl -s http://apt.mirantis.com/public.gpg | apt-key add -] at time 03:21:48.984548
2018-05-13 03:21:48,985 [salt.state       ][INFO    ][6870] Executing state cmd.run for curl -s http://apt.mirantis.com/public.gpg | apt-key add -
2018-05-13 03:21:48,986 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'curl -s http://apt.mirantis.com/public.gpg | apt-key add -' in directory '/root'
2018-05-13 03:21:49,162 [salt.state       ][INFO    ][6870] {'pid': 6930, 'retcode': 0, 'stderr': '', 'stdout': 'OK'}
2018-05-13 03:21:49,163 [salt.state       ][INFO    ][6870] Completed state [curl -s http://apt.mirantis.com/public.gpg | apt-key add -] at time 03:21:49.163721 duration_in_ms=179.172
2018-05-13 03:21:49,170 [salt.state       ][INFO    ][6870] Running state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 03:21:49.170910
2018-05-13 03:21:49,171 [salt.state       ][INFO    ][6870] Executing state pkgrepo.managed for deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike
2018-05-13 03:21:49,231 [salt.state       ][INFO    ][6870] Package repo 'deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike' already configured
2018-05-13 03:21:49,231 [salt.state       ][INFO    ][6870] Completed state [deb [arch=amd64] http://apt.mirantis.com/xenial/ nightly pike] at time 03:21:49.231450 duration_in_ms=60.54
2018-05-13 03:21:49,232 [salt.state       ][INFO    ][6870] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca-staging] at time 03:21:49.231990
2018-05-13 03:21:49,232 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca-staging
2018-05-13 03:21:49,233 [salt.state       ][INFO    ][6870] File /etc/apt/apt.conf.d/99proxies-salt-uca-staging is not present
2018-05-13 03:21:49,233 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca-staging] at time 03:21:49.233535 duration_in_ms=1.545
2018-05-13 03:21:49,234 [salt.state       ][INFO    ][6870] Running state [/etc/apt/preferences.d/uca-staging] at time 03:21:49.234010
2018-05-13 03:21:49,234 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/apt/preferences.d/uca-staging
2018-05-13 03:21:49,235 [salt.state       ][INFO    ][6870] File /etc/apt/preferences.d/uca-staging is not present
2018-05-13 03:21:49,235 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/preferences.d/uca-staging] at time 03:21:49.235794 duration_in_ms=1.784
2018-05-13 03:21:49,236 [salt.state       ][INFO    ][6870] Running state [apt-key adv --keyserver keyserver.ubuntu.com --recv 9F68104E] at time 03:21:49.236264
2018-05-13 03:21:49,236 [salt.state       ][INFO    ][6870] Executing state cmd.run for apt-key adv --keyserver keyserver.ubuntu.com --recv 9F68104E
2018-05-13 03:21:49,237 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'apt-key adv --keyserver keyserver.ubuntu.com --recv 9F68104E' in directory '/root'
2018-05-13 03:21:49,443 [salt.state       ][INFO    ][6870] {'pid': 7047, 'retcode': 0, 'stderr': 'gpg: requesting key 9F68104E from hkp server keyserver.ubuntu.com\ngpg: key 9F68104E: "Launchpad PPA for Ubuntu Cloud Archive Team" not changed\ngpg: Total number processed: 1\ngpg:              unchanged: 1', 'stdout': 'Executing: /tmp/tmp.A3Tit9BcFy/gpg.1.sh --keyserver\nkeyserver.ubuntu.com\n--recv\n9F68104E'}
2018-05-13 03:21:49,445 [salt.state       ][INFO    ][6870] Completed state [apt-key adv --keyserver keyserver.ubuntu.com --recv 9F68104E] at time 03:21:49.445052 duration_in_ms=208.787
2018-05-13 03:21:49,447 [salt.state       ][INFO    ][6870] Running state [deb http://ppa.launchpad.net/ubuntu-cloud-archive/pike-staging/ubuntu xenial main] at time 03:21:49.447799
2018-05-13 03:21:49,448 [salt.state       ][INFO    ][6870] Executing state pkgrepo.managed for deb http://ppa.launchpad.net/ubuntu-cloud-archive/pike-staging/ubuntu xenial main
2018-05-13 03:21:49,564 [salt.state       ][INFO    ][6870] Package repo 'deb http://ppa.launchpad.net/ubuntu-cloud-archive/pike-staging/ubuntu xenial main' already configured
2018-05-13 03:21:49,565 [salt.state       ][INFO    ][6870] Completed state [deb http://ppa.launchpad.net/ubuntu-cloud-archive/pike-staging/ubuntu xenial main] at time 03:21:49.565666 duration_in_ms=117.866
2018-05-13 03:21:49,566 [salt.state       ][INFO    ][6870] Running state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 03:21:49.566237
2018-05-13 03:21:49,566 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack
2018-05-13 03:21:49,567 [salt.state       ][INFO    ][6870] File /etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack is not present
2018-05-13 03:21:49,567 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/apt.conf.d/99proxies-salt-mirantis_openstack] at time 03:21:49.567926 duration_in_ms=1.69
2018-05-13 03:21:49,568 [salt.state       ][INFO    ][6870] Running state [/etc/apt/preferences.d/mirantis_openstack] at time 03:21:49.568418
2018-05-13 03:21:49,568 [salt.state       ][INFO    ][6870] Executing state file.managed for /etc/apt/preferences.d/mirantis_openstack
2018-05-13 03:21:49,678 [salt.state       ][INFO    ][6870] File /etc/apt/preferences.d/mirantis_openstack is in the correct state
2018-05-13 03:21:49,679 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/preferences.d/mirantis_openstack] at time 03:21:49.678935 duration_in_ms=110.516
2018-05-13 03:21:49,679 [salt.state       ][INFO    ][6870] Running state [curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -] at time 03:21:49.679485
2018-05-13 03:21:49,680 [salt.state       ][INFO    ][6870] Executing state cmd.run for curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -
2018-05-13 03:21:49,681 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -' in directory '/root'
2018-05-13 03:21:49,871 [salt.state       ][INFO    ][6870] {'pid': 7165, 'retcode': 0, 'stderr': '', 'stdout': 'OK'}
2018-05-13 03:21:49,872 [salt.state       ][INFO    ][6870] Completed state [curl -s http://mirror.fuel-infra.org/mcp-repos/pike/xenial/archive-mcppike.key | apt-key add -] at time 03:21:49.872731 duration_in_ms=193.245
2018-05-13 03:21:49,876 [salt.state       ][INFO    ][6870] Running state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 03:21:49.875986
2018-05-13 03:21:49,876 [salt.state       ][INFO    ][6870] Executing state pkgrepo.managed for deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main
2018-05-13 03:21:49,985 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:21:51,018 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513032151002290
2018-05-13 03:21:51,037 [salt.minion      ][INFO    ][7702] Starting a new job with PID 7702
2018-05-13 03:21:51,056 [salt.minion      ][INFO    ][7702] Returning information for job: 20180513032151002290
2018-05-13 03:21:54,140 [salt.state       ][INFO    ][6870] Configured package repo 'deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main'
2018-05-13 03:21:54,142 [salt.state       ][INFO    ][6870] Completed state [deb http://mirror.fuel-infra.org/mcp-repos/pike/xenial pike main] at time 03:21:54.141980 duration_in_ms=4265.993
2018-05-13 03:21:54,142 [salt.state       ][INFO    ][6870] Running state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 03:21:54.142698
2018-05-13 03:21:54,143 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/apt/apt.conf.d/99proxies-salt-uca
2018-05-13 03:21:54,144 [salt.state       ][INFO    ][6870] File /etc/apt/apt.conf.d/99proxies-salt-uca is not present
2018-05-13 03:21:54,144 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/apt.conf.d/99proxies-salt-uca] at time 03:21:54.144601 duration_in_ms=1.904
2018-05-13 03:21:54,145 [salt.state       ][INFO    ][6870] Running state [/etc/apt/preferences.d/uca] at time 03:21:54.145107
2018-05-13 03:21:54,145 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/apt/preferences.d/uca
2018-05-13 03:21:54,146 [salt.state       ][INFO    ][6870] File /etc/apt/preferences.d/uca is not present
2018-05-13 03:21:54,146 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/preferences.d/uca] at time 03:21:54.146889 duration_in_ms=1.782
2018-05-13 03:21:54,147 [salt.state       ][INFO    ][6870] Running state [apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA] at time 03:21:54.147376
2018-05-13 03:21:54,147 [salt.state       ][INFO    ][6870] Executing state cmd.run for apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA
2018-05-13 03:21:54,149 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA' in directory '/root'
2018-05-13 03:21:54,339 [salt.state       ][INFO    ][6870] {'pid': 7713, 'retcode': 0, 'stderr': 'gpg: requesting key EC4926EA from hkp server keyserver.ubuntu.com\ngpg: key EC4926EA: "Canonical Cloud Archive Signing Key <ftpmaster@canonical.com>" not changed\ngpg: Total number processed: 1\ngpg:              unchanged: 1', 'stdout': 'Executing: /tmp/tmp.GdmkBDXzPo/gpg.1.sh --keyserver\nkeyserver.ubuntu.com\n--recv\nEC4926EA'}
2018-05-13 03:21:54,340 [salt.state       ][INFO    ][6870] Completed state [apt-key adv --keyserver keyserver.ubuntu.com --recv EC4926EA] at time 03:21:54.340591 duration_in_ms=193.215
2018-05-13 03:21:54,342 [salt.state       ][INFO    ][6870] Running state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 03:21:54.342852
2018-05-13 03:21:54,343 [salt.state       ][INFO    ][6870] Executing state pkgrepo.managed for deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main
2018-05-13 03:21:54,393 [salt.state       ][INFO    ][6870] Package repo 'deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main' already configured
2018-05-13 03:21:54,393 [salt.state       ][INFO    ][6870] Completed state [deb http://ubuntu-cloud.archive.canonical.com/ubuntu xenial-updates/pike main] at time 03:21:54.393726 duration_in_ms=50.874
2018-05-13 03:21:54,395 [salt.state       ][INFO    ][6870] Running state [UTC] at time 03:21:54.395116
2018-05-13 03:21:54,395 [salt.state       ][INFO    ][6870] Executing state timezone.system for UTC
2018-05-13 03:21:54,396 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['timedatectl'] in directory '/root'
2018-05-13 03:21:54,429 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['timedatectl'] in directory '/root'
2018-05-13 03:21:54,445 [salt.state       ][INFO    ][6870] Timezone UTC already set, UTC already set to UTC
2018-05-13 03:21:54,445 [salt.state       ][INFO    ][6870] Completed state [UTC] at time 03:21:54.445823 duration_in_ms=50.707
2018-05-13 03:21:54,448 [salt.state       ][INFO    ][6870] Running state [nf_conntrack] at time 03:21:54.448073
2018-05-13 03:21:54,448 [salt.state       ][INFO    ][6870] Executing state kmod.present for nf_conntrack
2018-05-13 03:21:54,449 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'lsmod' in directory '/root'
2018-05-13 03:21:54,464 [salt.state       ][INFO    ][6870] Kernel module nf_conntrack is already present
2018-05-13 03:21:54,465 [salt.state       ][INFO    ][6870] Completed state [nf_conntrack] at time 03:21:54.465478 duration_in_ms=17.405
2018-05-13 03:21:54,467 [salt.state       ][INFO    ][6870] Running state [kernel.panic] at time 03:21:54.466991
2018-05-13 03:21:54,467 [salt.state       ][INFO    ][6870] Executing state sysctl.present for kernel.panic
2018-05-13 03:21:54,480 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,517 [salt.state       ][INFO    ][6870] Sysctl value kernel.panic = 60 is already set
2018-05-13 03:21:54,517 [salt.state       ][INFO    ][6870] Completed state [kernel.panic] at time 03:21:54.517646 duration_in_ms=50.655
2018-05-13 03:21:54,518 [salt.state       ][INFO    ][6870] Running state [net.ipv4.tcp_keepalive_probes] at time 03:21:54.518876
2018-05-13 03:21:54,519 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.tcp_keepalive_probes
2018-05-13 03:21:54,520 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,556 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.tcp_keepalive_probes = 8 is already set
2018-05-13 03:21:54,557 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.tcp_keepalive_probes] at time 03:21:54.557654 duration_in_ms=38.778
2018-05-13 03:21:54,558 [salt.state       ][INFO    ][6870] Running state [fs.file-max] at time 03:21:54.558501
2018-05-13 03:21:54,559 [salt.state       ][INFO    ][6870] Executing state sysctl.present for fs.file-max
2018-05-13 03:21:54,560 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,596 [salt.state       ][INFO    ][6870] Sysctl value fs.file-max = 124165 is already set
2018-05-13 03:21:54,596 [salt.state       ][INFO    ][6870] Completed state [fs.file-max] at time 03:21:54.596672 duration_in_ms=38.171
2018-05-13 03:21:54,597 [salt.state       ][INFO    ][6870] Running state [net.core.somaxconn] at time 03:21:54.597332
2018-05-13 03:21:54,597 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.core.somaxconn
2018-05-13 03:21:54,599 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,634 [salt.state       ][INFO    ][6870] Sysctl value net.core.somaxconn = 4096 is already set
2018-05-13 03:21:54,635 [salt.state       ][INFO    ][6870] Completed state [net.core.somaxconn] at time 03:21:54.635562 duration_in_ms=38.23
2018-05-13 03:21:54,636 [salt.state       ][INFO    ][6870] Running state [net.ipv4.tcp_max_syn_backlog] at time 03:21:54.636233
2018-05-13 03:21:54,636 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.tcp_max_syn_backlog
2018-05-13 03:21:54,637 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,673 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.tcp_max_syn_backlog = 8192 is already set
2018-05-13 03:21:54,674 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.tcp_max_syn_backlog] at time 03:21:54.674600 duration_in_ms=38.367
2018-05-13 03:21:54,675 [salt.state       ][INFO    ][6870] Running state [net.ipv4.tcp_tw_reuse] at time 03:21:54.675257
2018-05-13 03:21:54,675 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.tcp_tw_reuse
2018-05-13 03:21:54,676 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,712 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.tcp_tw_reuse = 1 is already set
2018-05-13 03:21:54,712 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.tcp_tw_reuse] at time 03:21:54.712801 duration_in_ms=37.543
2018-05-13 03:21:54,713 [salt.state       ][INFO    ][6870] Running state [net.ipv4.tcp_congestion_control] at time 03:21:54.713451
2018-05-13 03:21:54,714 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.tcp_congestion_control
2018-05-13 03:21:54,715 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,750 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.tcp_congestion_control = yeah is already set
2018-05-13 03:21:54,751 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.tcp_congestion_control] at time 03:21:54.751205 duration_in_ms=37.754
2018-05-13 03:21:54,751 [salt.state       ][INFO    ][6870] Running state [net.ipv4.tcp_retries2] at time 03:21:54.751854
2018-05-13 03:21:54,752 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.tcp_retries2
2018-05-13 03:21:54,753 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,789 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.tcp_retries2 = 5 is already set
2018-05-13 03:21:54,790 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.tcp_retries2] at time 03:21:54.790369 duration_in_ms=38.515
2018-05-13 03:21:54,791 [salt.state       ][INFO    ][6870] Running state [net.core.netdev_max_backlog] at time 03:21:54.791042
2018-05-13 03:21:54,791 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.core.netdev_max_backlog
2018-05-13 03:21:54,792 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,828 [salt.state       ][INFO    ][6870] Sysctl value net.core.netdev_max_backlog = 261144 is already set
2018-05-13 03:21:54,829 [salt.state       ][INFO    ][6870] Completed state [net.core.netdev_max_backlog] at time 03:21:54.829643 duration_in_ms=38.601
2018-05-13 03:21:54,830 [salt.state       ][INFO    ][6870] Running state [net.ipv4.tcp_slow_start_after_idle] at time 03:21:54.830881
2018-05-13 03:21:54,831 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.tcp_slow_start_after_idle
2018-05-13 03:21:54,832 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,868 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.tcp_slow_start_after_idle = 0 is already set
2018-05-13 03:21:54,869 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.tcp_slow_start_after_idle] at time 03:21:54.869628 duration_in_ms=38.747
2018-05-13 03:21:54,870 [salt.state       ][INFO    ][6870] Running state [vm.swappiness] at time 03:21:54.870610
2018-05-13 03:21:54,871 [salt.state       ][INFO    ][6870] Executing state sysctl.present for vm.swappiness
2018-05-13 03:21:54,872 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,908 [salt.state       ][INFO    ][6870] Sysctl value vm.swappiness = 10 is already set
2018-05-13 03:21:54,909 [salt.state       ][INFO    ][6870] Completed state [vm.swappiness] at time 03:21:54.909225 duration_in_ms=38.614
2018-05-13 03:21:54,909 [salt.state       ][INFO    ][6870] Running state [net.ipv4.tcp_keepalive_intvl] at time 03:21:54.909899
2018-05-13 03:21:54,910 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.tcp_keepalive_intvl
2018-05-13 03:21:54,911 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,952 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.tcp_keepalive_intvl = 3 is already set
2018-05-13 03:21:54,952 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.tcp_keepalive_intvl] at time 03:21:54.952843 duration_in_ms=42.943
2018-05-13 03:21:54,953 [salt.state       ][INFO    ][6870] Running state [net.ipv4.neigh.default.gc_thresh1] at time 03:21:54.953504
2018-05-13 03:21:54,954 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh1
2018-05-13 03:21:54,955 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:54,990 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.neigh.default.gc_thresh1 = 4096 is already set
2018-05-13 03:21:54,991 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.neigh.default.gc_thresh1] at time 03:21:54.991028 duration_in_ms=37.523
2018-05-13 03:21:54,991 [salt.state       ][INFO    ][6870] Running state [net.ipv4.neigh.default.gc_thresh2] at time 03:21:54.991728
2018-05-13 03:21:54,992 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh2
2018-05-13 03:21:54,993 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:55,029 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.neigh.default.gc_thresh2 = 8192 is already set
2018-05-13 03:21:55,030 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.neigh.default.gc_thresh2] at time 03:21:55.030483 duration_in_ms=38.755
2018-05-13 03:21:55,031 [salt.state       ][INFO    ][6870] Running state [net.ipv4.neigh.default.gc_thresh3] at time 03:21:55.031136
2018-05-13 03:21:55,031 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.neigh.default.gc_thresh3
2018-05-13 03:21:55,032 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:55,068 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.neigh.default.gc_thresh3 = 16384 is already set
2018-05-13 03:21:55,068 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.neigh.default.gc_thresh3] at time 03:21:55.068796 duration_in_ms=37.66
2018-05-13 03:21:55,069 [salt.state       ][INFO    ][6870] Running state [net.ipv4.tcp_fin_timeout] at time 03:21:55.069457
2018-05-13 03:21:55,070 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.tcp_fin_timeout
2018-05-13 03:21:55,071 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:55,108 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.tcp_fin_timeout = 30 is already set
2018-05-13 03:21:55,109 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.tcp_fin_timeout] at time 03:21:55.109313 duration_in_ms=39.856
2018-05-13 03:21:55,110 [salt.state       ][INFO    ][6870] Running state [net.ipv4.tcp_keepalive_time] at time 03:21:55.109960
2018-05-13 03:21:55,110 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.ipv4.tcp_keepalive_time
2018-05-13 03:21:55,111 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:55,145 [salt.state       ][INFO    ][6870] Sysctl value net.ipv4.tcp_keepalive_time = 30 is already set
2018-05-13 03:21:55,146 [salt.state       ][INFO    ][6870] Completed state [net.ipv4.tcp_keepalive_time] at time 03:21:55.146773 duration_in_ms=36.813
2018-05-13 03:21:55,147 [salt.state       ][INFO    ][6870] Running state [net.nf_conntrack_max] at time 03:21:55.147415
2018-05-13 03:21:55,148 [salt.state       ][INFO    ][6870] Executing state sysctl.present for net.nf_conntrack_max
2018-05-13 03:21:55,148 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:21:55,184 [salt.state       ][INFO    ][6870] Sysctl value net.nf_conntrack_max = 1048576 is already set
2018-05-13 03:21:55,185 [salt.state       ][INFO    ][6870] Completed state [net.nf_conntrack_max] at time 03:21:55.185409 duration_in_ms=37.993
2018-05-13 03:21:55,186 [salt.state       ][INFO    ][6870] Running state [linux_sysfs_package] at time 03:21:55.186522
2018-05-13 03:21:55,187 [salt.state       ][INFO    ][6870] Executing state pkg.installed for linux_sysfs_package
2018-05-13 03:21:55,197 [salt.state       ][INFO    ][6870] All specified packages are already installed
2018-05-13 03:21:55,198 [salt.state       ][INFO    ][6870] Completed state [linux_sysfs_package] at time 03:21:55.198179 duration_in_ms=11.658
2018-05-13 03:21:55,200 [salt.state       ][INFO    ][6870] Running state [/etc/sysfs.d] at time 03:21:55.200102
2018-05-13 03:21:55,200 [salt.state       ][INFO    ][6870] Executing state file.directory for /etc/sysfs.d
2018-05-13 03:21:55,201 [salt.state       ][INFO    ][6870] Directory /etc/sysfs.d is in the correct state
2018-05-13 03:21:55,202 [salt.state       ][INFO    ][6870] Completed state [/etc/sysfs.d] at time 03:21:55.201988 duration_in_ms=1.886
2018-05-13 03:21:55,203 [salt.state       ][INFO    ][6870] Running state [ondemand] at time 03:21:55.203948
2018-05-13 03:21:55,204 [salt.state       ][INFO    ][6870] Executing state service.dead for ondemand
2018-05-13 03:21:55,205 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['systemctl', 'status', 'ondemand.service', '-n', '0'] in directory '/root'
2018-05-13 03:21:55,222 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['systemctl', 'is-active', 'ondemand.service'] in directory '/root'
2018-05-13 03:21:55,238 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['systemctl', 'is-enabled', 'ondemand.service'] in directory '/root'
2018-05-13 03:21:55,261 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'runlevel' in directory '/root'
2018-05-13 03:21:55,275 [salt.state       ][INFO    ][6870] The service ondemand is already dead
2018-05-13 03:21:55,276 [salt.state       ][INFO    ][6870] Completed state [ondemand] at time 03:21:55.276204 duration_in_ms=72.255
2018-05-13 03:21:55,277 [salt.state       ][INFO    ][6870] Running state [cs_CZ.UTF-8] at time 03:21:55.277443
2018-05-13 03:21:55,278 [salt.state       ][INFO    ][6870] Executing state locale.present for cs_CZ.UTF-8
2018-05-13 03:21:55,279 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'locale -a' in directory '/root'
2018-05-13 03:21:55,291 [salt.state       ][INFO    ][6870] Locale cs_CZ.UTF-8 is already present
2018-05-13 03:21:55,292 [salt.state       ][INFO    ][6870] Completed state [cs_CZ.UTF-8] at time 03:21:55.292493 duration_in_ms=15.05
2018-05-13 03:21:55,293 [salt.state       ][INFO    ][6870] Running state [en_US.UTF-8] at time 03:21:55.293288
2018-05-13 03:21:55,293 [salt.state       ][INFO    ][6870] Executing state locale.present for en_US.UTF-8
2018-05-13 03:21:55,295 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'locale -a' in directory '/root'
2018-05-13 03:21:55,308 [salt.state       ][INFO    ][6870] Locale en_US.UTF-8 is already present
2018-05-13 03:21:55,309 [salt.state       ][INFO    ][6870] Completed state [en_US.UTF-8] at time 03:21:55.309007 duration_in_ms=15.718
2018-05-13 03:21:55,312 [salt.state       ][INFO    ][6870] Running state [en_US.UTF-8] at time 03:21:55.312432
2018-05-13 03:21:55,313 [salt.state       ][INFO    ][6870] Executing state locale.system for en_US.UTF-8
2018-05-13 03:21:55,313 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'localectl' in directory '/root'
2018-05-13 03:21:55,341 [salt.state       ][INFO    ][6870] System locale en_US.UTF-8 already set
2018-05-13 03:21:55,342 [salt.state       ][INFO    ][6870] Completed state [en_US.UTF-8] at time 03:21:55.342543 duration_in_ms=30.11
2018-05-13 03:21:55,343 [salt.state       ][INFO    ][6870] Running state [root] at time 03:21:55.343706
2018-05-13 03:21:55,344 [salt.state       ][INFO    ][6870] Executing state group.present for root
2018-05-13 03:21:55,344 [salt.state       ][INFO    ][6870] Group root is present and up to date
2018-05-13 03:21:55,344 [salt.state       ][INFO    ][6870] Completed state [root] at time 03:21:55.344841 duration_in_ms=1.135
2018-05-13 03:21:55,347 [salt.state       ][INFO    ][6870] Running state [root] at time 03:21:55.347818
2018-05-13 03:21:55,348 [salt.state       ][INFO    ][6870] Executing state user.present for root
2018-05-13 03:21:55,349 [salt.state       ][INFO    ][6870] User root is present and up to date
2018-05-13 03:21:55,349 [salt.state       ][INFO    ][6870] Completed state [root] at time 03:21:55.349581 duration_in_ms=1.763
2018-05-13 03:21:55,351 [salt.state       ][INFO    ][6870] Running state [/root] at time 03:21:55.350964
2018-05-13 03:21:55,351 [salt.state       ][INFO    ][6870] Executing state file.directory for /root
2018-05-13 03:21:55,352 [salt.state       ][INFO    ][6870] Directory /root is in the correct state
2018-05-13 03:21:55,352 [salt.state       ][INFO    ][6870] Completed state [/root] at time 03:21:55.352294 duration_in_ms=1.329
2018-05-13 03:21:55,352 [salt.state       ][INFO    ][6870] Running state [/etc/sudoers.d/90-salt-user-root] at time 03:21:55.352525
2018-05-13 03:21:55,352 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/sudoers.d/90-salt-user-root
2018-05-13 03:21:55,353 [salt.state       ][INFO    ][6870] File /etc/sudoers.d/90-salt-user-root is not present
2018-05-13 03:21:55,353 [salt.state       ][INFO    ][6870] Completed state [/etc/sudoers.d/90-salt-user-root] at time 03:21:55.353265 duration_in_ms=0.741
2018-05-13 03:21:55,353 [salt.state       ][INFO    ][6870] Running state [ubuntu] at time 03:21:55.353501
2018-05-13 03:21:55,353 [salt.state       ][INFO    ][6870] Executing state group.present for ubuntu
2018-05-13 03:21:55,354 [salt.state       ][INFO    ][6870] Group ubuntu is present and up to date
2018-05-13 03:21:55,354 [salt.state       ][INFO    ][6870] Completed state [ubuntu] at time 03:21:55.354255 duration_in_ms=0.755
2018-05-13 03:21:55,355 [salt.state       ][INFO    ][6870] Running state [ubuntu] at time 03:21:55.355128
2018-05-13 03:21:55,355 [salt.state       ][INFO    ][6870] Executing state user.present for ubuntu
2018-05-13 03:21:55,356 [salt.state       ][INFO    ][6870] User ubuntu is present and up to date
2018-05-13 03:21:55,356 [salt.state       ][INFO    ][6870] Completed state [ubuntu] at time 03:21:55.356657 duration_in_ms=1.529
2018-05-13 03:21:55,357 [salt.state       ][INFO    ][6870] Running state [/home/ubuntu] at time 03:21:55.357707
2018-05-13 03:21:55,357 [salt.state       ][INFO    ][6870] Executing state file.directory for /home/ubuntu
2018-05-13 03:21:55,359 [salt.state       ][INFO    ][6870] Directory /home/ubuntu is in the correct state
2018-05-13 03:21:55,359 [salt.state       ][INFO    ][6870] Completed state [/home/ubuntu] at time 03:21:55.359761 duration_in_ms=2.054
2018-05-13 03:21:55,360 [salt.state       ][INFO    ][6870] Running state [/etc/sudoers.d/90-salt-user-ubuntu] at time 03:21:55.360668
2018-05-13 03:21:55,360 [salt.state       ][INFO    ][6870] Executing state file.managed for /etc/sudoers.d/90-salt-user-ubuntu
2018-05-13 03:21:55,380 [salt.state       ][INFO    ][6870] File /etc/sudoers.d/90-salt-user-ubuntu is in the correct state
2018-05-13 03:21:55,380 [salt.state       ][INFO    ][6870] Completed state [/etc/sudoers.d/90-salt-user-ubuntu] at time 03:21:55.380746 duration_in_ms=20.077
2018-05-13 03:21:55,381 [salt.state       ][INFO    ][6870] Running state [/etc/security/limits.d/90-salt-default.conf] at time 03:21:55.381007
2018-05-13 03:21:55,381 [salt.state       ][INFO    ][6870] Executing state file.managed for /etc/security/limits.d/90-salt-default.conf
2018-05-13 03:21:55,491 [salt.state       ][INFO    ][6870] File /etc/security/limits.d/90-salt-default.conf is in the correct state
2018-05-13 03:21:55,492 [salt.state       ][INFO    ][6870] Completed state [/etc/security/limits.d/90-salt-default.conf] at time 03:21:55.492004 duration_in_ms=110.997
2018-05-13 03:21:55,492 [salt.state       ][INFO    ][6870] Running state [/etc/systemd/system.conf.d/90-salt.conf] at time 03:21:55.492263
2018-05-13 03:21:55,492 [salt.state       ][INFO    ][6870] Executing state file.managed for /etc/systemd/system.conf.d/90-salt.conf
2018-05-13 03:21:56,321 [salt.state       ][INFO    ][6870] File /etc/systemd/system.conf.d/90-salt.conf is in the correct state
2018-05-13 03:21:56,321 [salt.state       ][INFO    ][6870] Completed state [/etc/systemd/system.conf.d/90-salt.conf] at time 03:21:56.321329 duration_in_ms=829.065
2018-05-13 03:21:56,323 [salt.state       ][INFO    ][6870] Running state [service.systemctl_reload] at time 03:21:56.323246
2018-05-13 03:21:56,323 [salt.state       ][INFO    ][6870] Executing state module.wait for service.systemctl_reload
2018-05-13 03:21:56,323 [salt.state       ][INFO    ][6870] No changes made for service.systemctl_reload
2018-05-13 03:21:56,324 [salt.state       ][INFO    ][6870] Completed state [service.systemctl_reload] at time 03:21:56.324041 duration_in_ms=0.795
2018-05-13 03:21:56,324 [salt.state       ][INFO    ][6870] Running state [/etc/hostname] at time 03:21:56.324281
2018-05-13 03:21:56,324 [salt.state       ][INFO    ][6870] Executing state file.managed for /etc/hostname
2018-05-13 03:21:56,340 [salt.state       ][INFO    ][6870] File /etc/hostname is in the correct state
2018-05-13 03:21:56,341 [salt.state       ][INFO    ][6870] Completed state [/etc/hostname] at time 03:21:56.340963 duration_in_ms=16.682
2018-05-13 03:21:56,342 [salt.state       ][INFO    ][6870] Running state [hostname dbs03] at time 03:21:56.342018
2018-05-13 03:21:56,343 [salt.state       ][INFO    ][6870] Executing state cmd.wait for hostname dbs03
2018-05-13 03:21:56,343 [salt.state       ][INFO    ][6870] No changes made for hostname dbs03
2018-05-13 03:21:56,343 [salt.state       ][INFO    ][6870] Completed state [hostname dbs03] at time 03:21:56.343720 duration_in_ms=1.702
2018-05-13 03:21:56,344 [salt.state       ][INFO    ][6870] Running state [mdb02] at time 03:21:56.344268
2018-05-13 03:21:56,344 [salt.state       ][INFO    ][6870] Executing state host.present for mdb02
2018-05-13 03:21:56,345 [salt.state       ][INFO    ][6870] Host mdb02 (192.168.10.33) already present
2018-05-13 03:21:56,345 [salt.state       ][INFO    ][6870] Completed state [mdb02] at time 03:21:56.345229 duration_in_ms=0.961
2018-05-13 03:21:56,345 [salt.state       ][INFO    ][6870] Running state [mdb02.mcp-pike-odl-ha.local] at time 03:21:56.345463
2018-05-13 03:21:56,345 [salt.state       ][INFO    ][6870] Executing state host.present for mdb02.mcp-pike-odl-ha.local
2018-05-13 03:21:56,347 [salt.state       ][INFO    ][6870] Host mdb02.mcp-pike-odl-ha.local (192.168.10.33) already present
2018-05-13 03:21:56,347 [salt.state       ][INFO    ][6870] Completed state [mdb02.mcp-pike-odl-ha.local] at time 03:21:56.347231 duration_in_ms=1.768
2018-05-13 03:21:56,347 [salt.state       ][INFO    ][6870] Running state [mdb03] at time 03:21:56.347459
2018-05-13 03:21:56,347 [salt.state       ][INFO    ][6870] Executing state host.present for mdb03
2018-05-13 03:21:56,348 [salt.state       ][INFO    ][6870] Host mdb03 (192.168.10.34) already present
2018-05-13 03:21:56,348 [salt.state       ][INFO    ][6870] Completed state [mdb03] at time 03:21:56.348372 duration_in_ms=0.912
2018-05-13 03:21:56,348 [salt.state       ][INFO    ][6870] Running state [mdb03.mcp-pike-odl-ha.local] at time 03:21:56.348598
2018-05-13 03:21:56,348 [salt.state       ][INFO    ][6870] Executing state host.present for mdb03.mcp-pike-odl-ha.local
2018-05-13 03:21:56,349 [salt.state       ][INFO    ][6870] Host mdb03.mcp-pike-odl-ha.local (192.168.10.34) already present
2018-05-13 03:21:56,349 [salt.state       ][INFO    ][6870] Completed state [mdb03.mcp-pike-odl-ha.local] at time 03:21:56.349467 duration_in_ms=0.869
2018-05-13 03:21:56,349 [salt.state       ][INFO    ][6870] Running state [mdb01] at time 03:21:56.349691
2018-05-13 03:21:56,349 [salt.state       ][INFO    ][6870] Executing state host.present for mdb01
2018-05-13 03:21:56,350 [salt.state       ][INFO    ][6870] Host mdb01 (192.168.10.32) already present
2018-05-13 03:21:56,350 [salt.state       ][INFO    ][6870] Completed state [mdb01] at time 03:21:56.350574 duration_in_ms=0.883
2018-05-13 03:21:56,350 [salt.state       ][INFO    ][6870] Running state [mdb01.mcp-pike-odl-ha.local] at time 03:21:56.350799
2018-05-13 03:21:56,351 [salt.state       ][INFO    ][6870] Executing state host.present for mdb01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,351 [salt.state       ][INFO    ][6870] Host mdb01.mcp-pike-odl-ha.local (192.168.10.32) already present
2018-05-13 03:21:56,351 [salt.state       ][INFO    ][6870] Completed state [mdb01.mcp-pike-odl-ha.local] at time 03:21:56.351692 duration_in_ms=0.893
2018-05-13 03:21:56,351 [salt.state       ][INFO    ][6870] Running state [mdb] at time 03:21:56.351917
2018-05-13 03:21:56,352 [salt.state       ][INFO    ][6870] Executing state host.present for mdb
2018-05-13 03:21:56,352 [salt.state       ][INFO    ][6870] Host mdb (192.168.10.31) already present
2018-05-13 03:21:56,352 [salt.state       ][INFO    ][6870] Completed state [mdb] at time 03:21:56.352808 duration_in_ms=0.891
2018-05-13 03:21:56,353 [salt.state       ][INFO    ][6870] Running state [mdb.mcp-pike-odl-ha.local] at time 03:21:56.353030
2018-05-13 03:21:56,353 [salt.state       ][INFO    ][6870] Executing state host.present for mdb.mcp-pike-odl-ha.local
2018-05-13 03:21:56,353 [salt.state       ][INFO    ][6870] Host mdb.mcp-pike-odl-ha.local (192.168.10.31) already present
2018-05-13 03:21:56,353 [salt.state       ][INFO    ][6870] Completed state [mdb.mcp-pike-odl-ha.local] at time 03:21:56.353899 duration_in_ms=0.869
2018-05-13 03:21:56,355 [salt.state       ][INFO    ][6870] Running state [cfg01] at time 03:21:56.355270
2018-05-13 03:21:56,355 [salt.state       ][INFO    ][6870] Executing state host.present for cfg01
2018-05-13 03:21:56,356 [salt.state       ][INFO    ][6870] Host cfg01 (192.168.10.11) already present
2018-05-13 03:21:56,356 [salt.state       ][INFO    ][6870] Completed state [cfg01] at time 03:21:56.356178 duration_in_ms=0.908
2018-05-13 03:21:56,356 [salt.state       ][INFO    ][6870] Running state [cfg01.mcp-pike-odl-ha.local] at time 03:21:56.356403
2018-05-13 03:21:56,356 [salt.state       ][INFO    ][6870] Executing state host.present for cfg01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,357 [salt.state       ][INFO    ][6870] Host cfg01.mcp-pike-odl-ha.local (192.168.10.11) already present
2018-05-13 03:21:56,357 [salt.state       ][INFO    ][6870] Completed state [cfg01.mcp-pike-odl-ha.local] at time 03:21:56.357269 duration_in_ms=0.866
2018-05-13 03:21:56,357 [salt.state       ][INFO    ][6870] Running state [prx01] at time 03:21:56.357492
2018-05-13 03:21:56,357 [salt.state       ][INFO    ][6870] Executing state host.present for prx01
2018-05-13 03:21:56,358 [salt.state       ][INFO    ][6870] Host prx01 (192.168.10.14) already present
2018-05-13 03:21:56,358 [salt.state       ][INFO    ][6870] Completed state [prx01] at time 03:21:56.358682 duration_in_ms=1.189
2018-05-13 03:21:56,358 [salt.state       ][INFO    ][6870] Running state [prx01.mcp-pike-odl-ha.local] at time 03:21:56.358904
2018-05-13 03:21:56,359 [salt.state       ][INFO    ][6870] Executing state host.present for prx01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,359 [salt.state       ][INFO    ][6870] Host prx01.mcp-pike-odl-ha.local (192.168.10.14) already present
2018-05-13 03:21:56,359 [salt.state       ][INFO    ][6870] Completed state [prx01.mcp-pike-odl-ha.local] at time 03:21:56.359801 duration_in_ms=0.896
2018-05-13 03:21:56,360 [salt.state       ][INFO    ][6870] Running state [kvm01] at time 03:21:56.360025
2018-05-13 03:21:56,360 [salt.state       ][INFO    ][6870] Executing state host.present for kvm01
2018-05-13 03:21:56,360 [salt.state       ][INFO    ][6870] Host kvm01 (192.168.10.20) already present
2018-05-13 03:21:56,360 [salt.state       ][INFO    ][6870] Completed state [kvm01] at time 03:21:56.360897 duration_in_ms=0.871
2018-05-13 03:21:56,361 [salt.state       ][INFO    ][6870] Running state [kvm01.mcp-pike-odl-ha.local] at time 03:21:56.361121
2018-05-13 03:21:56,361 [salt.state       ][INFO    ][6870] Executing state host.present for kvm01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,361 [salt.state       ][INFO    ][6870] Host kvm01.mcp-pike-odl-ha.local (192.168.10.20) already present
2018-05-13 03:21:56,362 [salt.state       ][INFO    ][6870] Completed state [kvm01.mcp-pike-odl-ha.local] at time 03:21:56.361987 duration_in_ms=0.866
2018-05-13 03:21:56,362 [salt.state       ][INFO    ][6870] Running state [kvm03] at time 03:21:56.362224
2018-05-13 03:21:56,362 [salt.state       ][INFO    ][6870] Executing state host.present for kvm03
2018-05-13 03:21:56,362 [salt.state       ][INFO    ][6870] Host kvm03 (192.168.10.22) already present
2018-05-13 03:21:56,363 [salt.state       ][INFO    ][6870] Completed state [kvm03] at time 03:21:56.363090 duration_in_ms=0.866
2018-05-13 03:21:56,363 [salt.state       ][INFO    ][6870] Running state [kvm03.mcp-pike-odl-ha.local] at time 03:21:56.363319
2018-05-13 03:21:56,363 [salt.state       ][INFO    ][6870] Executing state host.present for kvm03.mcp-pike-odl-ha.local
2018-05-13 03:21:56,364 [salt.state       ][INFO    ][6870] Host kvm03.mcp-pike-odl-ha.local (192.168.10.22) already present
2018-05-13 03:21:56,364 [salt.state       ][INFO    ][6870] Completed state [kvm03.mcp-pike-odl-ha.local] at time 03:21:56.364402 duration_in_ms=1.082
2018-05-13 03:21:56,364 [salt.state       ][INFO    ][6870] Running state [kvm02] at time 03:21:56.364629
2018-05-13 03:21:56,364 [salt.state       ][INFO    ][6870] Executing state host.present for kvm02
2018-05-13 03:21:56,365 [salt.state       ][INFO    ][6870] Host kvm02 (192.168.10.21) already present
2018-05-13 03:21:56,365 [salt.state       ][INFO    ][6870] Completed state [kvm02] at time 03:21:56.365493 duration_in_ms=0.864
2018-05-13 03:21:56,365 [salt.state       ][INFO    ][6870] Running state [kvm02.mcp-pike-odl-ha.local] at time 03:21:56.365717
2018-05-13 03:21:56,365 [salt.state       ][INFO    ][6870] Executing state host.present for kvm02.mcp-pike-odl-ha.local
2018-05-13 03:21:56,367 [salt.state       ][INFO    ][6870] Host kvm02.mcp-pike-odl-ha.local (192.168.10.21) already present
2018-05-13 03:21:56,367 [salt.state       ][INFO    ][6870] Completed state [kvm02.mcp-pike-odl-ha.local] at time 03:21:56.367456 duration_in_ms=1.739
2018-05-13 03:21:56,367 [salt.state       ][INFO    ][6870] Running state [dbs] at time 03:21:56.367708
2018-05-13 03:21:56,367 [salt.state       ][INFO    ][6870] Executing state host.present for dbs
2018-05-13 03:21:56,368 [salt.state       ][INFO    ][6870] Host dbs (192.168.10.23) already present
2018-05-13 03:21:56,368 [salt.state       ][INFO    ][6870] Completed state [dbs] at time 03:21:56.368572 duration_in_ms=0.864
2018-05-13 03:21:56,368 [salt.state       ][INFO    ][6870] Running state [dbs.mcp-pike-odl-ha.local] at time 03:21:56.368796
2018-05-13 03:21:56,369 [salt.state       ][INFO    ][6870] Executing state host.present for dbs.mcp-pike-odl-ha.local
2018-05-13 03:21:56,369 [salt.state       ][INFO    ][6870] Host dbs.mcp-pike-odl-ha.local (192.168.10.23) already present
2018-05-13 03:21:56,369 [salt.state       ][INFO    ][6870] Completed state [dbs.mcp-pike-odl-ha.local] at time 03:21:56.369654 duration_in_ms=0.859
2018-05-13 03:21:56,369 [salt.state       ][INFO    ][6870] Running state [prx] at time 03:21:56.369875
2018-05-13 03:21:56,370 [salt.state       ][INFO    ][6870] Executing state host.present for prx
2018-05-13 03:21:56,370 [salt.state       ][INFO    ][6870] Host prx (192.168.10.13) already present
2018-05-13 03:21:56,370 [salt.state       ][INFO    ][6870] Completed state [prx] at time 03:21:56.370747 duration_in_ms=0.872
2018-05-13 03:21:56,371 [salt.state       ][INFO    ][6870] Running state [prx.mcp-pike-odl-ha.local] at time 03:21:56.370966
2018-05-13 03:21:56,371 [salt.state       ][INFO    ][6870] Executing state host.present for prx.mcp-pike-odl-ha.local
2018-05-13 03:21:56,371 [salt.state       ][INFO    ][6870] Host prx.mcp-pike-odl-ha.local (192.168.10.13) already present
2018-05-13 03:21:56,371 [salt.state       ][INFO    ][6870] Completed state [prx.mcp-pike-odl-ha.local] at time 03:21:56.371865 duration_in_ms=0.898
2018-05-13 03:21:56,372 [salt.state       ][INFO    ][6870] Running state [prx02] at time 03:21:56.372087
2018-05-13 03:21:56,372 [salt.state       ][INFO    ][6870] Executing state host.present for prx02
2018-05-13 03:21:56,372 [salt.state       ][INFO    ][6870] Host prx02 (192.168.10.15) already present
2018-05-13 03:21:56,372 [salt.state       ][INFO    ][6870] Completed state [prx02] at time 03:21:56.372945 duration_in_ms=0.859
2018-05-13 03:21:56,373 [salt.state       ][INFO    ][6870] Running state [prx02.mcp-pike-odl-ha.local] at time 03:21:56.373173
2018-05-13 03:21:56,373 [salt.state       ][INFO    ][6870] Executing state host.present for prx02.mcp-pike-odl-ha.local
2018-05-13 03:21:56,373 [salt.state       ][INFO    ][6870] Host prx02.mcp-pike-odl-ha.local (192.168.10.15) already present
2018-05-13 03:21:56,374 [salt.state       ][INFO    ][6870] Completed state [prx02.mcp-pike-odl-ha.local] at time 03:21:56.374058 duration_in_ms=0.885
2018-05-13 03:21:56,374 [salt.state       ][INFO    ][6870] Running state [msg02] at time 03:21:56.374286
2018-05-13 03:21:56,374 [salt.state       ][INFO    ][6870] Executing state host.present for msg02
2018-05-13 03:21:56,374 [salt.state       ][INFO    ][6870] Host msg02 (192.168.10.29) already present
2018-05-13 03:21:56,375 [salt.state       ][INFO    ][6870] Completed state [msg02] at time 03:21:56.375154 duration_in_ms=0.868
2018-05-13 03:21:56,375 [salt.state       ][INFO    ][6870] Running state [msg02.mcp-pike-odl-ha.local] at time 03:21:56.375374
2018-05-13 03:21:56,375 [salt.state       ][INFO    ][6870] Executing state host.present for msg02.mcp-pike-odl-ha.local
2018-05-13 03:21:56,376 [salt.state       ][INFO    ][6870] Host msg02.mcp-pike-odl-ha.local (192.168.10.29) already present
2018-05-13 03:21:56,376 [salt.state       ][INFO    ][6870] Completed state [msg02.mcp-pike-odl-ha.local] at time 03:21:56.376263 duration_in_ms=0.889
2018-05-13 03:21:56,376 [salt.state       ][INFO    ][6870] Running state [msg03] at time 03:21:56.376489
2018-05-13 03:21:56,376 [salt.state       ][INFO    ][6870] Executing state host.present for msg03
2018-05-13 03:21:56,377 [salt.state       ][INFO    ][6870] Host msg03 (192.168.10.30) already present
2018-05-13 03:21:56,377 [salt.state       ][INFO    ][6870] Completed state [msg03] at time 03:21:56.377345 duration_in_ms=0.857
2018-05-13 03:21:56,377 [salt.state       ][INFO    ][6870] Running state [msg03.mcp-pike-odl-ha.local] at time 03:21:56.377572
2018-05-13 03:21:56,377 [salt.state       ][INFO    ][6870] Executing state host.present for msg03.mcp-pike-odl-ha.local
2018-05-13 03:21:56,379 [salt.state       ][INFO    ][6870] Host msg03.mcp-pike-odl-ha.local (192.168.10.30) already present
2018-05-13 03:21:56,379 [salt.state       ][INFO    ][6870] Completed state [msg03.mcp-pike-odl-ha.local] at time 03:21:56.379322 duration_in_ms=1.751
2018-05-13 03:21:56,379 [salt.state       ][INFO    ][6870] Running state [msg01] at time 03:21:56.379600
2018-05-13 03:21:56,379 [salt.state       ][INFO    ][6870] Executing state host.present for msg01
2018-05-13 03:21:56,380 [salt.state       ][INFO    ][6870] Host msg01 (192.168.10.28) already present
2018-05-13 03:21:56,380 [salt.state       ][INFO    ][6870] Completed state [msg01] at time 03:21:56.380474 duration_in_ms=0.874
2018-05-13 03:21:56,380 [salt.state       ][INFO    ][6870] Running state [msg01.mcp-pike-odl-ha.local] at time 03:21:56.380697
2018-05-13 03:21:56,380 [salt.state       ][INFO    ][6870] Executing state host.present for msg01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,381 [salt.state       ][INFO    ][6870] Host msg01.mcp-pike-odl-ha.local (192.168.10.28) already present
2018-05-13 03:21:56,381 [salt.state       ][INFO    ][6870] Completed state [msg01.mcp-pike-odl-ha.local] at time 03:21:56.381561 duration_in_ms=0.864
2018-05-13 03:21:56,381 [salt.state       ][INFO    ][6870] Running state [msg] at time 03:21:56.381783
2018-05-13 03:21:56,382 [salt.state       ][INFO    ][6870] Executing state host.present for msg
2018-05-13 03:21:56,382 [salt.state       ][INFO    ][6870] Host msg (192.168.10.27) already present
2018-05-13 03:21:56,382 [salt.state       ][INFO    ][6870] Completed state [msg] at time 03:21:56.382655 duration_in_ms=0.872
2018-05-13 03:21:56,382 [salt.state       ][INFO    ][6870] Running state [msg.mcp-pike-odl-ha.local] at time 03:21:56.382879
2018-05-13 03:21:56,383 [salt.state       ][INFO    ][6870] Executing state host.present for msg.mcp-pike-odl-ha.local
2018-05-13 03:21:56,383 [salt.state       ][INFO    ][6870] Host msg.mcp-pike-odl-ha.local (192.168.10.27) already present
2018-05-13 03:21:56,383 [salt.state       ][INFO    ][6870] Completed state [msg.mcp-pike-odl-ha.local] at time 03:21:56.383764 duration_in_ms=0.885
2018-05-13 03:21:56,384 [salt.state       ][INFO    ][6870] Running state [cfg01] at time 03:21:56.383998
2018-05-13 03:21:56,384 [salt.state       ][INFO    ][6870] Executing state host.present for cfg01
2018-05-13 03:21:56,384 [salt.state       ][INFO    ][6870] Host cfg01 (192.168.10.11) already present
2018-05-13 03:21:56,384 [salt.state       ][INFO    ][6870] Completed state [cfg01] at time 03:21:56.384860 duration_in_ms=0.863
2018-05-13 03:21:56,385 [salt.state       ][INFO    ][6870] Running state [cfg01.mcp-pike-odl-ha.local] at time 03:21:56.385081
2018-05-13 03:21:56,385 [salt.state       ][INFO    ][6870] Executing state host.present for cfg01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,385 [salt.state       ][INFO    ][6870] Host cfg01.mcp-pike-odl-ha.local (192.168.10.11) already present
2018-05-13 03:21:56,385 [salt.state       ][INFO    ][6870] Completed state [cfg01.mcp-pike-odl-ha.local] at time 03:21:56.385933 duration_in_ms=0.852
2018-05-13 03:21:56,386 [salt.state       ][INFO    ][6870] Running state [cmp002] at time 03:21:56.386168
2018-05-13 03:21:56,386 [salt.state       ][INFO    ][6870] Executing state host.present for cmp002
2018-05-13 03:21:56,386 [salt.state       ][INFO    ][6870] Host cmp002 (192.168.10.53) already present
2018-05-13 03:21:56,387 [salt.state       ][INFO    ][6870] Completed state [cmp002] at time 03:21:56.387034 duration_in_ms=0.866
2018-05-13 03:21:56,387 [salt.state       ][INFO    ][6870] Running state [cmp002.mcp-pike-odl-ha.local] at time 03:21:56.387257
2018-05-13 03:21:56,387 [salt.state       ][INFO    ][6870] Executing state host.present for cmp002.mcp-pike-odl-ha.local
2018-05-13 03:21:56,388 [salt.state       ][INFO    ][6870] Host cmp002.mcp-pike-odl-ha.local (192.168.10.53) already present
2018-05-13 03:21:56,388 [salt.state       ][INFO    ][6870] Completed state [cmp002.mcp-pike-odl-ha.local] at time 03:21:56.388284 duration_in_ms=1.027
2018-05-13 03:21:56,388 [salt.state       ][INFO    ][6870] Running state [cmp001] at time 03:21:56.388511
2018-05-13 03:21:56,388 [salt.state       ][INFO    ][6870] Executing state host.present for cmp001
2018-05-13 03:21:56,389 [salt.state       ][INFO    ][6870] Host cmp001 (192.168.10.52) already present
2018-05-13 03:21:56,389 [salt.state       ][INFO    ][6870] Completed state [cmp001] at time 03:21:56.389374 duration_in_ms=0.863
2018-05-13 03:21:56,389 [salt.state       ][INFO    ][6870] Running state [cmp001.mcp-pike-odl-ha.local] at time 03:21:56.389599
2018-05-13 03:21:56,389 [salt.state       ][INFO    ][6870] Executing state host.present for cmp001.mcp-pike-odl-ha.local
2018-05-13 03:21:56,390 [salt.state       ][INFO    ][6870] Host cmp001.mcp-pike-odl-ha.local (192.168.10.52) already present
2018-05-13 03:21:56,391 [salt.state       ][INFO    ][6870] Completed state [cmp001.mcp-pike-odl-ha.local] at time 03:21:56.391074 duration_in_ms=1.474
2018-05-13 03:21:56,391 [salt.state       ][INFO    ][6870] Running state [dbs01] at time 03:21:56.391302
2018-05-13 03:21:56,391 [salt.state       ][INFO    ][6870] Executing state host.present for dbs01
2018-05-13 03:21:56,392 [salt.state       ][INFO    ][6870] Host dbs01 (192.168.10.24) already present
2018-05-13 03:21:56,392 [salt.state       ][INFO    ][6870] Completed state [dbs01] at time 03:21:56.392192 duration_in_ms=0.89
2018-05-13 03:21:56,392 [salt.state       ][INFO    ][6870] Running state [dbs01.mcp-pike-odl-ha.local] at time 03:21:56.392414
2018-05-13 03:21:56,392 [salt.state       ][INFO    ][6870] Executing state host.present for dbs01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,393 [salt.state       ][INFO    ][6870] Host dbs01.mcp-pike-odl-ha.local (192.168.10.24) already present
2018-05-13 03:21:56,393 [salt.state       ][INFO    ][6870] Completed state [dbs01.mcp-pike-odl-ha.local] at time 03:21:56.393266 duration_in_ms=0.852
2018-05-13 03:21:56,393 [salt.state       ][INFO    ][6870] Running state [dbs02] at time 03:21:56.393487
2018-05-13 03:21:56,393 [salt.state       ][INFO    ][6870] Executing state host.present for dbs02
2018-05-13 03:21:56,394 [salt.state       ][INFO    ][6870] Host dbs02 (192.168.10.25) already present
2018-05-13 03:21:56,394 [salt.state       ][INFO    ][6870] Completed state [dbs02] at time 03:21:56.394362 duration_in_ms=0.875
2018-05-13 03:21:56,394 [salt.state       ][INFO    ][6870] Running state [dbs02.mcp-pike-odl-ha.local] at time 03:21:56.394582
2018-05-13 03:21:56,394 [salt.state       ][INFO    ][6870] Executing state host.present for dbs02.mcp-pike-odl-ha.local
2018-05-13 03:21:56,395 [salt.state       ][INFO    ][6870] Host dbs02.mcp-pike-odl-ha.local (192.168.10.25) already present
2018-05-13 03:21:56,395 [salt.state       ][INFO    ][6870] Completed state [dbs02.mcp-pike-odl-ha.local] at time 03:21:56.395436 duration_in_ms=0.854
2018-05-13 03:21:56,395 [salt.state       ][INFO    ][6870] Running state [dbs03] at time 03:21:56.395694
2018-05-13 03:21:56,395 [salt.state       ][INFO    ][6870] Executing state host.present for dbs03
2018-05-13 03:21:56,396 [salt.state       ][INFO    ][6870] Host dbs03 (192.168.10.26) already present
2018-05-13 03:21:56,396 [salt.state       ][INFO    ][6870] Completed state [dbs03] at time 03:21:56.396552 duration_in_ms=0.858
2018-05-13 03:21:56,396 [salt.state       ][INFO    ][6870] Running state [dbs03.mcp-pike-odl-ha.local] at time 03:21:56.396773
2018-05-13 03:21:56,396 [salt.state       ][INFO    ][6870] Executing state host.present for dbs03.mcp-pike-odl-ha.local
2018-05-13 03:21:56,397 [salt.state       ][INFO    ][6870] Host dbs03.mcp-pike-odl-ha.local (192.168.10.26) already present
2018-05-13 03:21:56,397 [salt.state       ][INFO    ][6870] Completed state [dbs03.mcp-pike-odl-ha.local] at time 03:21:56.397631 duration_in_ms=0.859
2018-05-13 03:21:56,399 [salt.state       ][INFO    ][6870] Running state [file.replace] at time 03:21:56.399120
2018-05-13 03:21:56,399 [salt.state       ][INFO    ][6870] Executing state module.run for file.replace
2018-05-13 03:21:56,510 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['git', '--version'] in directory '/root'
2018-05-13 03:21:56,831 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command 'grep -q "dbs03 dbs03.mcp-pike-odl-ha.local" /etc/hosts' in directory '/root'
2018-05-13 03:21:56,855 [salt.state       ][INFO    ][6870] {'ret': '--- \n+++ \n@@ -26,7 +26,7 @@\n 192.168.10.52\t\tcmp001 cmp001.mcp-pike-odl-ha.local\n 192.168.10.24\t\tdbs01 dbs01.mcp-pike-odl-ha.local\n 192.168.10.25\t\tdbs02 dbs02.mcp-pike-odl-ha.local\n-192.168.10.26\t\tdbs03 dbs03.mcp-pike-odl-ha.local\n+192.168.10.26\t\tdbs03.mcp-pike-odl-ha.local dbs03\n 192.168.10.39\t\todl01 odl01.mcp-pike-odl-ha.local\n 192.168.10.12\t\tmas01 mas01.mcp-pike-odl-ha.local\n 192.168.10.37\t\tctl02 ctl02.mcp-pike-odl-ha.local\n'}
2018-05-13 03:21:56,856 [salt.state       ][INFO    ][6870] Completed state [file.replace] at time 03:21:56.856233 duration_in_ms=457.112
2018-05-13 03:21:56,856 [salt.state       ][INFO    ][6870] Running state [odl01] at time 03:21:56.856725
2018-05-13 03:21:56,857 [salt.state       ][INFO    ][6870] Executing state host.present for odl01
2018-05-13 03:21:56,857 [salt.state       ][INFO    ][6870] Host odl01 (192.168.10.39) already present
2018-05-13 03:21:56,859 [salt.state       ][INFO    ][6870] Completed state [odl01] at time 03:21:56.858999 duration_in_ms=2.274
2018-05-13 03:21:56,859 [salt.state       ][INFO    ][6870] Running state [odl01.mcp-pike-odl-ha.local] at time 03:21:56.859260
2018-05-13 03:21:56,859 [salt.state       ][INFO    ][6870] Executing state host.present for odl01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,860 [salt.state       ][INFO    ][6870] Host odl01.mcp-pike-odl-ha.local (192.168.10.39) already present
2018-05-13 03:21:56,860 [salt.state       ][INFO    ][6870] Completed state [odl01.mcp-pike-odl-ha.local] at time 03:21:56.860238 duration_in_ms=0.978
2018-05-13 03:21:56,860 [salt.state       ][INFO    ][6870] Running state [mas01] at time 03:21:56.860484
2018-05-13 03:21:56,860 [salt.state       ][INFO    ][6870] Executing state host.present for mas01
2018-05-13 03:21:56,861 [salt.state       ][INFO    ][6870] Host mas01 (192.168.10.12) already present
2018-05-13 03:21:56,861 [salt.state       ][INFO    ][6870] Completed state [mas01] at time 03:21:56.861378 duration_in_ms=0.894
2018-05-13 03:21:56,861 [salt.state       ][INFO    ][6870] Running state [mas01.mcp-pike-odl-ha.local] at time 03:21:56.861615
2018-05-13 03:21:56,861 [salt.state       ][INFO    ][6870] Executing state host.present for mas01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,862 [salt.state       ][INFO    ][6870] Host mas01.mcp-pike-odl-ha.local (192.168.10.12) already present
2018-05-13 03:21:56,862 [salt.state       ][INFO    ][6870] Completed state [mas01.mcp-pike-odl-ha.local] at time 03:21:56.862527 duration_in_ms=0.912
2018-05-13 03:21:56,862 [salt.state       ][INFO    ][6870] Running state [ctl02] at time 03:21:56.862765
2018-05-13 03:21:56,862 [salt.state       ][INFO    ][6870] Executing state host.present for ctl02
2018-05-13 03:21:56,863 [salt.state       ][INFO    ][6870] Host ctl02 (192.168.10.37) already present
2018-05-13 03:21:56,863 [salt.state       ][INFO    ][6870] Completed state [ctl02] at time 03:21:56.863700 duration_in_ms=0.934
2018-05-13 03:21:56,863 [salt.state       ][INFO    ][6870] Running state [ctl02.mcp-pike-odl-ha.local] at time 03:21:56.863937
2018-05-13 03:21:56,864 [salt.state       ][INFO    ][6870] Executing state host.present for ctl02.mcp-pike-odl-ha.local
2018-05-13 03:21:56,864 [salt.state       ][INFO    ][6870] Host ctl02.mcp-pike-odl-ha.local (192.168.10.37) already present
2018-05-13 03:21:56,865 [salt.state       ][INFO    ][6870] Completed state [ctl02.mcp-pike-odl-ha.local] at time 03:21:56.864998 duration_in_ms=1.061
2018-05-13 03:21:56,865 [salt.state       ][INFO    ][6870] Running state [ctl03] at time 03:21:56.865229
2018-05-13 03:21:56,865 [salt.state       ][INFO    ][6870] Executing state host.present for ctl03
2018-05-13 03:21:56,865 [salt.state       ][INFO    ][6870] Host ctl03 (192.168.10.38) already present
2018-05-13 03:21:56,866 [salt.state       ][INFO    ][6870] Completed state [ctl03] at time 03:21:56.866120 duration_in_ms=0.891
2018-05-13 03:21:56,866 [salt.state       ][INFO    ][6870] Running state [ctl03.mcp-pike-odl-ha.local] at time 03:21:56.866348
2018-05-13 03:21:56,866 [salt.state       ][INFO    ][6870] Executing state host.present for ctl03.mcp-pike-odl-ha.local
2018-05-13 03:21:56,867 [salt.state       ][INFO    ][6870] Host ctl03.mcp-pike-odl-ha.local (192.168.10.38) already present
2018-05-13 03:21:56,867 [salt.state       ][INFO    ][6870] Completed state [ctl03.mcp-pike-odl-ha.local] at time 03:21:56.867230 duration_in_ms=0.882
2018-05-13 03:21:56,867 [salt.state       ][INFO    ][6870] Running state [ctl01] at time 03:21:56.867460
2018-05-13 03:21:56,867 [salt.state       ][INFO    ][6870] Executing state host.present for ctl01
2018-05-13 03:21:56,868 [salt.state       ][INFO    ][6870] Host ctl01 (192.168.10.36) already present
2018-05-13 03:21:56,868 [salt.state       ][INFO    ][6870] Completed state [ctl01] at time 03:21:56.868358 duration_in_ms=0.897
2018-05-13 03:21:56,868 [salt.state       ][INFO    ][6870] Running state [ctl01.mcp-pike-odl-ha.local] at time 03:21:56.868582
2018-05-13 03:21:56,868 [salt.state       ][INFO    ][6870] Executing state host.present for ctl01.mcp-pike-odl-ha.local
2018-05-13 03:21:56,869 [salt.state       ][INFO    ][6870] Host ctl01.mcp-pike-odl-ha.local (192.168.10.36) already present
2018-05-13 03:21:56,869 [salt.state       ][INFO    ][6870] Completed state [ctl01.mcp-pike-odl-ha.local] at time 03:21:56.869451 duration_in_ms=0.869
2018-05-13 03:21:56,869 [salt.state       ][INFO    ][6870] Running state [ctl] at time 03:21:56.869683
2018-05-13 03:21:56,869 [salt.state       ][INFO    ][6870] Executing state host.present for ctl
2018-05-13 03:21:56,870 [salt.state       ][INFO    ][6870] Host ctl (192.168.10.35) already present
2018-05-13 03:21:56,871 [salt.state       ][INFO    ][6870] Completed state [ctl] at time 03:21:56.871148 duration_in_ms=1.464
2018-05-13 03:21:56,871 [salt.state       ][INFO    ][6870] Running state [ctl.mcp-pike-odl-ha.local] at time 03:21:56.871382
2018-05-13 03:21:56,871 [salt.state       ][INFO    ][6870] Executing state host.present for ctl.mcp-pike-odl-ha.local
2018-05-13 03:21:56,872 [salt.state       ][INFO    ][6870] Host ctl.mcp-pike-odl-ha.local (192.168.10.35) already present
2018-05-13 03:21:56,872 [salt.state       ][INFO    ][6870] Completed state [ctl.mcp-pike-odl-ha.local] at time 03:21:56.872331 duration_in_ms=0.948
2018-05-13 03:21:56,872 [salt.state       ][INFO    ][6870] Running state [/etc/network/interfaces.d/50-cloud-init.cfg] at time 03:21:56.872561
2018-05-13 03:21:56,872 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/network/interfaces.d/50-cloud-init.cfg
2018-05-13 03:21:56,873 [salt.state       ][INFO    ][6870] File /etc/network/interfaces.d/50-cloud-init.cfg is not present
2018-05-13 03:21:56,873 [salt.state       ][INFO    ][6870] Completed state [/etc/network/interfaces.d/50-cloud-init.cfg] at time 03:21:56.873310 duration_in_ms=0.749
2018-05-13 03:21:56,873 [salt.state       ][INFO    ][6870] Running state [ens2] at time 03:21:56.873551
2018-05-13 03:21:56,873 [salt.state       ][INFO    ][6870] Executing state network.managed for ens2
2018-05-13 03:21:57,664 [salt.state       ][INFO    ][6870] Interface ens2 is up to date.
2018-05-13 03:21:57,665 [salt.state       ][INFO    ][6870] Completed state [ens2] at time 03:21:57.665223 duration_in_ms=791.671
2018-05-13 03:21:57,665 [salt.state       ][INFO    ][6870] Running state [ens3] at time 03:21:57.665597
2018-05-13 03:21:57,665 [salt.state       ][INFO    ][6870] Executing state network.managed for ens3
2018-05-13 03:21:58,321 [salt.state       ][INFO    ][6870] Interface ens3 is up to date.
2018-05-13 03:21:58,323 [salt.state       ][INFO    ][6870] Completed state [ens3] at time 03:21:58.323167 duration_in_ms=657.569
2018-05-13 03:21:58,323 [salt.state       ][INFO    ][6870] Running state [/etc/profile.d/proxy.sh] at time 03:21:58.323689
2018-05-13 03:21:58,324 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/profile.d/proxy.sh
2018-05-13 03:21:58,324 [salt.state       ][INFO    ][6870] File /etc/profile.d/proxy.sh is not present
2018-05-13 03:21:58,324 [salt.state       ][INFO    ][6870] Completed state [/etc/profile.d/proxy.sh] at time 03:21:58.324922 duration_in_ms=1.233
2018-05-13 03:21:58,325 [salt.state       ][INFO    ][6870] Running state [/etc/apt/apt.conf.d/95proxies] at time 03:21:58.325172
2018-05-13 03:21:58,325 [salt.state       ][INFO    ][6870] Executing state file.absent for /etc/apt/apt.conf.d/95proxies
2018-05-13 03:21:58,325 [salt.state       ][INFO    ][6870] File /etc/apt/apt.conf.d/95proxies is not present
2018-05-13 03:21:58,325 [salt.state       ][INFO    ][6870] Completed state [/etc/apt/apt.conf.d/95proxies] at time 03:21:58.325901 duration_in_ms=0.728
2018-05-13 03:21:58,326 [salt.state       ][INFO    ][6870] Running state [ntp] at time 03:21:58.326462
2018-05-13 03:21:58,326 [salt.state       ][INFO    ][6870] Executing state pkg.installed for ntp
2018-05-13 03:21:58,335 [salt.state       ][INFO    ][6870] All specified packages are already installed
2018-05-13 03:21:58,336 [salt.state       ][INFO    ][6870] Completed state [ntp] at time 03:21:58.335991 duration_in_ms=9.529
2018-05-13 03:21:58,337 [salt.state       ][INFO    ][6870] Running state [/etc/ntp.conf] at time 03:21:58.337596
2018-05-13 03:21:58,337 [salt.state       ][INFO    ][6870] Executing state file.managed for /etc/ntp.conf
2018-05-13 03:21:58,428 [salt.state       ][INFO    ][6870] File /etc/ntp.conf is in the correct state
2018-05-13 03:21:58,428 [salt.state       ][INFO    ][6870] Completed state [/etc/ntp.conf] at time 03:21:58.428901 duration_in_ms=91.305
2018-05-13 03:21:58,430 [salt.state       ][INFO    ][6870] Running state [ntp] at time 03:21:58.430932
2018-05-13 03:21:58,431 [salt.state       ][INFO    ][6870] Executing state service.running for ntp
2018-05-13 03:21:58,431 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['systemctl', 'status', 'ntp.service', '-n', '0'] in directory '/root'
2018-05-13 03:21:58,449 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['systemctl', 'is-active', 'ntp.service'] in directory '/root'
2018-05-13 03:21:58,464 [salt.loaded.int.module.cmdmod][INFO    ][6870] Executing command ['systemctl', 'is-enabled', 'ntp.service'] in directory '/root'
2018-05-13 03:21:58,483 [salt.state       ][INFO    ][6870] The service ntp is already running
2018-05-13 03:21:58,484 [salt.state       ][INFO    ][6870] Completed state [ntp] at time 03:21:58.484139 duration_in_ms=53.206
2018-05-13 03:21:58,489 [salt.minion      ][INFO    ][6870] Returning information for job: 20180513032140904130
2018-05-13 03:22:20,371 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command ssh.set_auth_key with jid 20180513032220357156
2018-05-13 03:22:20,395 [salt.minion      ][INFO    ][8033] Starting a new job with PID 8033
2018-05-13 03:22:20,407 [salt.loader.192.168.11.2.int.module.ssh][WARNING ][8033] Public Key hashing currently defaults to "md5". This will change to "sha256" in the Nitrogen release.
2018-05-13 03:22:20,410 [salt.minion      ][INFO    ][8033] Returning information for job: 20180513032220357156
2018-05-13 03:22:46,981 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command pkg.upgrade with jid 20180513032246969523
2018-05-13 03:22:47,004 [salt.minion      ][INFO    ][8054] Starting a new job with PID 8054
2018-05-13 03:22:47,035 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][8054] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:22:47,513 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][8054] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'upgrade'] in directory '/root'
2018-05-13 03:22:54,324 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][8054] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:22:54,364 [salt.minion      ][INFO    ][8054] Returning information for job: 20180513032246969523
2018-05-13 03:27:11,198 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command test.ping with jid 20180513032711164680
2018-05-13 03:27:11,227 [salt.minion      ][INFO    ][8979] Starting a new job with PID 8979
2018-05-13 03:27:11,302 [salt.minion      ][INFO    ][8979] Returning information for job: 20180513032711164680
2018-05-13 03:27:58,200 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command state.sls with jid 20180513032758161682
2018-05-13 03:27:58,220 [salt.minion      ][INFO    ][8984] Starting a new job with PID 8984
2018-05-13 03:27:58,769 [salt.state       ][INFO    ][8984] Loading fresh modules for state activity
2018-05-13 03:27:58,833 [salt.fileclient  ][INFO    ][8984] Fetching file from saltenv 'base', ** done ** 'keepalived/init.sls'
2018-05-13 03:27:58,870 [salt.fileclient  ][INFO    ][8984] Fetching file from saltenv 'base', ** done ** 'keepalived/cluster.sls'
2018-05-13 03:27:59,531 [salt.state       ][INFO    ][8984] Running state [keepalived] at time 03:27:59.531773
2018-05-13 03:27:59,533 [salt.state       ][INFO    ][8984] Executing state pkg.installed for keepalived
2018-05-13 03:27:59,533 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:27:59,926 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['apt-cache', '-q', 'policy', 'keepalived'] in directory '/root'
2018-05-13 03:28:00,022 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:28:02,314 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:28:02,340 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'keepalived'] in directory '/root'
2018-05-13 03:28:06,458 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:28:06,502 [salt.state       ][INFO    ][8984] Made the following changes:
'libsnmp30' changed from 'absent' to '5.7.3+dfsg-1ubuntu4.1'
'libsnmp-base' changed from 'absent' to '5.7.3+dfsg-1ubuntu4.1'
'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'

2018-05-13 03:28:06,524 [salt.state       ][INFO    ][8984] Loading fresh modules for state activity
2018-05-13 03:28:06,557 [salt.state       ][INFO    ][8984] Completed state [keepalived] at time 03:28:06.557015 duration_in_ms=7025.242
2018-05-13 03:28:06,565 [salt.state       ][INFO    ][8984] Running state [lsof] at time 03:28:06.565781
2018-05-13 03:28:06,566 [salt.state       ][INFO    ][8984] Executing state pkg.installed for lsof
2018-05-13 03:28:06,974 [salt.state       ][INFO    ][8984] All specified packages are already installed
2018-05-13 03:28:06,975 [salt.state       ][INFO    ][8984] Completed state [lsof] at time 03:28:06.975527 duration_in_ms=409.745
2018-05-13 03:28:06,978 [salt.state       ][INFO    ][8984] Running state [/etc/keepalived/keepalived.conf] at time 03:28:06.978283
2018-05-13 03:28:06,978 [salt.state       ][INFO    ][8984] Executing state file.managed for /etc/keepalived/keepalived.conf
2018-05-13 03:28:07,024 [salt.fileclient  ][INFO    ][8984] Fetching file from saltenv 'base', ** done ** 'keepalived/files/keepalived.conf'
2018-05-13 03:28:07,080 [salt.state       ][INFO    ][8984] File changed:
New file
2018-05-13 03:28:07,081 [salt.state       ][INFO    ][8984] Completed state [/etc/keepalived/keepalived.conf] at time 03:28:07.081256 duration_in_ms=102.973
2018-05-13 03:28:07,082 [salt.state       ][INFO    ][8984] Running state [keepalived] at time 03:28:07.082420
2018-05-13 03:28:07,082 [salt.state       ][INFO    ][8984] Executing state service.running for keepalived
2018-05-13 03:28:07,083 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['systemctl', 'status', 'keepalived.service', '-n', '0'] in directory '/root'
2018-05-13 03:28:07,103 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2018-05-13 03:28:07,120 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2018-05-13 03:28:07,135 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2018-05-13 03:28:07,153 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['systemd-run', '--scope', 'systemctl', 'start', 'keepalived.service'] in directory '/root'
2018-05-13 03:28:07,224 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['systemctl', 'is-active', 'keepalived.service'] in directory '/root'
2018-05-13 03:28:07,242 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2018-05-13 03:28:07,261 [salt.loaded.int.module.cmdmod][INFO    ][8984] Executing command ['systemctl', 'is-enabled', 'keepalived.service'] in directory '/root'
2018-05-13 03:28:07,287 [salt.state       ][INFO    ][8984] {'keepalived': True}
2018-05-13 03:28:07,287 [salt.state       ][INFO    ][8984] Completed state [keepalived] at time 03:28:07.287716 duration_in_ms=205.295
2018-05-13 03:28:07,290 [salt.minion      ][INFO    ][8984] Returning information for job: 20180513032758161682
2018-05-13 03:29:54,198 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command pillar.get with jid 20180513032954156345
2018-05-13 03:29:54,230 [salt.minion      ][INFO    ][10403] Starting a new job with PID 10403
2018-05-13 03:29:54,236 [salt.minion      ][INFO    ][10403] Returning information for job: 20180513032954156345
2018-05-13 03:38:03,611 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command test.ping with jid 20180513033803610006
2018-05-13 03:38:03,627 [salt.minion      ][INFO    ][10434] Starting a new job with PID 10434
2018-05-13 03:38:03,693 [salt.minion      ][INFO    ][10434] Returning information for job: 20180513033803610006
2018-05-13 03:39:26,671 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command state.sls with jid 20180513033926675739
2018-05-13 03:39:26,693 [salt.minion      ][INFO    ][10449] Starting a new job with PID 10449
2018-05-13 03:39:29,212 [salt.state       ][INFO    ][10449] Loading fresh modules for state activity
2018-05-13 03:39:29,277 [salt.fileclient  ][INFO    ][10449] Fetching file from saltenv 'base', ** done ** 'galera/init.sls'
2018-05-13 03:39:29,315 [salt.fileclient  ][INFO    ][10449] Fetching file from saltenv 'base', ** done ** 'galera/slave.sls'
2018-05-13 03:39:29,394 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command 'test -e /var/lib/mysql/.galera_bootstrap; echo $?' in directory '/root'
2018-05-13 03:39:29,497 [salt.fileclient  ][INFO    ][10449] Fetching file from saltenv 'base', ** done ** 'galera/server.sls'
2018-05-13 03:39:30,305 [salt.state       ][INFO    ][10449] Running state [/etc/mysql/my.cnf] at time 03:39:30.305394
2018-05-13 03:39:30,306 [salt.state       ][INFO    ][10449] Executing state file.managed for /etc/mysql/my.cnf
2018-05-13 03:39:30,349 [salt.fileclient  ][INFO    ][10449] Fetching file from saltenv 'base', ** done ** 'galera/files/my.cnf.pre'
2018-05-13 03:39:30,354 [salt.state       ][INFO    ][10449] File changed:
New file
2018-05-13 03:39:30,355 [salt.state       ][INFO    ][10449] Completed state [/etc/mysql/my.cnf] at time 03:39:30.355400 duration_in_ms=50.006
2018-05-13 03:39:30,356 [salt.state       ][INFO    ][10449] Running state [mysql-wsrep-5.6] at time 03:39:30.356325
2018-05-13 03:39:30,356 [salt.state       ][INFO    ][10449] Executing state pkg.installed for mysql-wsrep-5.6
2018-05-13 03:39:30,357 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:39:30,734 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-cache', '-q', 'policy', 'mysql-wsrep-5.6'] in directory '/root'
2018-05-13 03:39:30,825 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:39:33,217 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:39:33,252 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '--force-yes', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'mysql-wsrep-5.6'] in directory '/root'
2018-05-13 03:39:36,729 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513033936730931
2018-05-13 03:39:36,747 [salt.minion      ][INFO    ][11448] Starting a new job with PID 11448
2018-05-13 03:39:36,766 [salt.minion      ][INFO    ][11448] Returning information for job: 20180513033936730931
2018-05-13 03:39:46,915 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513033946912158
2018-05-13 03:39:46,937 [salt.minion      ][INFO    ][11991] Starting a new job with PID 11991
2018-05-13 03:39:46,957 [salt.minion      ][INFO    ][11991] Returning information for job: 20180513033946912158
2018-05-13 03:39:52,819 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:39:52,865 [salt.state       ][INFO    ][10449] Made the following changes:
'libmysqlclient18' changed from 'absent' to '1'
'virtual-mysql-client' changed from 'absent' to '1'
'libencode-locale-perl' changed from 'absent' to '1.05-1'
'timedate' changed from 'absent' to '1'
'mysql-server-5.6' changed from 'absent' to '1'
'libdbi-perl' changed from 'absent' to '1.634-1build1'
'mysql-common' changed from 'absent' to '5.7.22-0ubuntu0.16.04.1'
'mysql-wsrep-server-5.6' changed from 'absent' to '5.6.35-0.1~u16.04+mcp3'
'socat' changed from 'absent' to '1.7.3.1-1'
'libcgi-pm-perl' changed from 'absent' to '4.26-1'
'libio-html-perl' changed from 'absent' to '1.001-1'
'mysql-wsrep-libmysqlclient18' changed from 'absent' to '5.6.35-0.1~u16.04+mcp3'
'libtimedate-perl' changed from 'absent' to '2.3000-2'
'libterm-readkey-perl' changed from 'absent' to '2.33-1build1'
'liburi-perl' changed from 'absent' to '1.71-1'
'mysql-wsrep-common-5.6' changed from 'absent' to '5.6.35-0.1~u16.04+mcp3'
'libhtml-parser-perl' changed from 'absent' to '3.72-1'
'libaio1' changed from 'absent' to '0.3.110-2'
'mysql-common-5.6' changed from 'absent' to '1'
'libhttp-message-perl' changed from 'absent' to '6.11-1'
'mysql-wsrep-client-5.6' changed from 'absent' to '5.6.35-0.1~u16.04+mcp3'
'libmysqlclient20' changed from 'absent' to '5.7.22-0ubuntu0.16.04.1'
'libfcgi-perl' changed from 'absent' to '0.77-1build1'
'libcgi-fast-perl' changed from 'absent' to '1:2.10-1'
'perl-dbdabi-94' changed from 'absent' to '1'
'libdbd-mysql-perl' changed from 'absent' to '4.033-1ubuntu0.1'
'liblwp-mediatypes-perl' changed from 'absent' to '6.02-1'
'virtual-mysql-server' changed from 'absent' to '1'
'libhtml-template-perl' changed from 'absent' to '2.95-2'
'libhttp-date-perl' changed from 'absent' to '6.02-1'
'libhtml-tagset-perl' changed from 'absent' to '3.20-2'
'mysql-wsrep-5.6' changed from 'absent' to '5.6.35-0.1~u16.04+mcp3'

2018-05-13 03:39:52,886 [salt.state       ][INFO    ][10449] Loading fresh modules for state activity
2018-05-13 03:39:52,918 [salt.state       ][INFO    ][10449] Completed state [mysql-wsrep-5.6] at time 03:39:52.918136 duration_in_ms=22561.811
2018-05-13 03:39:52,926 [salt.state       ][INFO    ][10449] Running state [galera-3] at time 03:39:52.926644
2018-05-13 03:39:52,926 [salt.state       ][INFO    ][10449] Executing state pkg.installed for galera-3
2018-05-13 03:39:53,345 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-cache', '-q', 'policy', 'galera-3'] in directory '/root'
2018-05-13 03:39:53,405 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:39:55,736 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:39:55,762 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '--force-yes', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'galera-3'] in directory '/root'
2018-05-13 03:39:57,099 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513033957102129
2018-05-13 03:39:57,114 [salt.minion      ][INFO    ][12665] Starting a new job with PID 12665
2018-05-13 03:39:57,129 [salt.minion      ][INFO    ][12665] Returning information for job: 20180513033957102129
2018-05-13 03:39:57,653 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:39:57,703 [salt.state       ][INFO    ][10449] Made the following changes:
'galera' changed from 'absent' to '1'
'percona-xtradb-cluster-galera-25' changed from 'absent' to '1'
'galera3' changed from 'absent' to '1'
'galera-3' changed from 'absent' to '25.3.14-1'
'wsrep' changed from 'absent' to '1'

2018-05-13 03:39:57,723 [salt.state       ][INFO    ][10449] Loading fresh modules for state activity
2018-05-13 03:39:57,792 [salt.state       ][INFO    ][10449] Completed state [galera-3] at time 03:39:57.792398 duration_in_ms=4865.754
2018-05-13 03:39:57,801 [salt.state       ][INFO    ][10449] Running state [rsync] at time 03:39:57.801417
2018-05-13 03:39:57,802 [salt.state       ][INFO    ][10449] Executing state pkg.installed for rsync
2018-05-13 03:39:58,224 [salt.state       ][INFO    ][10449] All specified packages are already installed
2018-05-13 03:39:58,225 [salt.state       ][INFO    ][10449] Completed state [rsync] at time 03:39:58.225156 duration_in_ms=423.738
2018-05-13 03:39:58,226 [salt.state       ][INFO    ][10449] Running state [python-mysqldb] at time 03:39:58.226381
2018-05-13 03:39:58,226 [salt.state       ][INFO    ][10449] Executing state pkg.installed for python-mysqldb
2018-05-13 03:39:58,246 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-cache', '-q', 'policy', 'python-mysqldb'] in directory '/root'
2018-05-13 03:39:58,310 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:40:00,650 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:40:00,680 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '--force-yes', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'python-mysqldb'] in directory '/root'
2018-05-13 03:40:02,551 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:40:02,606 [salt.state       ][INFO    ][10449] Made the following changes:
'python2.7-mysqldb' changed from 'absent' to '1'
'python-mysqldb' changed from 'absent' to '1.3.7-1build2'

2018-05-13 03:40:02,626 [salt.state       ][INFO    ][10449] Loading fresh modules for state activity
2018-05-13 03:40:02,659 [salt.state       ][INFO    ][10449] Completed state [python-mysqldb] at time 03:40:02.659470 duration_in_ms=4433.088
2018-05-13 03:40:02,669 [salt.state       ][INFO    ][10449] Running state [libmysqlclient-dev] at time 03:40:02.669099
2018-05-13 03:40:02,669 [salt.state       ][INFO    ][10449] Executing state pkg.installed for libmysqlclient-dev
2018-05-13 03:40:03,132 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-cache', '-q', 'policy', 'libmysqlclient-dev'] in directory '/root'
2018-05-13 03:40:03,196 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:40:05,449 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:40:05,489 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '--force-yes', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'libmysqlclient-dev'] in directory '/root'
2018-05-13 03:40:07,276 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513034007279592
2018-05-13 03:40:07,298 [salt.minion      ][INFO    ][13771] Starting a new job with PID 13771
2018-05-13 03:40:07,318 [salt.minion      ][INFO    ][13771] Returning information for job: 20180513034007279592
2018-05-13 03:40:10,934 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:40:10,989 [salt.state       ][INFO    ][10449] Made the following changes:
'manpages-dev' changed from 'absent' to '4.04-2'
'libc-dev' changed from 'absent' to '1'
'libz-dev' changed from 'absent' to '1'
'libmysqlclient-dev' changed from 'absent' to '5.7.22-0ubuntu0.16.04.1'
'linux-kernel-headers' changed from 'absent' to '1'
'libc6-dev' changed from 'absent' to '2.23-0ubuntu10'
'libc-dev-bin' changed from 'absent' to '2.23-0ubuntu10'
'linux-libc-dev' changed from 'absent' to '4.4.0-124.148'
'zlib1g-dev' changed from 'absent' to '1:1.2.8.dfsg-2ubuntu4.1'

2018-05-13 03:40:11,009 [salt.state       ][INFO    ][10449] Loading fresh modules for state activity
2018-05-13 03:40:11,041 [salt.state       ][INFO    ][10449] Completed state [libmysqlclient-dev] at time 03:40:11.041489 duration_in_ms=8372.389
2018-05-13 03:40:11,051 [salt.state       ][INFO    ][10449] Running state [psmisc] at time 03:40:11.050988
2018-05-13 03:40:11,051 [salt.state       ][INFO    ][10449] Executing state pkg.installed for psmisc
2018-05-13 03:40:11,473 [salt.state       ][INFO    ][10449] All specified packages are already installed
2018-05-13 03:40:11,474 [salt.state       ][INFO    ][10449] Completed state [psmisc] at time 03:40:11.474291 duration_in_ms=423.302
2018-05-13 03:40:11,475 [salt.state       ][INFO    ][10449] Running state [netcat] at time 03:40:11.475569
2018-05-13 03:40:11,476 [salt.state       ][INFO    ][10449] Executing state pkg.installed for netcat
2018-05-13 03:40:11,486 [salt.state       ][INFO    ][10449] All specified packages are already installed
2018-05-13 03:40:11,487 [salt.state       ][INFO    ][10449] Completed state [netcat] at time 03:40:11.487354 duration_in_ms=11.786
2018-05-13 03:40:11,488 [salt.state       ][INFO    ][10449] Running state [percona-xtrabackup] at time 03:40:11.488247
2018-05-13 03:40:11,488 [salt.state       ][INFO    ][10449] Executing state pkg.installed for percona-xtrabackup
2018-05-13 03:40:11,509 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-cache', '-q', 'policy', 'percona-xtrabackup'] in directory '/root'
2018-05-13 03:40:11,573 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:40:13,795 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:40:13,826 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '--force-yes', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'percona-xtrabackup'] in directory '/root'
2018-05-13 03:40:16,243 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:40:16,293 [salt.state       ][INFO    ][10449] Made the following changes:
'libev4' changed from 'absent' to '1:4.22-1'
'xtrabackup' changed from 'absent' to '1'
'libcurl3' changed from 'absent' to '7.47.0-1ubuntu2.7'
'percona-xtrabackup' changed from 'absent' to '2.3.7-0ubuntu0.16.04.2'

2018-05-13 03:40:16,313 [salt.state       ][INFO    ][10449] Loading fresh modules for state activity
2018-05-13 03:40:16,346 [salt.state       ][INFO    ][10449] Completed state [percona-xtrabackup] at time 03:40:16.346415 duration_in_ms=4858.168
2018-05-13 03:40:16,356 [salt.state       ][INFO    ][10449] Running state [socat] at time 03:40:16.356353
2018-05-13 03:40:16,356 [salt.state       ][INFO    ][10449] Executing state pkg.installed for socat
2018-05-13 03:40:16,789 [salt.state       ][INFO    ][10449] All specified packages are already installed
2018-05-13 03:40:16,790 [salt.state       ][INFO    ][10449] Completed state [socat] at time 03:40:16.790368 duration_in_ms=434.014
2018-05-13 03:40:16,791 [salt.state       ][INFO    ][10449] Running state [libdbd-mysql] at time 03:40:16.791587
2018-05-13 03:40:16,792 [salt.state       ][INFO    ][10449] Executing state pkg.installed for libdbd-mysql
2018-05-13 03:40:16,811 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-cache', '-q', 'policy', 'libdbd-mysql'] in directory '/root'
2018-05-13 03:40:16,872 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:40:17,458 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513034017463561
2018-05-13 03:40:17,482 [salt.minion      ][INFO    ][18005] Starting a new job with PID 18005
2018-05-13 03:40:17,501 [salt.minion      ][INFO    ][18005] Returning information for job: 20180513034017463561
2018-05-13 03:40:19,141 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:40:19,178 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '--force-yes', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'libdbd-mysql'] in directory '/root'
2018-05-13 03:40:21,029 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:40:21,074 [salt.state       ][INFO    ][10449] Made the following changes:
'libdbd-mysql' changed from 'absent' to '0.9.0-3ubuntu2'
'libdbi1' changed from 'absent' to '0.9.0-4'

2018-05-13 03:40:21,095 [salt.state       ][INFO    ][10449] Loading fresh modules for state activity
2018-05-13 03:40:21,129 [salt.state       ][INFO    ][10449] Completed state [libdbd-mysql] at time 03:40:21.129134 duration_in_ms=4337.547
2018-05-13 03:40:21,138 [salt.state       ][INFO    ][10449] Running state [python-pymysql] at time 03:40:21.138655
2018-05-13 03:40:21,139 [salt.state       ][INFO    ][10449] Executing state pkg.installed for python-pymysql
2018-05-13 03:40:21,567 [salt.state       ][INFO    ][10449] All specified packages are already installed
2018-05-13 03:40:21,568 [salt.state       ][INFO    ][10449] Completed state [python-pymysql] at time 03:40:21.568687 duration_in_ms=430.032
2018-05-13 03:40:21,571 [salt.state       ][INFO    ][10449] Running state [/var/log/mysql] at time 03:40:21.571512
2018-05-13 03:40:21,572 [salt.state       ][INFO    ][10449] Executing state file.directory for /var/log/mysql
2018-05-13 03:40:21,573 [salt.state       ][INFO    ][10449] {'mode': '0755'}
2018-05-13 03:40:21,573 [salt.state       ][INFO    ][10449] Completed state [/var/log/mysql] at time 03:40:21.573846 duration_in_ms=2.334
2018-05-13 03:40:21,574 [salt.state       ][INFO    ][10449] Running state [/etc/mysql] at time 03:40:21.574887
2018-05-13 03:40:21,575 [salt.state       ][INFO    ][10449] Executing state file.directory for /etc/mysql
2018-05-13 03:40:21,576 [salt.state       ][INFO    ][10449] Directory /etc/mysql is in the correct state
2018-05-13 03:40:21,576 [salt.state       ][INFO    ][10449] Completed state [/etc/mysql] at time 03:40:21.576700 duration_in_ms=1.813
2018-05-13 03:40:21,577 [salt.state       ][INFO    ][10449] Running state [/var/run/mysqld] at time 03:40:21.577749
2018-05-13 03:40:21,578 [salt.state       ][INFO    ][10449] Executing state file.directory for /var/run/mysqld
2018-05-13 03:40:21,579 [salt.state       ][INFO    ][10449] Directory /var/run/mysqld is in the correct state
2018-05-13 03:40:21,579 [salt.state       ][INFO    ][10449] Completed state [/var/run/mysqld] at time 03:40:21.579936 duration_in_ms=2.187
2018-05-13 03:40:21,581 [salt.state       ][INFO    ][10449] Running state [/etc/systemd/system/mysql.service.d] at time 03:40:21.581017
2018-05-13 03:40:21,581 [salt.state       ][INFO    ][10449] Executing state file.directory for /etc/systemd/system/mysql.service.d
2018-05-13 03:40:21,583 [salt.state       ][INFO    ][10449] {'/etc/systemd/system/mysql.service.d': 'New Dir'}
2018-05-13 03:40:21,583 [salt.state       ][INFO    ][10449] Completed state [/etc/systemd/system/mysql.service.d] at time 03:40:21.583791 duration_in_ms=2.773
2018-05-13 03:40:21,585 [salt.state       ][INFO    ][10449] Running state [/etc/systemd/system/mysql.service.d/override.conf] at time 03:40:21.585642
2018-05-13 03:40:21,585 [salt.state       ][INFO    ][10449] Executing state file.managed for /etc/systemd/system/mysql.service.d/override.conf
2018-05-13 03:40:21,587 [salt.state       ][INFO    ][10449] File changed:
New file
2018-05-13 03:40:21,588 [salt.state       ][INFO    ][10449] Completed state [/etc/systemd/system/mysql.service.d/override.conf] at time 03:40:21.588004 duration_in_ms=2.362
2018-05-13 03:40:21,590 [salt.state       ][INFO    ][10449] Running state [service.systemctl_reload] at time 03:40:21.590715
2018-05-13 03:40:21,591 [salt.state       ][INFO    ][10449] Executing state module.wait for service.systemctl_reload
2018-05-13 03:40:21,591 [salt.state       ][INFO    ][10449] No changes made for service.systemctl_reload
2018-05-13 03:40:21,591 [salt.state       ][INFO    ][10449] Completed state [service.systemctl_reload] at time 03:40:21.591615 duration_in_ms=0.901
2018-05-13 03:40:21,591 [salt.state       ][INFO    ][10449] Running state [service.systemctl_reload] at time 03:40:21.591823
2018-05-13 03:40:21,592 [salt.state       ][INFO    ][10449] Executing state module.mod_watch for service.systemctl_reload
2018-05-13 03:40:21,592 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', '--system', 'daemon-reload'] in directory '/root'
2018-05-13 03:40:21,718 [salt.state       ][INFO    ][10449] {'ret': True}
2018-05-13 03:40:21,718 [salt.state       ][INFO    ][10449] Completed state [service.systemctl_reload] at time 03:40:21.718688 duration_in_ms=126.863
2018-05-13 03:40:21,720 [salt.state       ][INFO    ][10449] Running state [/etc/mysql/debian.cnf] at time 03:40:21.720175
2018-05-13 03:40:21,720 [salt.state       ][INFO    ][10449] Executing state file.managed for /etc/mysql/debian.cnf
2018-05-13 03:40:21,769 [salt.fileclient  ][INFO    ][10449] Fetching file from saltenv 'base', ** done ** 'galera/files/debian.cnf'
2018-05-13 03:40:21,836 [salt.state       ][INFO    ][10449] File changed:
--- 
+++ 
@@ -1,12 +1,13 @@
-# Automatically generated for Debian scripts. DO NOT TOUCH!
+
 [client]
-host     = localhost
-user     = debian-sys-maint
-password = TE5MIT4uDNvKW8EI
-socket   = /var/run/mysqld/mysqld.sock
+host = localhost
+user = debian-sys-maint
+password = opnfv_secret
+socket = /var/run/mysqld/mysqld.sock
+
 [mysql_upgrade]
-host     = localhost
-user     = debian-sys-maint
-password = TE5MIT4uDNvKW8EI
-socket   = /var/run/mysqld/mysqld.sock
-basedir  = /usr
+host = localhost
+user = debian-sys-maint
+password = opnfv_secret
+socket = /var/run/mysqld/mysqld.sock
+basedir = /usr

2018-05-13 03:40:21,836 [salt.state       ][INFO    ][10449] Completed state [/etc/mysql/debian.cnf] at time 03:40:21.836447 duration_in_ms=116.272
2018-05-13 03:40:21,836 [salt.state       ][INFO    ][10449] Running state [/usr/local/sbin/galera_init.sh] at time 03:40:21.836699
2018-05-13 03:40:21,836 [salt.state       ][INFO    ][10449] Executing state file.managed for /usr/local/sbin/galera_init.sh
2018-05-13 03:40:21,871 [salt.fileclient  ][INFO    ][10449] Fetching file from saltenv 'base', ** done ** 'galera/files/init_bootstrap.sh'
2018-05-13 03:40:21,877 [salt.state       ][INFO    ][10449] File changed:
New file
2018-05-13 03:40:21,877 [salt.state       ][INFO    ][10449] Completed state [/usr/local/sbin/galera_init.sh] at time 03:40:21.877644 duration_in_ms=40.943
2018-05-13 03:40:21,878 [salt.state       ][INFO    ][10449] Running state [/usr/local/sbin/galera_bootstrap.sh] at time 03:40:21.878058
2018-05-13 03:40:21,878 [salt.state       ][INFO    ][10449] Executing state file.managed for /usr/local/sbin/galera_bootstrap.sh
2018-05-13 03:40:21,911 [salt.fileclient  ][INFO    ][10449] Fetching file from saltenv 'base', ** done ** 'galera/files/bootstrap.sh'
2018-05-13 03:40:21,918 [salt.state       ][INFO    ][10449] File changed:
New file
2018-05-13 03:40:21,918 [salt.state       ][INFO    ][10449] Completed state [/usr/local/sbin/galera_bootstrap.sh] at time 03:40:21.918446 duration_in_ms=40.387
2018-05-13 03:40:21,922 [salt.state       ][INFO    ][10449] Running state [/usr/local/sbin/galera_init.sh] at time 03:40:21.922248
2018-05-13 03:40:21,922 [salt.state       ][INFO    ][10449] Executing state cmd.run for /usr/local/sbin/galera_init.sh
2018-05-13 03:40:21,923 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command '/usr/local/sbin/galera_init.sh' in directory '/root'
2018-05-13 03:40:25,967 [salt.state       ][INFO    ][10449] {'pid': 18387, 'retcode': 0, 'stderr': '', 'stdout': 'Sucessfully connected to the MySQL service (0 retries).'}
2018-05-13 03:40:25,969 [salt.state       ][INFO    ][10449] Completed state [/usr/local/sbin/galera_init.sh] at time 03:40:25.968933 duration_in_ms=4046.683
2018-05-13 03:40:25,973 [salt.state       ][INFO    ][10449] Running state [mysqladmin password "opnfv_secret"] at time 03:40:25.973305
2018-05-13 03:40:25,974 [salt.state       ][INFO    ][10449] Executing state cmd.run for mysqladmin password "opnfv_secret"
2018-05-13 03:40:25,976 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command 'mysqladmin password "opnfv_secret"' in directory '/root'
2018-05-13 03:40:26,001 [salt.state       ][INFO    ][10449] {'pid': 18863, 'retcode': 0, 'stderr': 'Warning: Using a password on the command line interface can be insecure.', 'stdout': ''}
2018-05-13 03:40:26,002 [salt.state       ][INFO    ][10449] Completed state [mysqladmin password "opnfv_secret"] at time 03:40:26.002520 duration_in_ms=29.214
2018-05-13 03:40:26,006 [salt.state       ][INFO    ][10449] Running state [mysql -u root -popnfv_secret -e "GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY 'opnfv_secret';"] at time 03:40:26.006816
2018-05-13 03:40:26,008 [salt.state       ][INFO    ][10449] Executing state cmd.run for mysql -u root -popnfv_secret -e "GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY 'opnfv_secret';"
2018-05-13 03:40:26,010 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command 'mysql -u root -popnfv_secret -e "GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY 'opnfv_secret';"' in directory '/root'
2018-05-13 03:40:26,030 [salt.state       ][INFO    ][10449] {'pid': 18865, 'retcode': 0, 'stderr': 'Warning: Using a password on the command line interface can be insecure.', 'stdout': ''}
2018-05-13 03:40:26,032 [salt.state       ][INFO    ][10449] Completed state [mysql -u root -popnfv_secret -e "GRANT ALL PRIVILEGES ON *.* TO 'debian-sys-maint'@'localhost' IDENTIFIED BY 'opnfv_secret';"] at time 03:40:26.032167 duration_in_ms=25.352
2018-05-13 03:40:26,036 [salt.state       ][INFO    ][10449] Running state [mysql] at time 03:40:26.036635
2018-05-13 03:40:26,037 [salt.state       ][INFO    ][10449] Executing state service.dead for mysql
2018-05-13 03:40:26,038 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'status', 'mysql.service', '-n', '0'] in directory '/root'
2018-05-13 03:40:26,058 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'is-active', 'mysql.service'] in directory '/root'
2018-05-13 03:40:26,078 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'is-enabled', 'mysql.service'] in directory '/root'
2018-05-13 03:40:26,103 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemd-run', '--scope', 'systemctl', 'stop', 'mysql.service'] in directory '/root'
2018-05-13 03:40:27,315 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'is-active', 'mysql.service'] in directory '/root'
2018-05-13 03:40:27,331 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'is-enabled', 'mysql.service'] in directory '/root'
2018-05-13 03:40:27,355 [salt.state       ][INFO    ][10449] {'mysql': False}
2018-05-13 03:40:27,356 [salt.state       ][INFO    ][10449] Completed state [mysql] at time 03:40:27.356171 duration_in_ms=1319.535
2018-05-13 03:40:27,358 [salt.state       ][INFO    ][10449] Running state [/etc/mysql/my.cnf] at time 03:40:27.358294
2018-05-13 03:40:27,358 [salt.state       ][INFO    ][10449] Executing state file.managed for /etc/mysql/my.cnf
2018-05-13 03:40:27,412 [salt.fileclient  ][INFO    ][10449] Fetching file from saltenv 'base', ** done ** 'galera/files/my.cnf'
2018-05-13 03:40:27,496 [salt.state       ][INFO    ][10449] File changed:
--- 
+++ 
@@ -1,36 +1,67 @@
-[client]
-port		= 3306
-socket		= /var/run/mysqld/mysqld.sock
+# All files in this package is subject to the GPL v2 license
+# More information is in the COPYING file in the top directory of this package.
+# Copyright (C) 2011 severalnines.com
+
+[mysql]
+
+
 [mysqld_safe]
-socket		= /var/run/mysqld/mysqld.sock
-nice		= 0
 syslog
+
 [mysqld]
-user		= mysql
-pid-file	= /var/run/mysqld/mysqld.pid
-socket		= /var/run/mysqld/mysqld.sock
-port		= 3306
-basedir		= /usr
-datadir		= /var/lib/mysql
-tmpdir		= /tmp
-lc-messages-dir	= /usr/share/mysql
+datadir=/var/lib/mysql
+bind-address=192.168.10.26
+port=3306
+max_connections=3072
+default-storage-engine=innodb
+binlog_format=ROW
+collation-server=utf8_general_ci
+init-connect='SET NAMES utf8'
+character-set-server=utf8
+default-storage-engine=innodb
+#log_error = /var/log/mysql/error.log
 skip-external-locking
-bind-address		= 127.0.0.1
-key_buffer		= 16M
-max_allowed_packet	= 16M
-thread_stack		= 192K
-thread_cache_size       = 8
-myisam-recover         = BACKUP
-query_cache_limit	= 1M
-query_cache_size        = 16M
-log_error = /var/log/mysql/error.log
-expire_logs_days	= 10
-max_binlog_size         = 100M
-[mysqldump]
-quick
-quote-names
-max_allowed_packet	= 16M
-[mysql]
-[isamchk]
-key_buffer		= 16M
-!includedir /etc/mysql/conf.d/
+skip-name-resolve
+socket = /var/run/mysqld/mysqld.sock
+
+myisam_sort_buffer_size=64M
+wait_timeout=1800
+open_files_limit=102400
+table_open_cache=10000
+key_buffer_size=64M
+max_allowed_packet=256M
+query_cache_size=0
+query_cache_type=0
+
+innodb_file_format=Barracuda
+innodb_file_per_table=1
+innodb_buffer_pool_size=2048M
+innodb_log_file_size=627M
+innodb_read_io_threads=8
+innodb_write_io_threads=8
+innodb_io_capacity=500
+innodb_flush_log_at_trx_commit=2
+innodb_flush_method=O_DIRECT
+innodb_doublewrite=0
+innodb_autoinc_lock_mode=2
+innodb_locks_unsafe_for_binlog=1
+wsrep_cluster_address="gcomm://192.168.10.24:4567,192.168.10.25:4567,192.168.10.26:4567/?pc.wait_prim=no"
+wsrep_provider=/usr/lib/galera/libgalera_smm.so
+wsrep_cluster_name="openstack"
+
+wsrep_slave_threads=8
+wsrep_sst_method=xtrabackup-v2
+wsrep_sst_auth=root:opnfv_secret
+wsrep_node_address=192.168.10.26
+wsrep_provider_options="gcache.size = 256M"
+wsrep_provider_options="gmcast.listen_addr = tcp://192.168.10.26:4567"
+
+
+
+[xtrabackup]
+parallel=4
+
+[sst]
+streamfmt=xbstream
+transferfmt=socat
+sockopt=,nodelay,sndbuf=1048576,rcvbuf=1048576

2018-05-13 03:40:27,500 [salt.state       ][INFO    ][10449] Completed state [/etc/mysql/my.cnf] at time 03:40:27.500426 duration_in_ms=142.131
2018-05-13 03:40:27,502 [salt.state       ][INFO    ][10449] Running state [/usr/local/sbin/galera_bootstrap.sh] at time 03:40:27.502315
2018-05-13 03:40:27,502 [salt.state       ][INFO    ][10449] Executing state cmd.run for /usr/local/sbin/galera_bootstrap.sh
2018-05-13 03:40:27,503 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command '/usr/local/sbin/galera_bootstrap.sh' in directory '/root'
2018-05-13 03:40:27,658 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513034027661627
2018-05-13 03:40:27,673 [salt.minion      ][INFO    ][18922] Starting a new job with PID 18922
2018-05-13 03:40:27,693 [salt.minion      ][INFO    ][18922] Returning information for job: 20180513034027661627
2018-05-13 03:40:37,837 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513034037843275
2018-05-13 03:40:37,862 [salt.minion      ][INFO    ][19984] Starting a new job with PID 19984
2018-05-13 03:40:37,883 [salt.minion      ][INFO    ][19984] Returning information for job: 20180513034037843275
2018-05-13 03:40:48,032 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command saltutil.find_job with jid 20180513034048039677
2018-05-13 03:40:48,054 [salt.minion      ][INFO    ][20037] Starting a new job with PID 20037
2018-05-13 03:40:48,071 [salt.minion      ][INFO    ][20037] Returning information for job: 20180513034048039677
2018-05-13 03:40:53,980 [salt.state       ][INFO    ][10449] {'pid': 18901, 'retcode': 0, 'stderr': 'Warning: Using a password on the command line interface can be insecure.', 'stdout': 'Sucessfully connected to the MySQL service (0 retries).'}
2018-05-13 03:40:53,981 [salt.state       ][INFO    ][10449] Completed state [/usr/local/sbin/galera_bootstrap.sh] at time 03:40:53.981586 duration_in_ms=26479.27
2018-05-13 03:40:53,984 [salt.state       ][INFO    ][10449] Running state [/var/lib/mysql/.galera_bootstrap] at time 03:40:53.984479
2018-05-13 03:40:53,985 [salt.state       ][INFO    ][10449] Executing state file.touch for /var/lib/mysql/.galera_bootstrap
2018-05-13 03:40:53,986 [salt.state       ][INFO    ][10449] {'new': '/var/lib/mysql/.galera_bootstrap'}
2018-05-13 03:40:53,987 [salt.state       ][INFO    ][10449] Completed state [/var/lib/mysql/.galera_bootstrap] at time 03:40:53.986956 duration_in_ms=2.476
2018-05-13 03:40:54,037 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['git', '--version'] in directory '/root'
2018-05-13 03:40:54,298 [salt.state       ][INFO    ][10449] Running state [/etc/mysql/my.cnf] at time 03:40:54.298793
2018-05-13 03:40:54,299 [salt.state       ][INFO    ][10449] Executing state file.managed for /etc/mysql/my.cnf
2018-05-13 03:40:54,403 [salt.state       ][INFO    ][10449] File /etc/mysql/my.cnf is in the correct state
2018-05-13 03:40:54,404 [salt.state       ][INFO    ][10449] Completed state [/etc/mysql/my.cnf] at time 03:40:54.404031 duration_in_ms=105.239
2018-05-13 03:40:54,406 [salt.state       ][INFO    ][10449] Running state [mysql] at time 03:40:54.406176
2018-05-13 03:40:54,406 [salt.state       ][INFO    ][10449] Executing state service.running for mysql
2018-05-13 03:40:54,407 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'is-active', 'mysql.service'] in directory '/root'
2018-05-13 03:40:54,431 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'is-enabled', 'mysql.service'] in directory '/root'
2018-05-13 03:40:54,456 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'is-enabled', 'mysql.service'] in directory '/root'
2018-05-13 03:40:54,487 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'is-enabled', 'mysql.service'] in directory '/root'
2018-05-13 03:40:54,511 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemd-run', '--scope', 'systemctl', 'enable', 'mysql.service'] in directory '/root'
2018-05-13 03:40:54,955 [salt.loaded.int.module.cmdmod][INFO    ][10449] Executing command ['systemctl', 'is-enabled', 'mysql.service'] in directory '/root'
2018-05-13 03:40:54,971 [salt.state       ][INFO    ][10449] {'mysql': True}
2018-05-13 03:40:54,972 [salt.state       ][INFO    ][10449] Completed state [mysql] at time 03:40:54.972302 duration_in_ms=566.125
2018-05-13 03:40:54,973 [salt.state       ][INFO    ][10449] Running state [ceilometer] at time 03:40:54.973106
2018-05-13 03:40:54,973 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for ceilometer
2018-05-13 03:40:54,980 [salt.state       ][INFO    ][10449] Database ceilometer is already present
2018-05-13 03:40:54,980 [salt.state       ][INFO    ][10449] Completed state [ceilometer] at time 03:40:54.980940 duration_in_ms=7.834
2018-05-13 03:40:54,981 [salt.state       ][INFO    ][10449] Running state [ceilometer] at time 03:40:54.981222
2018-05-13 03:40:54,981 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for ceilometer
2018-05-13 03:40:54,986 [salt.state       ][INFO    ][10449] User ceilometer@% is already present with the desired password
2018-05-13 03:40:54,986 [salt.state       ][INFO    ][10449] Completed state [ceilometer] at time 03:40:54.986213 duration_in_ms=4.991
2018-05-13 03:40:54,989 [salt.state       ][INFO    ][10449] Running state [mysql_grants_ceilometer_ceilometer_%] at time 03:40:54.989319
2018-05-13 03:40:54,989 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_ceilometer_ceilometer_%
2018-05-13 03:40:54,997 [salt.state       ][INFO    ][10449] Grant all on ceilometer.* to ceilometer@% is already present
2018-05-13 03:40:54,997 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_ceilometer_ceilometer_%] at time 03:40:54.997451 duration_in_ms=8.132
2018-05-13 03:40:54,997 [salt.state       ][INFO    ][10449] Running state [ceilometer] at time 03:40:54.997699
2018-05-13 03:40:54,997 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for ceilometer
2018-05-13 03:40:55,021 [salt.loaded.int.module.mysql][INFO    ][10449] User 'ceilometer'@'192.168.10.26' has been created
2018-05-13 03:40:55,022 [salt.state       ][INFO    ][10449] {'ceilometer': 'Present'}
2018-05-13 03:40:55,022 [salt.state       ][INFO    ][10449] Completed state [ceilometer] at time 03:40:55.022235 duration_in_ms=24.536
2018-05-13 03:40:55,024 [salt.state       ][INFO    ][10449] Running state [mysql_grants_ceilometer_ceilometer_192.168.10.26] at time 03:40:55.024138
2018-05-13 03:40:55,024 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_ceilometer_ceilometer_192.168.10.26
2018-05-13 03:40:55,039 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'ceilometer.*' for user 'ceilometer' has been added
2018-05-13 03:40:55,039 [salt.state       ][INFO    ][10449] {'mysql_grants_ceilometer_ceilometer_192.168.10.26': 'Present'}
2018-05-13 03:40:55,040 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_ceilometer_ceilometer_192.168.10.26] at time 03:40:55.040055 duration_in_ms=15.917
2018-05-13 03:40:55,040 [salt.state       ][INFO    ][10449] Running state [aodh] at time 03:40:55.040322
2018-05-13 03:40:55,040 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for aodh
2018-05-13 03:40:55,043 [salt.state       ][INFO    ][10449] Database aodh is already present
2018-05-13 03:40:55,044 [salt.state       ][INFO    ][10449] Completed state [aodh] at time 03:40:55.043971 duration_in_ms=3.649
2018-05-13 03:40:55,044 [salt.state       ][INFO    ][10449] Running state [aodh] at time 03:40:55.044247
2018-05-13 03:40:55,044 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for aodh
2018-05-13 03:40:55,048 [salt.state       ][INFO    ][10449] User aodh@% is already present with the desired password
2018-05-13 03:40:55,049 [salt.state       ][INFO    ][10449] Completed state [aodh] at time 03:40:55.049421 duration_in_ms=5.174
2018-05-13 03:40:55,051 [salt.state       ][INFO    ][10449] Running state [mysql_grants_aodh_aodh_%] at time 03:40:55.051202
2018-05-13 03:40:55,051 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_aodh_aodh_%
2018-05-13 03:40:55,056 [salt.state       ][INFO    ][10449] Grant all on aodh.* to aodh@% is already present
2018-05-13 03:40:55,057 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_aodh_aodh_%] at time 03:40:55.057000 duration_in_ms=5.798
2018-05-13 03:40:55,057 [salt.state       ][INFO    ][10449] Running state [aodh] at time 03:40:55.057229
2018-05-13 03:40:55,057 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for aodh
2018-05-13 03:40:55,061 [salt.state       ][INFO    ][10449] User aodh@192.168.10.23 is already present with the desired password
2018-05-13 03:40:55,061 [salt.state       ][INFO    ][10449] Completed state [aodh] at time 03:40:55.061704 duration_in_ms=4.475
2018-05-13 03:40:55,063 [salt.state       ][INFO    ][10449] Running state [mysql_grants_aodh_aodh_192.168.10.23] at time 03:40:55.063402
2018-05-13 03:40:55,063 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_aodh_aodh_192.168.10.23
2018-05-13 03:40:55,069 [salt.state       ][INFO    ][10449] Grant all on aodh.* to aodh@192.168.10.23 is already present
2018-05-13 03:40:55,069 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_aodh_aodh_192.168.10.23] at time 03:40:55.069859 duration_in_ms=6.457
2018-05-13 03:40:55,070 [salt.state       ][INFO    ][10449] Running state [nova] at time 03:40:55.070115
2018-05-13 03:40:55,070 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for nova
2018-05-13 03:40:55,073 [salt.state       ][INFO    ][10449] Database nova is already present
2018-05-13 03:40:55,074 [salt.state       ][INFO    ][10449] Completed state [nova] at time 03:40:55.073954 duration_in_ms=3.839
2018-05-13 03:40:55,074 [salt.state       ][INFO    ][10449] Running state [nova] at time 03:40:55.074193
2018-05-13 03:40:55,074 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for nova
2018-05-13 03:40:55,078 [salt.state       ][INFO    ][10449] User nova@% is already present with the desired password
2018-05-13 03:40:55,078 [salt.state       ][INFO    ][10449] Completed state [nova] at time 03:40:55.078609 duration_in_ms=4.416
2018-05-13 03:40:55,080 [salt.state       ][INFO    ][10449] Running state [mysql_grants_nova_nova_%] at time 03:40:55.080471
2018-05-13 03:40:55,081 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_nova_nova_%
2018-05-13 03:40:55,088 [salt.state       ][INFO    ][10449] Grant all on nova.* to nova@% is already present
2018-05-13 03:40:55,089 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_nova_nova_%] at time 03:40:55.089140 duration_in_ms=8.669
2018-05-13 03:40:55,089 [salt.state       ][INFO    ][10449] Running state [nova] at time 03:40:55.089375
2018-05-13 03:40:55,089 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for nova
2018-05-13 03:40:55,108 [salt.loaded.int.module.mysql][INFO    ][10449] User 'nova'@'192.168.10.26' has been created
2018-05-13 03:40:55,109 [salt.state       ][INFO    ][10449] {'nova': 'Present'}
2018-05-13 03:40:55,109 [salt.state       ][INFO    ][10449] Completed state [nova] at time 03:40:55.109526 duration_in_ms=20.15
2018-05-13 03:40:55,112 [salt.state       ][INFO    ][10449] Running state [mysql_grants_nova_nova_192.168.10.26] at time 03:40:55.112823
2018-05-13 03:40:55,113 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_nova_nova_192.168.10.26
2018-05-13 03:40:55,132 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'nova.*' for user 'nova' has been added
2018-05-13 03:40:55,132 [salt.state       ][INFO    ][10449] {'mysql_grants_nova_nova_192.168.10.26': 'Present'}
2018-05-13 03:40:55,133 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_nova_nova_192.168.10.26] at time 03:40:55.133358 duration_in_ms=20.536
2018-05-13 03:40:55,133 [salt.state       ][INFO    ][10449] Running state [grafana] at time 03:40:55.133634
2018-05-13 03:40:55,133 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for grafana
2018-05-13 03:40:55,137 [salt.state       ][INFO    ][10449] Database grafana is already present
2018-05-13 03:40:55,137 [salt.state       ][INFO    ][10449] Completed state [grafana] at time 03:40:55.137285 duration_in_ms=3.651
2018-05-13 03:40:55,137 [salt.state       ][INFO    ][10449] Running state [grafana] at time 03:40:55.137546
2018-05-13 03:40:55,137 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for grafana
2018-05-13 03:40:55,142 [salt.state       ][INFO    ][10449] User grafana@% is already present with the desired password
2018-05-13 03:40:55,142 [salt.state       ][INFO    ][10449] Completed state [grafana] at time 03:40:55.142289 duration_in_ms=4.742
2018-05-13 03:40:55,144 [salt.state       ][INFO    ][10449] Running state [mysql_grants_grafana_grafana_%] at time 03:40:55.144338
2018-05-13 03:40:55,144 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_grafana_grafana_%
2018-05-13 03:40:55,151 [salt.state       ][INFO    ][10449] Grant all on grafana.* to grafana@% is already present
2018-05-13 03:40:55,151 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_grafana_grafana_%] at time 03:40:55.151548 duration_in_ms=7.21
2018-05-13 03:40:55,151 [salt.state       ][INFO    ][10449] Running state [grafana] at time 03:40:55.151801
2018-05-13 03:40:55,152 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for grafana
2018-05-13 03:40:55,169 [salt.loaded.int.module.mysql][INFO    ][10449] User 'grafana'@'192.168.10.26' has been created
2018-05-13 03:40:55,169 [salt.state       ][INFO    ][10449] {'grafana': 'Present'}
2018-05-13 03:40:55,169 [salt.state       ][INFO    ][10449] Completed state [grafana] at time 03:40:55.169931 duration_in_ms=18.13
2018-05-13 03:40:55,171 [salt.state       ][INFO    ][10449] Running state [mysql_grants_grafana_grafana_192.168.10.26] at time 03:40:55.171730
2018-05-13 03:40:55,172 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_grafana_grafana_192.168.10.26
2018-05-13 03:40:55,187 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'grafana.*' for user 'grafana' has been added
2018-05-13 03:40:55,187 [salt.state       ][INFO    ][10449] {'mysql_grants_grafana_grafana_192.168.10.26': 'Present'}
2018-05-13 03:40:55,187 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_grafana_grafana_192.168.10.26] at time 03:40:55.187450 duration_in_ms=15.72
2018-05-13 03:40:55,187 [salt.state       ][INFO    ][10449] Running state [designate_pool_manager] at time 03:40:55.187697
2018-05-13 03:40:55,187 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for designate_pool_manager
2018-05-13 03:40:55,191 [salt.state       ][INFO    ][10449] Database designate_pool_manager is already present
2018-05-13 03:40:55,191 [salt.state       ][INFO    ][10449] Completed state [designate_pool_manager] at time 03:40:55.191613 duration_in_ms=3.915
2018-05-13 03:40:55,191 [salt.state       ][INFO    ][10449] Running state [designate] at time 03:40:55.191875
2018-05-13 03:40:55,192 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for designate
2018-05-13 03:40:55,196 [salt.state       ][INFO    ][10449] User designate@% is already present with the desired password
2018-05-13 03:40:55,196 [salt.state       ][INFO    ][10449] Completed state [designate] at time 03:40:55.196352 duration_in_ms=4.477
2018-05-13 03:40:55,198 [salt.state       ][INFO    ][10449] Running state [mysql_grants_designate_designate_pool_manager_%] at time 03:40:55.198737
2018-05-13 03:40:55,199 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_designate_designate_pool_manager_%
2018-05-13 03:40:55,204 [salt.state       ][INFO    ][10449] Grant all on designate_pool_manager.* to designate@% is already present
2018-05-13 03:40:55,205 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_designate_designate_pool_manager_%] at time 03:40:55.205458 duration_in_ms=6.721
2018-05-13 03:40:55,205 [salt.state       ][INFO    ][10449] Running state [designate] at time 03:40:55.205690
2018-05-13 03:40:55,205 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for designate
2018-05-13 03:40:55,209 [salt.state       ][INFO    ][10449] User designate@192.168.10.23 is already present with the desired password
2018-05-13 03:40:55,209 [salt.state       ][INFO    ][10449] Completed state [designate] at time 03:40:55.209540 duration_in_ms=3.85
2018-05-13 03:40:55,211 [salt.state       ][INFO    ][10449] Running state [mysql_grants_designate_designate_pool_manager_192.168.10.23] at time 03:40:55.211270
2018-05-13 03:40:55,211 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_designate_designate_pool_manager_192.168.10.23
2018-05-13 03:40:55,218 [salt.state       ][INFO    ][10449] Grant all on designate_pool_manager.* to designate@192.168.10.23 is already present
2018-05-13 03:40:55,218 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_designate_designate_pool_manager_192.168.10.23] at time 03:40:55.218215 duration_in_ms=6.943
2018-05-13 03:40:55,218 [salt.state       ][INFO    ][10449] Running state [heat] at time 03:40:55.218463
2018-05-13 03:40:55,218 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for heat
2018-05-13 03:40:55,222 [salt.state       ][INFO    ][10449] Database heat is already present
2018-05-13 03:40:55,222 [salt.state       ][INFO    ][10449] Completed state [heat] at time 03:40:55.222252 duration_in_ms=3.789
2018-05-13 03:40:55,222 [salt.state       ][INFO    ][10449] Running state [heat] at time 03:40:55.222502
2018-05-13 03:40:55,222 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for heat
2018-05-13 03:40:55,226 [salt.state       ][INFO    ][10449] User heat@% is already present with the desired password
2018-05-13 03:40:55,226 [salt.state       ][INFO    ][10449] Completed state [heat] at time 03:40:55.226945 duration_in_ms=4.443
2018-05-13 03:40:55,229 [salt.state       ][INFO    ][10449] Running state [mysql_grants_heat_heat_%] at time 03:40:55.229252
2018-05-13 03:40:55,229 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_heat_heat_%
2018-05-13 03:40:55,235 [salt.state       ][INFO    ][10449] Grant all on heat.* to heat@% is already present
2018-05-13 03:40:55,235 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_heat_heat_%] at time 03:40:55.235666 duration_in_ms=6.414
2018-05-13 03:40:55,235 [salt.state       ][INFO    ][10449] Running state [heat] at time 03:40:55.235912
2018-05-13 03:40:55,236 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for heat
2018-05-13 03:40:55,256 [salt.loaded.int.module.mysql][INFO    ][10449] User 'heat'@'192.168.10.26' has been created
2018-05-13 03:40:55,256 [salt.state       ][INFO    ][10449] {'heat': 'Present'}
2018-05-13 03:40:55,257 [salt.state       ][INFO    ][10449] Completed state [heat] at time 03:40:55.256640 duration_in_ms=20.727
2018-05-13 03:40:55,259 [salt.state       ][INFO    ][10449] Running state [mysql_grants_heat_heat_192.168.10.26] at time 03:40:55.259248
2018-05-13 03:40:55,259 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_heat_heat_192.168.10.26
2018-05-13 03:40:55,275 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'heat.*' for user 'heat' has been added
2018-05-13 03:40:55,275 [salt.state       ][INFO    ][10449] {'mysql_grants_heat_heat_192.168.10.26': 'Present'}
2018-05-13 03:40:55,275 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_heat_heat_192.168.10.26] at time 03:40:55.275659 duration_in_ms=16.411
2018-05-13 03:40:55,275 [salt.state       ][INFO    ][10449] Running state [nova_api] at time 03:40:55.275912
2018-05-13 03:40:55,276 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for nova_api
2018-05-13 03:40:55,279 [salt.state       ][INFO    ][10449] Database nova_api is already present
2018-05-13 03:40:55,279 [salt.state       ][INFO    ][10449] Completed state [nova_api] at time 03:40:55.279686 duration_in_ms=3.775
2018-05-13 03:40:55,279 [salt.state       ][INFO    ][10449] Running state [nova] at time 03:40:55.279937
2018-05-13 03:40:55,280 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for nova
2018-05-13 03:40:55,284 [salt.state       ][INFO    ][10449] User nova@% is already present with the desired password
2018-05-13 03:40:55,284 [salt.state       ][INFO    ][10449] Completed state [nova] at time 03:40:55.284593 duration_in_ms=4.656
2018-05-13 03:40:55,286 [salt.state       ][INFO    ][10449] Running state [mysql_grants_nova_nova_api_%] at time 03:40:55.286494
2018-05-13 03:40:55,286 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_nova_nova_api_%
2018-05-13 03:40:55,293 [salt.state       ][INFO    ][10449] Grant all on nova_api.* to nova@% is already present
2018-05-13 03:40:55,294 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_nova_nova_api_%] at time 03:40:55.294109 duration_in_ms=7.614
2018-05-13 03:40:55,294 [salt.state       ][INFO    ][10449] Running state [nova] at time 03:40:55.294349
2018-05-13 03:40:55,294 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for nova
2018-05-13 03:40:55,298 [salt.state       ][INFO    ][10449] User nova@192.168.10.26 is already present with the desired password
2018-05-13 03:40:55,298 [salt.state       ][INFO    ][10449] Completed state [nova] at time 03:40:55.298767 duration_in_ms=4.418
2018-05-13 03:40:55,300 [salt.state       ][INFO    ][10449] Running state [mysql_grants_nova_nova_api_192.168.10.26] at time 03:40:55.300508
2018-05-13 03:40:55,301 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_nova_nova_api_192.168.10.26
2018-05-13 03:40:55,319 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'nova_api.*' for user 'nova' has been added
2018-05-13 03:40:55,320 [salt.state       ][INFO    ][10449] {'mysql_grants_nova_nova_api_192.168.10.26': 'Present'}
2018-05-13 03:40:55,321 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_nova_nova_api_192.168.10.26] at time 03:40:55.321152 duration_in_ms=20.644
2018-05-13 03:40:55,321 [salt.state       ][INFO    ][10449] Running state [keystone] at time 03:40:55.321867
2018-05-13 03:40:55,322 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for keystone
2018-05-13 03:40:55,327 [salt.state       ][INFO    ][10449] Database keystone is already present
2018-05-13 03:40:55,327 [salt.state       ][INFO    ][10449] Completed state [keystone] at time 03:40:55.327572 duration_in_ms=5.706
2018-05-13 03:40:55,328 [salt.state       ][INFO    ][10449] Running state [keystone] at time 03:40:55.328139
2018-05-13 03:40:55,328 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for keystone
2018-05-13 03:40:55,333 [salt.state       ][INFO    ][10449] User keystone@% is already present with the desired password
2018-05-13 03:40:55,333 [salt.state       ][INFO    ][10449] Completed state [keystone] at time 03:40:55.333610 duration_in_ms=5.471
2018-05-13 03:40:55,335 [salt.state       ][INFO    ][10449] Running state [mysql_grants_keystone_keystone_%] at time 03:40:55.335858
2018-05-13 03:40:55,336 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_keystone_keystone_%
2018-05-13 03:40:55,342 [salt.state       ][INFO    ][10449] Grant all on keystone.* to keystone@% is already present
2018-05-13 03:40:55,343 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_keystone_keystone_%] at time 03:40:55.342953 duration_in_ms=7.095
2018-05-13 03:40:55,343 [salt.state       ][INFO    ][10449] Running state [keystone] at time 03:40:55.343461
2018-05-13 03:40:55,343 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for keystone
2018-05-13 03:40:55,360 [salt.loaded.int.module.mysql][INFO    ][10449] User 'keystone'@'192.168.10.26' has been created
2018-05-13 03:40:55,361 [salt.state       ][INFO    ][10449] {'keystone': 'Present'}
2018-05-13 03:40:55,361 [salt.state       ][INFO    ][10449] Completed state [keystone] at time 03:40:55.361459 duration_in_ms=17.998
2018-05-13 03:40:55,363 [salt.state       ][INFO    ][10449] Running state [mysql_grants_keystone_keystone_192.168.10.26] at time 03:40:55.363883
2018-05-13 03:40:55,364 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_keystone_keystone_192.168.10.26
2018-05-13 03:40:55,380 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'keystone.*' for user 'keystone' has been added
2018-05-13 03:40:55,381 [salt.state       ][INFO    ][10449] {'mysql_grants_keystone_keystone_192.168.10.26': 'Present'}
2018-05-13 03:40:55,381 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_keystone_keystone_192.168.10.26] at time 03:40:55.381628 duration_in_ms=17.744
2018-05-13 03:40:55,382 [salt.state       ][INFO    ][10449] Running state [nova_cell0] at time 03:40:55.382194
2018-05-13 03:40:55,382 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for nova_cell0
2018-05-13 03:40:55,386 [salt.state       ][INFO    ][10449] Database nova_cell0 is already present
2018-05-13 03:40:55,386 [salt.state       ][INFO    ][10449] Completed state [nova_cell0] at time 03:40:55.386718 duration_in_ms=4.524
2018-05-13 03:40:55,387 [salt.state       ][INFO    ][10449] Running state [nova] at time 03:40:55.387205
2018-05-13 03:40:55,387 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for nova
2018-05-13 03:40:55,391 [salt.state       ][INFO    ][10449] User nova@% is already present with the desired password
2018-05-13 03:40:55,392 [salt.state       ][INFO    ][10449] Completed state [nova] at time 03:40:55.392010 duration_in_ms=4.806
2018-05-13 03:40:55,394 [salt.state       ][INFO    ][10449] Running state [mysql_grants_nova_nova_cell0_%] at time 03:40:55.394094
2018-05-13 03:40:55,394 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_nova_nova_cell0_%
2018-05-13 03:40:55,401 [salt.state       ][INFO    ][10449] Grant all on nova_cell0.* to nova@% is already present
2018-05-13 03:40:55,401 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_nova_nova_cell0_%] at time 03:40:55.401859 duration_in_ms=7.765
2018-05-13 03:40:55,402 [salt.state       ][INFO    ][10449] Running state [nova] at time 03:40:55.402361
2018-05-13 03:40:55,402 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for nova
2018-05-13 03:40:55,406 [salt.state       ][INFO    ][10449] User nova@192.168.10.26 is already present with the desired password
2018-05-13 03:40:55,407 [salt.state       ][INFO    ][10449] Completed state [nova] at time 03:40:55.406976 duration_in_ms=4.615
2018-05-13 03:40:55,409 [salt.state       ][INFO    ][10449] Running state [mysql_grants_nova_nova_cell0_192.168.10.26] at time 03:40:55.409407
2018-05-13 03:40:55,409 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_nova_nova_cell0_192.168.10.26
2018-05-13 03:40:55,431 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'nova_cell0.*' for user 'nova' has been added
2018-05-13 03:40:55,432 [salt.state       ][INFO    ][10449] {'mysql_grants_nova_nova_cell0_192.168.10.26': 'Present'}
2018-05-13 03:40:55,433 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_nova_nova_cell0_192.168.10.26] at time 03:40:55.433295 duration_in_ms=23.888
2018-05-13 03:40:55,433 [salt.state       ][INFO    ][10449] Running state [cinder] at time 03:40:55.433786
2018-05-13 03:40:55,434 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for cinder
2018-05-13 03:40:55,437 [salt.state       ][INFO    ][10449] Database cinder is already present
2018-05-13 03:40:55,438 [salt.state       ][INFO    ][10449] Completed state [cinder] at time 03:40:55.438111 duration_in_ms=4.324
2018-05-13 03:40:55,438 [salt.state       ][INFO    ][10449] Running state [cinder] at time 03:40:55.438605
2018-05-13 03:40:55,439 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for cinder
2018-05-13 03:40:55,443 [salt.state       ][INFO    ][10449] User cinder@% is already present with the desired password
2018-05-13 03:40:55,443 [salt.state       ][INFO    ][10449] Completed state [cinder] at time 03:40:55.443739 duration_in_ms=5.134
2018-05-13 03:40:55,446 [salt.state       ][INFO    ][10449] Running state [mysql_grants_cinder_cinder_%] at time 03:40:55.446264
2018-05-13 03:40:55,446 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_cinder_cinder_%
2018-05-13 03:40:55,452 [salt.state       ][INFO    ][10449] Grant all on cinder.* to cinder@% is already present
2018-05-13 03:40:55,453 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_cinder_cinder_%] at time 03:40:55.453389 duration_in_ms=7.125
2018-05-13 03:40:55,453 [salt.state       ][INFO    ][10449] Running state [cinder] at time 03:40:55.453901
2018-05-13 03:40:55,454 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for cinder
2018-05-13 03:40:55,473 [salt.loaded.int.module.mysql][INFO    ][10449] User 'cinder'@'192.168.10.26' has been created
2018-05-13 03:40:55,473 [salt.state       ][INFO    ][10449] {'cinder': 'Present'}
2018-05-13 03:40:55,474 [salt.state       ][INFO    ][10449] Completed state [cinder] at time 03:40:55.474190 duration_in_ms=20.288
2018-05-13 03:40:55,476 [salt.state       ][INFO    ][10449] Running state [mysql_grants_cinder_cinder_192.168.10.26] at time 03:40:55.476536
2018-05-13 03:40:55,477 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_cinder_cinder_192.168.10.26
2018-05-13 03:40:55,495 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'cinder.*' for user 'cinder' has been added
2018-05-13 03:40:55,496 [salt.state       ][INFO    ][10449] {'mysql_grants_cinder_cinder_192.168.10.26': 'Present'}
2018-05-13 03:40:55,496 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_cinder_cinder_192.168.10.26] at time 03:40:55.496595 duration_in_ms=20.059
2018-05-13 03:40:55,497 [salt.state       ][INFO    ][10449] Running state [glance] at time 03:40:55.497215
2018-05-13 03:40:55,497 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for glance
2018-05-13 03:40:55,501 [salt.state       ][INFO    ][10449] Database glance is already present
2018-05-13 03:40:55,502 [salt.state       ][INFO    ][10449] Completed state [glance] at time 03:40:55.502374 duration_in_ms=5.158
2018-05-13 03:40:55,503 [salt.state       ][INFO    ][10449] Running state [glance] at time 03:40:55.502972
2018-05-13 03:40:55,503 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for glance
2018-05-13 03:40:55,507 [salt.state       ][INFO    ][10449] User glance@% is already present with the desired password
2018-05-13 03:40:55,508 [salt.state       ][INFO    ][10449] Completed state [glance] at time 03:40:55.508308 duration_in_ms=5.336
2018-05-13 03:40:55,510 [salt.state       ][INFO    ][10449] Running state [mysql_grants_glance_glance_%] at time 03:40:55.510345
2018-05-13 03:40:55,510 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_glance_glance_%
2018-05-13 03:40:55,517 [salt.state       ][INFO    ][10449] Grant all on glance.* to glance@% is already present
2018-05-13 03:40:55,517 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_glance_glance_%] at time 03:40:55.517625 duration_in_ms=7.28
2018-05-13 03:40:55,518 [salt.state       ][INFO    ][10449] Running state [glance] at time 03:40:55.518147
2018-05-13 03:40:55,518 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for glance
2018-05-13 03:40:55,537 [salt.loaded.int.module.mysql][INFO    ][10449] User 'glance'@'192.168.10.26' has been created
2018-05-13 03:40:55,538 [salt.state       ][INFO    ][10449] {'glance': 'Present'}
2018-05-13 03:40:55,538 [salt.state       ][INFO    ][10449] Completed state [glance] at time 03:40:55.538634 duration_in_ms=20.487
2018-05-13 03:40:55,541 [salt.state       ][INFO    ][10449] Running state [mysql_grants_glance_glance_192.168.10.26] at time 03:40:55.541372
2018-05-13 03:40:55,541 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_glance_glance_192.168.10.26
2018-05-13 03:40:55,559 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'glance.*' for user 'glance' has been added
2018-05-13 03:40:55,560 [salt.state       ][INFO    ][10449] {'mysql_grants_glance_glance_192.168.10.26': 'Present'}
2018-05-13 03:40:55,560 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_glance_glance_192.168.10.26] at time 03:40:55.560710 duration_in_ms=19.337
2018-05-13 03:40:55,561 [salt.state       ][INFO    ][10449] Running state [neutron] at time 03:40:55.561299
2018-05-13 03:40:55,561 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for neutron
2018-05-13 03:40:55,566 [salt.state       ][INFO    ][10449] Database neutron is already present
2018-05-13 03:40:55,567 [salt.state       ][INFO    ][10449] Completed state [neutron] at time 03:40:55.567082 duration_in_ms=5.783
2018-05-13 03:40:55,567 [salt.state       ][INFO    ][10449] Running state [neutron] at time 03:40:55.567618
2018-05-13 03:40:55,568 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for neutron
2018-05-13 03:40:55,573 [salt.state       ][INFO    ][10449] User neutron@% is already present with the desired password
2018-05-13 03:40:55,574 [salt.state       ][INFO    ][10449] Completed state [neutron] at time 03:40:55.573995 duration_in_ms=6.376
2018-05-13 03:40:55,577 [salt.state       ][INFO    ][10449] Running state [mysql_grants_neutron_neutron_%] at time 03:40:55.577903
2018-05-13 03:40:55,578 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_neutron_neutron_%
2018-05-13 03:40:55,584 [salt.state       ][INFO    ][10449] Grant all on neutron.* to neutron@% is already present
2018-05-13 03:40:55,585 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_neutron_neutron_%] at time 03:40:55.585114 duration_in_ms=7.211
2018-05-13 03:40:55,585 [salt.state       ][INFO    ][10449] Running state [neutron] at time 03:40:55.585625
2018-05-13 03:40:55,586 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for neutron
2018-05-13 03:40:55,605 [salt.loaded.int.module.mysql][INFO    ][10449] User 'neutron'@'192.168.10.26' has been created
2018-05-13 03:40:55,605 [salt.state       ][INFO    ][10449] {'neutron': 'Present'}
2018-05-13 03:40:55,606 [salt.state       ][INFO    ][10449] Completed state [neutron] at time 03:40:55.606072 duration_in_ms=20.447
2018-05-13 03:40:55,608 [salt.state       ][INFO    ][10449] Running state [mysql_grants_neutron_neutron_192.168.10.26] at time 03:40:55.608057
2018-05-13 03:40:55,608 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_neutron_neutron_192.168.10.26
2018-05-13 03:40:55,625 [salt.loaded.int.module.mysql][INFO    ][10449] Grant 'all' on 'neutron.*' for user 'neutron' has been added
2018-05-13 03:40:55,625 [salt.state       ][INFO    ][10449] {'mysql_grants_neutron_neutron_192.168.10.26': 'Present'}
2018-05-13 03:40:55,626 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_neutron_neutron_192.168.10.26] at time 03:40:55.626396 duration_in_ms=18.339
2018-05-13 03:40:55,626 [salt.state       ][INFO    ][10449] Running state [designate] at time 03:40:55.626917
2018-05-13 03:40:55,627 [salt.state       ][INFO    ][10449] Executing state mysql_database.present for designate
2018-05-13 03:40:55,630 [salt.state       ][INFO    ][10449] Database designate is already present
2018-05-13 03:40:55,631 [salt.state       ][INFO    ][10449] Completed state [designate] at time 03:40:55.631104 duration_in_ms=4.187
2018-05-13 03:40:55,631 [salt.state       ][INFO    ][10449] Running state [designate] at time 03:40:55.631629
2018-05-13 03:40:55,632 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for designate
2018-05-13 03:40:55,636 [salt.state       ][INFO    ][10449] User designate@% is already present with the desired password
2018-05-13 03:40:55,636 [salt.state       ][INFO    ][10449] Completed state [designate] at time 03:40:55.636563 duration_in_ms=4.934
2018-05-13 03:40:55,639 [salt.state       ][INFO    ][10449] Running state [mysql_grants_designate_designate_%] at time 03:40:55.639074
2018-05-13 03:40:55,639 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_designate_designate_%
2018-05-13 03:40:55,645 [salt.state       ][INFO    ][10449] Grant all on designate.* to designate@% is already present
2018-05-13 03:40:55,645 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_designate_designate_%] at time 03:40:55.645848 duration_in_ms=6.774
2018-05-13 03:40:55,646 [salt.state       ][INFO    ][10449] Running state [designate] at time 03:40:55.646363
2018-05-13 03:40:55,646 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for designate
2018-05-13 03:40:55,651 [salt.state       ][INFO    ][10449] User designate@192.168.10.23 is already present with the desired password
2018-05-13 03:40:55,651 [salt.state       ][INFO    ][10449] Completed state [designate] at time 03:40:55.651776 duration_in_ms=5.413
2018-05-13 03:40:55,653 [salt.state       ][INFO    ][10449] Running state [mysql_grants_designate_designate_192.168.10.23] at time 03:40:55.653842
2018-05-13 03:40:55,654 [salt.state       ][INFO    ][10449] Executing state mysql_grants.present for mysql_grants_designate_designate_192.168.10.23
2018-05-13 03:40:55,660 [salt.state       ][INFO    ][10449] Grant all on designate.* to designate@192.168.10.23 is already present
2018-05-13 03:40:55,660 [salt.state       ][INFO    ][10449] Completed state [mysql_grants_designate_designate_192.168.10.23] at time 03:40:55.660542 duration_in_ms=6.7
2018-05-13 03:40:55,661 [salt.state       ][INFO    ][10449] Running state [haproxy] at time 03:40:55.661456
2018-05-13 03:40:55,661 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for haproxy
2018-05-13 03:40:55,666 [salt.state       ][INFO    ][10449] User haproxy@localhost is already present with passwordless login
2018-05-13 03:40:55,666 [salt.state       ][INFO    ][10449] Completed state [haproxy] at time 03:40:55.666793 duration_in_ms=5.337
2018-05-13 03:40:55,667 [salt.state       ][INFO    ][10449] Running state [haproxy] at time 03:40:55.667323
2018-05-13 03:40:55,667 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for haproxy
2018-05-13 03:40:55,671 [salt.state       ][INFO    ][10449] User haproxy@% is already present with passwordless login
2018-05-13 03:40:55,672 [salt.state       ][INFO    ][10449] Completed state [haproxy] at time 03:40:55.672378 duration_in_ms=5.055
2018-05-13 03:40:55,673 [salt.state       ][INFO    ][10449] Running state [haproxy] at time 03:40:55.673299
2018-05-13 03:40:55,673 [salt.state       ][INFO    ][10449] Executing state mysql_user.present for haproxy
2018-05-13 03:40:55,693 [salt.loaded.int.module.mysql][INFO    ][10449] User 'haproxy'@'192.168.10.26' has been created with passwordless login
2018-05-13 03:40:55,694 [salt.state       ][INFO    ][10449] {'haproxy': 'Present'}
2018-05-13 03:40:55,694 [salt.state       ][INFO    ][10449] Completed state [haproxy] at time 03:40:55.694728 duration_in_ms=21.43
2018-05-13 03:40:55,699 [salt.minion      ][INFO    ][10449] Returning information for job: 20180513033926675739
2018-05-13 03:41:11,081 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command state.sls with jid 20180513034111095498
2018-05-13 03:41:11,102 [salt.minion      ][INFO    ][20226] Starting a new job with PID 20226
2018-05-13 03:41:12,628 [salt.state       ][INFO    ][20226] Loading fresh modules for state activity
2018-05-13 03:41:12,677 [salt.fileclient  ][INFO    ][20226] Fetching file from saltenv 'base', ** done ** 'haproxy/init.sls'
2018-05-13 03:41:12,958 [salt.fileclient  ][INFO    ][20226] Fetching file from saltenv 'base', ** done ** 'haproxy/proxy.sls'
2018-05-13 03:41:13,606 [salt.state       ][INFO    ][20226] Running state [haproxy] at time 03:41:13.606790
2018-05-13 03:41:13,607 [salt.state       ][INFO    ][20226] Executing state pkg.installed for haproxy
2018-05-13 03:41:13,608 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:41:14,002 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['apt-cache', '-q', 'policy', 'haproxy'] in directory '/root'
2018-05-13 03:41:14,089 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['apt-get', '-q', 'update'] in directory '/root'
2018-05-13 03:41:16,417 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['dpkg', '--get-selections', '*'] in directory '/root'
2018-05-13 03:41:16,443 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['systemd-run', '--scope', 'apt-get', '-q', '-y', '-o', 'DPkg::Options::=--force-confold', '-o', 'DPkg::Options::=--force-confdef', 'install', 'haproxy'] in directory '/root'
2018-05-13 03:41:20,005 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['dpkg-query', '--showformat', '${Status} ${Package} ${Version} ${Architecture}\n', '-W'] in directory '/root'
2018-05-13 03:41:20,050 [salt.state       ][INFO    ][20226] Made the following changes:
'haproxy' changed from 'absent' to '1.6.3-1ubuntu0.1'
'liblua5.3-0' changed from 'absent' to '5.3.1-1ubuntu2'

2018-05-13 03:41:20,073 [salt.state       ][INFO    ][20226] Loading fresh modules for state activity
2018-05-13 03:41:20,108 [salt.state       ][INFO    ][20226] Completed state [haproxy] at time 03:41:20.108509 duration_in_ms=6501.72
2018-05-13 03:41:20,112 [salt.state       ][INFO    ][20226] Running state [/etc/default/haproxy] at time 03:41:20.112641
2018-05-13 03:41:20,113 [salt.state       ][INFO    ][20226] Executing state file.managed for /etc/default/haproxy
2018-05-13 03:41:20,151 [salt.fileclient  ][INFO    ][20226] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.default'
2018-05-13 03:41:20,155 [salt.state       ][INFO    ][20226] File changed:
--- 
+++ 
@@ -1,10 +1,5 @@
-# Defaults file for HAProxy
-#
-# This is sourced by both, the initscript and the systemd unit file, so do not
-# treat it as a shell script fragment.
 
-# Change the config file location if needed
-#CONFIG="/etc/haproxy/haproxy.cfg"
-
-# Add extra flags here, see haproxy(1) for a few options
+# Set ENABLED to 1 if you want the init script to start haproxy.
+ENABLED=1
+# Add extra flags here.
 #EXTRAOPTS="-de -m 16"

2018-05-13 03:41:20,156 [salt.state       ][INFO    ][20226] Completed state [/etc/default/haproxy] at time 03:41:20.156358 duration_in_ms=43.717
2018-05-13 03:41:20,156 [salt.state       ][INFO    ][20226] Running state [/etc/haproxy/haproxy.cfg] at time 03:41:20.156730
2018-05-13 03:41:20,157 [salt.state       ][INFO    ][20226] Executing state file.managed for /etc/haproxy/haproxy.cfg
2018-05-13 03:41:20,174 [salt.fileclient  ][INFO    ][20226] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy.cfg'
2018-05-13 03:41:20,361 [salt.state       ][INFO    ][20226] File changed:
--- 
+++ 
@@ -1,35 +1,54 @@
 global
-	log /dev/log	local0
-	log /dev/log	local1 notice
-	chroot /var/lib/haproxy
-	stats socket /run/haproxy/admin.sock mode 660 level admin
-	stats timeout 30s
-	user haproxy
-	group haproxy
-	daemon
-
-	# Default SSL material locations
-	ca-base /etc/ssl/certs
-	crt-base /etc/ssl/private
-
-	# Default ciphers to use on SSL-enabled listening sockets.
-	# For more information, see ciphers(1SSL). This list is from:
-	#  https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/
-	ssl-default-bind-ciphers ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
-	ssl-default-bind-options no-sslv3
+  log /dev/log  local0
+  log /dev/log  local1 notice
+  chroot /var/lib/haproxy
+  stats  socket /run/haproxy/admin.sock mode 660 level admin
+  stats timeout 30s
+  user  haproxy
+  group haproxy
+  daemon
+  pidfile  /var/run/haproxy.pid
+  spread-checks 4
+  tune.maxrewrite 1024
+  tune.bufsize 32768
+  maxconn  16000
+  # SSL options
+  ca-base /etc/haproxy/ssl
+  crt-base /etc/haproxy/ssl
+  tune.ssl.default-dh-param 2048
+  ssl-default-bind-ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
+  ssl-default-bind-options no-sslv3 no-tls-tickets
+  ssl-default-server-ciphers ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS
+  ssl-default-server-options no-sslv3 no-tls-tickets
 
 defaults
-	log	global
-	mode	http
-	option	httplog
-	option	dontlognull
-        timeout connect 5000
-        timeout client  50000
-        timeout server  50000
-	errorfile 400 /etc/haproxy/errors/400.http
-	errorfile 403 /etc/haproxy/errors/403.http
-	errorfile 408 /etc/haproxy/errors/408.http
-	errorfile 500 /etc/haproxy/errors/500.http
-	errorfile 502 /etc/haproxy/errors/502.http
-	errorfile 503 /etc/haproxy/errors/503.http
-	errorfile 504 /etc/haproxy/errors/504.http
+  log  global
+  mode http
+
+  maxconn 8000
+  option  redispatch
+  retries  3
+  stats  enable
+
+  timeout http-request 10s
+  timeout queue 10s
+  timeout connect 10s
+  timeout client 10s
+  timeout server 10s
+  timeout check 10s
+
+listen mysql_cluster
+  bind 192.168.10.23:3306 
+  balance first
+  mode tcp
+  option httpchk
+  option tcplog
+  option clitcpka
+  option srvtcpka
+  timeout client  300s
+  timeout server  300s
+  # option conflict's with port check of clustercheck script, if enabled haproxy reports invalid reponse
+  option mysql-check user haproxy
+  server dbs01 192.168.10.24:3306 check inter 20s fastinter 2s downinter 2s rise 3 fall 3
+  server dbs02 192.168.10.25:3306 backup check inter 20s fastinter 2s downinter 2s rise 3 fall 3
+  server dbs03 192.168.10.26:3306 backup check inter 20s fastinter 2s downinter 2s rise 3 fall 3

2018-05-13 03:41:20,361 [salt.state       ][INFO    ][20226] Completed state [/etc/haproxy/haproxy.cfg] at time 03:41:20.361824 duration_in_ms=205.093
2018-05-13 03:41:20,362 [salt.state       ][INFO    ][20226] Running state [/etc/haproxy/ssl] at time 03:41:20.362185
2018-05-13 03:41:20,362 [salt.state       ][INFO    ][20226] Executing state file.directory for /etc/haproxy/ssl
2018-05-13 03:41:20,364 [salt.state       ][INFO    ][20226] {'/etc/haproxy/ssl': 'New Dir'}
2018-05-13 03:41:20,364 [salt.state       ][INFO    ][20226] Completed state [/etc/haproxy/ssl] at time 03:41:20.364847 duration_in_ms=2.662
2018-05-13 03:41:20,365 [salt.state       ][INFO    ][20226] Running state [/etc/haproxy/errors/429.http11] at time 03:41:20.365158
2018-05-13 03:41:20,365 [salt.state       ][INFO    ][20226] Executing state file.managed for /etc/haproxy/errors/429.http11
2018-05-13 03:41:20,385 [salt.fileclient  ][INFO    ][20226] Fetching file from saltenv 'base', ** done ** 'haproxy/files/errors/429.http11'
2018-05-13 03:41:20,388 [salt.state       ][INFO    ][20226] File changed:
New file
2018-05-13 03:41:20,389 [salt.state       ][INFO    ][20226] Completed state [/etc/haproxy/errors/429.http11] at time 03:41:20.389045 duration_in_ms=23.886
2018-05-13 03:41:20,390 [salt.state       ][INFO    ][20226] Running state [haproxy_status_packages] at time 03:41:20.390100
2018-05-13 03:41:20,390 [salt.state       ][INFO    ][20226] Executing state pkg.installed for haproxy_status_packages
2018-05-13 03:41:20,810 [salt.state       ][INFO    ][20226] All specified packages are already installed
2018-05-13 03:41:20,810 [salt.state       ][INFO    ][20226] Completed state [haproxy_status_packages] at time 03:41:20.810819 duration_in_ms=420.719
2018-05-13 03:41:20,811 [salt.state       ][INFO    ][20226] Running state [/usr/bin/haproxy-status.sh] at time 03:41:20.811500
2018-05-13 03:41:20,811 [salt.state       ][INFO    ][20226] Executing state file.managed for /usr/bin/haproxy-status.sh
2018-05-13 03:41:20,838 [salt.fileclient  ][INFO    ][20226] Fetching file from saltenv 'base', ** done ** 'haproxy/files/haproxy-status.sh'
2018-05-13 03:41:20,872 [salt.state       ][INFO    ][20226] File changed:
New file
2018-05-13 03:41:20,873 [salt.state       ][INFO    ][20226] Completed state [/usr/bin/haproxy-status.sh] at time 03:41:20.873114 duration_in_ms=61.614
2018-05-13 03:41:20,873 [salt.state       ][INFO    ][20226] Running state [net.ipv4.ip_nonlocal_bind] at time 03:41:20.873655
2018-05-13 03:41:20,873 [salt.state       ][INFO    ][20226] Executing state sysctl.present for net.ipv4.ip_nonlocal_bind
2018-05-13 03:41:20,874 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command 'sysctl -a' in directory '/root'
2018-05-13 03:41:20,914 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command 'sysctl -w net.ipv4.ip_nonlocal_bind="1"' in directory '/root'
2018-05-13 03:41:20,930 [salt.state       ][INFO    ][20226] {'net.ipv4.ip_nonlocal_bind': 1}
2018-05-13 03:41:20,931 [salt.state       ][INFO    ][20226] Completed state [net.ipv4.ip_nonlocal_bind] at time 03:41:20.931477 duration_in_ms=57.821
2018-05-13 03:41:20,934 [salt.state       ][INFO    ][20226] Running state [haproxy] at time 03:41:20.934429
2018-05-13 03:41:20,935 [salt.state       ][INFO    ][20226] Executing state service.running for haproxy
2018-05-13 03:41:20,936 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2018-05-13 03:41:20,959 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2018-05-13 03:41:20,979 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['systemctl', 'is-enabled', 'haproxy.service'] in directory '/root'
2018-05-13 03:41:20,998 [salt.state       ][INFO    ][20226] The service haproxy is already running
2018-05-13 03:41:20,998 [salt.state       ][INFO    ][20226] Completed state [haproxy] at time 03:41:20.998842 duration_in_ms=64.413
2018-05-13 03:41:20,999 [salt.state       ][INFO    ][20226] Running state [haproxy] at time 03:41:20.999149
2018-05-13 03:41:20,999 [salt.state       ][INFO    ][20226] Executing state service.mod_watch for haproxy
2018-05-13 03:41:21,000 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2018-05-13 03:41:21,022 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['systemctl', 'is-enabled', 'haproxy.service'] in directory '/root'
2018-05-13 03:41:21,047 [salt.loaded.int.module.cmdmod][INFO    ][20226] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'haproxy.service'] in directory '/root'
2018-05-13 03:41:21,113 [salt.state       ][INFO    ][20226] {'haproxy': True}
2018-05-13 03:41:21,114 [salt.state       ][INFO    ][20226] Completed state [haproxy] at time 03:41:21.114341 duration_in_ms=115.192
2018-05-13 03:41:21,116 [salt.minion      ][INFO    ][20226] Returning information for job: 20180513034111095498
2018-05-13 03:41:24,751 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command service.status with jid 20180513034124758703
2018-05-13 03:41:24,773 [salt.minion      ][INFO    ][21209] Starting a new job with PID 21209
2018-05-13 03:41:25,170 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][21209] Executing command ['systemctl', 'status', 'haproxy.service', '-n', '0'] in directory '/root'
2018-05-13 03:41:25,188 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][21209] Executing command ['systemctl', 'is-active', 'haproxy.service'] in directory '/root'
2018-05-13 03:41:25,205 [salt.minion      ][INFO    ][21209] Returning information for job: 20180513034124758703
2018-05-13 03:41:26,313 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command service.restart with jid 20180513034126328758
2018-05-13 03:41:26,334 [salt.minion      ][INFO    ][21217] Starting a new job with PID 21217
2018-05-13 03:41:26,739 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][21217] Executing command ['systemctl', 'status', 'rsyslog.service', '-n', '0'] in directory '/root'
2018-05-13 03:41:26,758 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][21217] Executing command ['systemctl', 'is-enabled', 'rsyslog.service'] in directory '/root'
2018-05-13 03:41:26,787 [salt.loader.192.168.11.2.int.module.cmdmod][INFO    ][21217] Executing command ['systemd-run', '--scope', 'systemctl', 'restart', 'rsyslog.service'] in directory '/root'
2018-05-13 03:41:26,821 [salt.minion      ][INFO    ][21217] Returning information for job: 20180513034126328758
2018-05-13 04:18:51,040 [salt.minion      ][INFO    ][2354] User sudo_ubuntu Executing command cp.push_dir with jid 20180513041851066174
2018-05-13 04:18:51,067 [salt.minion      ][INFO    ][21355] Starting a new job with PID 21355
