Skip to content

Instantly share code, notes, and snippets.

newrelic_alert_policy.mysql: Refreshing state... (ID: 329328)
newrelic_alert_policy.system: Refreshing state... (ID: 325999)
newrelic_alert_policy.system: Refreshing state... (ID: 326011)
newrelic_alert_policy.mysql: Refreshing state... (ID: 329330)
newrelic_alert_policy.docker: Refreshing state... (ID: 324750)
newrelic_alert_policy.mysql: Refreshing state... (ID: 329327)
newrelic_alert_policy.docker: Refreshing state... (ID: 324754)
newrelic_alert_policy.mysql: Refreshing state... (ID: 329329)
newrelic_alert_policy.mysql: Refreshing state... (ID: 329331)
[os]
name=CentOS 6 Mirror
baseurl=http://mirror.centos.org/centos-6/6/os/x86_64/
gpgcheck=0
enabled=1
priority=99
[os-updates]
name=CentOS 6 Updates
baseurl=http://mirror.centos.org/centos-6/6/updates/x86_64/
known_hosts:
ssh_known_hosts.present:
- name: salt-master.obt.data,salt-master,10.0.40.102
- user: root
- fingerprint: a5:cc:07:fd:13:47:02:9c:ff:97:cd:fc:f2:fc:99:ed
- hash_hostname: false
- refresh: false
nginx-pgk:
pkg.installed:
- name: nginx
nginx-service:
service.running:
- name: nginx
- require:
- pkg: nginx-pgk
[cluster]
name=cluster384
total_nodes=3
cdh_manager=10.0.40.115
cm_hostname=autocdh-1.obt.data
cdh_login=admin
cdh_passwd=admin
services=hdfs, mapreduce, hive, hbase, zookeeper, yarn, spark, impala, solr, flume, oozie, sqoop, hue
server_rack=/default
server_hostnames=autocdh-1.obt.data, autocdh-2.obt.data, autocdh-3.obt.data, autocdh-4.obt.data
{% for role in salt['pillar.get']('roles') %}
{% if role != 'base' %}
include:
- {{ role }}
{% endif %}
{% endfor %}
{% from 'namemap.sls' import namemap with context %}
{% set roles = {
'performance_cdh': [namemap.node68,namemap.node69,namemap.node70,
namemap.node71,namemap.node72,namemap.node73,namemap.node74,namemap.node75],
'network': [namemap.node2] }
%}
roles:
{% for role, items in roles.items() %}
No need to update translations. Skipping...
sphinx-build -b html -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v1.0.8
loading translations [en]... locale not available
loading pickled environment... not yet created
[autosummary] generating autosummary for: contents.rst, faq.rst, glossary.rst, index.rst, ref/auth/all/index.rst, ref/auth/all/salt.auth.auto.rst, ref/auth/all/salt.auth.keystone.rst, ref/auth/all/salt.auth.ldap.rst, ref/auth/all/salt.auth.pam.rst, ref/auth/all/salt.auth.pki.rst, ..., topics/tutorials/walkthrough.rst, topics/tutorials/walkthrough_macosx.rst, topics/tutorials/writing_tests.rst, topics/virt/disk.rst, topics/virt/index.rst, topics/virt/nic.rst, topics/windows/index.rst, topics/windows/windows-package-manager.rst, topics/windows/windows-specific-behaviour.rst, topics/yaml/index.rst
Exception occurred:
File "/usr/lib/python2.6/site-packages/Sphinx-1.0.8-py2.6.egg/sphinx/ext/autosummary/__init__.py", line 411, in _import_by_name
install_apache:
pkg:
- installed
- name: httpd
start_apache:
service:
- running
- name: httpd
- require:
- pkg:
1.install_apache:
2. pkg:
3. - installed
4. - name: httpd
5.start_apache:
6. service:
7. - running
8. - name: httpd
9. - require:
10. - pkg: