Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIGTOP-2486: Add Kafka Charm #127

Closed
wants to merge 8 commits into from
Closed

Commits on Jul 22, 2016

  1. BIGTOP-2486: Add Kafka Charm

    Squashed changes:
    
    * Advertise hostname in server.properties
    * Opening kafka ports
    * lint; close ports
    * Fixed up tests.
      * Tests were failing due to some ambiguities in the version of zookeeper
        that we are deploying. Fixed them so that they work with my setup (juju
        2.0, installing zookeeper from the charms store), and have some checks
        that should make them work with other setups.
      * Also fixed a mistake, where the deploy test was calling self.unit, but
        had set self.kafka.
    * Added ability to override host.name (bind address) for kafka
        * Got rid of try-catch in tests, and fixed defaults.
        * config.yaml should default to null, rather than 0.0.0.0
          (They both do the same thing, basically, but 'null' results in nothing
          being written to server.properties.)
    ktsakalozos authored and johnsca committed Jul 22, 2016
    Copy the full SHA
    8305bdd View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Fixed up bind address for kafka. (#32)

    Changed name to "network_interface". You may now pass an interface name
    or a CIDR range, and juju will figure out the correct ip address to drop
    into the server.properties config.
    pengale committed Jul 28, 2016
    Copy the full SHA
    a524829 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. Cleaning up "loose ends" from previous PR.

    Added documentation on the network_interface config value to README,
    added tests, and made the way that variables get passed to
    configure_kafka more consistent.
    pengale committed Jul 29, 2016
    Copy the full SHA
    5cbf8b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Added -r to resolved instructions in README.

    Without -r flag, hook won't auto retry.
    pengale committed Aug 8, 2016
    Copy the full SHA
    9239883 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from juju-solutions/kafka-bind-address-loose-ends

    Cleaning up "loose ends" from previous PR.
    kwmonroe committed Aug 8, 2016
    Copy the full SHA
    b3b3573 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. Copy the full SHA
    fd9605c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    17fa10c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    74ebf49 View commit details
    Browse the repository at this point in the history