[jboss-jira] [JBoss JIRA] (WFWIP-192) Sync eap CRD with wildfly CRD
Martin Choma (Jira)
issues at jboss.org
Wed Oct 2 06:57:00 EDT 2019
[ https://issues.jboss.org/browse/WFWIP-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792101#comment-13792101 ]
Martin Choma commented on WFWIP-192:
------------------------------------
[~jmesnil] thank you, yeah that is what I have in mind.
However I am lost now. How can I look now at CRD which will be used with eap operator? I mean I have a operator image
1. https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=23795227 gets me here
2. http://pkgs.devel.redhat.com/cgit/containers/jboss-eap-7-operator/commit/?h=jb-eap-7.3-operator-rhel8&id=a4ed392e2021405a504b718fa94a626c1d60a77f
3. From here and commit message "Syncinf with hex" gets me here
4. https://github.com/jbossas/eap-operator-packaging/commit/0344c3c4e5572d9f95a367de60f1d821693ef2eb But in this repo there is no crd anymore.
I am missing something.
Or is there way to look into image itself. I cant run operator image in plain docker.
> Sync eap CRD with wildfly CRD
> -----------------------------
>
> Key: WFWIP-192
> URL: https://issues.jboss.org/browse/WFWIP-192
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Choma
> Assignee: Jeff Mesnil
> Priority: Major
> Labels: operator
>
> Comparing wildfly and eap CRD revealed differences
> {code}
> wget https://raw.githubusercontent.com/wildfly/wildfly-operator/master/deploy/crds/wildfly_v1alpha1_wildflyserver_crd.yaml -O wildfly_operator_crd
> wget https://raw.githubusercontent.com/jbossas/eap-operator-packaging/prototype/release-operator/manifests/wildfly.crd.yaml?token=ACPLXDRJNNOYP5BCUBWXM5C5QCLXS -O eap_operator_crd
> diff wildfly_operator_crd eap_operator_crd
> {code}
> {code}
> 36,37d35
> < disableHTTPRoute:
> < type: boolean
> 50,53d47
> < sessionAffinity:
> < description: SessionAffinity defines if connections from the same client
> < ip are passed to the same WildFlyServer instance/pod each time
> < type: boolean
> 79,82d72
> < hosts:
> < items:
> < type: string
> < type: array
> 94a85,86
> > required:
> > - pods
> {code}
> Please sync so we can test against.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list