Logo

Core Portal Lifecycle Procedures

Documentation on the complete TACC ACI-WMA Core v2 Portal lifecycle.

This project is maintained by TACC

View the Project on GitHub TACC/Core-Portal-Lifecycle-Procedures


JIRA Tickets

Key Concepts

There are a few key concepts to understand in order to make use of the suggestions in this document.

Tracking Phase 6 Deployment Tasks

When deploying a new portal (Subphases 6A - 6H), it can be difficult to track the many individual tasks and their status, especially if the tasks are assigned to multiple team members who are working in parallel or across multiple portal projects.

In order to facilitate the tracking of the deployment procedures, we recommend the following strategy:

  1. Create a JIRA Task under the portal’s JIRA project for each SubPhase of the CPLP Phase 6 Deployment:
    • 6A Administrative Prerequisites
    • 6B Resource Planning & Allocation
    • 6C Secrets & Credentials Management
    • 6D Resource Provisioning & Configuration
    • 6E Branding & Image Publishing
    • 6F Deployment Configurations
    • 6G Deployments
    • 6H Post Deployment
  2. Create a JIRA Task for each Action listed under each SubPhase.
  3. Link each Action Task to the parent SubPhase Task in JIRA (e.g. Using the is a subtask of link type).
  4. Track the progress of each Action Task to determine progress on the related parent SubPhase Task.
  5. Deployment will be succesful when all Subphase Tasks have been completed successfully.

Back to Top