Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • P Partition
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 7
    • Issues 7
    • 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 and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • 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 SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Partition
  • Merge requests
  • !56

Handling system partition in partition service

  • Review changes

  • Download
  • 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
Reviewers
Request review from
Time tracking
Source branch: users/amaverma/updateSystemPartition