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

Adding Strimzi addon #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adding Strimzi addon #164

wants to merge 1 commit into from

Conversation

matzew
Copy link
Contributor

@matzew matzew commented Sep 29, 2018

For #163 I've added a Strimzi add-on!

@centos-ci
Copy link
Collaborator

Can one of the admins verify this patch?

@matzew
Copy link
Contributor Author

matzew commented Sep 29, 2018

@kameshsampath I've added a Strimzi add-on,

might be handy w/ your recent work.....

oc apply -f strimzi-#{STRIMZI_VERSION}/examples/templates/cluster-operator -n #{PROJECT}

echo Waiting for Strimzi Cluster Operator to become ready
sleep 5; while echo && oc get pods -n myproject | grep -v -E "(Running|Completed|STATUS)"; do sleep 5; done
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this work as expected?

@matzew
Copy link
Contributor Author

matzew commented Sep 29, 2018

@gbraad ah, yeah - sorry. that was an accident - pushed to early :-(

@matzew
Copy link
Contributor Author

matzew commented Oct 22, 2018

Updated using the latest version of Strimzi.

@kameshsampath @gbraad any comments?

2 similar comments
@matzew
Copy link
Contributor Author

matzew commented Oct 22, 2018

Updated using the latest version of Strimzi.

@kameshsampath @gbraad any comments?

@matzew
Copy link
Contributor Author

matzew commented Oct 22, 2018

Updated using the latest version of Strimzi.

@kameshsampath @gbraad any comments?

@matzew
Copy link
Contributor Author

matzew commented Oct 22, 2018

updated to 0.8.1 of Strimzi

@kameshsampath
Copy link
Contributor

looks good to me, its better to release for latest version when releasing first version of addon

@matzew
Copy link
Contributor Author

matzew commented Oct 22, 2018 via email

@kameshsampath
Copy link
Contributor

I know thats why I voted for it :)

@matzew
Copy link
Contributor Author

matzew commented Oct 23, 2018

@gbraad I've addressed your original concerns - and it's now pointing to the latest

add-ons/strimzi/README.md Outdated Show resolved Hide resolved
add-ons/strimzi/README.md Outdated Show resolved Hide resolved
@matzew
Copy link
Contributor Author

matzew commented Oct 24, 2018

@praveenkumar @gbraad updated w/ version requirements and also added a simple test

* [Installed](https://docs.okd.io/latest/minishift/command-ref/minishift_oc-env.html) OpenShift CLI

## Start Minishift
The deployment works with Minishift default resources - 2 CPUs and 4 GB RAM.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@praveenkumar
Copy link

add to whitelist.

@praveenkumar
Copy link

@matzew can you please squash the commit into single one (I can see 5 commits associated to this PR)?

@matzew
Copy link
Contributor Author

matzew commented Oct 25, 2018

@praveenkumar I've squashed to be one commit - sorry for the noise !

# Description: Deploys an Apache Kafka Cluster
# Required-Vars: STRIMZI_VERSION
# Var-Defaults: STRIMZI_VERSION=#{STRIMZI_VERSION},PROJECT=strimzi
# OpenShift-Version: >=3.10.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@praveenkumar
Copy link

@gbraad can you take a look and if seem alright then let's merge it.

@matzew
Copy link
Contributor Author

matzew commented Oct 30, 2018

@gbraad / @praveenkumar any comments on this ?

@anjannath
Copy link
Member

retest this please

@praveenkumar
Copy link

@gbraad ping, I already approved it long back.

# Name: strimzi
# Description: Deploys an Apache Kafka Cluster
# Required-Vars: STRIMZI_VERSION
# Var-Defaults: STRIMZI_VERSION=#{STRIMZI_VERSION},PROJECT=myproject
Copy link
Member

@anjannath anjannath Feb 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have to provide a default version in the Var-Defaults, the idea is that the users do not have to pass in a version if they want to stay with the default one, otherwise if you want the user to every time pass in the version than remove STRIMZI_VERSION from Var-Defaults

@anjannath
Copy link
Member

Apart from the Var-Defaults change request, the add-on is working fine, all the deployments/operators are running 👍

@gbraad
Copy link
Member

gbraad commented Feb 11, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants