Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-2579

[RDS] decisionserver template default quickstart version mismatch

XMLWordPrintable

    • CLOUD Maintenance Sprint 20

      1. decisionserver64-basic-s2i.json template expects

      "name": "KIE_CONTAINER_DEPLOYMENT",
                  "value": "decisionserver-hellorules=org.openshift.quickstarts:decisionserver-hellorules:1.3.0.Final",
      

      but the quickstart pom

       {
                  "displayName": "Git Repository URL",
                  "description": "Git source URI for application",
                  "name": "SOURCE_REPOSITORY_URL",
                  "value": "https://github.com/jboss-openshift/openshift-quickstarts.git",
                  "required": true
              },
              {
                  "displayName": "Git Reference",
                  "description": "Git branch/tag reference",
                  "name": "SOURCE_REPOSITORY_REF",
                  "value": "1.3",
                  "required": false
              },
              {
                  "displayName": "Context Directory",
                  "description": "Path within Git project to build; empty for root project directory.",
                  "name": "CONTEXT_DIR",
                  "value": "decisionserver/hellorules",
                  "required": false
              },
      

      is actually 1.4.0.Final

      https://github.com/jboss-openshift/openshift-quickstarts/blob/1.3/decisionserver/hellorules/pom.xml#L8

      2. processserver64-basic-s2i.json template expects

      "name": "KIE_CONTAINER_DEPLOYMENT",
                  "value": "processserver-library=org.openshift.quickstarts:processserver-library:1.3.0.Final"
      

      but actual is 1.4.0.Final
      https://github.com/jboss-openshift/openshift-quickstarts/blob/1.3/processserver/library/pom.xml#L8

            ant@redhat.com Ant Stephenson
            maschmid@redhat.com Marek Schmidt
            Petr Nehyba Petr Nehyba (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: