Document Properties
Kbid
2N9226
Last Modified
08-May-2023
Added to KB
10-Sep-2019
Public Access
Everyone
Status
Online
Doc Type
Guidelines
Product
  • ICM 7.10
  • Intershop Commerce Platform
Guide - Intershop Commerce Platform DevOps - Intershop Commerce Management

Introduction

This document describes the DevOps processes for Intershop Commerce Management in the Intershop Commerce Platform context. 

Intershop Commerce Platform follows the DevOps principles:

  • Iterative

  • Incremental

  • Continuous

  • Automated

  • Self-service

  • Collaborative

  • Holistic

References

DevOps Life Cycle

The DevOps process can be visualized in the following way:

Plan

Every DevOps cycle starts with a planning phase. Requirements need to be defined and have to be broken down. The feedback of the last cycle has to be taken into account. 

When Azure DevOps is used, the "Azure Boards" is a good tool to do the planning.


Discovery Phase

At the very start of every Intershop Commerce Platform project, there will be a discovery phase. Here you can find an overview about the typical tasks and responsibilities during the discovery phase:


Intershop

Partner

Documentation, Communication

  • Setup Confluence Space

  • Define PM for OPS Setup

  • Define weekly status call

  • Provide users for Confluence

  • Define PM for OPS Setup

  • Define communication to customer
    (Partner as SPOC)

Requirements

  • Validate sizing with SRF

  • Approval of non-standard Infrastructure

  • Provide SRF (sizing request form)

  • Provide detailed Infrastructure
    (incl. Standard & HA infrastructure)

  • Validate and schedule phases to be in sync with project timetable

  • Provide project timetable
    (incl. Start of Dev, Prod-deployments, GoLive, and other milestones)

  • Validate contractual requirements
    (follow-up call)

  • Provide the exact ICM version

Checklist

  • Create checklist for open topics


Connect

  • Artifact Repo Partner with ISH

  • Mailserver

  • Intershop Commerce Platform license

  • Provide access to several systems

  • provide Art. Repo URL for Assembly

  • Provide mailserver credentials

Test Infrastructure and Processes

  • Transfer connections

  • Jenkins base configuration

  • Deployment jobs

  • Housekeeping jobs

  • Certificates + Whitelisting

  • System documentation


Deployment Demo

  • Demonstration of a complete deployment on INT/DEV


Acceptance declaration

  • Switch to ongoing operation

  • Test and verify full functional infrastructure, access, and jobs

For the collaboration between Intershop and the Intershop Commerce Platform Partner, a shared Confluence space will be set up.

Code

Intershop development is typically Java-based and uses Git as source code repository. Developers can have a development environment on their local machine. 
To kick-start the development process, Blueprint projects are available.

Intershop Commerce Management development in particular is done using Intershop Studio, a standard Eclipse with some Intershop-specific extensions. For more details, see Overview - Intershop Studio. 
An Intershop project used the Gradle multi-project build. See Cookbook - Gradle Developer Workflow for more information.

Intershop Commerce Management consists of several development artifacts which are described in Overview - Development Artifacts.

Storefront development can be done using the classic approach with Intershop templates and pipelines or by using the new Progressive Web App. The PWA is the recommend approach for Intershop Commerce Platform.

For recommended customization options, please see Guide - Intershop Commerce Platform - Customization Options.

API

The REST API documentation can be found here: http://developer.cloud.intershop.com.

The Java API (JavaDoc) is available in Intershop Studio.

3rd Party Integrations

For more information see Guide - 3rd Party Integration.

Debugging

Debugging the solution is possible as follows:

  • On HTTP basis

    • Pipeline debugging via Intershop Studio

    • Web development tools (CSS, JS, etc.)

  • JMX via SSH tunneling using the INT environment

    • Intershop basically takes over the setup on its own monitoring server

  • Access to DB schemas (read/write) of INT environment; sync with PRD environment is possible on-demand

Build

The build process has to be set up as described here: 

This needs some DevOps expertise on partner side. Due to that Intershop also provides the complete CI infrastructure. Intershop uses Azure DevOps for that purpose, also see Guide - Azure DevOps for Intershop Commerce Platform Projects.

Keep in mind that the environments PRD, UAT, and INT are not using development settings, e.g., the CheckSource properties are generally set to false. Make sure all custom ISML templates are compiled during the build process by applying Gradle plugin 'com.intershop.gradle.isml'!

Testing

Intershop provides frameworks for testing on all levels

  • Unit tests

  • Integration tests

  • User interface tests

Additionally, code quality checks and performances tests can be performed. 

For details refer to Overview - Test Frameworks.

Release

A release is automatically created by the CI system when the code is tagged with a release label in Source Code Repository (e.g., Git). The release tag must be of the format RELEASE_x.x.x.

Snapshot releases cannot be deployed. 

Deploy

Deployment of the production system will be done by the Intershop operations team in collaboration with the Intershop Commerce Platform partner. The partner provides the release in the project artifact repository. From there it will be picked up by the Intershop deployment process, see Guide - Intershop Commerce Platform Deployment Process (valid to 7.10).

Deployments of the pre-production/UAT and integration system can be triggered by the parter in self-service. For this purpose, access to a Jenkins web console will be provided by Intershop. This allows triggering of jobs like:

  • Deployment

  • Restart

  • Dump export/import

  • Shared file system sync

  • Database dump upload

  • etc.

Environments

DPLs are used in the following three environments:

  • INT (Integration)

  • UAT (User Acceptance Test)

  • PRD (Production)

These consist of a live and an edit cluster. The INT and UAT are also called PrePRD. Both environments share a DB infrastructure (VM). The data is separated for each cluster by schema (Oracle) or database (MS SQL Server).

Deployment Rules for ICM

General rules and guidelines for deployments in the Intershop Commerce Platform environment are listed in Guide - Intershop Commerce Platform Deployment Process (valid to 7.10) to ensure a common understanding of rights and responsibilities.

A clear distinction is defined between the development phase and the Post-Go-Live phase. Deployments during the project phase, before a store is live, are:

  1. Much more frequent

  2. A lot less critical. So the process is less strict and the responsibilities are distributed differently.

During the development phase:

  • Deployments on all environments are done by the implementation partner. No arrangements have to be made with Intershop.

After Go-Live:

  • Deployments on INT and UAT are generally done by the implementation partner. No arrangements have to be made with Intershop.

  • Intershop resumes responsibility for deployments on PRD, since Intershop has to fulfill the SLAs.

Operate

Unable to render {include} The included page could not be found.

Monitor

Technical Monitoring

Technical monitoring includes:

  • Infrastructure (CPU, Memory, Storage)
  • Basic application monitoring (Java Virtual Machine parameters)
  • Endpoint Monitoring/ Storefront Availability
  • Certificate checks
  • Database connections, Table space sizes
  • etc.

Responsibility:

  • Intershop Operations Team

Business Process Monitoring

Business Process Monitoring includes: 

  • Jobs
    • Intershop Standard Jobs
      • e.g., "Reset Cost Center Weekly Spent Budgets", "Regular Replication Process", "Remove Invalid Baskets"
    • Transport
    • Import/Export
    • Search Index Build
    • etc.
  • Replication Processes
  • End-2-End Monitoring
    • Checkout flow, etc.

Responsibility:

  • Intershop implementation partner / customer

Available tools and data sources:

  • Intershop Commerce Insights (ICI)
  • Intershop System Management (SMC)
    Access to the SMC is available after migration Intershop Commerce Management version 7.10.31.0. Fine grained permissions for SMC/Operations (IS-31719) introduced with this version allow to grant access to Intershop System Management.

  • Job REST API
  • Log files 


Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.