Skip to content

Instantly share code, notes, and snippets.

@PredatorVI
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PredatorVI/da49430e6df2a46c8f4f to your computer and use it in GitHub Desktop.
Save PredatorVI/da49430e6df2a46c8f4f to your computer and use it in GitHub Desktop.
ping_minions:
salt.function:
- name: test.ping
- tgt: 'E@{{ pillar.regex_primary }} and E@{{ pillar.regex_secondary }}'
- tgt_type: compound
install_primary_minion:
salt.function:
- name: state.highstate
- tgt: '{{ pillar.regex_primary }}'
- require:
- salt: ping_minions
install_secondary_minions:
salt.function:
- name: state.highstate
- tgt: '{{ pillar.regex_secondary }}'
- require:
- salt: install_primary_minion
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/salt-api.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/salt-api.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt-test-minion.wp.bluecoat.com
[DEBUG ] Configuration file path: /etc/salt/master
[DEBUG ] LazyLoaded state.orchestrate
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T17:59:51.566572'}
[DEBUG ] Sending event - data = {'fun': 'runner.state.orchestrate', 'jid': '20150820115951564512', 'user': 'sudo_webpulse', '_stamp': '2015-08-20T17:59:51.614016'}
[DEBUG ] Error loading runners.nacl: libnacl import error, perhaps missing python libnacl package
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt-test-minion.wp.bluecoat.com
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/salt-api.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/salt-api.conf
[DEBUG ] LazyLoaded jinja.render
[DEBUG ] LazyLoaded yaml.render
[DEBUG ] LazyLoaded state.sls
[DEBUG ] LazyLoaded saltutil.is_running
[DEBUG ] LazyLoaded grains.get
[DEBUG ] LazyLoaded roots.envs
[DEBUG ] gitpython gitfs_provider enabled
[DEBUG ] LazyLoaded git.envs
[DEBUG ] Could not LazyLoad roots.init
[DEBUG ] Updating roots fileserver cache
[DEBUG ] Updating git fileserver cache
[DEBUG ] Set lock for ssh://git@gitlab.wp.bluecoat.com/webpulse/salt-formula.git
[DEBUG ] gitfs is fetching from ssh://git@gitlab.wp.bluecoat.com/webpulse/salt-formula.git
[DEBUG ] Removed lock for ssh://git@gitlab.wp.bluecoat.com/webpulse/salt-formula.git
[DEBUG ] Set lock for ssh://git@gitlab.wp.bluecoat.com/webpulse/rabbitmq-formula.git
[DEBUG ] gitfs is fetching from ssh://git@gitlab.wp.bluecoat.com/webpulse/rabbitmq-formula.git
[DEBUG ] Removed lock for ssh://git@gitlab.wp.bluecoat.com/webpulse/rabbitmq-formula.git
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/salt-api.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/salt-api.conf
[DEBUG ] LazyLoaded jinja.render
[DEBUG ] LazyLoaded yaml.render
[DEBUG ] LazyLoaded cmd.run
[DEBUG ] Jinja search path: ['/srv/pillar/acc', '/srv/pillar/base']
[DEBUG ] Rendered data from file: /srv/pillar/base/top.sls:
## Best Practices:
## - put application specific pillars in their own folder
## - Use init.sls to either import all other pillar SLS files OR
## simply include all application-specific pillar data directly in init.sls
## - Separate static values from more dynamic, build-specific values
dev:
'rjv-test02*':
- dbarmor
'dbarmor-dev*':
- dbarmor
'neal-dev.wp.bluecoat.com':
- ratingtool.props
- ratingtool.war_file
'sparktest.wp.bluecoat.com':
- dbrisklevelutils
acc:
'dbarmor-acc*':
- dbarmor
'brandon*':
- updater
int:
'dbarmor-int*':
- dbarmor
[DEBUG ] LazyLoaded config.get
[DEBUG ] Results of YAML rendering:
OrderedDict([('dev', OrderedDict([('rjv-test02*', ['dbarmor']), ('dbarmor-dev*', ['dbarmor']), ('neal-dev.wp.bluecoat.com', ['ratingtool.props', 'ratingtool.war_file']), ('sparktest.wp.bluecoat.com', ['dbrisklevelutils'])])), ('acc', OrderedDict([('dbarmor-acc*', ['dbarmor']), ('brandon*', ['updater'])])), ('int', OrderedDict([('dbarmor-int*', ['dbarmor'])]))])
[DEBUG ] Jinja search path: ['/srv/pillar/prd', '/srv/pillar/base']
[DEBUG ] Rendered data from file: /srv/pillar/base/top.sls:
## Best Practices:
## - put application specific pillars in their own folder
## - Use init.sls to either import all other pillar SLS files OR
## simply include all application-specific pillar data directly in init.sls
## - Separate static values from more dynamic, build-specific values
dev:
'rjv-test02*':
- dbarmor
'dbarmor-dev*':
- dbarmor
'neal-dev.wp.bluecoat.com':
- ratingtool.props
- ratingtool.war_file
'sparktest.wp.bluecoat.com':
- dbrisklevelutils
acc:
'dbarmor-acc*':
- dbarmor
'brandon*':
- updater
int:
'dbarmor-int*':
- dbarmor
[DEBUG ] Results of YAML rendering:
OrderedDict([('dev', OrderedDict([('rjv-test02*', ['dbarmor']), ('dbarmor-dev*', ['dbarmor']), ('neal-dev.wp.bluecoat.com', ['ratingtool.props', 'ratingtool.war_file']), ('sparktest.wp.bluecoat.com', ['dbrisklevelutils'])])), ('acc', OrderedDict([('dbarmor-acc*', ['dbarmor']), ('brandon*', ['updater'])])), ('int', OrderedDict([('dbarmor-int*', ['dbarmor'])]))])
[DEBUG ] Jinja search path: ['/srv/pillar/stg', '/srv/pillar/base']
[DEBUG ] Rendered data from file: /srv/pillar/base/top.sls:
## Best Practices:
## - put application specific pillars in their own folder
## - Use init.sls to either import all other pillar SLS files OR
## simply include all application-specific pillar data directly in init.sls
## - Separate static values from more dynamic, build-specific values
dev:
'rjv-test02*':
- dbarmor
'dbarmor-dev*':
- dbarmor
'neal-dev.wp.bluecoat.com':
- ratingtool.props
- ratingtool.war_file
'sparktest.wp.bluecoat.com':
- dbrisklevelutils
acc:
'dbarmor-acc*':
- dbarmor
'brandon*':
- updater
int:
'dbarmor-int*':
- dbarmor
[DEBUG ] Results of YAML rendering:
OrderedDict([('dev', OrderedDict([('rjv-test02*', ['dbarmor']), ('dbarmor-dev*', ['dbarmor']), ('neal-dev.wp.bluecoat.com', ['ratingtool.props', 'ratingtool.war_file']), ('sparktest.wp.bluecoat.com', ['dbrisklevelutils'])])), ('acc', OrderedDict([('dbarmor-acc*', ['dbarmor']), ('brandon*', ['updater'])])), ('int', OrderedDict([('dbarmor-int*', ['dbarmor'])]))])
[DEBUG ] Jinja search path: ['/srv/pillar/int', '/srv/pillar/base']
[DEBUG ] Rendered data from file: /srv/pillar/base/top.sls:
## Best Practices:
## - put application specific pillars in their own folder
## - Use init.sls to either import all other pillar SLS files OR
## simply include all application-specific pillar data directly in init.sls
## - Separate static values from more dynamic, build-specific values
dev:
'rjv-test02*':
- dbarmor
'dbarmor-dev*':
- dbarmor
'neal-dev.wp.bluecoat.com':
- ratingtool.props
- ratingtool.war_file
'sparktest.wp.bluecoat.com':
- dbrisklevelutils
acc:
'dbarmor-acc*':
- dbarmor
'brandon*':
- updater
int:
'dbarmor-int*':
- dbarmor
[DEBUG ] Results of YAML rendering:
OrderedDict([('dev', OrderedDict([('rjv-test02*', ['dbarmor']), ('dbarmor-dev*', ['dbarmor']), ('neal-dev.wp.bluecoat.com', ['ratingtool.props', 'ratingtool.war_file']), ('sparktest.wp.bluecoat.com', ['dbrisklevelutils'])])), ('acc', OrderedDict([('dbarmor-acc*', ['dbarmor']), ('brandon*', ['updater'])])), ('int', OrderedDict([('dbarmor-int*', ['dbarmor'])]))])
[DEBUG ] Jinja search path: ['/srv/pillar/dev', '/srv/pillar/base']
[DEBUG ] Rendered data from file: /srv/pillar/base/top.sls:
## Best Practices:
## - put application specific pillars in their own folder
## - Use init.sls to either import all other pillar SLS files OR
## simply include all application-specific pillar data directly in init.sls
## - Separate static values from more dynamic, build-specific values
dev:
'rjv-test02*':
- dbarmor
'dbarmor-dev*':
- dbarmor
'neal-dev.wp.bluecoat.com':
- ratingtool.props
- ratingtool.war_file
'sparktest.wp.bluecoat.com':
- dbrisklevelutils
acc:
'dbarmor-acc*':
- dbarmor
'brandon*':
- updater
int:
'dbarmor-int*':
- dbarmor
[DEBUG ] Results of YAML rendering:
OrderedDict([('dev', OrderedDict([('rjv-test02*', ['dbarmor']), ('dbarmor-dev*', ['dbarmor']), ('neal-dev.wp.bluecoat.com', ['ratingtool.props', 'ratingtool.war_file']), ('sparktest.wp.bluecoat.com', ['dbrisklevelutils'])])), ('acc', OrderedDict([('dbarmor-acc*', ['dbarmor']), ('brandon*', ['updater'])])), ('int', OrderedDict([('dbarmor-int*', ['dbarmor'])]))])
[DEBUG ] Jinja search path: ['/srv/pillar/base']
[DEBUG ] Rendered data from file: /srv/pillar/base/top.sls:
## Best Practices:
## - put application specific pillars in their own folder
## - Use init.sls to either import all other pillar SLS files OR
## simply include all application-specific pillar data directly in init.sls
## - Separate static values from more dynamic, build-specific values
dev:
'rjv-test02*':
- dbarmor
'dbarmor-dev*':
- dbarmor
'neal-dev.wp.bluecoat.com':
- ratingtool.props
- ratingtool.war_file
'sparktest.wp.bluecoat.com':
- dbrisklevelutils
acc:
'dbarmor-acc*':
- dbarmor
'brandon*':
- updater
int:
'dbarmor-int*':
- dbarmor
[DEBUG ] Results of YAML rendering:
OrderedDict([('dev', OrderedDict([('rjv-test02*', ['dbarmor']), ('dbarmor-dev*', ['dbarmor']), ('neal-dev.wp.bluecoat.com', ['ratingtool.props', 'ratingtool.war_file']), ('sparktest.wp.bluecoat.com', ['dbrisklevelutils'])])), ('acc', OrderedDict([('dbarmor-acc*', ['dbarmor']), ('brandon*', ['updater'])])), ('int', OrderedDict([('dbarmor-int*', ['dbarmor'])]))])
[INFO ] Loading fresh modules for state activity
[DEBUG ] LazyLoaded jinja.render
[DEBUG ] LazyLoaded yaml.render
[DEBUG ] Fetching file from saltenv 'base', ** attempting ** 'salt://orchestration/dbarmor.sls'
[INFO ] Fetching file from saltenv 'base', ** done ** 'orchestration/dbarmor.sls'
[DEBUG ] LazyLoaded cmd.run
[DEBUG ] Jinja search path: ['/var/cache/salt/master/files/base']
[DEBUG ] Rendered data from file: /var/cache/salt/master/files/base/orchestration/dbarmor.sls:
#EXAMPLE CLI:
# salt-master:/> salt-run state.orchestrate orchestration.dbarmor pillar='{"regex_primary": "dbarmor-acc01*", "regex_secondary": "dbarmor-acc0[2-3]*"}'
ping_minions:
salt.function:
- name: test.ping
- tgt: 'E@dbarmor-acc01* and E@dbarmor-acc0[2-3]*'
- tgt_type: compound
install_primary_minion:
salt.function:
- name: state.highstate
- tgt: 'dbarmor-acc01*'
install_secondary_minions:
salt.function:
- name: state.highstate
- tgt: 'dbarmor-acc0[2-3]*'
[DEBUG ] LazyLoaded config.get
[DEBUG ] Results of YAML rendering:
OrderedDict([('ping_minions', OrderedDict([('salt.function', [OrderedDict([('name', 'test.ping')]), OrderedDict([('tgt', 'E@dbarmor-acc01* and E@dbarmor-acc0[2-3]*')]), OrderedDict([('tgt_type', 'compound')])])])), ('install_primary_minion', OrderedDict([('salt.function', [OrderedDict([('name', 'state.highstate')]), OrderedDict([('tgt', 'dbarmor-acc01*')])])])), ('install_secondary_minions', OrderedDict([('salt.function', [OrderedDict([('name', 'state.highstate')]), OrderedDict([('tgt', 'dbarmor-acc0[2-3]*')])])]))])
[DEBUG ] LazyLoaded salt.function
[INFO ] Running state [test.ping] at time 11:59:54.865761
[INFO ] Executing state salt.function for test.ping
[DEBUG ] LazyLoaded saltutil.cmd
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/salt-api.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/salt-api.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt-test-minion.wp.bluecoat.com
[DEBUG ] Missing configuration file: /root/.saltrc
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T17:59:54.919307'}
[DEBUG ] LazyLoaded local_cache.get_load
[DEBUG ] get_iter_returns for jid 20150820115954934725 sent to set(['dbarmor-acc02.wp.bluecoat.com', 'dbarmor-acc01.wp.bluecoat.com', 'dbarmor-acc03.wp.bluecoat.com']) will timeout at 11:59:59.939802
[DEBUG ] jid 20150820115954934725 return from dbarmor-acc02.wp.bluecoat.com
[DEBUG ] jid 20150820115954934725 return from dbarmor-acc01.wp.bluecoat.com
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T17:59:59.944389'}
[DEBUG ] Checking whether jid 20150820115954934725 is still running
[INFO ] {'ret': {'dbarmor-acc02.wp.bluecoat.com': True, 'dbarmor-acc01.wp.bluecoat.com': True}, 'out': 'highstate'}
[INFO ] Completed state [test.ping] at time 12:00:05.017677
[INFO ] Running state [state.highstate] at time 12:00:05.017922
[INFO ] Executing state salt.function for state.highstate
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/salt-api.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/salt-api.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt-test-minion.wp.bluecoat.com
[DEBUG ] Missing configuration file: /root/.saltrc
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:05.068251'}
[DEBUG ] LazyLoaded local_cache.get_load
[DEBUG ] get_iter_returns for jid 20150820120005081406 sent to set(['dbarmor-acc01.wp.bluecoat.com']) will timeout at 12:00:10.085875
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:10.094587'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:15.106121'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:20.154643'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:25.195159'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:30.231159'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:35.271948'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:40.314743'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:45.353899'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:50.393156'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:00:55.432532'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:00.475995'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:05.513581'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:10.552554'}
[DEBUG ] Checking whether jid 20150820120005081406 is still running
[DEBUG ] jid 20150820120005081406 return from dbarmor-acc01.wp.bluecoat.com
[DEBUG ] jid 20150820120005081406 found all minions set(['dbarmor-acc01.wp.bluecoat.com'])
[INFO ] {'ret': {'dbarmor-acc01.wp.bluecoat.com': {'pkg_|-tomcat7-admin-installer_|-tomcat7-admin_|-installed': {'comment': 'Package tomcat7-admin is already installed.', 'name': 'tomcat7-admin', 'start_time': '12:00:53.629984', 'result': True, 'duration': 0.439, '__run_num__': 29, 'changes': {}}, 'service_|-restart_tomcat7_|-tomcat7_|-running': {'comment': 'Started Service tomcat7', 'name': 'tomcat7', 'start_time': '12:00:55.090529', 'result': True, 'duration': 5049.346, '__run_num__': 44, 'changes': {'tomcat7': True}}, 'grains_|-processor_role_|-role_|-list_present': {'comment': 'Value dbarmor_processor is already in grain role', 'name': 'role', 'start_time': '12:00:00.776772', 'result': True, 'duration': 0.484, '__run_num__': 0, 'changes': {}}, 'pkg_|-rabbitmq-server_|-rabbitmq-server_|-installed': {'comment': "Version 3.5.4-1 of package 'rabbitmq-server' is already installed.", 'name': 'rabbitmq-server', 'start_time': '12:01:00.198335', 'result': True, 'duration': 0.685, '__run_num__': 46, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.8-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.8-jre-headless', 'start_time': '12:00:44.935135', 'result': True, 'duration': 0.349, '__run_num__': 9, 'changes': {}}, 'file_|-install_processor_properties_|-/etc/webpulse/dbarmor-processor/dbarmor-processor.properties_|-managed': {'comment': 'File /etc/webpulse/dbarmor-processor/dbarmor-processor.properties is in the correct state', 'name': '/etc/webpulse/dbarmor-processor/dbarmor-processor.properties', 'start_time': '12:00:53.545243', 'result': True, 'duration': 11.092, '__run_num__': 19, 'changes': {}}, 'grains_|-primary_rabbit_role_|-role_|-list_present': {'comment': 'Value dbarmor_primary_rabbit is already in grain role', 'name': 'role', 'start_time': '12:00:00.780990', 'result': True, 'duration': 0.31, '__run_num__': 2, 'changes': {}}, 'pkg_|-java_deps_|-python-apt_|-latest': {'comment': 'Package python-apt is already up-to-date.', 'name': 'python-apt', 'start_time': '12:00:42.831457', 'result': True, 'duration': 37.339, '__run_num__': 5, 'changes': {}}, 'rabbitmq_vhost_|-rabbitmq_vhost_/_|-/_|-present': {'comment': 'Nothing to do', 'name': '/', 'start_time': '12:01:06.087343', 'result': True, 'duration': 758.102, '__run_num__': 57, 'changes': {}}, 'file_|-tomcat7_installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-managed': {'comment': 'File /var/lib/tomcat7/conf/tomcat-users.xml updated', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:00:53.644491', 'result': True, 'duration': 5.601, '__run_num__': 32, 'changes': {'diff': '--- \n+++ \n@@ -34,7 +34,5 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n-<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n-<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkg_|-tomcat7-common_installer_|-tomcat7-common_|-installed': {'comment': 'Package tomcat7-common is already installed.', 'name': 'tomcat7-common', 'start_time': '12:00:53.628077', 'result': True, 'duration': 0.488, '__run_num__': 27, 'changes': {}}, 'file_|-rabbitmq_binary_tool_env_|-/usr/local/bin/rabbitmq-env_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-env is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-env', 'start_time': '12:01:00.222189', 'result': True, 'duration': 11.833, '__run_num__': 49, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/webapps/dbarmor-web_|-directory': {'comment': 'Directory /var/lib/tomcat7/webapps/dbarmor-web is in the correct state', 'name': '/var/lib/tomcat7/webapps/dbarmor-web', 'start_time': '12:00:53.872779', 'result': True, 'duration': 0.689, '__run_num__': 40, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_web_|-dbarmor_web_|-present': {'comment': 'Changing password for user "dbarmor_web" ...', 'name': 'dbarmor_web', 'start_time': '12:01:04.963888', 'result': True, 'duration': 1120.916, '__run_num__': 56, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'grains_|-web_role_|-role_|-list_present': {'comment': 'Value dbarmor_web is already in grain role', 'name': 'role', 'start_time': '12:00:00.779001', 'result': True, 'duration': 0.28, '__run_num__': 1, 'changes': {}}, 'pkg_|-tomcat7_installer_|-tomcat7_|-installed': {'comment': 'Package tomcat7 is already installed.', 'name': 'tomcat7', 'start_time': '12:00:53.629037', 'result': True, 'duration': 0.476, '__run_num__': 28, 'changes': {}}, 'service_|-tomcat7_cleanup_|-tomcat7_|-dead': {'comment': 'Service tomcat7 was killed', 'name': 'tomcat7', 'start_time': '12:00:53.688483', 'result': True, 'duration': 137.013, '__run_num__': 35, 'changes': {'tomcat7': True}}, 'pkg_|-tomcat6_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:00:53.626949', 'result': True, 'duration': 0.363, '__run_num__': 26, 'changes': {}}, 'service_|-tomcat7_installer_|-tomcat7_|-running': {'comment': 'Service tomcat7 is already enabled, and is in the desired state', 'name': 'tomcat7', 'start_time': '12:00:53.657237', 'result': True, 'duration': 29.383, '__run_num__': 34, 'changes': {}}, 'file_|-update_war_file_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-managed': {'comment': 'File /var/lib/tomcat7/webapps/dbarmor-web.war updated', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:00:53.880045', 'result': True, 'duration': 1189.985, '__run_num__': 42, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-common_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-common', 'start_time': '12:00:53.625295', 'result': True, 'duration': 0.363, '__run_num__': 24, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6', 'start_time': '12:00:53.623325', 'result': True, 'duration': 0.595, '__run_num__': 22, 'changes': {}}, 'debconf_|-oracle-java8-installer_|-oracle-java8-installer_|-set': {'comment': 'All specified answers are already set', 'name': 'oracle-java8-installer', 'start_time': '12:00:44.937735', 'result': True, 'duration': 225.272, '__run_num__': 11, 'changes': {}}, 'pkgrepo_|-oracle-java8-installer_|-oracle-java8-installer_|-managed': {'comment': "Package repo 'oracle-java8-installer' already configured", 'name': 'oracle-java8-installer', 'start_time': '12:00:42.870742', 'result': True, 'duration': 2055.17, '__run_num__': 6, 'changes': {}}, 'pkg_|-java_deps_|-debconf-utils_|-latest': {'comment': 'Package debconf-utils is already up-to-date.', 'name': 'debconf-utils', 'start_time': '12:00:42.794893', 'result': True, 'duration': 36.368, '__run_num__': 4, 'changes': {}}, 'file_|-rabbit_cookie_|-/var/lib/rabbitmq/.erlang.cookie_|-managed': {'comment': 'File /var/lib/rabbitmq/.erlang.cookie is in the correct state', 'name': '/var/lib/rabbitmq/.erlang.cookie', 'start_time': '12:01:00.210920', 'result': True, 'duration': 2.429, '__run_num__': 48, 'changes': {}}, 'file_|-rabbitmq_binary_tool_plugins_|-/usr/local/bin/rabbitmq-plugins_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-plugins is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-plugins', 'start_time': '12:01:00.238653', 'result': True, 'duration': 2.203, '__run_num__': 50, 'changes': {}}, 'pkg_|-oracle-java8-installer_|-oracle-java8-installer_|-latest': {'comment': 'Package oracle-java8-installer is already up-to-date.', 'name': 'oracle-java8-installer', 'start_time': '12:00:45.164740', 'result': True, 'duration': 8150.326, '__run_num__': 12, 'changes': {}}, 'file_|-remove_files_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'Removed file /usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:00:53.849774', 'result': True, 'duration': 0.363, '__run_num__': 38, 'changes': {'removed': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties'}}, 'rabbitmq_user_|-rabbitmq_user_webpulse_|-webpulse_|-present': {'comment': 'Changing password for user "webpulse" ...', 'name': 'webpulse', 'start_time': '12:01:03.389375', 'result': True, 'duration': 1571.995, '__run_num__': 55, 'changes': {'new': "Set password.\nSet tags: administrator\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'file_|-remove_files_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-absent': {'comment': 'Removed file /var/lib/tomcat7/webapps/dbarmor-web.war', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:00:53.838046', 'result': True, 'duration': 7.941, '__run_num__': 36, 'changes': {'removed': '/var/lib/tomcat7/webapps/dbarmor-web.war'}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jdk_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jdk', 'start_time': '12:00:44.933831', 'result': True, 'duration': 0.78, '__run_num__': 7, 'changes': {}}, 'file_|-oracle-java8-installer_|-/usr/lib/jvm/default-java_|-symlink': {'comment': 'Symlink /usr/lib/jvm/default-java is present and owned by root:root', 'name': '/usr/lib/jvm/default-java', 'start_time': '12:00:53.316999', 'result': True, 'duration': 1.383, '__run_num__': 13, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-admin_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-admin', 'start_time': '12:00:53.624418', 'result': True, 'duration': 0.377, '__run_num__': 23, 'changes': {}}, 'rabbitmq_policy_|-rabbitmq_policy_|-HA_|-present': {'comment': 'Setting policy "HA" for pattern ".*" to "{\\"ha-mode\\": \\"all\\"}" with priority "0" ...', 'name': 'HA', 'start_time': '12:01:01.298337', 'result': True, 'duration': 860.705, '__run_num__': 53, 'changes': {'new': ['Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all"}', 'pattern': '.*'}}}, 'pkg_|-non-oracle_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:00:44.934698', 'result': True, 'duration': 0.355, '__run_num__': 8, 'changes': {}}, 'file_|-update_config_file_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-managed': {'comment': 'File /usr/share/tomcat7/shared/classes/dbarmor-web.properties updated', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:00:55.074321', 'result': True, 'duration': 14.044, '__run_num__': 43, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'service_|-tomcat6_purge_all_|-tomcat6_|-dead': {'comment': 'The named service tomcat6 is not available', 'name': 'tomcat6', 'start_time': '12:00:53.618102', 'result': True, 'duration': 4.737, '__run_num__': 21, 'changes': {}}, 'file_|-install_upstart_script_|-/etc/init/dbarmor-processor.conf_|-managed': {'comment': 'File /etc/init/dbarmor-processor.conf is in the correct state', 'name': '/etc/init/dbarmor-processor.conf', 'start_time': '12:00:53.347278', 'result': True, 'duration': 2.339, '__run_num__': 16, 'changes': {}}, 'pkg_|-java_deps_|-python-software-properties_|-latest': {'comment': 'Package python-software-properties is already up-to-date.', 'name': 'python-software-properties', 'start_time': '12:00:00.781501', 'result': True, 'duration': 42013.214, '__run_num__': 3, 'changes': {}}, 'group_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'Group tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:00:53.641278', 'result': True, 'duration': 0.384, '__run_num__': 31, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/work/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/work', 'name': '/var/lib/tomcat7/work/', 'start_time': '12:00:53.867960', 'result': True, 'duration': 1.279, '__run_num__': 39, 'changes': {'removed': ['/var/lib/tomcat7/work/Catalina', '/var/lib/tomcat7/work/catalina.policy']}}, 'cmd_|-install_upstart_script_|-initctl reload-configuration_|-run': {'comment': 'Command "initctl reload-configuration" run', 'name': 'initctl reload-configuration', 'start_time': '12:00:53.558823', 'result': True, 'duration': 52.988, '__run_num__': 20, 'changes': {'pid': 15808, 'retcode': 0, 'stderr': '', 'stdout': ''}}, 'file_|-remove_files_|-/var/lib/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'File /var/lib/tomcat7/shared/classes/dbarmor-web.properties is not present', 'name': '/var/lib/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:00:53.847717', 'result': True, 'duration': 0.331, '__run_num__': 37, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/logs/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/logs', 'name': '/var/lib/tomcat7/logs/', 'start_time': '12:00:53.876987', 'result': True, 'duration': 1.04, '__run_num__': 41, 'changes': {'removed': ['/var/lib/tomcat7/logs/catalina.2015-08-19.log.gz', '/var/lib/tomcat7/logs/catalina.2015-08-20.log', '/var/lib/tomcat7/logs/catalina.out', '/var/lib/tomcat7/logs/localhost.2015-08-19.log.gz', '/var/lib/tomcat7/logs/localhost_access_log.2015-08-19.txt']}}, 'service_|-stop_rabbit_|-rabbitmq-server_|-dead': {'comment': 'No changes detected', '__run_num__': 47, '__sls__': 'dbarmor.dbarmor-rabbitmq', 'changes': {}, 'result': True}, 'pkg_|-jsvc_|-jsvc_|-installed': {'comment': 'Package jsvc is already installed.', 'name': 'jsvc', 'start_time': '12:00:53.318485', 'result': True, 'duration': 0.505, '__run_num__': 14, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-libtomcat6-java_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'libtomcat6-java', 'start_time': '12:00:53.626120', 'result': True, 'duration': 0.363, '__run_num__': 25, 'changes': {}}, 'file_|-create_log_dir_|-/var/log/webpulse_|-directory': {'comment': 'Directory /var/log/webpulse is in the correct state', 'name': '/var/log/webpulse', 'start_time': '12:00:53.326833', 'result': True, 'duration': 0.726, '__run_num__': 15, 'changes': {}}, 'user_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'User tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:00:53.638474', 'result': True, 'duration': 1.0, '__run_num__': 30, 'changes': {}}, 'rabbitmq_plugin_|-rabbitmq_management_|-rabbitmq_management_|-enabled': {'comment': 'Plugin rabbitmq_management is already enabled', 'name': 'rabbitmq_management', 'start_time': '12:01:00.245280', 'result': True, 'duration': 636.331, '__run_num__': 51, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_processor_|-dbarmor_processor_|-present': {'comment': 'Changing password for user "dbarmor_processor" ...', 'name': 'dbarmor_processor', 'start_time': '12:01:02.161990', 'result': True, 'duration': 1224.847, '__run_num__': 54, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'file_|-tomcat7-admin-installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-blockreplace': {'comment': 'Changes were made', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:00:53.652227', 'result': True, 'duration': 2.492, '__run_num__': 33, 'changes': {'diff': '--- \n+++ \n@@ -34,5 +34,7 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n+<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n+<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkgrepo_|-rabbitmq_repo_|-deb http://www.rabbitmq.com/debian/ testing main_|-managed': {'comment': "Package repo 'deb http://www.rabbitmq.com/debian/ testing main' already configured", 'name': 'deb http://www.rabbitmq.com/debian/ testing main', 'start_time': '12:01:00.152090', 'result': True, 'duration': 45.864, '__run_num__': 45, 'changes': {}}, 'service_|-dbarmor-processor-jar_|-dbarmor-processor_|-running': {'comment': 'Service dbarmor-processor is already enabled, and is in the desired state', 'name': 'dbarmor-processor', 'start_time': '12:00:53.519273', 'result': True, 'duration': 23.724, '__run_num__': 18, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jre-headless', 'start_time': '12:00:44.935567', 'result': True, 'duration': 0.341, '__run_num__': 10, 'changes': {}}, 'file_|-dbarmor-processor-jar_|-/opt/webpulse/dbarmor-processor/dbarmor-processor.jar_|-managed': {'comment': 'File /opt/webpulse/dbarmor-processor/dbarmor-processor.jar is in the correct state', 'name': '/opt/webpulse/dbarmor-processor/dbarmor-processor.jar', 'start_time': '12:00:53.392702', 'result': True, 'duration': 124.314, '__run_num__': 17, 'changes': {}}, 'service_|-rabbitmq-server_|-rabbitmq-server_|-running': {'comment': 'Service rabbitmq-server is already enabled, and is in the desired state', 'name': 'rabbitmq-server', 'start_time': '12:01:00.884690', 'result': True, 'duration': 411.183, '__run_num__': 52, 'changes': {}}}}, 'out': 'highstate'}
[INFO ] Completed state [state.highstate] at time 12:01:12.696463
[INFO ] Running state [state.highstate] at time 12:01:12.696682
[INFO ] Executing state salt.function for state.highstate
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/salt-api.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/salt-api.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt-test-minion.wp.bluecoat.com
[DEBUG ] Missing configuration file: /root/.saltrc
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:12.746798'}
[DEBUG ] LazyLoaded local_cache.get_load
[DEBUG ] get_iter_returns for jid 20150820120112758376 sent to set(['dbarmor-acc02.wp.bluecoat.com', 'dbarmor-acc03.wp.bluecoat.com']) will timeout at 12:01:17.763982
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:17.769823'}
[DEBUG ] Checking whether jid 20150820120112758376 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:22.781899'}
[DEBUG ] Checking whether jid 20150820120112758376 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:27.821540'}
[DEBUG ] Checking whether jid 20150820120112758376 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:32.862319'}
[DEBUG ] Checking whether jid 20150820120112758376 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:37.899797'}
[DEBUG ] Checking whether jid 20150820120112758376 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:42.935941'}
[DEBUG ] Checking whether jid 20150820120112758376 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:47.972731'}
[DEBUG ] Checking whether jid 20150820120112758376 is still running
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:53.012119'}
[DEBUG ] Checking whether jid 20150820120112758376 is still running
[DEBUG ] jid 20150820120112758376 return from dbarmor-acc02.wp.bluecoat.com
[DEBUG ] MasterEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] MasterEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] Sending event - data = {'_stamp': '2015-08-20T18:01:58.053293'}
[DEBUG ] Checking whether jid 20150820120112758376 is still running
[INFO ] {'ret': {'dbarmor-acc02.wp.bluecoat.com': {'pkg_|-tomcat7-admin-installer_|-tomcat7-admin_|-installed': {'comment': 'Package tomcat7-admin is already installed.', 'name': 'tomcat7-admin', 'start_time': '12:01:34.854548', 'result': True, 'duration': 0.44, '__run_num__': 29, 'changes': {}}, 'service_|-restart_tomcat7_|-tomcat7_|-running': {'comment': 'Started Service tomcat7', 'name': 'tomcat7', 'start_time': '12:01:35.810181', 'result': True, 'duration': 5059.264, '__run_num__': 44, 'changes': {'tomcat7': True}}, 'file_|-dbarmor-processor-jar_|-/opt/webpulse/dbarmor-processor/dbarmor-processor.jar_|-managed': {'comment': 'File /opt/webpulse/dbarmor-processor/dbarmor-processor.jar is in the correct state', 'name': '/opt/webpulse/dbarmor-processor/dbarmor-processor.jar', 'start_time': '12:01:34.574212', 'result': True, 'duration': 124.065, '__run_num__': 17, 'changes': {}}, 'pkg_|-rabbitmq-server_|-rabbitmq-server_|-installed': {'comment': "Version 3.5.4-1 of package 'rabbitmq-server' is already installed.", 'name': 'rabbitmq-server', 'start_time': '12:01:40.924128', 'result': True, 'duration': 0.692, '__run_num__': 46, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.8-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.8-jre-headless', 'start_time': '12:01:26.496976', 'result': True, 'duration': 0.338, '__run_num__': 9, 'changes': {}}, 'file_|-install_processor_properties_|-/etc/webpulse/dbarmor-processor/dbarmor-processor.properties_|-managed': {'comment': 'File /etc/webpulse/dbarmor-processor/dbarmor-processor.properties is in the correct state', 'name': '/etc/webpulse/dbarmor-processor/dbarmor-processor.properties', 'start_time': '12:01:34.753141', 'result': True, 'duration': 11.249, '__run_num__': 19, 'changes': {}}, 'pkg_|-java_deps_|-python-apt_|-latest': {'comment': 'Package python-apt is already up-to-date.', 'name': 'python-apt', 'start_time': '12:01:24.554642', 'result': True, 'duration': 22.316, '__run_num__': 5, 'changes': {}}, 'rabbitmq_vhost_|-rabbitmq_vhost_/_|-/_|-present': {'comment': 'Creating vhost "/" ...\nError: vhost_already_exists: /', 'name': '/', 'start_time': '12:01:47.124377', 'result': False, 'duration': 790.432, '__run_num__': 57, 'changes': {}}, 'file_|-tomcat7_installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-managed': {'comment': 'File /var/lib/tomcat7/conf/tomcat-users.xml updated', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:01:34.861877', 'result': True, 'duration': 9.311, '__run_num__': 32, 'changes': {'diff': '--- \n+++ \n@@ -34,7 +34,5 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n-<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n-<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkg_|-tomcat7-common_installer_|-tomcat7-common_|-installed': {'comment': 'Package tomcat7-common is already installed.', 'name': 'tomcat7-common', 'start_time': '12:01:34.852613', 'result': True, 'duration': 0.476, '__run_num__': 27, 'changes': {}}, 'file_|-rabbitmq_binary_tool_env_|-/usr/local/bin/rabbitmq-env_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-env is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-env', 'start_time': '12:01:40.937199', 'result': True, 'duration': 1.131, '__run_num__': 49, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/webapps/dbarmor-web_|-directory': {'comment': 'Directory /var/lib/tomcat7/webapps/dbarmor-web is in the correct state', 'name': '/var/lib/tomcat7/webapps/dbarmor-web', 'start_time': '12:01:35.132128', 'result': True, 'duration': 0.579, '__run_num__': 40, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_web_|-dbarmor_web_|-present': {'comment': 'Changing password for user "dbarmor_web" ...', 'name': 'dbarmor_web', 'start_time': '12:01:45.636434', 'result': True, 'duration': 1486.318, '__run_num__': 56, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'grains_|-web_role_|-role_|-list_present': {'comment': 'Value dbarmor_web is already in grain role', 'name': 'role', 'start_time': '12:01:08.478763', 'result': True, 'duration': 0.268, '__run_num__': 1, 'changes': {}}, 'pkg_|-tomcat7_installer_|-tomcat7_|-installed': {'comment': 'Package tomcat7 is already installed.', 'name': 'tomcat7', 'start_time': '12:01:34.853611', 'result': True, 'duration': 0.441, '__run_num__': 28, 'changes': {}}, 'service_|-tomcat7_cleanup_|-tomcat7_|-dead': {'comment': 'Service tomcat7 was killed', 'name': 'tomcat7', 'start_time': '12:01:34.929510', 'result': True, 'duration': 172.145, '__run_num__': 35, 'changes': {'tomcat7': True}}, 'pkg_|-tomcat6_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:01:34.851334', 'result': True, 'duration': 0.456, '__run_num__': 26, 'changes': {}}, 'service_|-tomcat7_installer_|-tomcat7_|-running': {'comment': 'Service tomcat7 is already enabled, and is in the desired state', 'name': 'tomcat7', 'start_time': '12:01:34.879256', 'result': True, 'duration': 50.084, '__run_num__': 34, 'changes': {}}, 'file_|-update_war_file_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-managed': {'comment': 'File /var/lib/tomcat7/webapps/dbarmor-web.war updated', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:01:35.135974', 'result': True, 'duration': 661.485, '__run_num__': 42, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-common_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-common', 'start_time': '12:01:34.849661', 'result': True, 'duration': 0.353, '__run_num__': 24, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6', 'start_time': '12:01:34.847636', 'result': True, 'duration': 0.636, '__run_num__': 22, 'changes': {}}, 'debconf_|-oracle-java8-installer_|-oracle-java8-installer_|-set': {'comment': 'All specified answers are already set', 'name': 'oracle-java8-installer', 'start_time': '12:01:26.498258', 'result': True, 'duration': 214.33, '__run_num__': 11, 'changes': {}}, 'pkgrepo_|-oracle-java8-installer_|-oracle-java8-installer_|-managed': {'comment': "Package repo 'oracle-java8-installer' already configured", 'name': 'oracle-java8-installer', 'start_time': '12:01:24.578490', 'result': True, 'duration': 1911.745, '__run_num__': 6, 'changes': {}}, 'pkg_|-java_deps_|-debconf-utils_|-latest': {'comment': 'Package debconf-utils is already up-to-date.', 'name': 'debconf-utils', 'start_time': '12:01:24.532854', 'result': True, 'duration': 21.636, '__run_num__': 4, 'changes': {}}, 'rabbitmq_cluster_|-rabbit@dbarmor-acc01_|-rabbit@dbarmor-acc01_|-join': {'comment': 'Already in cluster', 'name': 'rabbit@dbarmor-acc01', 'start_time': '12:01:47.916397', 'result': True, 'duration': 388.133, '__run_num__': 58, 'changes': {}}, 'file_|-rabbit_cookie_|-/var/lib/rabbitmq/.erlang.cookie_|-managed': {'comment': 'File /var/lib/rabbitmq/.erlang.cookie is in the correct state', 'name': '/var/lib/rabbitmq/.erlang.cookie', 'start_time': '12:01:40.930167', 'result': True, 'duration': 2.375, '__run_num__': 48, 'changes': {}}, 'grains_|-processor_role_|-role_|-list_present': {'comment': 'Value dbarmor_processor is already in grain role', 'name': 'role', 'start_time': '12:01:08.478290', 'result': True, 'duration': 0.372, '__run_num__': 0, 'changes': {}}, 'file_|-rabbitmq_binary_tool_plugins_|-/usr/local/bin/rabbitmq-plugins_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-plugins is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-plugins', 'start_time': '12:01:40.939166', 'result': True, 'duration': 1.088, '__run_num__': 50, 'changes': {}}, 'pkg_|-oracle-java8-installer_|-oracle-java8-installer_|-latest': {'comment': 'Package oracle-java8-installer is already up-to-date.', 'name': 'oracle-java8-installer', 'start_time': '12:01:26.714324', 'result': True, 'duration': 7759.199, '__run_num__': 12, 'changes': {}}, 'file_|-remove_files_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'Removed file /usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:01:35.115937', 'result': True, 'duration': 0.342, '__run_num__': 38, 'changes': {'removed': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties'}}, 'rabbitmq_user_|-rabbitmq_user_webpulse_|-webpulse_|-present': {'comment': 'An exception occurred in this state: Traceback (most recent call last):\n File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1560, in call\n **cdata[\'kwargs\'])\n File "/usr/lib/python2.7/dist-packages/salt/states/rabbitmq_user.py", line 147, in present\n if _check_tags_changes(name, tags):\n File "/usr/lib/python2.7/dist-packages/salt/states/rabbitmq_user.py", line 70, in _check_tags_changes\n return __salt__[\'rabbitmq.list_users\']()[name] - set(newtags)\nKeyError: \'webpulse\'\n', 'name': 'webpulse', 'start_time': '12:01:44.480224', 'result': False, 'duration': 1155.508, '__run_num__': 55, 'changes': {}}, 'file_|-remove_files_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-absent': {'comment': 'Removed file /var/lib/tomcat7/webapps/dbarmor-web.war', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:01:35.107813', 'result': True, 'duration': 7.605, '__run_num__': 36, 'changes': {'removed': '/var/lib/tomcat7/webapps/dbarmor-web.war'}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jdk_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jdk', 'start_time': '12:01:26.495974', 'result': True, 'duration': 0.483, '__run_num__': 7, 'changes': {}}, 'file_|-oracle-java8-installer_|-/usr/lib/jvm/default-java_|-symlink': {'comment': 'Symlink /usr/lib/jvm/default-java is present and owned by root:root', 'name': '/usr/lib/jvm/default-java', 'start_time': '12:01:34.477982', 'result': True, 'duration': 2.655, '__run_num__': 13, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-admin_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-admin', 'start_time': '12:01:34.848809', 'result': True, 'duration': 0.369, '__run_num__': 23, 'changes': {}}, 'rabbitmq_policy_|-rabbitmq_policy_|-HA_|-present': {'comment': 'Setting policy "HA" for pattern ".*" to "{\\"ha-mode\\": \\"all\\"}" with priority "0" ...', 'name': 'HA', 'start_time': '12:01:42.002808', 'result': True, 'duration': 929.641, '__run_num__': 53, 'changes': {'new': ['Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all"}', 'pattern': '.*'}}}, 'pkg_|-non-oracle_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:01:26.496544', 'result': True, 'duration': 0.347, '__run_num__': 8, 'changes': {}}, 'file_|-update_config_file_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-managed': {'comment': 'File /usr/share/tomcat7/shared/classes/dbarmor-web.properties updated', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:01:35.797924', 'result': True, 'duration': 11.762, '__run_num__': 43, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'service_|-tomcat6_purge_all_|-tomcat6_|-dead': {'comment': 'The named service tomcat6 is not available', 'name': 'tomcat6', 'start_time': '12:01:34.826009', 'result': True, 'duration': 21.116, '__run_num__': 21, 'changes': {}}, 'file_|-install_upstart_script_|-/etc/init/dbarmor-processor.conf_|-managed': {'comment': 'File /etc/init/dbarmor-processor.conf is in the correct state', 'name': '/etc/init/dbarmor-processor.conf', 'start_time': '12:01:34.501196', 'result': True, 'duration': 2.287, '__run_num__': 16, 'changes': {}}, 'pkg_|-java_deps_|-python-software-properties_|-latest': {'comment': 'Package python-software-properties is already up-to-date.', 'name': 'python-software-properties', 'start_time': '12:01:08.481663', 'result': True, 'duration': 16051.02, '__run_num__': 3, 'changes': {}}, 'group_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'Group tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:01:34.860336', 'result': True, 'duration': 0.341, '__run_num__': 31, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/work/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/work', 'name': '/var/lib/tomcat7/work/', 'start_time': '12:01:35.128992', 'result': True, 'duration': 1.153, '__run_num__': 39, 'changes': {'removed': ['/var/lib/tomcat7/work/Catalina', '/var/lib/tomcat7/work/catalina.policy']}}, 'cmd_|-install_upstart_script_|-initctl reload-configuration_|-run': {'comment': 'Command "initctl reload-configuration" run', 'name': 'initctl reload-configuration', 'start_time': '12:01:34.765195', 'result': True, 'duration': 56.213, '__run_num__': 20, 'changes': {'pid': 9138, 'retcode': 0, 'stderr': '', 'stdout': ''}}, 'file_|-remove_files_|-/var/lib/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'File /var/lib/tomcat7/shared/classes/dbarmor-web.properties is not present', 'name': '/var/lib/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:01:35.115510', 'result': True, 'duration': 0.342, '__run_num__': 37, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/logs/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/logs', 'name': '/var/lib/tomcat7/logs/', 'start_time': '12:01:35.134673', 'result': True, 'duration': 0.89, '__run_num__': 41, 'changes': {'removed': ['/var/lib/tomcat7/logs/catalina.2015-08-19.log.gz', '/var/lib/tomcat7/logs/catalina.2015-08-20.log', '/var/lib/tomcat7/logs/catalina.out', '/var/lib/tomcat7/logs/localhost.2015-08-19.log.gz', '/var/lib/tomcat7/logs/localhost_access_log.2015-08-19.txt']}}, 'service_|-stop_rabbit_|-rabbitmq-server_|-dead': {'comment': 'No changes detected', '__run_num__': 47, '__sls__': 'dbarmor.dbarmor-rabbitmq', 'changes': {}, 'result': True}, 'pkg_|-jsvc_|-jsvc_|-installed': {'comment': 'Package jsvc is already installed.', 'name': 'jsvc', 'start_time': '12:01:34.480850', 'result': True, 'duration': 0.942, '__run_num__': 14, 'changes': {}}, 'grains_|-secondary_rabbit_role_|-role_|-list_present': {'comment': 'Value dbarmor_secondary_rabbit is already in grain role', 'name': 'role', 'start_time': '12:01:08.479114', 'result': True, 'duration': 0.258, '__run_num__': 2, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-libtomcat6-java_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'libtomcat6-java', 'start_time': '12:01:34.850488', 'result': True, 'duration': 0.363, '__run_num__': 25, 'changes': {}}, 'file_|-create_log_dir_|-/var/log/webpulse_|-directory': {'comment': 'Directory /var/log/webpulse is in the correct state', 'name': '/var/log/webpulse', 'start_time': '12:01:34.487649', 'result': True, 'duration': 0.77, '__run_num__': 15, 'changes': {}}, 'user_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'User tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:01:34.858995', 'result': True, 'duration': 1.003, '__run_num__': 30, 'changes': {}}, 'rabbitmq_plugin_|-rabbitmq_management_|-rabbitmq_management_|-enabled': {'comment': 'Plugin rabbitmq_management is already enabled', 'name': 'rabbitmq_management', 'start_time': '12:01:40.941092', 'result': True, 'duration': 562.874, '__run_num__': 51, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_processor_|-dbarmor_processor_|-present': {'comment': 'Changing password for user "dbarmor_processor" ...', 'name': 'dbarmor_processor', 'start_time': '12:01:42.934018', 'result': True, 'duration': 1545.47, '__run_num__': 54, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'file_|-tomcat7-admin-installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-blockreplace': {'comment': 'Changes were made', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:01:34.871728', 'result': True, 'duration': 6.081, '__run_num__': 33, 'changes': {'diff': '--- \n+++ \n@@ -34,5 +34,7 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n+<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n+<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkgrepo_|-rabbitmq_repo_|-deb http://www.rabbitmq.com/debian/ testing main_|-managed': {'comment': "Package repo 'deb http://www.rabbitmq.com/debian/ testing main' already configured", 'name': 'deb http://www.rabbitmq.com/debian/ testing main', 'start_time': '12:01:40.876895', 'result': True, 'duration': 46.846, '__run_num__': 45, 'changes': {}}, 'service_|-dbarmor-processor-jar_|-dbarmor-processor_|-running': {'comment': 'Service dbarmor-processor is already enabled, and is in the desired state', 'name': 'dbarmor-processor', 'start_time': '12:01:34.698901', 'result': True, 'duration': 53.711, '__run_num__': 18, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jre-headless', 'start_time': '12:01:26.497398', 'result': True, 'duration': 0.337, '__run_num__': 10, 'changes': {}}, 'service_|-rabbitmq-server_|-rabbitmq-server_|-running': {'comment': 'Service rabbitmq-server is already enabled, and is in the desired state', 'name': 'rabbitmq-server', 'start_time': '12:01:41.505254', 'result': True, 'duration': 496.059, '__run_num__': 52, 'changes': {}}}}, 'out': 'highstate'}
[INFO ] Completed state [state.highstate] at time 12:02:03.143456
[DEBUG ] File /var/cache/salt/master/accumulator/139647761923344 does not exist, no need to cleanup.
[DEBUG ] LazyLoaded config.option
[DEBUG ] LazyLoaded nested.output
salt-test-minion.wp.bluecoat.com_master:
----------
salt_|-install_primary_minion_|-state.highstate_|-function:
----------
__run_num__:
1
changes:
----------
out:
highstate
ret:
----------
dbarmor-acc01.wp.bluecoat.com:
----------
cmd_|-install_upstart_script_|-initctl reload-configuration_|-run:
----------
__run_num__:
20
changes:
----------
pid:
15808
retcode:
0
stderr:
stdout:
comment:
Command "initctl reload-configuration" run
duration:
52.988
name:
initctl reload-configuration
result:
True
start_time:
12:00:53.558823
debconf_|-oracle-java8-installer_|-oracle-java8-installer_|-set:
----------
__run_num__:
11
changes:
----------
comment:
All specified answers are already set
duration:
225.272
name:
oracle-java8-installer
result:
True
start_time:
12:00:44.937735
file_|-create_log_dir_|-/var/log/webpulse_|-directory:
----------
__run_num__:
15
changes:
----------
comment:
Directory /var/log/webpulse is in the correct state
duration:
0.726
name:
/var/log/webpulse
result:
True
start_time:
12:00:53.326833
file_|-dbarmor-processor-jar_|-/opt/webpulse/dbarmor-processor/dbarmor-processor.jar_|-managed:
----------
__run_num__:
17
changes:
----------
comment:
File /opt/webpulse/dbarmor-processor/dbarmor-processor.jar is in the correct state
duration:
124.314
name:
/opt/webpulse/dbarmor-processor/dbarmor-processor.jar
result:
True
start_time:
12:00:53.392702
file_|-install_processor_properties_|-/etc/webpulse/dbarmor-processor/dbarmor-processor.properties_|-managed:
----------
__run_num__:
19
changes:
----------
comment:
File /etc/webpulse/dbarmor-processor/dbarmor-processor.properties is in the correct state
duration:
11.092
name:
/etc/webpulse/dbarmor-processor/dbarmor-processor.properties
result:
True
start_time:
12:00:53.545243
file_|-install_upstart_script_|-/etc/init/dbarmor-processor.conf_|-managed:
----------
__run_num__:
16
changes:
----------
comment:
File /etc/init/dbarmor-processor.conf is in the correct state
duration:
2.339
name:
/etc/init/dbarmor-processor.conf
result:
True
start_time:
12:00:53.347278
file_|-oracle-java8-installer_|-/usr/lib/jvm/default-java_|-symlink:
----------
__run_num__:
13
changes:
----------
comment:
Symlink /usr/lib/jvm/default-java is present and owned by root:root
duration:
1.383
name:
/usr/lib/jvm/default-java
result:
True
start_time:
12:00:53.316999
file_|-rabbit_cookie_|-/var/lib/rabbitmq/.erlang.cookie_|-managed:
----------
__run_num__:
48
changes:
----------
comment:
File /var/lib/rabbitmq/.erlang.cookie is in the correct state
duration:
2.429
name:
/var/lib/rabbitmq/.erlang.cookie
result:
True
start_time:
12:01:00.210920
file_|-rabbitmq_binary_tool_env_|-/usr/local/bin/rabbitmq-env_|-symlink:
----------
__run_num__:
49
changes:
----------
comment:
Symlink /usr/local/bin/rabbitmq-env is present and owned by root:root
duration:
11.833
name:
/usr/local/bin/rabbitmq-env
result:
True
start_time:
12:01:00.222189
file_|-rabbitmq_binary_tool_plugins_|-/usr/local/bin/rabbitmq-plugins_|-symlink:
----------
__run_num__:
50
changes:
----------
comment:
Symlink /usr/local/bin/rabbitmq-plugins is present and owned by root:root
duration:
2.203
name:
/usr/local/bin/rabbitmq-plugins
result:
True
start_time:
12:01:00.238653
file_|-remove_files_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-absent:
----------
__run_num__:
38
changes:
----------
removed:
/usr/share/tomcat7/shared/classes/dbarmor-web.properties
comment:
Removed file /usr/share/tomcat7/shared/classes/dbarmor-web.properties
duration:
0.363
name:
/usr/share/tomcat7/shared/classes/dbarmor-web.properties
result:
True
start_time:
12:00:53.849774
file_|-remove_files_|-/var/lib/tomcat7/shared/classes/dbarmor-web.properties_|-absent:
----------
__run_num__:
37
changes:
----------
comment:
File /var/lib/tomcat7/shared/classes/dbarmor-web.properties is not present
duration:
0.331
name:
/var/lib/tomcat7/shared/classes/dbarmor-web.properties
result:
True
start_time:
12:00:53.847717
file_|-remove_files_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-absent:
----------
__run_num__:
36
changes:
----------
removed:
/var/lib/tomcat7/webapps/dbarmor-web.war
comment:
Removed file /var/lib/tomcat7/webapps/dbarmor-web.war
duration:
7.941
name:
/var/lib/tomcat7/webapps/dbarmor-web.war
result:
True
start_time:
12:00:53.838046
file_|-tomcat7-admin-installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-blockreplace:
----------
__run_num__:
33
changes:
----------
diff:
---
+++
@@ -34,5 +34,7 @@
<user username="role1" password="tomcat" roles="role1"/>
-->
<!-- Begin Webpulse User Section -->
+<user username="admin" password="pwd" roles="manager-gui,manager-status"/>
+<user username="scriptor" password="pwd" roles="manager-script"/>
<!-- End Webpulse User Section -->
</tomcat-users>
comment:
Changes were made
duration:
2.492
name:
/var/lib/tomcat7/conf/tomcat-users.xml
result:
True
start_time:
12:00:53.652227
file_|-tomcat7_cleanup_|-/var/lib/tomcat7/logs/_|-directory:
----------
__run_num__:
41
changes:
----------
removed:
- /var/lib/tomcat7/logs/catalina.2015-08-19.log.gz
- /var/lib/tomcat7/logs/catalina.2015-08-20.log
- /var/lib/tomcat7/logs/catalina.out
- /var/lib/tomcat7/logs/localhost.2015-08-19.log.gz
- /var/lib/tomcat7/logs/localhost_access_log.2015-08-19.txt
comment:
Files cleaned from directory /var/lib/tomcat7/logs
duration:
1.04
name:
/var/lib/tomcat7/logs/
result:
True
start_time:
12:00:53.876987
file_|-tomcat7_cleanup_|-/var/lib/tomcat7/webapps/dbarmor-web_|-directory:
----------
__run_num__:
40
changes:
----------
comment:
Directory /var/lib/tomcat7/webapps/dbarmor-web is in the correct state
duration:
0.689
name:
/var/lib/tomcat7/webapps/dbarmor-web
result:
True
start_time:
12:00:53.872779
file_|-tomcat7_cleanup_|-/var/lib/tomcat7/work/_|-directory:
----------
__run_num__:
39
changes:
----------
removed:
- /var/lib/tomcat7/work/Catalina
- /var/lib/tomcat7/work/catalina.policy
comment:
Files cleaned from directory /var/lib/tomcat7/work
duration:
1.279
name:
/var/lib/tomcat7/work/
result:
True
start_time:
12:00:53.867960
file_|-tomcat7_installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-managed:
----------
__run_num__:
32
changes:
----------
diff:
---
+++
@@ -34,7 +34,5 @@
<user username="role1" password="tomcat" roles="role1"/>
-->
<!-- Begin Webpulse User Section -->
-<user username="admin" password="pwd" roles="manager-gui,manager-status"/>
-<user username="scriptor" password="pwd" roles="manager-script"/>
<!-- End Webpulse User Section -->
</tomcat-users>
comment:
File /var/lib/tomcat7/conf/tomcat-users.xml updated
duration:
5.601
name:
/var/lib/tomcat7/conf/tomcat-users.xml
result:
True
start_time:
12:00:53.644491
file_|-update_config_file_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-managed:
----------
__run_num__:
43
changes:
----------
diff:
New file
mode:
0644
comment:
File /usr/share/tomcat7/shared/classes/dbarmor-web.properties updated
duration:
14.044
name:
/usr/share/tomcat7/shared/classes/dbarmor-web.properties
result:
True
start_time:
12:00:55.074321
file_|-update_war_file_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-managed:
----------
__run_num__:
42
changes:
----------
diff:
New file
mode:
0644
comment:
File /var/lib/tomcat7/webapps/dbarmor-web.war updated
duration:
1189.985
name:
/var/lib/tomcat7/webapps/dbarmor-web.war
result:
True
start_time:
12:00:53.880045
grains_|-primary_rabbit_role_|-role_|-list_present:
----------
__run_num__:
2
changes:
----------
comment:
Value dbarmor_primary_rabbit is already in grain role
duration:
0.31
name:
role
result:
True
start_time:
12:00:00.780990
grains_|-processor_role_|-role_|-list_present:
----------
__run_num__:
0
changes:
----------
comment:
Value dbarmor_processor is already in grain role
duration:
0.484
name:
role
result:
True
start_time:
12:00:00.776772
grains_|-web_role_|-role_|-list_present:
----------
__run_num__:
1
changes:
----------
comment:
Value dbarmor_web is already in grain role
duration:
0.28
name:
role
result:
True
start_time:
12:00:00.779001
group_|-tomcat7_installer_|-tomcat7_|-present:
----------
__run_num__:
31
changes:
----------
comment:
Group tomcat7 is present and up to date
duration:
0.384
name:
tomcat7
result:
True
start_time:
12:00:53.641278
pkg_|-java_deps_|-debconf-utils_|-latest:
----------
__run_num__:
4
changes:
----------
comment:
Package debconf-utils is already up-to-date.
duration:
36.368
name:
debconf-utils
result:
True
start_time:
12:00:42.794893
pkg_|-java_deps_|-python-apt_|-latest:
----------
__run_num__:
5
changes:
----------
comment:
Package python-apt is already up-to-date.
duration:
37.339
name:
python-apt
result:
True
start_time:
12:00:42.831457
pkg_|-java_deps_|-python-software-properties_|-latest:
----------
__run_num__:
3
changes:
----------
comment:
Package python-software-properties is already up-to-date.
duration:
42013.214
name:
python-software-properties
result:
True
start_time:
12:00:00.781501
pkg_|-jsvc_|-jsvc_|-installed:
----------
__run_num__:
14
changes:
----------
comment:
Package jsvc is already installed.
duration:
0.505
name:
jsvc
result:
True
start_time:
12:00:53.318485
pkg_|-non-oracle_purge_all_|-gcj-4.6-jdk_|-purged:
----------
__run_num__:
7
changes:
----------
comment:
All specified packages are already absent.
duration:
0.78
name:
gcj-4.6-jdk
result:
True
start_time:
12:00:44.933831
pkg_|-non-oracle_purge_all_|-gcj-4.6-jre-headless_|-purged:
----------
__run_num__:
10
changes:
----------
comment:
All specified packages are already absent.
duration:
0.341
name:
gcj-4.6-jre-headless
result:
True
start_time:
12:00:44.935567
pkg_|-non-oracle_purge_all_|-gcj-4.8-jre-headless_|-purged:
----------
__run_num__:
9
changes:
----------
comment:
All specified packages are already absent.
duration:
0.349
name:
gcj-4.8-jre-headless
result:
True
start_time:
12:00:44.935135
pkg_|-non-oracle_purge_all_|-oracle-java7-installer_|-purged:
----------
__run_num__:
8
changes:
----------
comment:
All specified packages are already absent.
duration:
0.355
name:
oracle-java7-installer
result:
True
start_time:
12:00:44.934698
pkg_|-oracle-java8-installer_|-oracle-java8-installer_|-latest:
----------
__run_num__:
12
changes:
----------
comment:
Package oracle-java8-installer is already up-to-date.
duration:
8150.326
name:
oracle-java8-installer
result:
True
start_time:
12:00:45.164740
pkg_|-rabbitmq-server_|-rabbitmq-server_|-installed:
----------
__run_num__:
46
changes:
----------
comment:
Version 3.5.4-1 of package 'rabbitmq-server' is already installed.
duration:
0.685
name:
rabbitmq-server
result:
True
start_time:
12:01:00.198335
pkg_|-tomcat6_purge_all_|-libtomcat6-java_|-purged:
----------
__run_num__:
25
changes:
----------
comment:
All specified packages are already absent.
duration:
0.363
name:
libtomcat6-java
result:
True
start_time:
12:00:53.626120
pkg_|-tomcat6_purge_all_|-oracle-java7-installer_|-purged:
----------
__run_num__:
26
changes:
----------
comment:
All specified packages are already absent.
duration:
0.363
name:
oracle-java7-installer
result:
True
start_time:
12:00:53.626949
pkg_|-tomcat6_purge_all_|-tomcat6-admin_|-purged:
----------
__run_num__:
23
changes:
----------
comment:
All specified packages are already absent.
duration:
0.377
name:
tomcat6-admin
result:
True
start_time:
12:00:53.624418
pkg_|-tomcat6_purge_all_|-tomcat6-common_|-purged:
----------
__run_num__:
24
changes:
----------
comment:
All specified packages are already absent.
duration:
0.363
name:
tomcat6-common
result:
True
start_time:
12:00:53.625295
pkg_|-tomcat6_purge_all_|-tomcat6_|-purged:
----------
__run_num__:
22
changes:
----------
comment:
All specified packages are already absent.
duration:
0.595
name:
tomcat6
result:
True
start_time:
12:00:53.623325
pkg_|-tomcat7-admin-installer_|-tomcat7-admin_|-installed:
----------
__run_num__:
29
changes:
----------
comment:
Package tomcat7-admin is already installed.
duration:
0.439
name:
tomcat7-admin
result:
True
start_time:
12:00:53.629984
pkg_|-tomcat7-common_installer_|-tomcat7-common_|-installed:
----------
__run_num__:
27
changes:
----------
comment:
Package tomcat7-common is already installed.
duration:
0.488
name:
tomcat7-common
result:
True
start_time:
12:00:53.628077
pkg_|-tomcat7_installer_|-tomcat7_|-installed:
----------
__run_num__:
28
changes:
----------
comment:
Package tomcat7 is already installed.
duration:
0.476
name:
tomcat7
result:
True
start_time:
12:00:53.629037
pkgrepo_|-oracle-java8-installer_|-oracle-java8-installer_|-managed:
----------
__run_num__:
6
changes:
----------
comment:
Package repo 'oracle-java8-installer' already configured
duration:
2055.17
name:
oracle-java8-installer
result:
True
start_time:
12:00:42.870742
pkgrepo_|-rabbitmq_repo_|-deb http://www.rabbitmq.com/debian/ testing main_|-managed:
----------
__run_num__:
45
changes:
----------
comment:
Package repo 'deb http://www.rabbitmq.com/debian/ testing main' already configured
duration:
45.864
name:
deb http://www.rabbitmq.com/debian/ testing main
result:
True
start_time:
12:01:00.152090
rabbitmq_plugin_|-rabbitmq_management_|-rabbitmq_management_|-enabled:
----------
__run_num__:
51
changes:
----------
comment:
Plugin rabbitmq_management is already enabled
duration:
636.331
name:
rabbitmq_management
result:
True
start_time:
12:01:00.245280
rabbitmq_policy_|-rabbitmq_policy_|-HA_|-present:
----------
__run_num__:
53
changes:
----------
new:
- Definition
old:
----------
apply_to:
all
definition:
{"ha-mode":"all"}
pattern:
.*
priority:
0
comment:
Setting policy "HA" for pattern ".*" to "{\"ha-mode\": \"all\"}" with priority "0" ...
duration:
860.705
name:
HA
result:
True
start_time:
12:01:01.298337
rabbitmq_user_|-rabbitmq_user_dbarmor_processor_|-dbarmor_processor_|-present:
----------
__run_num__:
54
changes:
----------
new:
Set password.
Set permissions ['.*', '.*', '.*'] for vhost /
old:
comment:
Changing password for user "dbarmor_processor" ...
duration:
1224.847
name:
dbarmor_processor
result:
True
start_time:
12:01:02.161990
rabbitmq_user_|-rabbitmq_user_dbarmor_web_|-dbarmor_web_|-present:
----------
__run_num__:
56
changes:
----------
new:
Set password.
Set permissions ['.*', '.*', '.*'] for vhost /
old:
comment:
Changing password for user "dbarmor_web" ...
duration:
1120.916
name:
dbarmor_web
result:
True
start_time:
12:01:04.963888
rabbitmq_user_|-rabbitmq_user_webpulse_|-webpulse_|-present:
----------
__run_num__:
55
changes:
----------
new:
Set password.
Set tags: administrator
Set permissions ['.*', '.*', '.*'] for vhost /
old:
comment:
Changing password for user "webpulse" ...
duration:
1571.995
name:
webpulse
result:
True
start_time:
12:01:03.389375
rabbitmq_vhost_|-rabbitmq_vhost_/_|-/_|-present:
----------
__run_num__:
57
changes:
----------
comment:
Nothing to do
duration:
758.102
name:
/
result:
True
start_time:
12:01:06.087343
service_|-dbarmor-processor-jar_|-dbarmor-processor_|-running:
----------
__run_num__:
18
changes:
----------
comment:
Service dbarmor-processor is already enabled, and is in the desired state
duration:
23.724
name:
dbarmor-processor
result:
True
start_time:
12:00:53.519273
service_|-rabbitmq-server_|-rabbitmq-server_|-running:
----------
__run_num__:
52
changes:
----------
comment:
Service rabbitmq-server is already enabled, and is in the desired state
duration:
411.183
name:
rabbitmq-server
result:
True
start_time:
12:01:00.884690
service_|-restart_tomcat7_|-tomcat7_|-running:
----------
__run_num__:
44
changes:
----------
tomcat7:
True
comment:
Started Service tomcat7
duration:
5049.346
name:
tomcat7
result:
True
start_time:
12:00:55.090529
service_|-stop_rabbit_|-rabbitmq-server_|-dead:
----------
__run_num__:
47
__sls__:
dbarmor.dbarmor-rabbitmq
changes:
----------
comment:
No changes detected
result:
True
service_|-tomcat6_purge_all_|-tomcat6_|-dead:
----------
__run_num__:
21
changes:
----------
comment:
The named service tomcat6 is not available
duration:
4.737
name:
tomcat6
result:
True
start_time:
12:00:53.618102
service_|-tomcat7_cleanup_|-tomcat7_|-dead:
----------
__run_num__:
35
changes:
----------
tomcat7:
True
comment:
Service tomcat7 was killed
duration:
137.013
name:
tomcat7
result:
True
start_time:
12:00:53.688483
service_|-tomcat7_installer_|-tomcat7_|-running:
----------
__run_num__:
34
changes:
----------
comment:
Service tomcat7 is already enabled, and is in the desired state
duration:
29.383
name:
tomcat7
result:
True
start_time:
12:00:53.657237
user_|-tomcat7_installer_|-tomcat7_|-present:
----------
__run_num__:
30
changes:
----------
comment:
User tomcat7 is present and up to date
duration:
1.0
name:
tomcat7
result:
True
start_time:
12:00:53.638474
comment:
Function ran successfully. Function state.highstate ran on dbarmor-acc01.wp.bluecoat.com.
duration:
67678.541
name:
state.highstate
result:
True
start_time:
12:00:05.017922
salt_|-install_secondary_minions_|-state.highstate_|-function:
----------
__run_num__:
2
changes:
----------
out:
highstate
ret:
----------
dbarmor-acc02.wp.bluecoat.com:
----------
cmd_|-install_upstart_script_|-initctl reload-configuration_|-run:
----------
__run_num__:
20
changes:
----------
pid:
9138
retcode:
0
stderr:
stdout:
comment:
Command "initctl reload-configuration" run
duration:
56.213
name:
initctl reload-configuration
result:
True
start_time:
12:01:34.765195
debconf_|-oracle-java8-installer_|-oracle-java8-installer_|-set:
----------
__run_num__:
11
changes:
----------
comment:
All specified answers are already set
duration:
214.33
name:
oracle-java8-installer
result:
True
start_time:
12:01:26.498258
file_|-create_log_dir_|-/var/log/webpulse_|-directory:
----------
__run_num__:
15
changes:
----------
comment:
Directory /var/log/webpulse is in the correct state
duration:
0.77
name:
/var/log/webpulse
result:
True
start_time:
12:01:34.487649
file_|-dbarmor-processor-jar_|-/opt/webpulse/dbarmor-processor/dbarmor-processor.jar_|-managed:
----------
__run_num__:
17
changes:
----------
comment:
File /opt/webpulse/dbarmor-processor/dbarmor-processor.jar is in the correct state
duration:
124.065
name:
/opt/webpulse/dbarmor-processor/dbarmor-processor.jar
result:
True
start_time:
12:01:34.574212
file_|-install_processor_properties_|-/etc/webpulse/dbarmor-processor/dbarmor-processor.properties_|-managed:
----------
__run_num__:
19
changes:
----------
comment:
File /etc/webpulse/dbarmor-processor/dbarmor-processor.properties is in the correct state
duration:
11.249
name:
/etc/webpulse/dbarmor-processor/dbarmor-processor.properties
result:
True
start_time:
12:01:34.753141
file_|-install_upstart_script_|-/etc/init/dbarmor-processor.conf_|-managed:
----------
__run_num__:
16
changes:
----------
comment:
File /etc/init/dbarmor-processor.conf is in the correct state
duration:
2.287
name:
/etc/init/dbarmor-processor.conf
result:
True
start_time:
12:01:34.501196
file_|-oracle-java8-installer_|-/usr/lib/jvm/default-java_|-symlink:
----------
__run_num__:
13
changes:
----------
comment:
Symlink /usr/lib/jvm/default-java is present and owned by root:root
duration:
2.655
name:
/usr/lib/jvm/default-java
result:
True
start_time:
12:01:34.477982
file_|-rabbit_cookie_|-/var/lib/rabbitmq/.erlang.cookie_|-managed:
----------
__run_num__:
48
changes:
----------
comment:
File /var/lib/rabbitmq/.erlang.cookie is in the correct state
duration:
2.375
name:
/var/lib/rabbitmq/.erlang.cookie
result:
True
start_time:
12:01:40.930167
file_|-rabbitmq_binary_tool_env_|-/usr/local/bin/rabbitmq-env_|-symlink:
----------
__run_num__:
49
changes:
----------
comment:
Symlink /usr/local/bin/rabbitmq-env is present and owned by root:root
duration:
1.131
name:
/usr/local/bin/rabbitmq-env
result:
True
start_time:
12:01:40.937199
file_|-rabbitmq_binary_tool_plugins_|-/usr/local/bin/rabbitmq-plugins_|-symlink:
----------
__run_num__:
50
changes:
----------
comment:
Symlink /usr/local/bin/rabbitmq-plugins is present and owned by root:root
duration:
1.088
name:
/usr/local/bin/rabbitmq-plugins
result:
True
start_time:
12:01:40.939166
file_|-remove_files_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-absent:
----------
__run_num__:
38
changes:
----------
removed:
/usr/share/tomcat7/shared/classes/dbarmor-web.properties
comment:
Removed file /usr/share/tomcat7/shared/classes/dbarmor-web.properties
duration:
0.342
name:
/usr/share/tomcat7/shared/classes/dbarmor-web.properties
result:
True
start_time:
12:01:35.115937
file_|-remove_files_|-/var/lib/tomcat7/shared/classes/dbarmor-web.properties_|-absent:
----------
__run_num__:
37
changes:
----------
comment:
File /var/lib/tomcat7/shared/classes/dbarmor-web.properties is not present
duration:
0.342
name:
/var/lib/tomcat7/shared/classes/dbarmor-web.properties
result:
True
start_time:
12:01:35.115510
file_|-remove_files_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-absent:
----------
__run_num__:
36
changes:
----------
removed:
/var/lib/tomcat7/webapps/dbarmor-web.war
comment:
Removed file /var/lib/tomcat7/webapps/dbarmor-web.war
duration:
7.605
name:
/var/lib/tomcat7/webapps/dbarmor-web.war
result:
True
start_time:
12:01:35.107813
file_|-tomcat7-admin-installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-blockreplace:
----------
__run_num__:
33
changes:
----------
diff:
---
+++
@@ -34,5 +34,7 @@
<user username="role1" password="tomcat" roles="role1"/>
-->
<!-- Begin Webpulse User Section -->
+<user username="admin" password="pwd" roles="manager-gui,manager-status"/>
+<user username="scriptor" password="pwd" roles="manager-script"/>
<!-- End Webpulse User Section -->
</tomcat-users>
comment:
Changes were made
duration:
6.081
name:
/var/lib/tomcat7/conf/tomcat-users.xml
result:
True
start_time:
12:01:34.871728
file_|-tomcat7_cleanup_|-/var/lib/tomcat7/logs/_|-directory:
----------
__run_num__:
41
changes:
----------
removed:
- /var/lib/tomcat7/logs/catalina.2015-08-19.log.gz
- /var/lib/tomcat7/logs/catalina.2015-08-20.log
- /var/lib/tomcat7/logs/catalina.out
- /var/lib/tomcat7/logs/localhost.2015-08-19.log.gz
- /var/lib/tomcat7/logs/localhost_access_log.2015-08-19.txt
comment:
Files cleaned from directory /var/lib/tomcat7/logs
duration:
0.89
name:
/var/lib/tomcat7/logs/
result:
True
start_time:
12:01:35.134673
file_|-tomcat7_cleanup_|-/var/lib/tomcat7/webapps/dbarmor-web_|-directory:
----------
__run_num__:
40
changes:
----------
comment:
Directory /var/lib/tomcat7/webapps/dbarmor-web is in the correct state
duration:
0.579
name:
/var/lib/tomcat7/webapps/dbarmor-web
result:
True
start_time:
12:01:35.132128
file_|-tomcat7_cleanup_|-/var/lib/tomcat7/work/_|-directory:
----------
__run_num__:
39
changes:
----------
removed:
- /var/lib/tomcat7/work/Catalina
- /var/lib/tomcat7/work/catalina.policy
comment:
Files cleaned from directory /var/lib/tomcat7/work
duration:
1.153
name:
/var/lib/tomcat7/work/
result:
True
start_time:
12:01:35.128992
file_|-tomcat7_installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-managed:
----------
__run_num__:
32
changes:
----------
diff:
---
+++
@@ -34,7 +34,5 @@
<user username="role1" password="tomcat" roles="role1"/>
-->
<!-- Begin Webpulse User Section -->
-<user username="admin" password="pwd" roles="manager-gui,manager-status"/>
-<user username="scriptor" password="pwd" roles="manager-script"/>
<!-- End Webpulse User Section -->
</tomcat-users>
comment:
File /var/lib/tomcat7/conf/tomcat-users.xml updated
duration:
9.311
name:
/var/lib/tomcat7/conf/tomcat-users.xml
result:
True
start_time:
12:01:34.861877
file_|-update_config_file_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-managed:
----------
__run_num__:
43
changes:
----------
diff:
New file
mode:
0644
comment:
File /usr/share/tomcat7/shared/classes/dbarmor-web.properties updated
duration:
11.762
name:
/usr/share/tomcat7/shared/classes/dbarmor-web.properties
result:
True
start_time:
12:01:35.797924
file_|-update_war_file_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-managed:
----------
__run_num__:
42
changes:
----------
diff:
New file
mode:
0644
comment:
File /var/lib/tomcat7/webapps/dbarmor-web.war updated
duration:
661.485
name:
/var/lib/tomcat7/webapps/dbarmor-web.war
result:
True
start_time:
12:01:35.135974
grains_|-processor_role_|-role_|-list_present:
----------
__run_num__:
0
changes:
----------
comment:
Value dbarmor_processor is already in grain role
duration:
0.372
name:
role
result:
True
start_time:
12:01:08.478290
grains_|-secondary_rabbit_role_|-role_|-list_present:
----------
__run_num__:
2
changes:
----------
comment:
Value dbarmor_secondary_rabbit is already in grain role
duration:
0.258
name:
role
result:
True
start_time:
12:01:08.479114
grains_|-web_role_|-role_|-list_present:
----------
__run_num__:
1
changes:
----------
comment:
Value dbarmor_web is already in grain role
duration:
0.268
name:
role
result:
True
start_time:
12:01:08.478763
group_|-tomcat7_installer_|-tomcat7_|-present:
----------
__run_num__:
31
changes:
----------
comment:
Group tomcat7 is present and up to date
duration:
0.341
name:
tomcat7
result:
True
start_time:
12:01:34.860336
pkg_|-java_deps_|-debconf-utils_|-latest:
----------
__run_num__:
4
changes:
----------
comment:
Package debconf-utils is already up-to-date.
duration:
21.636
name:
debconf-utils
result:
True
start_time:
12:01:24.532854
pkg_|-java_deps_|-python-apt_|-latest:
----------
__run_num__:
5
changes:
----------
comment:
Package python-apt is already up-to-date.
duration:
22.316
name:
python-apt
result:
True
start_time:
12:01:24.554642
pkg_|-java_deps_|-python-software-properties_|-latest:
----------
__run_num__:
3
changes:
----------
comment:
Package python-software-properties is already up-to-date.
duration:
16051.02
name:
python-software-properties
result:
True
start_time:
12:01:08.481663
pkg_|-jsvc_|-jsvc_|-installed:
----------
__run_num__:
14
changes:
----------
comment:
Package jsvc is already installed.
duration:
0.942
name:
jsvc
result:
True
start_time:
12:01:34.480850
pkg_|-non-oracle_purge_all_|-gcj-4.6-jdk_|-purged:
----------
__run_num__:
7
changes:
----------
comment:
All specified packages are already absent.
duration:
0.483
name:
gcj-4.6-jdk
result:
True
start_time:
12:01:26.495974
pkg_|-non-oracle_purge_all_|-gcj-4.6-jre-headless_|-purged:
----------
__run_num__:
10
changes:
----------
comment:
All specified packages are already absent.
duration:
0.337
name:
gcj-4.6-jre-headless
result:
True
start_time:
12:01:26.497398
pkg_|-non-oracle_purge_all_|-gcj-4.8-jre-headless_|-purged:
----------
__run_num__:
9
changes:
----------
comment:
All specified packages are already absent.
duration:
0.338
name:
gcj-4.8-jre-headless
result:
True
start_time:
12:01:26.496976
pkg_|-non-oracle_purge_all_|-oracle-java7-installer_|-purged:
----------
__run_num__:
8
changes:
----------
comment:
All specified packages are already absent.
duration:
0.347
name:
oracle-java7-installer
result:
True
start_time:
12:01:26.496544
pkg_|-oracle-java8-installer_|-oracle-java8-installer_|-latest:
----------
__run_num__:
12
changes:
----------
comment:
Package oracle-java8-installer is already up-to-date.
duration:
7759.199
name:
oracle-java8-installer
result:
True
start_time:
12:01:26.714324
pkg_|-rabbitmq-server_|-rabbitmq-server_|-installed:
----------
__run_num__:
46
changes:
----------
comment:
Version 3.5.4-1 of package 'rabbitmq-server' is already installed.
duration:
0.692
name:
rabbitmq-server
result:
True
start_time:
12:01:40.924128
pkg_|-tomcat6_purge_all_|-libtomcat6-java_|-purged:
----------
__run_num__:
25
changes:
----------
comment:
All specified packages are already absent.
duration:
0.363
name:
libtomcat6-java
result:
True
start_time:
12:01:34.850488
pkg_|-tomcat6_purge_all_|-oracle-java7-installer_|-purged:
----------
__run_num__:
26
changes:
----------
comment:
All specified packages are already absent.
duration:
0.456
name:
oracle-java7-installer
result:
True
start_time:
12:01:34.851334
pkg_|-tomcat6_purge_all_|-tomcat6-admin_|-purged:
----------
__run_num__:
23
changes:
----------
comment:
All specified packages are already absent.
duration:
0.369
name:
tomcat6-admin
result:
True
start_time:
12:01:34.848809
pkg_|-tomcat6_purge_all_|-tomcat6-common_|-purged:
----------
__run_num__:
24
changes:
----------
comment:
All specified packages are already absent.
duration:
0.353
name:
tomcat6-common
result:
True
start_time:
12:01:34.849661
pkg_|-tomcat6_purge_all_|-tomcat6_|-purged:
----------
__run_num__:
22
changes:
----------
comment:
All specified packages are already absent.
duration:
0.636
name:
tomcat6
result:
True
start_time:
12:01:34.847636
pkg_|-tomcat7-admin-installer_|-tomcat7-admin_|-installed:
----------
__run_num__:
29
changes:
----------
comment:
Package tomcat7-admin is already installed.
duration:
0.44
name:
tomcat7-admin
result:
True
start_time:
12:01:34.854548
pkg_|-tomcat7-common_installer_|-tomcat7-common_|-installed:
----------
__run_num__:
27
changes:
----------
comment:
Package tomcat7-common is already installed.
duration:
0.476
name:
tomcat7-common
result:
True
start_time:
12:01:34.852613
pkg_|-tomcat7_installer_|-tomcat7_|-installed:
----------
__run_num__:
28
changes:
----------
comment:
Package tomcat7 is already installed.
duration:
0.441
name:
tomcat7
result:
True
start_time:
12:01:34.853611
pkgrepo_|-oracle-java8-installer_|-oracle-java8-installer_|-managed:
----------
__run_num__:
6
changes:
----------
comment:
Package repo 'oracle-java8-installer' already configured
duration:
1911.745
name:
oracle-java8-installer
result:
True
start_time:
12:01:24.578490
pkgrepo_|-rabbitmq_repo_|-deb http://www.rabbitmq.com/debian/ testing main_|-managed:
----------
__run_num__:
45
changes:
----------
comment:
Package repo 'deb http://www.rabbitmq.com/debian/ testing main' already configured
duration:
46.846
name:
deb http://www.rabbitmq.com/debian/ testing main
result:
True
start_time:
12:01:40.876895
rabbitmq_cluster_|-rabbit@dbarmor-acc01_|-rabbit@dbarmor-acc01_|-join:
----------
__run_num__:
58
changes:
----------
comment:
Already in cluster
duration:
388.133
name:
rabbit@dbarmor-acc01
result:
True
start_time:
12:01:47.916397
rabbitmq_plugin_|-rabbitmq_management_|-rabbitmq_management_|-enabled:
----------
__run_num__:
51
changes:
----------
comment:
Plugin rabbitmq_management is already enabled
duration:
562.874
name:
rabbitmq_management
result:
True
start_time:
12:01:40.941092
rabbitmq_policy_|-rabbitmq_policy_|-HA_|-present:
----------
__run_num__:
53
changes:
----------
new:
- Definition
old:
----------
apply_to:
all
definition:
{"ha-mode":"all"}
pattern:
.*
priority:
0
comment:
Setting policy "HA" for pattern ".*" to "{\"ha-mode\": \"all\"}" with priority "0" ...
duration:
929.641
name:
HA
result:
True
start_time:
12:01:42.002808
rabbitmq_user_|-rabbitmq_user_dbarmor_processor_|-dbarmor_processor_|-present:
----------
__run_num__:
54
changes:
----------
new:
Set password.
Set permissions ['.*', '.*', '.*'] for vhost /
old:
comment:
Changing password for user "dbarmor_processor" ...
duration:
1545.47
name:
dbarmor_processor
result:
True
start_time:
12:01:42.934018
rabbitmq_user_|-rabbitmq_user_dbarmor_web_|-dbarmor_web_|-present:
----------
__run_num__:
56
changes:
----------
new:
Set password.
Set permissions ['.*', '.*', '.*'] for vhost /
old:
comment:
Changing password for user "dbarmor_web" ...
duration:
1486.318
name:
dbarmor_web
result:
True
start_time:
12:01:45.636434
rabbitmq_user_|-rabbitmq_user_webpulse_|-webpulse_|-present:
----------
__run_num__:
55
changes:
----------
comment:
An exception occurred in this state: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1560, in call
**cdata['kwargs'])
File "/usr/lib/python2.7/dist-packages/salt/states/rabbitmq_user.py", line 147, in present
if _check_tags_changes(name, tags):
File "/usr/lib/python2.7/dist-packages/salt/states/rabbitmq_user.py", line 70, in _check_tags_changes
return __salt__['rabbitmq.list_users']()[name] - set(newtags)
KeyError: 'webpulse'
duration:
1155.508
name:
webpulse
result:
False
start_time:
12:01:44.480224
rabbitmq_vhost_|-rabbitmq_vhost_/_|-/_|-present:
----------
__run_num__:
57
changes:
----------
comment:
Creating vhost "/" ...
Error: vhost_already_exists: /
duration:
790.432
name:
/
result:
False
start_time:
12:01:47.124377
service_|-dbarmor-processor-jar_|-dbarmor-processor_|-running:
----------
__run_num__:
18
changes:
----------
comment:
Service dbarmor-processor is already enabled, and is in the desired state
duration:
53.711
name:
dbarmor-processor
result:
True
start_time:
12:01:34.698901
service_|-rabbitmq-server_|-rabbitmq-server_|-running:
----------
__run_num__:
52
changes:
----------
comment:
Service rabbitmq-server is already enabled, and is in the desired state
duration:
496.059
name:
rabbitmq-server
result:
True
start_time:
12:01:41.505254
service_|-restart_tomcat7_|-tomcat7_|-running:
----------
__run_num__:
44
changes:
----------
tomcat7:
True
comment:
Started Service tomcat7
duration:
5059.264
name:
tomcat7
result:
True
start_time:
12:01:35.810181
service_|-stop_rabbit_|-rabbitmq-server_|-dead:
----------
__run_num__:
47
__sls__:
dbarmor.dbarmor-rabbitmq
changes:
----------
comment:
No changes detected
result:
True
service_|-tomcat6_purge_all_|-tomcat6_|-dead:
----------
__run_num__:
21
changes:
----------
comment:
The named service tomcat6 is not available
duration:
21.116
name:
tomcat6
result:
True
start_time:
12:01:34.826009
service_|-tomcat7_cleanup_|-tomcat7_|-dead:
----------
__run_num__:
35
changes:
----------
tomcat7:
True
comment:
Service tomcat7 was killed
duration:
172.145
name:
tomcat7
result:
True
start_time:
12:01:34.929510
service_|-tomcat7_installer_|-tomcat7_|-running:
----------
__run_num__:
34
changes:
----------
comment:
Service tomcat7 is already enabled, and is in the desired state
duration:
50.084
name:
[DEBUG ] Sending event - data = {'jid': '20150820115951564512', 'return': {'salt-test-minion.wp.bluecoat.com_master': {'salt_|-ping_minions_|-test.ping_|-function': {'comment': 'Function ran successfully. Function test.ping ran on dbarmor-acc02.wp.bluecoat.com, dbarmor-acc01.wp.bluecoat.com.', 'name': 'test.ping', 'start_time': '11:59:54.865761', 'result': True, 'duration': 10151.916, '__run_num__': 0, 'changes': {'ret': {'dbarmor-acc02.wp.bluecoat.com': True, 'dbarmor-acc01.wp.bluecoat.com': True}, 'out': 'highstate'}}, 'salt_|-install_secondary_minions_|-state.highstate_|-function': {'comment': 'Function ran successfully. Function state.highstate ran on dbarmor-acc02.wp.bluecoat.com.', 'name': 'state.highstate', 'start_time': '12:01:12.696682', 'result': True, 'duration': 50446.774, '__run_num__': 2, 'changes': {'ret': {'dbarmor-acc02.wp.bluecoat.com': {'pkg_|-tomcat7-admin-installer_|-tomcat7-admin_|-installed': {'comment': 'Package tomcat7-admin is already installed.', 'name': 'tomcat7-admin', 'start_time': '12:01:34.854548', 'result': True, 'duration': 0.44, '__run_num__': 29, 'changes': {}}, 'service_|-restart_tomcat7_|-tomcat7_|-running': {'comment': 'Started Service tomcat7', 'name': 'tomcat7', 'start_time': '12:01:35.810181', 'result': True, 'duration': 5059.264, '__run_num__': 44, 'changes': {'tomcat7': True}}, 'file_|-dbarmor-processor-jar_|-/opt/webpulse/dbarmor-processor/dbarmor-processor.jar_|-managed': {'comment': 'File /opt/webpulse/dbarmor-processor/dbarmor-processor.jar is in the correct state', 'name': '/opt/webpulse/dbarmor-processor/dbarmor-processor.jar', 'start_time': '12:01:34.574212', 'result': True, 'duration': 124.065, '__run_num__': 17, 'changes': {}}, 'pkg_|-rabbitmq-server_|-rabbitmq-server_|-installed': {'comment': "Version 3.5.4-1 of package 'rabbitmq-server' is already installed.", 'name': 'rabbitmq-server', 'start_time': '12:01:40.924128', 'result': True, 'duration': 0.692, '__run_num__': 46, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.8-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.8-jre-headless', 'start_time': '12:01:26.496976', 'result': True, 'duration': 0.338, '__run_num__': 9, 'changes': {}}, 'file_|-install_processor_properties_|-/etc/webpulse/dbarmor-processor/dbarmor-processor.properties_|-managed': {'comment': 'File /etc/webpulse/dbarmor-processor/dbarmor-processor.properties is in the correct state', 'name': '/etc/webpulse/dbarmor-processor/dbarmor-processor.properties', 'start_time': '12:01:34.753141', 'result': True, 'duration': 11.249, '__run_num__': 19, 'changes': {}}, 'pkg_|-java_deps_|-python-apt_|-latest': {'comment': 'Package python-apt is already up-to-date.', 'name': 'python-apt', 'start_time': '12:01:24.554642', 'result': True, 'duration': 22.316, '__run_num__': 5, 'changes': {}}, 'rabbitmq_vhost_|-rabbitmq_vhost_/_|-/_|-present': {'comment': 'Creating vhost "/" ...\nError: vhost_already_exists: /', 'name': '/', 'start_time': '12:01:47.124377', 'result': False, 'duration': 790.432, '__run_num__': 57, 'changes': {}}, 'file_|-tomcat7_installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-managed': {'comment': 'File /var/lib/tomcat7/conf/tomcat-users.xml updated', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:01:34.861877', 'result': True, 'duration': 9.311, '__run_num__': 32, 'changes': {'diff': '--- \n+++ \n@@ -34,7 +34,5 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n-<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n-<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkg_|-tomcat7-common_installer_|-tomcat7-common_|-installed': {'comment': 'Package tomcat7-common is already installed.', 'name': 'tomcat7-common', 'start_time': '12:01:34.852613', 'result': True, 'duration': 0.476, '__run_num__': 27, 'changes': {}}, 'file_|-rabbitmq_binary_tool_env_|-/usr/local/bin/rabbitmq-env_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-env is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-env', 'start_time': '12:01:40.937199', 'result': True, 'duration': 1.131, '__run_num__': 49, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/webapps/dbarmor-web_|-directory': {'comment': 'Directory /var/lib/tomcat7/webapps/dbarmor-web is in the correct state', 'name': '/var/lib/tomcat7/webapps/dbarmor-web', 'start_time': '12:01:35.132128', 'result': True, 'duration': 0.579, '__run_num__': 40, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_web_|-dbarmor_web_|-present': {'comment': 'Changing password for user "dbarmor_web" ...', 'name': 'dbarmor_web', 'start_time': '12:01:45.636434', 'result': True, 'duration': 1486.318, '__run_num__': 56, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'grains_|-web_role_|-role_|-list_present': {'comment': 'Value dbarmor_web is already in grain role', 'name': 'role', 'start_time': '12:01:08.478763', 'result': True, 'duration': 0.268, '__run_num__': 1, 'changes': {}}, 'pkg_|-tomcat7_installer_|-tomcat7_|-installed': {'comment': 'Package tomcat7 is already installed.', 'name': 'tomcat7', 'start_time': '12:01:34.853611', 'result': True, 'duration': 0.441, '__run_num__': 28, 'changes': {}}, 'service_|-tomcat7_cleanup_|-tomcat7_|-dead': {'comment': 'Service tomcat7 was killed', 'name': 'tomcat7', 'start_time': '12:01:34.929510', 'result': True, 'duration': 172.145, '__run_num__': 35, 'changes': {'tomcat7': True}}, 'pkg_|-tomcat6_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:01:34.851334', 'result': True, 'duration': 0.456, '__run_num__': 26, 'changes': {}}, 'service_|-tomcat7_installer_|-tomcat7_|-running': {'comment': 'Service tomcat7 is already enabled, and is in the desired state', 'name': 'tomcat7', 'start_time': '12:01:34.879256', 'result': True, 'duration': 50.084, '__run_num__': 34, 'changes': {}}, 'file_|-update_war_file_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-managed': {'comment': 'File /var/lib/tomcat7/webapps/dbarmor-web.war updated', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:01:35.135974', 'result': True, 'duration': 661.485, '__run_num__': 42, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-common_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-common', 'start_time': '12:01:34.849661', 'result': True, 'duration': 0.353, '__run_num__': 24, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6', 'start_time': '12:01:34.847636', 'result': True, 'duration': 0.636, '__run_num__': 22, 'changes': {}}, 'debconf_|-oracle-java8-installer_|-oracle-java8-installer_|-set': {'comment': 'All specified answers are already set', 'name': 'oracle-java8-installer', 'start_time': '12:01:26.498258', 'result': True, 'duration': 214.33, '__run_num__': 11, 'changes': {}}, 'pkgrepo_|-oracle-java8-installer_|-oracle-java8-installer_|-managed': {'comment': "Package repo 'oracle-java8-installer' already configured", 'name': 'oracle-java8-installer', 'start_time': '12:01:24.578490', 'result': True, 'duration': 1911.745, '__run_num__': 6, 'changes': {}}, 'pkg_|-java_deps_|-debconf-utils_|-latest': {'comment': 'Package debconf-utils is already up-to-date.', 'name': 'debconf-utils', 'start_time': '12:01:24.532854', 'result': True, 'duration': 21.636, '__run_num__': 4, 'changes': {}}, 'rabbitmq_cluster_|-rabbit@dbarmor-acc01_|-rabbit@dbarmor-acc01_|-join': {'comment': 'Already in cluster', 'name': 'rabbit@dbarmor-acc01', 'start_time': '12:01:47.916397', 'result': True, 'duration': 388.133, '__run_num__': 58, 'changes': {}}, 'file_|-rabbit_cookie_|-/var/lib/rabbitmq/.erlang.cookie_|-managed': {'comment': 'File /var/lib/rabbitmq/.erlang.cookie is in the correct state', 'name': '/var/lib/rabbitmq/.erlang.cookie', 'start_time': '12:01:40.930167', 'result': True, 'duration': 2.375, '__run_num__': 48, 'changes': {}}, 'grains_|-processor_role_|-role_|-list_present': {'comment': 'Value dbarmor_processor is already in grain role', 'name': 'role', 'start_time': '12:01:08.478290', 'result': True, 'duration': 0.372, '__run_num__': 0, 'changes': {}}, 'file_|-rabbitmq_binary_tool_plugins_|-/usr/local/bin/rabbitmq-plugins_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-plugins is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-plugins', 'start_time': '12:01:40.939166', 'result': True, 'duration': 1.088, '__run_num__': 50, 'changes': {}}, 'pkg_|-oracle-java8-installer_|-oracle-java8-installer_|-latest': {'comment': 'Package oracle-java8-installer is already up-to-date.', 'name': 'oracle-java8-installer', 'start_time': '12:01:26.714324', 'result': True, 'duration': 7759.199, '__run_num__': 12, 'changes': {}}, 'file_|-remove_files_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'Removed file /usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:01:35.115937', 'result': True, 'duration': 0.342, '__run_num__': 38, 'changes': {'removed': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties'}}, 'rabbitmq_user_|-rabbitmq_user_webpulse_|-webpulse_|-present': {'comment': 'An exception occurred in this state: Traceback (most recent call last):\n File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1560, in call\n **cdata[\'kwargs\'])\n File "/usr/lib/python2.7/dist-packages/salt/states/rabbitmq_user.py", line 147, in present\n if _check_tags_changes(name, tags):\n File "/usr/lib/python2.7/dist-packages/salt/states/rabbitmq_user.py", line 70, in _check_tags_changes\n return __salt__[\'rabbitmq.list_users\']()[name] - set(newtags)\nKeyError: \'webpulse\'\n', 'name': 'webpulse', 'start_time': '12:01:44.480224', 'result': False, 'duration': 1155.508, '__run_num__': 55, 'changes': {}}, 'file_|-remove_files_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-absent': {'comment': 'Removed file /var/lib/tomcat7/webapps/dbarmor-web.war', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:01:35.107813', 'result': True, 'duration': 7.605, '__run_num__': 36, 'changes': {'removed': '/var/lib/tomcat7/webapps/dbarmor-web.war'}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jdk_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jdk', 'start_time': '12:01:26.495974', 'result': True, 'duration': 0.483, '__run_num__': 7, 'changes': {}}, 'file_|-oracle-java8-installer_|-/usr/lib/jvm/default-java_|-symlink': {'comment': 'Symlink /usr/lib/jvm/default-java is present and owned by root:root', 'name': '/usr/lib/jvm/default-java', 'start_time': '12:01:34.477982', 'result': True, 'duration': 2.655, '__run_num__': 13, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-admin_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-admin', 'start_time': '12:01:34.848809', 'result': True, 'duration': 0.369, '__run_num__': 23, 'changes': {}}, 'rabbitmq_policy_|-rabbitmq_policy_|-HA_|-present': {'comment': 'Setting policy "HA" for pattern ".*" to "{\\"ha-mode\\": \\"all\\"}" with priority "0" ...', 'name': 'HA', 'start_time': '12:01:42.002808', 'result': True, 'duration': 929.641, '__run_num__': 53, 'changes': {'new': ['Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all"}', 'pattern': '.*'}}}, 'pkg_|-non-oracle_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:01:26.496544', 'result': True, 'duration': 0.347, '__run_num__': 8, 'changes': {}}, 'file_|-update_config_file_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-managed': {'comment': 'File /usr/share/tomcat7/shared/classes/dbarmor-web.properties updated', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:01:35.797924', 'result': True, 'duration': 11.762, '__run_num__': 43, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'service_|-tomcat6_purge_all_|-tomcat6_|-dead': {'comment': 'The named service tomcat6 is not available', 'name': 'tomcat6', 'start_time': '12:01:34.826009', 'result': True, 'duration': 21.116, '__run_num__': 21, 'changes': {}}, 'file_|-install_upstart_script_|-/etc/init/dbarmor-processor.conf_|-managed': {'comment': 'File /etc/init/dbarmor-processor.conf is in the correct state', 'name': '/etc/init/dbarmor-processor.conf', 'start_time': '12:01:34.501196', 'result': True, 'duration': 2.287, '__run_num__': 16, 'changes': {}}, 'pkg_|-java_deps_|-python-software-properties_|-latest': {'comment': 'Package python-software-properties is already up-to-date.', 'name': 'python-software-properties', 'start_time': '12:01:08.481663', 'result': True, 'duration': 16051.02, '__run_num__': 3, 'changes': {}}, 'group_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'Group tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:01:34.860336', 'result': True, 'duration': 0.341, '__run_num__': 31, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/work/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/work', 'name': '/var/lib/tomcat7/work/', 'start_time': '12:01:35.128992', 'result': True, 'duration': 1.153, '__run_num__': 39, 'changes': {'removed': ['/var/lib/tomcat7/work/Catalina', '/var/lib/tomcat7/work/catalina.policy']}}, 'cmd_|-install_upstart_script_|-initctl reload-configuration_|-run': {'comment': 'Command "initctl reload-configuration" run', 'name': 'initctl reload-configuration', 'start_time': '12:01:34.765195', 'result': True, 'duration': 56.213, '__run_num__': 20, 'changes': {'pid': 9138, 'retcode': 0, 'stderr': '', 'stdout': ''}}, 'file_|-remove_files_|-/var/lib/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'File /var/lib/tomcat7/shared/classes/dbarmor-web.properties is not present', 'name': '/var/lib/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:01:35.115510', 'result': True, 'duration': 0.342, '__run_num__': 37, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/logs/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/logs', 'name': '/var/lib/tomcat7/logs/', 'start_time': '12:01:35.134673', 'result': True, 'duration': 0.89, '__run_num__': 41, 'changes': {'removed': ['/var/lib/tomcat7/logs/catalina.2015-08-19.log.gz', '/var/lib/tomcat7/logs/catalina.2015-08-20.log', '/var/lib/tomcat7/logs/catalina.out', '/var/lib/tomcat7/logs/localhost.2015-08-19.log.gz', '/var/lib/tomcat7/logs/localhost_access_log.2015-08-19.txt']}}, 'service_|-stop_rabbit_|-rabbitmq-server_|-dead': {'comment': 'No changes detected', '__run_num__': 47, '__sls__': 'dbarmor.dbarmor-rabbitmq', 'changes': {}, 'result': True}, 'pkg_|-jsvc_|-jsvc_|-installed': {'comment': 'Package jsvc is already installed.', 'name': 'jsvc', 'start_time': '12:01:34.480850', 'result': True, 'duration': 0.942, '__run_num__': 14, 'changes': {}}, 'grains_|-secondary_rabbit_role_|-role_|-list_present': {'comment': 'Value dbarmor_secondary_rabbit is already in grain role', 'name': 'role', 'start_time': '12:01:08.479114', 'result': True, 'duration': 0.258, '__run_num__': 2, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-libtomcat6-java_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'libtomcat6-java', 'start_time': '12:01:34.850488', 'result': True, 'duration': 0.363, '__run_num__': 25, 'changes': {}}, 'file_|-create_log_dir_|-/var/log/webpulse_|-directory': {'comment': 'Directory /var/log/webpulse is in the correct state', 'name': '/var/log/webpulse', 'start_time': '12:01:34.487649', 'result': True, 'duration': 0.77, '__run_num__': 15, 'changes': {}}, 'user_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'User tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:01:34.858995', 'result': True, 'duration': 1.003, '__run_num__': 30, 'changes': {}}, 'rabbitmq_plugin_|-rabbitmq_management_|-rabbitmq_management_|-enabled': {'comment': 'Plugin rabbitmq_management is already enabled', 'name': 'rabbitmq_management', 'start_time': '12:01:40.941092', 'result': True, 'duration': 562.874, '__run_num__': 51, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_processor_|-dbarmor_processor_|-present': {'comment': 'Changing password for user "dbarmor_processor" ...', 'name': 'dbarmor_processor', 'start_time': '12:01:42.934018', 'result': True, 'duration': 1545.47, '__run_num__': 54, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'file_|-tomcat7-admin-installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-blockreplace': {'comment': 'Changes were made', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:01:34.871728', 'result': True, 'duration': 6.081, '__run_num__': 33, 'changes': {'diff': '--- \n+++ \n@@ -34,5 +34,7 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n+<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n+<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkgrepo_|-rabbitmq_repo_|-deb http://www.rabbitmq.com/debian/ testing main_|-managed': {'comment': "Package repo 'deb http://www.rabbitmq.com/debian/ testing main' already configured", 'name': 'deb http://www.rabbitmq.com/debian/ testing main', 'start_time': '12:01:40.876895', 'result': True, 'duration': 46.846, '__run_num__': 45, 'changes': {}}, 'service_|-dbarmor-processor-jar_|-dbarmor-processor_|-running': {'comment': 'Service dbarmor-processor is already enabled, and is in the desired state', 'name': 'dbarmor-processor', 'start_time': '12:01:34.698901', 'result': True, 'duration': 53.711, '__run_num__': 18, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jre-headless', 'start_time': '12:01:26.497398', 'result': True, 'duration': 0.337, '__run_num__': 10, 'changes': {}}, 'service_|-rabbitmq-server_|-rabbitmq-server_|-running': {'comment': 'Service rabbitmq-server is already enabled, and is in the desired state', 'name': 'rabbitmq-server', 'start_time': '12:01:41.505254', 'result': True, 'duration': 496.059, '__run_num__': 52, 'changes': {}}}}, 'out': 'highstate'}}, 'salt_|-install_primary_minion_|-state.highstate_|-function': {'comment': 'Function ran successfully. Function state.highstate ran on dbarmor-acc01.wp.bluecoat.com.', 'name': 'state.highstate', 'start_time': '12:00:05.017922', 'result': True, 'duration': 67678.541, '__run_num__': 1, 'changes': {'ret': {'dbarmor-acc01.wp.bluecoat.com': {'pkg_|-tomcat7-admin-installer_|-tomcat7-admin_|-installed': {'comment': 'Package tomcat7-admin is already installed.', 'name': 'tomcat7-admin', 'start_time': '12:00:53.629984', 'result': True, 'duration': 0.439, '__run_num__': 29, 'changes': {}}, 'service_|-restart_tomcat7_|-tomcat7_|-running': {'comment': 'Started Service tomcat7', 'name': 'tomcat7', 'start_time': '12:00:55.090529', 'result': True, 'duration': 5049.346, '__run_num__': 44, 'changes': {'tomcat7': True}}, 'grains_|-processor_role_|-role_|-list_present': {'comment': 'Value dbarmor_processor is already in grain role', 'name': 'role', 'start_time': '12:00:00.776772', 'result': True, 'duration': 0.484, '__run_num__': 0, 'changes': {}}, 'pkg_|-rabbitmq-server_|-rabbitmq-server_|-installed': {'comment': "Version 3.5.4-1 of package 'rabbitmq-server' is already installed.", 'name': 'rabbitmq-server', 'start_time': '12:01:00.198335', 'result': True, 'duration': 0.685, '__run_num__': 46, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.8-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.8-jre-headless', 'start_time': '12:00:44.935135', 'result': True, 'duration': 0.349, '__run_num__': 9, 'changes': {}}, 'file_|-install_processor_properties_|-/etc/webpulse/dbarmor-processor/dbarmor-processor.properties_|-managed': {'comment': 'File /etc/webpulse/dbarmor-processor/dbarmor-processor.properties is in the correct state', 'name': '/etc/webpulse/dbarmor-processor/dbarmor-processor.properties', 'start_time': '12:00:53.545243', 'result': True, 'duration': 11.092, '__run_num__': 19, 'changes': {}}, 'grains_|-primary_rabbit_role_|-role_|-list_present': {'comment': 'Value dbarmor_primary_rabbit is already in grain role', 'name': 'role', 'start_time': '12:00:00.780990', 'result': True, 'duration': 0.31, '__run_num__': 2, 'changes': {}}, 'pkg_|-java_deps_|-python-apt_|-latest': {'comment': 'Package python-apt is already up-to-date.', 'name': 'python-apt', 'start_time': '12:00:42.831457', 'result': True, 'duration': 37.339, '__run_num__': 5, 'changes': {}}, 'rabbitmq_vhost_|-rabbitmq_vhost_/_|-/_|-present': {'comment': 'Nothing to do', 'name': '/', 'start_time': '12:01:06.087343', 'result': True, 'duration': 758.102, '__run_num__': 57, 'changes': {}}, 'file_|-tomcat7_installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-managed': {'comment': 'File /var/lib/tomcat7/conf/tomcat-users.xml updated', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:00:53.644491', 'result': True, 'duration': 5.601, '__run_num__': 32, 'changes': {'diff': '--- \n+++ \n@@ -34,7 +34,5 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n-<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n-<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkg_|-tomcat7-common_installer_|-tomcat7-common_|-installed': {'comment': 'Package tomcat7-common is already installed.', 'name': 'tomcat7-common', 'start_time': '12:00:53.628077', 'result': True, 'duration': 0.488, '__run_num__': 27, 'changes': {}}, 'file_|-rabbitmq_binary_tool_env_|-/usr/local/bin/rabbitmq-env_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-env is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-env', 'start_time': '12:01:00.222189', 'result': True, 'duration': 11.833, '__run_num__': 49, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/webapps/dbarmor-web_|-directory': {'comment': 'Directory /var/lib/tomcat7/webapps/dbarmor-web is in the correct state', 'name': '/var/lib/tomcat7/webapps/dbarmor-web', 'start_time': '12:00:53.872779', 'result': True, 'duration': 0.689, '__run_num__': 40, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_web_|-dbarmor_web_|-present': {'comment': 'Changing password for user "dbarmor_web" ...', 'name': 'dbarmor_web', 'start_time': '12:01:04.963888', 'result': True, 'duration': 1120.916, '__run_num__': 56, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'grains_|-web_role_|-role_|-list_present': {'comment': 'Value dbarmor_web is already in grain role', 'name': 'role', 'start_time': '12:00:00.779001', 'result': True, 'duration': 0.28, '__run_num__': 1, 'changes': {}}, 'pkg_|-tomcat7_installer_|-tomcat7_|-installed': {'comment': 'Package tomcat7 is already installed.', 'name': 'tomcat7', 'start_time': '12:00:53.629037', 'result': True, 'duration': 0.476, '__run_num__': 28, 'changes': {}}, 'service_|-tomcat7_cleanup_|-tomcat7_|-dead': {'comment': 'Service tomcat7 was killed', 'name': 'tomcat7', 'start_time': '12:00:53.688483', 'result': True, 'duration': 137.013, '__run_num__': 35, 'changes': {'tomcat7': True}}, 'pkg_|-tomcat6_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:00:53.626949', 'result': True, 'duration': 0.363, '__run_num__': 26, 'changes': {}}, 'service_|-tomcat7_installer_|-tomcat7_|-running': {'comment': 'Service tomcat7 is already enabled, and is in the desired state', 'name': 'tomcat7', 'start_time': '12:00:53.657237', 'result': True, 'duration': 29.383, '__run_num__': 34, 'changes': {}}, 'file_|-update_war_file_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-managed': {'comment': 'File /var/lib/tomcat7/webapps/dbarmor-web.war updated', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:00:53.880045', 'result': True, 'duration': 1189.985, '__run_num__': 42, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-common_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-common', 'start_time': '12:00:53.625295', 'result': True, 'duration': 0.363, '__run_num__': 24, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6', 'start_time': '12:00:53.623325', 'result': True, 'duration': 0.595, '__run_num__': 22, 'changes': {}}, 'debconf_|-oracle-java8-installer_|-oracle-java8-installer_|-set': {'comment': 'All specified answers are already set', 'name': 'oracle-java8-installer', 'start_time': '12:00:44.937735', 'result': True, 'duration': 225.272, '__run_num__': 11, 'changes': {}}, 'pkgrepo_|-oracle-java8-installer_|-oracle-java8-installer_|-managed': {'comment': "Package repo 'oracle-java8-installer' already configured", 'name': 'oracle-java8-installer', 'start_time': '12:00:42.870742', 'result': True, 'duration': 2055.17, '__run_num__': 6, 'changes': {}}, 'pkg_|-java_deps_|-debconf-utils_|-latest': {'comment': 'Package debconf-utils is already up-to-date.', 'name': 'debconf-utils', 'start_time': '12:00:42.794893', 'result': True, 'duration': 36.368, '__run_num__': 4, 'changes': {}}, 'file_|-rabbit_cookie_|-/var/lib/rabbitmq/.erlang.cookie_|-managed': {'comment': 'File /var/lib/rabbitmq/.erlang.cookie is in the correct state', 'name': '/var/lib/rabbitmq/.erlang.cookie', 'start_time': '12:01:00.210920', 'result': True, 'duration': 2.429, '__run_num__': 48, 'changes': {}}, 'file_|-rabbitmq_binary_tool_plugins_|-/usr/local/bin/rabbitmq-plugins_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-plugins is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-plugins', 'start_time': '12:01:00.238653', 'result': True, 'duration': 2.203, '__run_num__': 50, 'changes': {}}, 'pkg_|-oracle-java8-installer_|-oracle-java8-installer_|-latest': {'comment': 'Package oracle-java8-installer is already up-to-date.', 'name': 'oracle-java8-installer', 'start_time': '12:00:45.164740', 'result': True, 'duration': 8150.326, '__run_num__': 12, 'changes': {}}, 'file_|-remove_files_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'Removed file /usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:00:53.849774', 'result': True, 'duration': 0.363, '__run_num__': 38, 'changes': {'removed': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties'}}, 'rabbitmq_user_|-rabbitmq_user_webpulse_|-webpulse_|-present': {'comment': 'Changing password for user "webpulse" ...', 'name': 'webpulse', 'start_time': '12:01:03.389375', 'result': True, 'duration': 1571.995, '__run_num__': 55, 'changes': {'new': "Set password.\nSet tags: administrator\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'file_|-remove_files_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-absent': {'comment': 'Removed file /var/lib/tomcat7/webapps/dbarmor-web.war', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:00:53.838046', 'result': True, 'duration': 7.941, '__run_num__': 36, 'changes': {'removed': '/var/lib/tomcat7/webapps/dbarmor-web.war'}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jdk_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jdk', 'start_time': '12:00:44.933831', 'result': True, 'duration': 0.78, '__run_num__': 7, 'changes': {}}, 'file_|-oracle-java8-installer_|-/usr/lib/jvm/default-java_|-symlink': {'comment': 'Symlink /usr/lib/jvm/default-java is present and owned by root:root', 'name': '/usr/lib/jvm/default-java', 'start_time': '12:00:53.316999', 'result': True, 'duration': 1.383, '__run_num__': 13, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-admin_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-admin', 'start_time': '12:00:53.624418', 'result': True, 'duration': 0.377, '__run_num__': 23, 'changes': {}}, 'rabbitmq_policy_|-rabbitmq_policy_|-HA_|-present': {'comment': 'Setting policy "HA" for pattern ".*" to "{\\"ha-mode\\": \\"all\\"}" with priority "0" ...', 'name': 'HA', 'start_time': '12:01:01.298337', 'result': True, 'duration': 860.705, '__run_num__': 53, 'changes': {'new': ['Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all"}', 'pattern': '.*'}}}, 'pkg_|-non-oracle_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:00:44.934698', 'result': True, 'duration': 0.355, '__run_num__': 8, 'changes': {}}, 'file_|-update_config_file_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-managed': {'comment': 'File /usr/share/tomcat7/shared/classes/dbarmor-web.properties updated', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:00:55.074321', 'result': True, 'duration': 14.044, '__run_num__': 43, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'service_|-tomcat6_purge_all_|-tomcat6_|-dead': {'comment': 'The named service tomcat6 is not available', 'name': 'tomcat6', 'start_time': '12:00:53.618102', 'result': True, 'duration': 4.737, '__run_num__': 21, 'changes': {}}, 'file_|-install_upstart_script_|-/etc/init/dbarmor-processor.conf_|-managed': {'comment': 'File /etc/init/dbarmor-processor.conf is in the correct state', 'name': '/etc/init/dbarmor-processor.conf', 'start_time': '12:00:53.347278', 'result': True, 'duration': 2.339, '__run_num__': 16, 'changes': {}}, 'pkg_|-java_deps_|-python-software-properties_|-latest': {'comment': 'Package python-software-properties is already up-to-date.', 'name': 'python-software-properties', 'start_time': '12:00:00.781501', 'result': True, 'duration': 42013.214, '__run_num__': 3, 'changes': {}}, 'group_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'Group tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:00:53.641278', 'result': True, 'duration': 0.384, '__run_num__': 31, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/work/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/work', 'name': '/var/lib/tomcat7/work/', 'start_time': '12:00:53.867960', 'result': True, 'duration': 1.279, '__run_num__': 39, 'changes': {'removed': ['/var/lib/tomcat7/work/Catalina', '/var/lib/tomcat7/work/catalina.policy']}}, 'cmd_|-install_upstart_script_|-initctl reload-configuration_|-run': {'comment': 'Command "initctl reload-configuration" run', 'name': 'initctl reload-configuration', 'start_time': '12:00:53.558823', 'result': True, 'duration': 52.988, '__run_num__': 20, 'changes': {'pid': 15808, 'retcode': 0, 'stderr': '', 'stdout': ''}}, 'file_|-remove_files_|-/var/lib/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'File /var/lib/tomcat7/shared/classes/dbarmor-web.properties is not present', 'name': '/var/lib/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:00:53.847717', 'result': True, 'duration': 0.331, '__run_num__': 37, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/logs/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/logs', 'name': '/var/lib/tomcat7/logs/', 'start_time': '12:00:53.876987', 'result': True, 'duration': 1.04, '__run_num__': 41, 'changes': {'removed': ['/var/lib/tomcat7/logs/catalina.2015-08-19.log.gz', '/var/lib/tomcat7/logs/catalina.2015-08-20.log', '/var/lib/tomcat7/logs/catalina.out', '/var/lib/tomcat7/logs/localhost.2015-08-19.log.gz', '/var/lib/tomcat7/logs/localhost_access_log.2015-08-19.txt']}}, 'service_|-stop_rabbit_|-rabbitmq-server_|-dead': {'comment': 'No changes detected', '__run_num__': 47, '__sls__': 'dbarmor.dbarmor-rabbitmq', 'changes': {}, 'result': True}, 'pkg_|-jsvc_|-jsvc_|-installed': {'comment': 'Package jsvc is already installed.', 'name': 'jsvc', 'start_time': '12:00:53.318485', 'result': True, 'duration': 0.505, '__run_num__': 14, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-libtomcat6-java_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'libtomcat6-java', 'start_time': '12:00:53.626120', 'result': True, 'duration': 0.363, '__run_num__': 25, 'changes': {}}, 'file_|-create_log_dir_|-/var/log/webpulse_|-directory': {'comment': 'Directory /var/log/webpulse is in the correct state', 'name': '/var/log/webpulse', 'start_time': '12:00:53.326833', 'result': True, 'duration': 0.726, '__run_num__': 15, 'changes': {}}, 'user_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'User tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:00:53.638474', 'result': True, 'duration': 1.0, '__run_num__': 30, 'changes': {}}, 'rabbitmq_plugin_|-rabbitmq_management_|-rabbitmq_management_|-enabled': {'comment': 'Plugin rabbitmq_management is already enabled', 'name': 'rabbitmq_management', 'start_time': '12:01:00.245280', 'result': True, 'duration': 636.331, '__run_num__': 51, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_processor_|-dbarmor_processor_|-present': {'comment': 'Changing password for user "dbarmor_processor" ...', 'name': 'dbarmor_processor', 'start_time': '12:01:02.161990', 'result': True, 'duration': 1224.847, '__run_num__': 54, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'file_|-tomcat7-admin-installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-blockreplace': {'comment': 'Changes were made', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:00:53.652227', 'result': True, 'duration': 2.492, '__run_num__': 33, 'changes': {'diff': '--- \n+++ \n@@ -34,5 +34,7 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n+<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n+<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkgrepo_|-rabbitmq_repo_|-deb http://www.rabbitmq.com/debian/ testing main_|-managed': {'comment': "Package repo 'deb http://www.rabbitmq.com/debian/ testing main' already configured", 'name': 'deb http://www.rabbitmq.com/debian/ testing main', 'start_time': '12:01:00.152090', 'result': True, 'duration': 45.864, '__run_num__': 45, 'changes': {}}, 'service_|-dbarmor-processor-jar_|-dbarmor-processor_|-running': {'comment': 'Service dbarmor-processor is already enabled, and is in the desired state', 'name': 'dbarmor-processor', 'start_time': '12:00:53.519273', 'result': True, 'duration': 23.724, '__run_num__': 18, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jre-headless', 'start_time': '12:00:44.935567', 'result': True, 'duration': 0.341, '__run_num__': 10, 'changes': {}}, 'file_|-dbarmor-processor-jar_|-/opt/webpulse/dbarmor-processor/dbarmor-processor.jar_|-managed': {'comment': 'File /opt/webpulse/dbarmor-processor/dbarmor-processor.jar is in the correct state', 'name': '/opt/webpulse/dbarmor-processor/dbarmor-processor.jar', 'start_time': '12:00:53.392702', 'result': True, 'duration': 124.314, '__run_num__': 17, 'changes': {}}, 'service_|-rabbitmq-server_|-rabbitmq-server_|-running': {'comment': 'Service rabbitmq-server is already enabled, and is in the desired state', 'name': 'rabbitmq-server', 'start_time': '12:01:00.884690', 'result': True, 'duration': 411.183, '__run_num__': 52, 'changes': {}}}}, 'out': 'highstate'}}}}, 'success': True, '_stamp': '2015-08-20T18:02:03.160170', 'user': 'sudo_webpulse', 'fun': 'runner.state.orchestrate'}
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/minion.d/_schedule.conf'
[DEBUG ] Reading configuration from /etc/salt/minion.d/_schedule.conf
[DEBUG ] Using cached minion ID from /etc/salt/minion_id: salt-test-minion.wp.bluecoat.com
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Including configuration from '/etc/salt/master.d/salt-api.conf'
[DEBUG ] Reading configuration from /etc/salt/master.d/salt-api.conf
[DEBUG ] LazyLoaded local_cache.prep_jid
[INFO ] Runner completed: 20150820115951564512
[DEBUG ] Runner return: {'salt-test-minion.wp.bluecoat.com_master': {'salt_|-ping_minions_|-test.ping_|-function': {'comment': 'Function ran successfully. Function test.ping ran on dbarmor-acc02.wp.bluecoat.com, dbarmor-acc01.wp.bluecoat.com.', 'name': 'test.ping', 'start_time': '11:59:54.865761', 'result': True, 'duration': 10151.916, '__run_num__': 0, 'changes': {'ret': {'dbarmor-acc02.wp.bluecoat.com': True, 'dbarmor-acc01.wp.bluecoat.com': True}, 'out': 'highstate'}}, 'salt_|-install_secondary_minions_|-state.highstate_|-function': {'comment': 'Function ran successfully. Function state.highstate ran on dbarmor-acc02.wp.bluecoat.com.', 'name': 'state.highstate', 'start_time': '12:01:12.696682', 'result': True, 'duration': 50446.774, '__run_num__': 2, 'changes': {'ret': {'dbarmor-acc02.wp.bluecoat.com': {'pkg_|-tomcat7-admin-installer_|-tomcat7-admin_|-installed': {'comment': 'Package tomcat7-admin is already installed.', 'name': 'tomcat7-admin', 'start_time': '12:01:34.854548', 'result': True, 'duration': 0.44, '__run_num__': 29, 'changes': {}}, 'service_|-restart_tomcat7_|-tomcat7_|-running': {'comment': 'Started Service tomcat7', 'name': 'tomcat7', 'start_time': '12:01:35.810181', 'result': True, 'duration': 5059.264, '__run_num__': 44, 'changes': {'tomcat7': True}}, 'file_|-dbarmor-processor-jar_|-/opt/webpulse/dbarmor-processor/dbarmor-processor.jar_|-managed': {'comment': 'File /opt/webpulse/dbarmor-processor/dbarmor-processor.jar is in the correct state', 'name': '/opt/webpulse/dbarmor-processor/dbarmor-processor.jar', 'start_time': '12:01:34.574212', 'result': True, 'duration': 124.065, '__run_num__': 17, 'changes': {}}, 'pkg_|-rabbitmq-server_|-rabbitmq-server_|-installed': {'comment': "Version 3.5.4-1 of package 'rabbitmq-server' is already installed.", 'name': 'rabbitmq-server', 'start_time': '12:01:40.924128', 'result': True, 'duration': 0.692, '__run_num__': 46, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.8-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.8-jre-headless', 'start_time': '12:01:26.496976', 'result': True, 'duration': 0.338, '__run_num__': 9, 'changes': {}}, 'file_|-install_processor_properties_|-/etc/webpulse/dbarmor-processor/dbarmor-processor.properties_|-managed': {'comment': 'File /etc/webpulse/dbarmor-processor/dbarmor-processor.properties is in the correct state', 'name': '/etc/webpulse/dbarmor-processor/dbarmor-processor.properties', 'start_time': '12:01:34.753141', 'result': True, 'duration': 11.249, '__run_num__': 19, 'changes': {}}, 'pkg_|-java_deps_|-python-apt_|-latest': {'comment': 'Package python-apt is already up-to-date.', 'name': 'python-apt', 'start_time': '12:01:24.554642', 'result': True, 'duration': 22.316, '__run_num__': 5, 'changes': {}}, 'rabbitmq_vhost_|-rabbitmq_vhost_/_|-/_|-present': {'comment': 'Creating vhost "/" ...\nError: vhost_already_exists: /', 'name': '/', 'start_time': '12:01:47.124377', 'result': False, 'duration': 790.432, '__run_num__': 57, 'changes': {}}, 'file_|-tomcat7_installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-managed': {'comment': 'File /var/lib/tomcat7/conf/tomcat-users.xml updated', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:01:34.861877', 'result': True, 'duration': 9.311, '__run_num__': 32, 'changes': {'diff': '--- \n+++ \n@@ -34,7 +34,5 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n-<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n-<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkg_|-tomcat7-common_installer_|-tomcat7-common_|-installed': {'comment': 'Package tomcat7-common is already installed.', 'name': 'tomcat7-common', 'start_time': '12:01:34.852613', 'result': True, 'duration': 0.476, '__run_num__': 27, 'changes': {}}, 'file_|-rabbitmq_binary_tool_env_|-/usr/local/bin/rabbitmq-env_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-env is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-env', 'start_time': '12:01:40.937199', 'result': True, 'duration': 1.131, '__run_num__': 49, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/webapps/dbarmor-web_|-directory': {'comment': 'Directory /var/lib/tomcat7/webapps/dbarmor-web is in the correct state', 'name': '/var/lib/tomcat7/webapps/dbarmor-web', 'start_time': '12:01:35.132128', 'result': True, 'duration': 0.579, '__run_num__': 40, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_web_|-dbarmor_web_|-present': {'comment': 'Changing password for user "dbarmor_web" ...', 'name': 'dbarmor_web', 'start_time': '12:01:45.636434', 'result': True, 'duration': 1486.318, '__run_num__': 56, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'grains_|-web_role_|-role_|-list_present': {'comment': 'Value dbarmor_web is already in grain role', 'name': 'role', 'start_time': '12:01:08.478763', 'result': True, 'duration': 0.268, '__run_num__': 1, 'changes': {}}, 'pkg_|-tomcat7_installer_|-tomcat7_|-installed': {'comment': 'Package tomcat7 is already installed.', 'name': 'tomcat7', 'start_time': '12:01:34.853611', 'result': True, 'duration': 0.441, '__run_num__': 28, 'changes': {}}, 'service_|-tomcat7_cleanup_|-tomcat7_|-dead': {'comment': 'Service tomcat7 was killed', 'name': 'tomcat7', 'start_time': '12:01:34.929510', 'result': True, 'duration': 172.145, '__run_num__': 35, 'changes': {'tomcat7': True}}, 'pkg_|-tomcat6_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:01:34.851334', 'result': True, 'duration': 0.456, '__run_num__': 26, 'changes': {}}, 'service_|-tomcat7_installer_|-tomcat7_|-running': {'comment': 'Service tomcat7 is already enabled, and is in the desired state', 'name': 'tomcat7', 'start_time': '12:01:34.879256', 'result': True, 'duration': 50.084, '__run_num__': 34, 'changes': {}}, 'file_|-update_war_file_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-managed': {'comment': 'File /var/lib/tomcat7/webapps/dbarmor-web.war updated', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:01:35.135974', 'result': True, 'duration': 661.485, '__run_num__': 42, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-common_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-common', 'start_time': '12:01:34.849661', 'result': True, 'duration': 0.353, '__run_num__': 24, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6', 'start_time': '12:01:34.847636', 'result': True, 'duration': 0.636, '__run_num__': 22, 'changes': {}}, 'debconf_|-oracle-java8-installer_|-oracle-java8-installer_|-set': {'comment': 'All specified answers are already set', 'name': 'oracle-java8-installer', 'start_time': '12:01:26.498258', 'result': True, 'duration': 214.33, '__run_num__': 11, 'changes': {}}, 'pkgrepo_|-oracle-java8-installer_|-oracle-java8-installer_|-managed': {'comment': "Package repo 'oracle-java8-installer' already configured", 'name': 'oracle-java8-installer', 'start_time': '12:01:24.578490', 'result': True, 'duration': 1911.745, '__run_num__': 6, 'changes': {}}, 'pkg_|-java_deps_|-debconf-utils_|-latest': {'comment': 'Package debconf-utils is already up-to-date.', 'name': 'debconf-utils', 'start_time': '12:01:24.532854', 'result': True, 'duration': 21.636, '__run_num__': 4, 'changes': {}}, 'rabbitmq_cluster_|-rabbit@dbarmor-acc01_|-rabbit@dbarmor-acc01_|-join': {'comment': 'Already in cluster', 'name': 'rabbit@dbarmor-acc01', 'start_time': '12:01:47.916397', 'result': True, 'duration': 388.133, '__run_num__': 58, 'changes': {}}, 'file_|-rabbit_cookie_|-/var/lib/rabbitmq/.erlang.cookie_|-managed': {'comment': 'File /var/lib/rabbitmq/.erlang.cookie is in the correct state', 'name': '/var/lib/rabbitmq/.erlang.cookie', 'start_time': '12:01:40.930167', 'result': True, 'duration': 2.375, '__run_num__': 48, 'changes': {}}, 'grains_|-processor_role_|-role_|-list_present': {'comment': 'Value dbarmor_processor is already in grain role', 'name': 'role', 'start_time': '12:01:08.478290', 'result': True, 'duration': 0.372, '__run_num__': 0, 'changes': {}}, 'file_|-rabbitmq_binary_tool_plugins_|-/usr/local/bin/rabbitmq-plugins_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-plugins is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-plugins', 'start_time': '12:01:40.939166', 'result': True, 'duration': 1.088, '__run_num__': 50, 'changes': {}}, 'pkg_|-oracle-java8-installer_|-oracle-java8-installer_|-latest': {'comment': 'Package oracle-java8-installer is already up-to-date.', 'name': 'oracle-java8-installer', 'start_time': '12:01:26.714324', 'result': True, 'duration': 7759.199, '__run_num__': 12, 'changes': {}}, 'file_|-remove_files_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'Removed file /usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:01:35.115937', 'result': True, 'duration': 0.342, '__run_num__': 38, 'changes': {'removed': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties'}}, 'rabbitmq_user_|-rabbitmq_user_webpulse_|-webpulse_|-present': {'comment': 'An exception occurred in this state: Traceback (most recent call last):\n File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1560, in call\n **cdata[\'kwargs\'])\n File "/usr/lib/python2.7/dist-packages/salt/states/rabbitmq_user.py", line 147, in present\n if _check_tags_changes(name, tags):\n File "/usr/lib/python2.7/dist-packages/salt/states/rabbitmq_user.py", line 70, in _check_tags_changes\n return __salt__[\'rabbitmq.list_users\']()[name] - set(newtags)\nKeyError: \'webpulse\'\n', 'name': 'webpulse', 'start_time': '12:01:44.480224', 'result': False, 'duration': 1155.508, '__run_num__': 55, 'changes': {}}, 'file_|-remove_files_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-absent': {'comment': 'Removed file /var/lib/tomcat7/webapps/dbarmor-web.war', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:01:35.107813', 'result': True, 'duration': 7.605, '__run_num__': 36, 'changes': {'removed': '/var/lib/tomcat7/webapps/dbarmor-web.war'}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jdk_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jdk', 'start_time': '12:01:26.495974', 'result': True, 'duration': 0.483, '__run_num__': 7, 'changes': {}}, 'file_|-oracle-java8-installer_|-/usr/lib/jvm/default-java_|-symlink': {'comment': 'Symlink /usr/lib/jvm/default-java is present and owned by root:root', 'name': '/usr/lib/jvm/default-java', 'start_time': '12:01:34.477982', 'result': True, 'duration': 2.655, '__run_num__': 13, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-admin_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-admin', 'start_time': '12:01:34.848809', 'result': True, 'duration': 0.369, '__run_num__': 23, 'changes': {}}, 'rabbitmq_policy_|-rabbitmq_policy_|-HA_|-present': {'comment': 'Setting policy "HA" for pattern ".*" to "{\\"ha-mode\\": \\"all\\"}" with priority "0" ...', 'name': 'HA', 'start_time': '12:01:42.002808', 'result': True, 'duration': 929.641, '__run_num__': 53, 'changes': {'new': ['Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all"}', 'pattern': '.*'}}}, 'pkg_|-non-oracle_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:01:26.496544', 'result': True, 'duration': 0.347, '__run_num__': 8, 'changes': {}}, 'file_|-update_config_file_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-managed': {'comment': 'File /usr/share/tomcat7/shared/classes/dbarmor-web.properties updated', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:01:35.797924', 'result': True, 'duration': 11.762, '__run_num__': 43, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'service_|-tomcat6_purge_all_|-tomcat6_|-dead': {'comment': 'The named service tomcat6 is not available', 'name': 'tomcat6', 'start_time': '12:01:34.826009', 'result': True, 'duration': 21.116, '__run_num__': 21, 'changes': {}}, 'file_|-install_upstart_script_|-/etc/init/dbarmor-processor.conf_|-managed': {'comment': 'File /etc/init/dbarmor-processor.conf is in the correct state', 'name': '/etc/init/dbarmor-processor.conf', 'start_time': '12:01:34.501196', 'result': True, 'duration': 2.287, '__run_num__': 16, 'changes': {}}, 'pkg_|-java_deps_|-python-software-properties_|-latest': {'comment': 'Package python-software-properties is already up-to-date.', 'name': 'python-software-properties', 'start_time': '12:01:08.481663', 'result': True, 'duration': 16051.02, '__run_num__': 3, 'changes': {}}, 'group_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'Group tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:01:34.860336', 'result': True, 'duration': 0.341, '__run_num__': 31, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/work/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/work', 'name': '/var/lib/tomcat7/work/', 'start_time': '12:01:35.128992', 'result': True, 'duration': 1.153, '__run_num__': 39, 'changes': {'removed': ['/var/lib/tomcat7/work/Catalina', '/var/lib/tomcat7/work/catalina.policy']}}, 'cmd_|-install_upstart_script_|-initctl reload-configuration_|-run': {'comment': 'Command "initctl reload-configuration" run', 'name': 'initctl reload-configuration', 'start_time': '12:01:34.765195', 'result': True, 'duration': 56.213, '__run_num__': 20, 'changes': {'pid': 9138, 'retcode': 0, 'stderr': '', 'stdout': ''}}, 'file_|-remove_files_|-/var/lib/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'File /var/lib/tomcat7/shared/classes/dbarmor-web.properties is not present', 'name': '/var/lib/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:01:35.115510', 'result': True, 'duration': 0.342, '__run_num__': 37, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/logs/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/logs', 'name': '/var/lib/tomcat7/logs/', 'start_time': '12:01:35.134673', 'result': True, 'duration': 0.89, '__run_num__': 41, 'changes': {'removed': ['/var/lib/tomcat7/logs/catalina.2015-08-19.log.gz', '/var/lib/tomcat7/logs/catalina.2015-08-20.log', '/var/lib/tomcat7/logs/catalina.out', '/var/lib/tomcat7/logs/localhost.2015-08-19.log.gz', '/var/lib/tomcat7/logs/localhost_access_log.2015-08-19.txt']}}, 'service_|-stop_rabbit_|-rabbitmq-server_|-dead': {'comment': 'No changes detected', '__run_num__': 47, '__sls__': 'dbarmor.dbarmor-rabbitmq', 'changes': {}, 'result': True}, 'pkg_|-jsvc_|-jsvc_|-installed': {'comment': 'Package jsvc is already installed.', 'name': 'jsvc', 'start_time': '12:01:34.480850', 'result': True, 'duration': 0.942, '__run_num__': 14, 'changes': {}}, 'grains_|-secondary_rabbit_role_|-role_|-list_present': {'comment': 'Value dbarmor_secondary_rabbit is already in grain role', 'name': 'role', 'start_time': '12:01:08.479114', 'result': True, 'duration': 0.258, '__run_num__': 2, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-libtomcat6-java_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'libtomcat6-java', 'start_time': '12:01:34.850488', 'result': True, 'duration': 0.363, '__run_num__': 25, 'changes': {}}, 'file_|-create_log_dir_|-/var/log/webpulse_|-directory': {'comment': 'Directory /var/log/webpulse is in the correct state', 'name': '/var/log/webpulse', 'start_time': '12:01:34.487649', 'result': True, 'duration': 0.77, '__run_num__': 15, 'changes': {}}, 'user_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'User tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:01:34.858995', 'result': True, 'duration': 1.003, '__run_num__': 30, 'changes': {}}, 'rabbitmq_plugin_|-rabbitmq_management_|-rabbitmq_management_|-enabled': {'comment': 'Plugin rabbitmq_management is already enabled', 'name': 'rabbitmq_management', 'start_time': '12:01:40.941092', 'result': True, 'duration': 562.874, '__run_num__': 51, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_processor_|-dbarmor_processor_|-present': {'comment': 'Changing password for user "dbarmor_processor" ...', 'name': 'dbarmor_processor', 'start_time': '12:01:42.934018', 'result': True, 'duration': 1545.47, '__run_num__': 54, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'file_|-tomcat7-admin-installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-blockreplace': {'comment': 'Changes were made', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:01:34.871728', 'result': True, 'duration': 6.081, '__run_num__': 33, 'changes': {'diff': '--- \n+++ \n@@ -34,5 +34,7 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n+<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n+<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkgrepo_|-rabbitmq_repo_|-deb http://www.rabbitmq.com/debian/ testing main_|-managed': {'comment': "Package repo 'deb http://www.rabbitmq.com/debian/ testing main' already configured", 'name': 'deb http://www.rabbitmq.com/debian/ testing main', 'start_time': '12:01:40.876895', 'result': True, 'duration': 46.846, '__run_num__': 45, 'changes': {}}, 'service_|-dbarmor-processor-jar_|-dbarmor-processor_|-running': {'comment': 'Service dbarmor-processor is already enabled, and is in the desired state', 'name': 'dbarmor-processor', 'start_time': '12:01:34.698901', 'result': True, 'duration': 53.711, '__run_num__': 18, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jre-headless', 'start_time': '12:01:26.497398', 'result': True, 'duration': 0.337, '__run_num__': 10, 'changes': {}}, 'service_|-rabbitmq-server_|-rabbitmq-server_|-running': {'comment': 'Service rabbitmq-server is already enabled, and is in the desired state', 'name': 'rabbitmq-server', 'start_time': '12:01:41.505254', 'result': True, 'duration': 496.059, '__run_num__': 52, 'changes': {}}}}, 'out': 'highstate'}}, 'salt_|-install_primary_minion_|-state.highstate_|-function': {'comment': 'Function ran successfully. Function state.highstate ran on dbarmor-acc01.wp.bluecoat.com.', 'name': 'state.highstate', 'start_time': '12:00:05.017922', 'result': True, 'duration': 67678.541, '__run_num__': 1, 'changes': {'ret': {'dbarmor-acc01.wp.bluecoat.com': {'pkg_|-tomcat7-admin-installer_|-tomcat7-admin_|-installed': {'comment': 'Package tomcat7-admin is already installed.', 'name': 'tomcat7-admin', 'start_time': '12:00:53.629984', 'result': True, 'duration': 0.439, '__run_num__': 29, 'changes': {}}, 'service_|-restart_tomcat7_|-tomcat7_|-running': {'comment': 'Started Service tomcat7', 'name': 'tomcat7', 'start_time': '12:00:55.090529', 'result': True, 'duration': 5049.346, '__run_num__': 44, 'changes': {'tomcat7': True}}, 'grains_|-processor_role_|-role_|-list_present': {'comment': 'Value dbarmor_processor is already in grain role', 'name': 'role', 'start_time': '12:00:00.776772', 'result': True, 'duration': 0.484, '__run_num__': 0, 'changes': {}}, 'pkg_|-rabbitmq-server_|-rabbitmq-server_|-installed': {'comment': "Version 3.5.4-1 of package 'rabbitmq-server' is already installed.", 'name': 'rabbitmq-server', 'start_time': '12:01:00.198335', 'result': True, 'duration': 0.685, '__run_num__': 46, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.8-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.8-jre-headless', 'start_time': '12:00:44.935135', 'result': True, 'duration': 0.349, '__run_num__': 9, 'changes': {}}, 'file_|-install_processor_properties_|-/etc/webpulse/dbarmor-processor/dbarmor-processor.properties_|-managed': {'comment': 'File /etc/webpulse/dbarmor-processor/dbarmor-processor.properties is in the correct state', 'name': '/etc/webpulse/dbarmor-processor/dbarmor-processor.properties', 'start_time': '12:00:53.545243', 'result': True, 'duration': 11.092, '__run_num__': 19, 'changes': {}}, 'grains_|-primary_rabbit_role_|-role_|-list_present': {'comment': 'Value dbarmor_primary_rabbit is already in grain role', 'name': 'role', 'start_time': '12:00:00.780990', 'result': True, 'duration': 0.31, '__run_num__': 2, 'changes': {}}, 'pkg_|-java_deps_|-python-apt_|-latest': {'comment': 'Package python-apt is already up-to-date.', 'name': 'python-apt', 'start_time': '12:00:42.831457', 'result': True, 'duration': 37.339, '__run_num__': 5, 'changes': {}}, 'rabbitmq_vhost_|-rabbitmq_vhost_/_|-/_|-present': {'comment': 'Nothing to do', 'name': '/', 'start_time': '12:01:06.087343', 'result': True, 'duration': 758.102, '__run_num__': 57, 'changes': {}}, 'file_|-tomcat7_installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-managed': {'comment': 'File /var/lib/tomcat7/conf/tomcat-users.xml updated', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:00:53.644491', 'result': True, 'duration': 5.601, '__run_num__': 32, 'changes': {'diff': '--- \n+++ \n@@ -34,7 +34,5 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n-<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n-<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkg_|-tomcat7-common_installer_|-tomcat7-common_|-installed': {'comment': 'Package tomcat7-common is already installed.', 'name': 'tomcat7-common', 'start_time': '12:00:53.628077', 'result': True, 'duration': 0.488, '__run_num__': 27, 'changes': {}}, 'file_|-rabbitmq_binary_tool_env_|-/usr/local/bin/rabbitmq-env_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-env is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-env', 'start_time': '12:01:00.222189', 'result': True, 'duration': 11.833, '__run_num__': 49, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/webapps/dbarmor-web_|-directory': {'comment': 'Directory /var/lib/tomcat7/webapps/dbarmor-web is in the correct state', 'name': '/var/lib/tomcat7/webapps/dbarmor-web', 'start_time': '12:00:53.872779', 'result': True, 'duration': 0.689, '__run_num__': 40, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_web_|-dbarmor_web_|-present': {'comment': 'Changing password for user "dbarmor_web" ...', 'name': 'dbarmor_web', 'start_time': '12:01:04.963888', 'result': True, 'duration': 1120.916, '__run_num__': 56, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'grains_|-web_role_|-role_|-list_present': {'comment': 'Value dbarmor_web is already in grain role', 'name': 'role', 'start_time': '12:00:00.779001', 'result': True, 'duration': 0.28, '__run_num__': 1, 'changes': {}}, 'pkg_|-tomcat7_installer_|-tomcat7_|-installed': {'comment': 'Package tomcat7 is already installed.', 'name': 'tomcat7', 'start_time': '12:00:53.629037', 'result': True, 'duration': 0.476, '__run_num__': 28, 'changes': {}}, 'service_|-tomcat7_cleanup_|-tomcat7_|-dead': {'comment': 'Service tomcat7 was killed', 'name': 'tomcat7', 'start_time': '12:00:53.688483', 'result': True, 'duration': 137.013, '__run_num__': 35, 'changes': {'tomcat7': True}}, 'pkg_|-tomcat6_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:00:53.626949', 'result': True, 'duration': 0.363, '__run_num__': 26, 'changes': {}}, 'service_|-tomcat7_installer_|-tomcat7_|-running': {'comment': 'Service tomcat7 is already enabled, and is in the desired state', 'name': 'tomcat7', 'start_time': '12:00:53.657237', 'result': True, 'duration': 29.383, '__run_num__': 34, 'changes': {}}, 'file_|-update_war_file_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-managed': {'comment': 'File /var/lib/tomcat7/webapps/dbarmor-web.war updated', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:00:53.880045', 'result': True, 'duration': 1189.985, '__run_num__': 42, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-common_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-common', 'start_time': '12:00:53.625295', 'result': True, 'duration': 0.363, '__run_num__': 24, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6', 'start_time': '12:00:53.623325', 'result': True, 'duration': 0.595, '__run_num__': 22, 'changes': {}}, 'debconf_|-oracle-java8-installer_|-oracle-java8-installer_|-set': {'comment': 'All specified answers are already set', 'name': 'oracle-java8-installer', 'start_time': '12:00:44.937735', 'result': True, 'duration': 225.272, '__run_num__': 11, 'changes': {}}, 'pkgrepo_|-oracle-java8-installer_|-oracle-java8-installer_|-managed': {'comment': "Package repo 'oracle-java8-installer' already configured", 'name': 'oracle-java8-installer', 'start_time': '12:00:42.870742', 'result': True, 'duration': 2055.17, '__run_num__': 6, 'changes': {}}, 'pkg_|-java_deps_|-debconf-utils_|-latest': {'comment': 'Package debconf-utils is already up-to-date.', 'name': 'debconf-utils', 'start_time': '12:00:42.794893', 'result': True, 'duration': 36.368, '__run_num__': 4, 'changes': {}}, 'file_|-rabbit_cookie_|-/var/lib/rabbitmq/.erlang.cookie_|-managed': {'comment': 'File /var/lib/rabbitmq/.erlang.cookie is in the correct state', 'name': '/var/lib/rabbitmq/.erlang.cookie', 'start_time': '12:01:00.210920', 'result': True, 'duration': 2.429, '__run_num__': 48, 'changes': {}}, 'file_|-rabbitmq_binary_tool_plugins_|-/usr/local/bin/rabbitmq-plugins_|-symlink': {'comment': 'Symlink /usr/local/bin/rabbitmq-plugins is present and owned by root:root', 'name': '/usr/local/bin/rabbitmq-plugins', 'start_time': '12:01:00.238653', 'result': True, 'duration': 2.203, '__run_num__': 50, 'changes': {}}, 'pkg_|-oracle-java8-installer_|-oracle-java8-installer_|-latest': {'comment': 'Package oracle-java8-installer is already up-to-date.', 'name': 'oracle-java8-installer', 'start_time': '12:00:45.164740', 'result': True, 'duration': 8150.326, '__run_num__': 12, 'changes': {}}, 'file_|-remove_files_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'Removed file /usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:00:53.849774', 'result': True, 'duration': 0.363, '__run_num__': 38, 'changes': {'removed': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties'}}, 'rabbitmq_user_|-rabbitmq_user_webpulse_|-webpulse_|-present': {'comment': 'Changing password for user "webpulse" ...', 'name': 'webpulse', 'start_time': '12:01:03.389375', 'result': True, 'duration': 1571.995, '__run_num__': 55, 'changes': {'new': "Set password.\nSet tags: administrator\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'file_|-remove_files_|-/var/lib/tomcat7/webapps/dbarmor-web.war_|-absent': {'comment': 'Removed file /var/lib/tomcat7/webapps/dbarmor-web.war', 'name': '/var/lib/tomcat7/webapps/dbarmor-web.war', 'start_time': '12:00:53.838046', 'result': True, 'duration': 7.941, '__run_num__': 36, 'changes': {'removed': '/var/lib/tomcat7/webapps/dbarmor-web.war'}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jdk_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jdk', 'start_time': '12:00:44.933831', 'result': True, 'duration': 0.78, '__run_num__': 7, 'changes': {}}, 'file_|-oracle-java8-installer_|-/usr/lib/jvm/default-java_|-symlink': {'comment': 'Symlink /usr/lib/jvm/default-java is present and owned by root:root', 'name': '/usr/lib/jvm/default-java', 'start_time': '12:00:53.316999', 'result': True, 'duration': 1.383, '__run_num__': 13, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-tomcat6-admin_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'tomcat6-admin', 'start_time': '12:00:53.624418', 'result': True, 'duration': 0.377, '__run_num__': 23, 'changes': {}}, 'rabbitmq_policy_|-rabbitmq_policy_|-HA_|-present': {'comment': 'Setting policy "HA" for pattern ".*" to "{\\"ha-mode\\": \\"all\\"}" with priority "0" ...', 'name': 'HA', 'start_time': '12:01:01.298337', 'result': True, 'duration': 860.705, '__run_num__': 53, 'changes': {'new': ['Definition'], 'old': {'apply_to': 'all', 'priority': '0', 'definition': '{"ha-mode":"all"}', 'pattern': '.*'}}}, 'pkg_|-non-oracle_purge_all_|-oracle-java7-installer_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'oracle-java7-installer', 'start_time': '12:00:44.934698', 'result': True, 'duration': 0.355, '__run_num__': 8, 'changes': {}}, 'file_|-update_config_file_|-/usr/share/tomcat7/shared/classes/dbarmor-web.properties_|-managed': {'comment': 'File /usr/share/tomcat7/shared/classes/dbarmor-web.properties updated', 'name': '/usr/share/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:00:55.074321', 'result': True, 'duration': 14.044, '__run_num__': 43, 'changes': {'diff': 'New file', 'mode': '0644'}}, 'service_|-tomcat6_purge_all_|-tomcat6_|-dead': {'comment': 'The named service tomcat6 is not available', 'name': 'tomcat6', 'start_time': '12:00:53.618102', 'result': True, 'duration': 4.737, '__run_num__': 21, 'changes': {}}, 'file_|-install_upstart_script_|-/etc/init/dbarmor-processor.conf_|-managed': {'comment': 'File /etc/init/dbarmor-processor.conf is in the correct state', 'name': '/etc/init/dbarmor-processor.conf', 'start_time': '12:00:53.347278', 'result': True, 'duration': 2.339, '__run_num__': 16, 'changes': {}}, 'pkg_|-java_deps_|-python-software-properties_|-latest': {'comment': 'Package python-software-properties is already up-to-date.', 'name': 'python-software-properties', 'start_time': '12:00:00.781501', 'result': True, 'duration': 42013.214, '__run_num__': 3, 'changes': {}}, 'group_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'Group tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:00:53.641278', 'result': True, 'duration': 0.384, '__run_num__': 31, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/work/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/work', 'name': '/var/lib/tomcat7/work/', 'start_time': '12:00:53.867960', 'result': True, 'duration': 1.279, '__run_num__': 39, 'changes': {'removed': ['/var/lib/tomcat7/work/Catalina', '/var/lib/tomcat7/work/catalina.policy']}}, 'cmd_|-install_upstart_script_|-initctl reload-configuration_|-run': {'comment': 'Command "initctl reload-configuration" run', 'name': 'initctl reload-configuration', 'start_time': '12:00:53.558823', 'result': True, 'duration': 52.988, '__run_num__': 20, 'changes': {'pid': 15808, 'retcode': 0, 'stderr': '', 'stdout': ''}}, 'file_|-remove_files_|-/var/lib/tomcat7/shared/classes/dbarmor-web.properties_|-absent': {'comment': 'File /var/lib/tomcat7/shared/classes/dbarmor-web.properties is not present', 'name': '/var/lib/tomcat7/shared/classes/dbarmor-web.properties', 'start_time': '12:00:53.847717', 'result': True, 'duration': 0.331, '__run_num__': 37, 'changes': {}}, 'file_|-tomcat7_cleanup_|-/var/lib/tomcat7/logs/_|-directory': {'comment': 'Files cleaned from directory /var/lib/tomcat7/logs', 'name': '/var/lib/tomcat7/logs/', 'start_time': '12:00:53.876987', 'result': True, 'duration': 1.04, '__run_num__': 41, 'changes': {'removed': ['/var/lib/tomcat7/logs/catalina.2015-08-19.log.gz', '/var/lib/tomcat7/logs/catalina.2015-08-20.log', '/var/lib/tomcat7/logs/catalina.out', '/var/lib/tomcat7/logs/localhost.2015-08-19.log.gz', '/var/lib/tomcat7/logs/localhost_access_log.2015-08-19.txt']}}, 'service_|-stop_rabbit_|-rabbitmq-server_|-dead': {'comment': 'No changes detected', '__run_num__': 47, '__sls__': 'dbarmor.dbarmor-rabbitmq', 'changes': {}, 'result': True}, 'pkg_|-jsvc_|-jsvc_|-installed': {'comment': 'Package jsvc is already installed.', 'name': 'jsvc', 'start_time': '12:00:53.318485', 'result': True, 'duration': 0.505, '__run_num__': 14, 'changes': {}}, 'pkg_|-tomcat6_purge_all_|-libtomcat6-java_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'libtomcat6-java', 'start_time': '12:00:53.626120', 'result': True, 'duration': 0.363, '__run_num__': 25, 'changes': {}}, 'file_|-create_log_dir_|-/var/log/webpulse_|-directory': {'comment': 'Directory /var/log/webpulse is in the correct state', 'name': '/var/log/webpulse', 'start_time': '12:00:53.326833', 'result': True, 'duration': 0.726, '__run_num__': 15, 'changes': {}}, 'user_|-tomcat7_installer_|-tomcat7_|-present': {'comment': 'User tomcat7 is present and up to date', 'name': 'tomcat7', 'start_time': '12:00:53.638474', 'result': True, 'duration': 1.0, '__run_num__': 30, 'changes': {}}, 'rabbitmq_plugin_|-rabbitmq_management_|-rabbitmq_management_|-enabled': {'comment': 'Plugin rabbitmq_management is already enabled', 'name': 'rabbitmq_management', 'start_time': '12:01:00.245280', 'result': True, 'duration': 636.331, '__run_num__': 51, 'changes': {}}, 'rabbitmq_user_|-rabbitmq_user_dbarmor_processor_|-dbarmor_processor_|-present': {'comment': 'Changing password for user "dbarmor_processor" ...', 'name': 'dbarmor_processor', 'start_time': '12:01:02.161990', 'result': True, 'duration': 1224.847, '__run_num__': 54, 'changes': {'new': "Set password.\nSet permissions ['.*', '.*', '.*'] for vhost /", 'old': ''}}, 'file_|-tomcat7-admin-installer_|-/var/lib/tomcat7/conf/tomcat-users.xml_|-blockreplace': {'comment': 'Changes were made', 'name': '/var/lib/tomcat7/conf/tomcat-users.xml', 'start_time': '12:00:53.652227', 'result': True, 'duration': 2.492, '__run_num__': 33, 'changes': {'diff': '--- \n+++ \n@@ -34,5 +34,7 @@\n <user username="role1" password="tomcat" roles="role1"/>\n -->\n <!-- Begin Webpulse User Section -->\n+<user username="admin" password="pwd" roles="manager-gui,manager-status"/>\n+<user username="scriptor" password="pwd" roles="manager-script"/>\n <!-- End Webpulse User Section -->\n </tomcat-users>\n'}}, 'pkgrepo_|-rabbitmq_repo_|-deb http://www.rabbitmq.com/debian/ testing main_|-managed': {'comment': "Package repo 'deb http://www.rabbitmq.com/debian/ testing main' already configured", 'name': 'deb http://www.rabbitmq.com/debian/ testing main', 'start_time': '12:01:00.152090', 'result': True, 'duration': 45.864, '__run_num__': 45, 'changes': {}}, 'service_|-dbarmor-processor-jar_|-dbarmor-processor_|-running': {'comment': 'Service dbarmor-processor is already enabled, and is in the desired state', 'name': 'dbarmor-processor', 'start_time': '12:00:53.519273', 'result': True, 'duration': 23.724, '__run_num__': 18, 'changes': {}}, 'pkg_|-non-oracle_purge_all_|-gcj-4.6-jre-headless_|-purged': {'comment': 'All specified packages are already absent.', 'name': 'gcj-4.6-jre-headless', 'start_time': '12:00:44.935567', 'result': True, 'duration': 0.341, '__run_num__': 10, 'changes': {}}, 'file_|-dbarmor-processor-jar_|-/opt/webpulse/dbarmor-processor/dbarmor-processor.jar_|-managed': {'comment': 'File /opt/webpulse/dbarmor-processor/dbarmor-processor.jar is in the correct state', 'name': '/opt/webpulse/dbarmor-processor/dbarmor-processor.jar', 'start_time': '12:00:53.392702', 'result': True, 'duration': 124.314, '__run_num__': 17, 'changes': {}}, 'service_|-rabbitmq-server_|-rabbitmq-server_|-running': {'comment': 'Service rabbitmq-server is already enabled, and is in the desired state', 'name': 'rabbitmq-server', 'start_time': '12:01:00.884690', 'result': True, 'duration': 411.183, '__run_num__': 52, 'changes': {}}}}, 'out': 'highstate'}}}}
tomcat7
result:
True
start_time:
12:01:34.879256
user_|-tomcat7_installer_|-tomcat7_|-present:
----------
__run_num__:
30
changes:
----------
comment:
User tomcat7 is present and up to date
duration:
1.003
name:
tomcat7
result:
True
start_time:
12:01:34.858995
comment:
Function ran successfully. Function state.highstate ran on dbarmor-acc02.wp.bluecoat.com.
duration:
50446.774
name:
state.highstate
result:
True
start_time:
12:01:12.696682
salt_|-ping_minions_|-test.ping_|-function:
----------
__run_num__:
0
changes:
----------
out:
highstate
ret:
----------
dbarmor-acc01.wp.bluecoat.com:
True
dbarmor-acc02.wp.bluecoat.com:
True
comment:
Function ran successfully. Function test.ping ran on dbarmor-acc02.wp.bluecoat.com, dbarmor-acc01.wp.bluecoat.com.
duration:
10151.916
name:
test.ping
result:
True
start_time:
11:59:54.865761
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment