[JBoss JIRA] (DROOLS-4589) Refactor of Scorecards
by Lance Leverich (Jira)
[ https://issues.jboss.org/browse/DROOLS-4589?page=com.atlassian.jira.plugi... ]
Lance Leverich updated DROOLS-4589:
-----------------------------------
Labels: CustomerFocusTeam (was: )
> Refactor of Scorecards
> ----------------------
>
> Key: DROOLS-4589
> URL: https://issues.jboss.org/browse/DROOLS-4589
> Project: Drools
> Issue Type: Task
> Components: PMML
> Reporter: Lance Leverich
> Assignee: Lance Leverich
> Priority: Major
> Labels: CustomerFocusTeam
>
> Re-design and refactoring of Scorecard model in kie-pmml module. The result of which should be...
> * Scorecard models uses a standardized "pipeline" for processing requests to apply a model to input data
> * Scorecard models use the "re-usable alpha network" approach when possible, minimizing the use of KieSessions and rete.
> * Scorecard models use a minimal amount of rules when applying the model to input data, and any generated rules should be in executable model form/format
> * Scorecard models are applied via a service interface
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (DROOLS-4589) Refactor of Scorecards
by Lance Leverich (Jira)
[ https://issues.jboss.org/browse/DROOLS-4589?page=com.atlassian.jira.plugi... ]
Lance Leverich updated DROOLS-4589:
-----------------------------------
Component/s: PMML
> Refactor of Scorecards
> ----------------------
>
> Key: DROOLS-4589
> URL: https://issues.jboss.org/browse/DROOLS-4589
> Project: Drools
> Issue Type: Task
> Components: PMML
> Reporter: Lance Leverich
> Assignee: Lance Leverich
> Priority: Major
>
> Re-design and refactoring of Scorecard model in kie-pmml module. The result of which should be...
> * Scorecard models uses a standardized "pipeline" for processing requests to apply a model to input data
> * Scorecard models use the "re-usable alpha network" approach when possible, minimizing the use of KieSessions and rete.
> * Scorecard models use a minimal amount of rules when applying the model to input data, and any generated rules should be in executable model form/format
> * Scorecard models are applied via a service interface
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (DROOLS-4589) Refactor of Scorecards
by Lance Leverich (Jira)
[ https://issues.jboss.org/browse/DROOLS-4589?page=com.atlassian.jira.plugi... ]
Lance Leverich reassigned DROOLS-4589:
--------------------------------------
Assignee: Lance Leverich (was: Mario Fusco)
> Refactor of Scorecards
> ----------------------
>
> Key: DROOLS-4589
> URL: https://issues.jboss.org/browse/DROOLS-4589
> Project: Drools
> Issue Type: Task
> Reporter: Lance Leverich
> Assignee: Lance Leverich
> Priority: Major
>
> Re-design and refactoring of Scorecard model in kie-pmml module. The result of which should be...
> * Scorecard models uses a standardized "pipeline" for processing requests to apply a model to input data
> * Scorecard models use the "re-usable alpha network" approach when possible, minimizing the use of KieSessions and rete.
> * Scorecard models use a minimal amount of rules when applying the model to input data, and any generated rules should be in executable model form/format
> * Scorecard models are applied via a service interface
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (DROOLS-4589) Refactor of Scorecards
by Lance Leverich (Jira)
Lance Leverich created DROOLS-4589:
--------------------------------------
Summary: Refactor of Scorecards
Key: DROOLS-4589
URL: https://issues.jboss.org/browse/DROOLS-4589
Project: Drools
Issue Type: Task
Reporter: Lance Leverich
Assignee: Mario Fusco
Re-design and refactoring of Scorecard model in kie-pmml module. The result of which should be...
* Scorecard models uses a standardized "pipeline" for processing requests to apply a model to input data
* Scorecard models use the "re-usable alpha network" approach when possible, minimizing the use of KieSessions and rete.
* Scorecard models use a minimal amount of rules when applying the model to input data, and any generated rules should be in executable model form/format
* Scorecard models are applied via a service interface
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (WFWIP-211) emptyDir.sizeLimit not propagated to Pod Spec
by Jeff Mesnil (Jira)
[ https://issues.jboss.org/browse/WFWIP-211?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil edited comment on WFWIP-211 at 10/1/19 8:40 AM:
------------------------------------------------------------
[~mchoma] I'm not able to reproduce with wildfly-operator upstream from https://github.com/wildfly/wildfly-operator/commit/fe4dece576e6b5c49faba5...
{code}
$ cat deploy/crds/quickstart-cr.yaml
apiVersion: wildfly.org/v1alpha1
kind: WildFlyServer
metadata:
name: quickstart
spec:
applicationImage: "quay.io/wildfly-quickstarts/wildfly-operator-quickstart:17.0"
replicas: 2
storage:
emptyDir:
medium: Memory
sizeLimit: 5Mi
$ kubectl apply -f deploy/crds/quickstart-cr.yaml
wildflyserver.wildfly.org/quickstart created
$ kubectl get -o yaml wfly
...
spec:
applicationImage: quay.io/wildfly-quickstarts/wildfly-operator-quickstart:17.0
replicas: 2
storage:
emptyDir:
medium: Memory
sizeLimit: 5Mi
...
kubectl get -o yaml pod quickstart-0
...
volumes:
- emptyDir:
medium: Memory
sizeLimit: 5Mi
name: quickstart-volume
- name: default-token-dd4mv
secret:
defaultMode: 420
secretName: default-token-dd4mv
...
{code}
was (Author: jmesnil):
I'm not able to reproduce with wildfly-operator upstream from https://github.com/wildfly/wildfly-operator/commit/fe4dece576e6b5c49faba5...
{code}
$ cat deploy/crds/quickstart-cr.yaml
apiVersion: wildfly.org/v1alpha1
kind: WildFlyServer
metadata:
name: quickstart
spec:
applicationImage: "quay.io/wildfly-quickstarts/wildfly-operator-quickstart:17.0"
replicas: 2
storage:
emptyDir:
medium: Memory
sizeLimit: 5Mi
$ kubectl apply -f deploy/crds/quickstart-cr.yaml
wildflyserver.wildfly.org/quickstart created
$ kubectl get -o yaml wfly
...
spec:
applicationImage: quay.io/wildfly-quickstarts/wildfly-operator-quickstart:17.0
replicas: 2
storage:
emptyDir:
medium: Memory
sizeLimit: 5Mi
...
kubectl get -o yaml pod quickstart-0
...
volumes:
- emptyDir:
medium: Memory
sizeLimit: 5Mi
name: quickstart-volume
- name: default-token-dd4mv
secret:
defaultMode: 420
secretName: default-token-dd4mv
...
{code}
> emptyDir.sizeLimit not propagated to Pod Spec
> ---------------------------------------------
>
> Key: WFWIP-211
> URL: https://issues.jboss.org/browse/WFWIP-211
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Choma
> Assignee: Jeff Mesnil
> Priority: Blocker
> Labels: operator
>
> # {code:yaml}
> apiVersion: wildfly.org/v1alpha1
> kind: WildFlyServer
> metadata:
> name: operator-empty-dir
> namespace: mchoma
> spec:
> applicationImage: 'registry.access.redhat.com/jboss-eap-7/eap72-openshift:1.1'
> size: 1
> storage:
> emptyDir:
> medium: Memory
> sizeLimit: 1Mi
> {code}
> # wait until pod are started and look into pod yaml definition "1 Mi" is not there
> {code:yaml}
> ...
> serviceAccount: default
> serviceAccountName: default
> subdomain: operator-empty-dir-headless
> terminationGracePeriodSeconds: 30
> volumes:
> - emptyDir:
> medium: Memory
> name: operator-empty-dir-volume
> - name: default-token-j2grg
> secret:
> defaultMode: 420
> secretName: default-token-j2grg
> status:
> conditions:
> ...
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (WFWIP-211) emptyDir.sizeLimit not propagated to Pod Spec
by Jeff Mesnil (Jira)
[ https://issues.jboss.org/browse/WFWIP-211?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil commented on WFWIP-211:
-----------------------------------
I'm not able to reproduce with wildfly-operator upstream from https://github.com/wildfly/wildfly-operator/commit/fe4dece576e6b5c49faba5...
{code}
$ cat deploy/crds/quickstart-cr.yaml
apiVersion: wildfly.org/v1alpha1
kind: WildFlyServer
metadata:
name: quickstart
spec:
applicationImage: "quay.io/wildfly-quickstarts/wildfly-operator-quickstart:17.0"
replicas: 2
storage:
emptyDir:
medium: Memory
sizeLimit: 5Mi
$ kubectl apply -f deploy/crds/quickstart-cr.yaml
wildflyserver.wildfly.org/quickstart created
$ kubectl get -o yaml wfly
...
spec:
applicationImage: quay.io/wildfly-quickstarts/wildfly-operator-quickstart:17.0
replicas: 2
storage:
emptyDir:
medium: Memory
sizeLimit: 5Mi
...
kubectl get -o yaml pod quickstart-0
...
volumes:
- emptyDir:
medium: Memory
sizeLimit: 5Mi
name: quickstart-volume
- name: default-token-dd4mv
secret:
defaultMode: 420
secretName: default-token-dd4mv
...
{code}
> emptyDir.sizeLimit not propagated to Pod Spec
> ---------------------------------------------
>
> Key: WFWIP-211
> URL: https://issues.jboss.org/browse/WFWIP-211
> Project: WildFly WIP
> Issue Type: Bug
> Components: OpenShift
> Reporter: Martin Choma
> Assignee: Jeff Mesnil
> Priority: Blocker
> Labels: operator
>
> # {code:yaml}
> apiVersion: wildfly.org/v1alpha1
> kind: WildFlyServer
> metadata:
> name: operator-empty-dir
> namespace: mchoma
> spec:
> applicationImage: 'registry.access.redhat.com/jboss-eap-7/eap72-openshift:1.1'
> size: 1
> storage:
> emptyDir:
> medium: Memory
> sizeLimit: 1Mi
> {code}
> # wait until pod are started and look into pod yaml definition "1 Mi" is not there
> {code:yaml}
> ...
> serviceAccount: default
> serviceAccountName: default
> subdomain: operator-empty-dir-headless
> terminationGracePeriodSeconds: 30
> volumes:
> - emptyDir:
> medium: Memory
> name: operator-empty-dir-volume
> - name: default-token-j2grg
> secret:
> defaultMode: 420
> secretName: default-token-j2grg
> status:
> conditions:
> ...
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months
[JBoss JIRA] (DROOLS-4588) Test Scenario: add support for MVEL expression on simple types in Rule test scenario
by Daniele Zonca (Jira)
Daniele Zonca created DROOLS-4588:
-------------------------------------
Summary: Test Scenario: add support for MVEL expression on simple types in Rule test scenario
Key: DROOLS-4588
URL: https://issues.jboss.org/browse/DROOLS-4588
Project: Drools
Issue Type: Enhancement
Components: Scenario Simulation and Testing
Reporter: Daniele Zonca
Assignee: Daniele Zonca
Add support to MVEL expression language as alternative supported syntax in Rule based scenario for simple types.
NOTE: simple types are all the type where user can directly write the value as input in the grid (string, integer, boolean, etc)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 3 months