Skip to content

lyudmil-pelov/oci-hpc-clusternetwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack to create an autoscaling cluster. As described when you specify your variables, if you select instance-principal as way of authenticating your node, make sure your generate a dynamic group and give the folowing policies to it:

Allow dynamic-group instance_principal to read app-catalog-listing in tenancy Allow dynamic-group instance_principal to use tag-namespace in tenancy

And also either:

Allow dynamic-group instance_principal to manage compute-management-family in compartment comaprtmentName Allow dynamic-group instance_principal to manage instance-family in compartment comaprtmentName Allow dynamic-group instance_principal to use virtual-network-family in compartment comaprtmentName

or:

Allow dynamic-group instance_principal to manage all-resources in compartment comaprtmentName

Clusters folders:

~/autoscaling/clusters/clustername

Logs:

~/autosclaing/logs

Cronjob:

~/autoscaling/crontab/

To turn off the cronjob: Comment out the second line in : crontab -e

About

Cluster Network Stack

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HCL 47.3%
  • HTML 34.9%
  • Shell 6.8%
  • Python 5.9%
  • Smarty 5.1%