This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.oreilly.com/data/free/files/2014-data-science-salary-survey.pdf | |
http://www.oreilly.com/data/free/files/2015-data-science-salary-survey.pdf | |
http://www.oreilly.com/data/free/files/Data_Analytics_in_Sports.pdf | |
http://www.oreilly.com/data/free/files/advancing-procurement-analytics.pdf | |
http://www.oreilly.com/data/free/files/ai-and-medicine.pdf | |
http://www.oreilly.com/data/free/files/analyzing-data-in-the-internet-of-things.pdf | |
http://www.oreilly.com/data/free/files/analyzing-the-analyzers.pdf | |
http://www.oreilly.com/data/free/files/architecting-data-lakes.pdf | |
http://www.oreilly.com/data/free/files/being-a-data-skeptic.pdf | |
http://www.oreilly.com/data/free/files/big-data-analytics-emerging-architecture.pdf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"alltogether": [ | |
{ | |
"recordset": [ | |
{ | |
"Name": "masquequesos.com.", | |
"ResourceRecords": [ | |
{ | |
"Value": "52.50.7.194" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"prometheus", | |
"type":"prometheus", | |
"url":"http://prometheus.monitoring.svc.cluster.local:9090", | |
"access":"proxy", | |
"basicAuth":false | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Firewall rules for Prometheus | |
hosts: nodes | |
tasks: | |
- name: Ensure IPtables rule exists | |
lineinfile: | |
dest: /etc/sysconfig/iptables | |
state: present | |
line: "{{ item }}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ FAILED! => {"changed": false, "module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_SskZdJ/ansible_module_openshift_facts.py\", line 1271, in <module>\n main()\n File \"/tmp/ansible_SskZdJ/ansible_module_openshift_facts.py\", line 1258, in main\n additive_facts_to_overwrite)\n File \"/tmp/ansible_SskZdJ/ansible_module_openshift_facts.py\", line 1013, in __init__\n additive_facts_to_overwrite)\n File \"/tmp/ansible_SskZdJ/ansible_module_openshift_facts.py\", line 1033, in generate_facts\n provider_facts = self.init_provider_facts()\n File \"/tmp/ansible_SskZdJ/ansible_module_openshift_facts.py\", line 1162, in init_provider_facts\n provider_info = self.guess_host_provider()\n File \"/tmp/ansible_SskZdJ/ansible_module_openshift_facts.py\", line 1104, in guess_host_provider\n virt_role = self.system_facts['ansible_virtualization_role']\nKeyError: 'ansible_virtualization_role'\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: Caught exception evaluating: h.filterDescriptors(it,attrs.descriptors) in /configure. Reason: java.lang.NullPointerException: Descriptor list is null for context 'class hudson.model.Hudson' in thread 'Handling GET /configure from 10.187.249.134 : RequestHandlerThread[#44] Jenkins/configure.jelly GlobalLibraries/config.jelly LibraryConfiguration/config.jelly SCMRetriever/DescriptorImpl/config.jelly MultiSCM/DescriptorImpl/config.jelly' | |
java.lang.NullPointerException: Descriptor list is null for context 'class hudson.model.Hudson' in thread 'Handling GET /configure from 10.187.249.134 : RequestHandlerThread[#44] Jenkins/configure.jelly GlobalLibraries/config.jelly LibraryConfiguration/config.jelly SCMRetriever/DescriptorImpl/config.jelly MultiSCM/DescriptorImpl/config.jelly' | |
at hudson.model.DescriptorVisibilityFilter.apply(DescriptorVisibilityFilter.java:73) | |
at hudson.Functions.filterDescriptors(Functions.java:1882) | |
at sun.reflect.GeneratedMethodAccessor415.invoke(Unknown Source) | |
at sun.reflect.Del |