Commit Graph

9 Commits

Author SHA1 Message Date
Witold Bedyk ba64c4e922 Clean up tox.ini
Change-Id: Ic766773ddcf51811867b0598fc890bee740d0d02
2018-02-09 15:31:24 +01:00
Tomasz Trębski 8c504efe04 Remove monasca_notification_offsets
monasca_notification_offsets.py is mentioned in
setup.cfg and therefore "installed" in the target
environment along with the entire monasca-notification.
However that file depends on the module that is no longer
part of monasca-notification hence this is a technical-debt
that should be lowered by removing the file.

Change-Id: I2e138132cc25b01691e149e9e4ba6aaca5a55a39
2017-01-13 09:35:56 +01:00
Andreas Jaeger 2bdb51747b Sync tools/tox_install.sh
Sync tools/tox_install.sh with python-openstackclient. This brings in
the following improvements:

* Do not leave temporary directory around, instead delete temporary
  directory directly after usage (change
  I939eae82dba3287fd4e4086128ebf4609a0e0770).
* Do not set ZUUL_BRANCH explicitely and remove unused if condition
  (change I0077c986a17d6bb92791474e03d1e77776e9382f).

Change-Id: Ia1505a31083793d83286bba27efaa4c93be943c6
2016-08-30 20:15:23 +02:00
Kaiyan Sheng 79f8afbba3 [monasca-notification] Change tox to use https instead of git
This change is to work around proxy settings by using https

Change-Id: I2f9a532259c8d2a4b74f03c2ea1cd42c640bd875
2016-05-26 14:22:08 -06:00
Kaiyan Sheng 17522adab7 [monasca-notification] Constraint tox targets with upper-constraints
This review is to prepare for adding monasca-notification into openstack
global-requirements. After this project gets into global requirements,
it will be in upper-constraints.txt. If we make changes on this
specific project, we need to replace it in the upper-constraints with
source based specifier before applying it to pip install.

Change-Id: Icd60219145f99b5321800db10da83fcaec621c77
2016-05-20 16:30:07 -06:00
Tim Kuhlman 3d1deca139 Move from using zookeeper to track partition offsets to kafka
With kafka 0.8.1 it is now possible for non-java clients to track
offsets with kafka. Previously the code had built this using zookeeper.
This relies on kafka-python > 0.9.1

Change-Id: Ia42e713cc5d9ca61d8f8df2adc454f1e2579a229
2014-08-28 08:25:47 -06:00
Tim Kuhlman e6e54c6576 Rename to monasca, setup for tox, removed legacy bits
Removed manual tests which are no longer valid with a modern mini-mon
Removed debian creation bits all distribution is with pypi now
Minor pep8 fixes

Change-Id: I1f2fc4d0ad6375f4c39446f9627247945066e4ad
2014-07-16 15:59:00 -06:00
Roland Hochmuth 78d7ce32d5 Added copyright header, LICENSE and HACKING.rst. 2014-05-01 12:27:06 -06:00
Tim Kuhlman 41afba7fff Added mon_notification_offsets tool 2014-03-19 16:47:52 -06:00