Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • P Partition
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • System
  • Partition
  • Merge requests
  • !56

Handling system partition in partition service

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Aman Verma requested to merge users/amaverma/updateSystemPartition into master May 27, 2021
  • Overview 16
  • Commits 9
  • Pipelines 8
  • Changes 4

This MR introduces logic to handle system partition for azure.

Proposed changes:

  1. Users should be able to create/ update system partition using POST/ PATCH methods.
  2. Details for system partition should be retrievable using get method.
  3. system partition would not be listed via list() call.
  4. system partition cannot be deleted using delete call.

Change details:

Added logic to handle aforementioned cases. Added UTs

cc: @polavishnu / @krveduru

PS: The system partition is the new way of handling shared resources in azure. This is not a full-fledged tenant, but a mere encapsulation of system/ shared resources.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: users/amaverma/updateSystemPartition