Skip to content

Commit

Permalink
properly package data files for wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Jun 14, 2018
1 parent 9712a80 commit d8abd17
Show file tree
Hide file tree
Showing 399 changed files with 903 additions and 316 deletions.
2 changes: 1 addition & 1 deletion active_directory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Need help? Contact [Datadog Support][5].
## Further Reading
Learn more about infrastructure monitoring and all our integrations on [our blog][6]

[1]: https://github.com/DataDog/integrations-core/blob/master/active_directory/conf.yaml.example
[1]: https://github.com/DataDog/integrations-core/blob/master/active_directory/datadog_checks/active_directory/data/conf.yaml.example
[2]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[3]: https://github.com/DataDog/integrations-core/blob/master/active_directory/metadata.csv
[4]: https://app.datadoghq.com/account/settings#agent
Expand Down
File renamed without changes.
9 changes: 7 additions & 2 deletions active_directory/manifest.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
graft datadog_checks
graft tests

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
graft datadog_checks
graft tests
include manifest.json

global-exclude *.py[cod] __pycache__
1 change: 0 additions & 1 deletion active_directory/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={'datadog_checks.active_directory': ['conf.yaml.example']},
include_package_data=True,
)
3 changes: 3 additions & 0 deletions activemq/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include manifest.json
graft datadog_checks
2 changes: 1 addition & 1 deletion activemq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Need help? Contact [Datadog Support][107].
[101]: https://app.datadoghq.com/account/settings#agent
[102]: https://github.com/DataDog/jmxfetch
[103]: http://activemq.apache.org/jmx.html
[104]: https://github.com/DataDog/integrations-core/blob/master/activemq/conf.yaml.example
[104]: https://github.com/DataDog/integrations-core/blob/master/activemq/datadog_checks/activemq/data/conf.yaml.example
[105]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[107]: http://docs.datadoghq.com/help/
[108]: https://www.datadoghq.com/blog/monitor-activemq-metrics-performance/
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion activemq/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ def get_requirements(fpath):
install_requires=['datadog_checks_base'],

# Extra files to ship with the wheel package
package_data={'datadog_checks.activemq': ['conf.yaml.example', 'metrics.yaml']},
include_package_data=True,
)
9 changes: 7 additions & 2 deletions activemq_xml/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
graft datadog_checks
graft tests

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
graft datadog_checks
graft tests
include manifest.json

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion activemq_xml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Need help? Contact [Datadog Support][5].


[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://github.com/DataDog/integrations-core/blob/master/activemq_xml/conf.yaml.example
[2]: https://github.com/DataDog/integrations-core/blob/master/activemq_xml/datadog_checks/activemq_xml/data/conf.yaml.example
[3]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[4]: https://github.com/DataDog/integrations-core/blob/master/activemq_xml/metadata.csv
[5]: http://docs.datadoghq.com/help/
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion activemq_xml/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={'datadog_checks.activemq_xml': ['conf.yaml.example']},
include_package_data=True,
)
11 changes: 11 additions & 0 deletions agent_metrics/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
graft datadog_checks
graft test

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
include manifest.json

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion agent_metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Learn more about infrastructure monitoring and all our integrations on [our blog


[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://github.com/DataDog/integrations-core/blob/master/agent_metrics/conf.yaml.default
[2]: https://github.com/DataDog/integrations-core/blob/master/agent_metrics/datadog_checks/agent_metrics/data/conf.yaml.default
[3]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[4]: https://github.com/DataDog/integrations-core/blob/master/agent_metrics/metadata.csv
[5]: http://docs.datadoghq.com/help/
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion agent_metrics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={'datadog_checks.agent_metrics': ['conf.yaml.default']},
include_package_data=True,
)
8 changes: 6 additions & 2 deletions apache/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
graft datadog_checks
graft tests

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
include manifest.json
graft datadog_checks
graft tests

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Returns CRITICAL if the Agent cannot connect to the configured `apache_status_ur


[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://github.com/DataDog/integrations-core/blob/master/apache/conf.yaml.example
[2]: https://github.com/DataDog/integrations-core/blob/master/apache/datadog_checks/apache/data/conf.yaml.example
[3]: https://docs.datadoghq.com/agent/faq/agent-commands/#start-stop-restart-the-agent
[4]: https://docs.datadoghq.com/logs
[5]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion apache/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,5 @@ def read(*parts):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={b'datadog_checks.apache': ['conf.yaml.example', 'auto_conf.yaml']},
include_package_data=True,
)
2 changes: 1 addition & 1 deletion aspdotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Learn more about infrastructure monitoring and all our integrations on [our blog

[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[3]: https://github.com/DataDog/integrations-core/blob/master/aspdotnet/conf.yaml.example
[3]: https://github.com/DataDog/integrations-core/blob/master/aspdotnet/datadog_checks/aspdotnet/data/conf.yaml.example
[4]: https://app.datadoghq.com/event/stream
[5]: https://docs.datadoghq.com/agent/faq/agent-commands/#start-stop-restart-the-agent
[6]: https://www.datadoghq.com/blog/
File renamed without changes.
9 changes: 7 additions & 2 deletions aspdotnet/manifest.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
graft datadog_checks
graft tests

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
graft datadog_checks
graft tests
include manifest.json

global-exclude *.py[cod] __pycache__
1 change: 0 additions & 1 deletion aspdotnet/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={'datadog_checks.aspdotnet': ['conf.yaml.example']},
include_package_data=True,
)
8 changes: 6 additions & 2 deletions btrfs/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
graft datadog_checks
graft tests

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
include manifest.json
graft datadog_checks
graft tests

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion btrfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Learn more about infrastructure monitoring and all our integrations on [our blog


[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://github.com/DataDog/integrations-core/blob/master/btrfs/conf.yaml.example
[2]: https://github.com/DataDog/integrations-core/blob/master/btrfs/datadog_checks/btrfs/data/conf.yaml.example
[3]: https://docs.datadoghq.com/agent/faq/agent-commands/#start-stop-restart-the-agent
[4]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[5]: https://github.com/DataDog/integrations-core/blob/master/btrfs/metadata.csv
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion btrfs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={b'datadog_checks.btrfs': ['conf.yaml.example']},
include_package_data=True,
)
11 changes: 11 additions & 0 deletions cacti/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
graft datadog_checks
graft test

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
include manifest.json

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion cacti/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Learn more about infrastructure monitoring and all our integrations on [our blog


[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://github.com/DataDog/integrations-core/blob/master/cacti/conf.yaml.example
[2]: https://github.com/DataDog/integrations-core/blob/master/cacti/datadog_checks/cacti/data/conf.yaml.example
[3]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[4]: https://github.com/DataDog/integrations-core/blob/master/cacti/metadata.csv
[5]: http://docs.datadoghq.com/help/
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion cacti/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={'datadog_checks.cacti': ['conf.yaml.example']},
include_package_data=True,
)
3 changes: 3 additions & 0 deletions cassandra/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include manifest.json
graft datadog_checks
2 changes: 1 addition & 1 deletion cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Need help? Contact [Datadog Support][107].

[101]: https://app.datadoghq.com/account/settings#agent
[102]: https://docs.datadoghq.com/integrations/java/
[103]: https://github.com/DataDog/integrations-core/blob/master/cassandra/conf.yaml.example
[103]: https://github.com/DataDog/integrations-core/blob/master/cassandra/datadog_checks/cassandra/data/conf.yaml.example
[104]: https://docs.datadoghq.com/agent/faq/agent-commands/#start-stop-restart-the-agent
[105]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[106]: https://github.com/DataDog/integrations-core/blob/master/cassandra/metadata.csv
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion cassandra/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@ def get_requirements(fpath):
install_requires=['datadog_checks_base'],

# Extra files to ship with the wheel package
package_data={'datadog_checks.cassandra': ['conf.yaml.example', 'metrics.yaml']},
include_package_data=True,
)
11 changes: 11 additions & 0 deletions cassandra_nodetool/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
graft datadog_checks
graft test

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
include manifest.json

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion cassandra_nodetool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Need help? Contact [Datadog Support][6].

[1]: https://github.com/DataDog/integrations-core/tree/master/cassandra
[2]: https://app.datadoghq.com/account/settings#agent
[3]: https://github.com/DataDog/integrations-core/blob/master/cassandra_nodetool/conf.yaml.example
[3]: https://github.com/DataDog/integrations-core/blob/master/cassandra_nodetool/datadog_checks/cassandra_nodetool/data/conf.yaml.example
[4]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[5]: https://github.com/DataDog/integrations-core/blob/master/cassandra_nodetool/metadata.csv
[6]: http://docs.datadoghq.com/help/
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion cassandra_nodetool/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={'datadog_checks.cassandra_nodetool': ['conf.yaml.example']},
include_package_data=True,
)
9 changes: 7 additions & 2 deletions ceph/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
graft datadog_checks
graft tests

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
graft datadog_checks
graft tests
include manifest.json

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion ceph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Need help? Contact [Datadog Support][5].
[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://github.com/DataDog/integrations-core/blob/master/ceph/conf.yaml.example
[2]: https://github.com/DataDog/integrations-core/blob/master/ceph/datadog_checks/ceph/data/conf.yaml.example
[3]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[4]: https://github.com/DataDog/integrations-core/blob/master/ceph/metadata.csv
[5]: http://docs.datadoghq.com/help/
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion ceph/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ def get_requirements(fpath):
tests_require=get_requirements("requirements-dev.txt"),

# Extra files to ship with the wheel package
package_data={b'datadog_checks.ceph': ['conf.yaml.example']},
include_package_data=True,
)
9 changes: 7 additions & 2 deletions cisco_aci/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
graft datadog_checks
graft tests

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
graft datadog_checks
graft tests
include manifest.json

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion cisco_aci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Need help? Contact [Datadog Support][6].
Learn more about infrastructure monitoring and all our integrations on [our blog][7]

[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://github.com/DataDog/integrations-core/blob/master/cisco_aci/conf.yaml.example
[2]: https://github.com/DataDog/integrations-core/blob/master/cisco_aci/datadog_checks/cisco_aci/data/conf.yaml.example
[3]: https://docs.datadoghq.com/agent/faq/agent-commands/#start-stop-restart-the-agent
[4]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[5]: https://github.com/DataDog/integrations-core/blob/master/cisco_aci/metadata.csv
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion cisco_aci/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={'datadog_checks.cisco_aci': ['conf.yaml.example']},
include_package_data=True,
)
8 changes: 6 additions & 2 deletions consul/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
graft datadog_checks
graft tests

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
include manifest.json
graft datadog_checks
graft tests

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Need help? Contact [Datadog Support][9].


[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://github.com/DataDog/integrations-core/blob/master/consul/conf.yaml.example
[2]: https://github.com/DataDog/integrations-core/blob/master/consul/datadog_checks/consul/data/conf.yaml.example
[3]: https://docs.datadoghq.com/agent/faq/agent-commands/#start-stop-restart-the-agent
[4]: https://docs.datadoghq.com/logs
[5]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion consul/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={'datadog_checks.consul': ['conf.yaml.example', 'auto_conf.yaml']},
include_package_data=True,
)
9 changes: 7 additions & 2 deletions couch/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
graft datadog_checks
graft tests

include MANIFEST.in
include README.md
include requirements.in
include requirements.txt
include requirements-dev.txt
graft datadog_checks
graft tests
include manifest.json

global-exclude *.py[cod] __pycache__
2 changes: 1 addition & 1 deletion couch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Need help? Contact [Datadog Support][6].


[1]: https://app.datadoghq.com/account/settings#agent
[2]: https://github.com/DataDog/integrations-core/blob/master/couch/conf.yaml.example
[2]: https://github.com/DataDog/integrations-core/blob/master/couch/datadog_checks/couch/data/conf.yaml.example
[3]: https://docs.datadoghq.com/agent/faq/agent-commands/#start-stop-restart-the-agent
[4]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[5]: https://github.com/DataDog/integrations-core/blob/master/couch/metadata.csv
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion couch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ def get_requirements(fpath):
tests_require=get_requirements('requirements-dev.txt'),

# Extra files to ship with the wheel package
package_data={b'datadog_checks.couch': ['conf.yaml.example', 'auto_conf.yaml']},
include_package_data=True,
)
Loading

0 comments on commit d8abd17

Please sign in to comment.