Changes from 3.12 to 4.0.3 branch

Changes from 3.12 to 4.0.3 branch (standard-gitops-repo) Repo URL: https://github.com/OpsMx/standard-gitops-repo

default/profiles/echo-local.yml:

  • Removed the “rest enabled” section

  • Added the below section:

    message-broker:
      endpoint:
        name: rabbitmq     #Currently support rabbitmq only
      username: rabbitmq         #rabbitmq username to connect
      password: Networks123      #rabbitmq password to connect
      host: rabbitmq-service     #rabbitmq endpoint to connect
      port: 5672                 #rabbitmq port to connect
    spinnaker:
      name: preview-saas       #Should be same as account name given in spinnaker setup
      extensibility:
        plugins:
          Opsmx.EchoEventPlugin:
            enabled: true
            version: 1.0.1
            config: null

default/profiles/fiat-local.yml:

Added the below section from line number 17 to 40.

default/profiles/fiat-overrides.yml:

Added a new file named “fiat-overrides.yml” inside the in the path “default/profiles/fiat-overrides.yml” with the below manifest:

default/profiles/gate-overrides.yml:

Added a new file named “gate-overrides.yml” inside the in the path “default/profiles/gate-overrides.yml” with the below manifest:

default/profiles/orca-local.yml:

  • In line 14, label is changed from pipelineSyncToGit to Pipeline sync to GitHub-OpsMx.

  • In line 17, description is changed from Update git with pipelines in Spinnaker to Backup the applications and pipelines from Spinnaker to the GitHub.

  • In line 19, application is changed from sampleapp to "${execution.application}".

  • In line 25, label is changed from spinnaker applications to Spinnaker applications.

  • In line 30, label is changed from pipeline names to Pipeline names.

  • In line 117, label is changed from pipelineSyncToSpinnaker to Pipeline sync to Spinnaker-OpsMx.

  • In line 120, description is changed from Sync Spinnaker pipelines from git to Syncup the applications and pipelines from GitHub to the Spinnaker.

  • In line 122, application is changed from sampleapp to "${execution.application}".

  • In line 128, label is changed from spinnaker applications to Spinnaker Applications.

  • In line 133, label is changed from pipeline names to Pipeline Names.

  • Added the below section before the “webhook” section starting from line 220 in v4.0.3.

  • Under the “webhook” section: (line 707 in v4.0.3 and line 222 in 3.12) The label is changed from "ServiceNow-Create Change Request" to "Ansible AWX - Create Instance Group". label: "Ansible AWX - Create Instance Group"

  • Added the below section under the “webhook” section after the label: "Ansible AWX - Create Instance Group" line: (line 708 in v4.0.3 and line 223 in 3.12)

  • In line 1234 in v4.0.3 and line 225 in 3.12: The description is changed from Custom stage for servicenow normal request creation to ServiceNow normal request creation. description: ServiceNow normal request creation

  • In line 1289 in v4.0.3 and lines 200 and 201 in 3.12: the label is changed from "ServiceNow-Change State of Change Request" to "ServiceNow: Change request Status-OpsMx".

  • In line 1292 in v4.0.3 and lines 284 in 3.12: the description is changed from Custom stage to change the state of the normal request to ServiceNow change the state of the normal request.

  • In line 1316 in v4.0.3 and lines 308 in 3.12: the label is changed from "ServiceNow-Add Work Note to Change Request" to "ServiceNow: Add a work note to the change request-OpsMx".

  • In line 1319 in v4.0.3 and lines 312 in 3.12: the description is changed from Custom stage to add work note to normal request to ServiceNow add work note to normal request.

  • Under the “parameters” section:

    • line 1338 in v4.0.3 and line 331 in 3.12: the label is changed from "Service Now: Wait for state" to "ServiceNow: Wait for state-OpsMx".

    • In line 1341 in v4.0.3 and line 335 in 3.12: the description is changed from Custom stage that waits for a specific state on a Service Now Issue to Waits for a specific state on a ServiceNow issue.

  • From line 1329 in v4.0.3 and line 322 in 3.12 to 1373 in v4.0.3 and line 367 in 3.12: the following spaces are removed:

  • In line 1374 in v4.0.3 and line 368 in 3.12: the following section is added:

  • line 1381 in v4.0.3 and line 370 in 3.12: the below section is removed:

  • In line 1386 in v4.0.3 and line 380 in 3.12: the label is changed from "JIRA: Wait for state" to "JIRA: Wait for state-OpsMx".

  • In line 1389 in v4.0.3 and line 383 in 3.12: the description is changed from Custom stage that waits for a specific state on a Jira Issue to Stage that waits for a specific state on a Jira issue.

  • In line 1435 in v4.0.3 and 429 in 3.12: the label is changed from "JIRA: Create Issue" to "JIRA: Create an issue-OpsMx".

  • In line 1438 in v4.0.3 and 432 in 3.12: the description is changed from Custom stage that add an Issue in Jira to Stage that add an issue in Jira.

  • In line 1491 in v4.0.3 and 485 in 3.12: the label is changed from "JIRA: Comment on Issue" to "JIRA: Comment on issue-OpsMx".

  • In line 1494 in v4.0.3 and 488 in 3.12: the description is changed from Custom stage that posts a comment in a Jira Issue to Stage that posts a comment in a Jira issue.

  • In line 1514 in v4.0.3 and 508 in 3.12: the label is changed from label: "JIRA: Update Issue" to "JIRA: Update issue-OpsMx".

  • In line 1517 in v4.0.3 and 511 in 3.12: the description is changed from Custom stage that updates an Issue in Jira to Stage that updates an issue in Jira.

  • In line 1551 in v4.0.3 and 545 in 3.12: the label is changed from label: "JIRA: Transition Issue" to "JIRA: Transition issue-OpsMx".

  • In line 1554 in v4.0.3 and 548 in 3.12: the description is changed from Custom stage that transitions an Issue in Jira to Stage that transitions an issue in Jira.

  • Added the below section after the line 569 in 3.12:

default/profiles/orca-overrides.yml:

  • Added the below lines from line 1 to 9:

default/profiles/spinnakerconfig.yml:

Changed defaultLabel: master to defaultLabel: BRANCH in line 13 & key: Q7udUkHPuA3VnNlOtksSgQ is changed to key: KEY under line 16.

default/profiles/stormdriver-spinnaker.yml:

Added the below section under 4.0.3 branch from line 1 to 95:

default/service-settings/gate.yml:

Added “enabled:false” Ignore artifactId modification and it is handled in bom file

artifactId is updated from quay.io/opsmxpublic/ubi8-oes-spin-gate:v3.12.0 to quay.io/opsmxpublic/ubi8-gate:1.28.4_6.55.3-ubi8

Last updated