Skip to content

enricopesce/ocareport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Oracle capacity report (ocareport)

An easy tool to verify the availability of compute resources over OCI regions.

Table of Contents

Overview

This project is a modification of GitHub project OCI_ComputeCapacityReport displays a report of the compute host capacity on the OCI provider.

Is it useful to plan the implementation of the resources, identify if the specific shape is available, and if the resources needed are available.

Features

  • Automatic authentication based on local oci auth configured
  • Search by single region or all subscribed regions
  • Search by OCPU and MEMORY for Flex shapes

Installation

The project require only a recent Python and OCI CLI configured

pip install -r requirements

Usage

Verify availability of BM.Standard.E4.128 shapes on all subscribed regions

python ocareport.py -s BM.Standard.E4.128

Verify availability of VM.Standard.E5.Flex shapes on Milan region for 24 OCPUS and 512 GB MEMORY

python ocareport.py -s VM.Standard.E5.Flex -r eu-milan-1 -O 24 -M 512

Contact

Enrico Pesce - @Linkedin - @Blog

Project Link: https://github.com/enricopesce/ocareport

About

Verify OCI compute capacity availability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages