# Plugin name name: kafka # Human-readable name for your plugin title: The Apache Kafka Message Broker Plugin # Plugin version version: '0.1.0' # Description description: Deploy Apache Kafka Message Broker Cluster # Required fuel version fuel_version: ['9.0'] # Licences licenses: ['Apache License Version 2.0'] # Specify author or company name authors: ['Mirantis Inc.'] # A link to the plugin homepage homepage: 'https://github.com/openstack/fuel-plugin-kafka' groups: ['monitoring'] is_hotpluggable: true # The plugin is compatible with releases in the list releases: - os: ubuntu version: mitaka-9.0 mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu # Version of plugin package package_version: '4.0.0'