Skip to content

Commit

Permalink
Final release files for 1.2.0 release (#114)
Browse files Browse the repository at this point in the history
* Backported operator scripts and image description (#91)

* Backported operator scripts and image description

* Added Strimzi home env var and as work dir
Backported dynamic resources script from upstream, removed the
cct_module one
Added Strimzi licence tar artifact
Added URL to temporary build artifacts

* Customized artifact names

* Backported bridge scripts and image description (#93)

* Backported Kafka scripts and image description (#92)

* Delete older stuff (#94)

Updated landing page

* Update to Kafka 2.2.1 (#96)

* Update to Kafka 2.2.1

* Reverted change on Kafka agent name

* Reverted change on installation script about Kafka agent

* Update installation and example files for 1.2.0 (#97)

* Update installation and example files for 1.2.0

* Fix user operator image

* Fix the entrypoints for standalone TO and UO

* Add Bridge example

* Updated artifacts md5 with the latest of the Kafka, Strimzi and Bridge CR1 in Brew (#100)

* Prepare amq-streams12 files (#98)

* Prepare amq12 files

* OLM updates and fixes (#99)

* Add some fixes to the OLM CSV file

* fixes

* fixes2

* fixes 3

* comments

* copy manifests to the root

* Some further bug-fixes for manifests (#101)

* Updated com.redhat.component label and env var to new brew package name (#102)

* Updated for scripts, install and examples files for cr2 (#103)

* Updated Kafka shell scripts since CR1

* Bumped rbac.authorization.k8s.io from v1beta1 to v1

* Updated md5 with latest builds for cr2 (#104)

* Fix boolean value in operator descriptor file (#105)

* Ignore VSCode stuff (#109)

* Applied renaming for Kafka images removing the period in the version (#107)

* Updated md5 for latest bridge 0.12.1 (#108)

* Updated md5 for latest bridge 0.12.1

* New md5 update

* Updated md5 for downstream bridge 0.12.2 in brew (#110)

* Updated md5 for downstream strimzi 0.12.1 in brew (#111)

* Added hierarchical structure of manifests folder (#113)

Added older versions' CRD and CSV files

* Removing stale files related to chain builder
  • Loading branch information
kyguy authored and ppatierno committed Jul 30, 2019
1 parent 5f5e9a4 commit cc4f2bf
Show file tree
Hide file tree
Showing 245 changed files with 18,433 additions and 3,971 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
*.log
*.pyc
**/target

# VSCode stuff
.vscode/
9 changes: 0 additions & 9 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,3 @@ To install [cekit](http://cekit.io/) run:

To build an image using cekit, run the following in any image directory:
`cekit build`

## Chain build
For building all the images automatically, one can use the `chain.py` script.

Download dependencies for chain tool
`pip3 install -r requirements.txt`

Builds all the images
`./chain.py build`
11 changes: 0 additions & 11 deletions Makefile

This file was deleted.

28 changes: 0 additions & 28 deletions Makefile.docker

This file was deleted.

22 changes: 5 additions & 17 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Red Hat AMQ Streams 1.0 OpenShift Container Images
# Red Hat AMQ Streams 1.x OpenShift Container Images

++++
<p align="center">
<img width="100" height="100" src="logo.png?raw=true"/>
</p>
++++

Simple way for running Apache Kafka on OpenShift
Apache Kafka running on OpenShift

'''

Expand All @@ -23,21 +23,9 @@ For more details refer to https://access.redhat.com/documentation/en-us/red_hat_

## Container Images

* _cluster-operator_ : image for running the Cluster Operator which manipulates Kafka clusters
* _entity-operator-stunnel_: image for Topic Operator and User Operator Stunnnel sidecar
* _java-base_: base image for AMQ Streams operator and kafka init images
* _kafka-base_ : base image containing Apache Kafka distribution for AMQ Streams Kafka and Zookeeper images
* _kafka-connect-s2i_ : image for running an Apache Kafka Connect node leveraging OpenShift S2I for adding custom connectors
* _kafka-connect_ : image for running an Apache Kafka Connect node
* _kafka-init_ : image for doing initial configuration for the Kafka broker
* _kafka-stunnel_ : image for Kafka Stunnel sidecar
* _kafka_ : image for running an Apache Kafka broker
* _kafka-mirror-maker_ : image for running Apache Kafka Mirror Maker
* _stunnel-base_ : base image for running Stunnel sidecar which encrypts communication between AMQ Streams components
* _topic-operator_ : image for running the Topic Operator which manipulates Kafka topics
* _user-operator_ : image for running User Operator which manages Kafka users for Kafka clusters
* _zookeeper-stunnel_ : image for Zookeeper Stunnel sidecar
* _zookeeper_ : image for running an Apache Zookeeper node
* _operator_ : image for running Cluster, Topic and User operators for managing a Kafka Cluster, Topic and User. Kafka init for container initialization.
* _kafka_ : image for running Apache Kafka, Zookeeper, Kafka Connect and Mirror Maker.
* _bridge_ : image for running the Apache Kafka bridge.
## License

Expand Down
274 changes: 0 additions & 274 deletions backport.py

This file was deleted.

6 changes: 3 additions & 3 deletions kafka/help.md → bridge/help.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
% amq7/amq-streams-kafka (1) Container Image Pages
% amq7/amq-streams-bridge (1) Container Image Pages

# NAME

Kafka - AMQ Streams image for running an Apache Kafka broker
Bridge - AMQ Streams image for running the Apache Kafka bridge

# USAGE

Expand All @@ -11,4 +11,4 @@ This container image can be used only as a part of AMQ Streams.
# SEE ALSO

Documentation: https://access.redhat.com/documentation/en-us/red_hat_amq_streams/
Product Page: https://access.redhat.com/products/red-hat-amq-streams
Product Page: https://access.redhat.com/products/red-hat-amq-streams
Loading

0 comments on commit cc4f2bf

Please sign in to comment.