In the cloudstack UI we do have certain parameters defined at Zone and Cluster level which can be used to override the global values. Say for zone level parameters browse to Infrastructure > Zones > <zone name > Settings tab. You will see bunch of settings defined. Similarly the case with cluster. I am sure there are lot more settings that be defined here. Also missing is settings at Storage for example. Or are you referring to defining a first class entity say Profile which can used to define a group of these settings and then the profile can either be assigned at the global level or zone or cluster or host level?
> -----Original Message----- > From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] > Sent: 24 June 2014 11:46 > To: dev@cloudstack.apache.org > Subject: Re: [DISCUSS] Global Settings - Inheritance Rules > > Sounds reasonable, but I think it would take a certain amount of refactoring. > > From: ilya musayev > <ilya.mailing.li...@gmail.com<mailto:ilya.mailing.li...@gmail.com>> > Reply-To: > "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" > <dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>> > Date: Monday, June 23, 2014 at 2:37 PM > To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" > <dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>> > Subject: [DISCUSS] Global Settings - Inheritance Rules > > Not certain if this mechanism exists, if it does, please let me know. > > Some settings in ACS that are defined as global setting - can be used on much > lower level, for example vm.full.clone - can be used on global, zone, pod, > cluster and possibly even VM itself. > systemvm.use.local.disk - should be a global and zone vm.instancename.flag > - can be used on zone level, pod and cluster (or even VM) > > Instead of porting one call at a time based on customer request, would it be > possible to define Global Setting inheritance rule set. For example if > inheritance rule is set to global, it can be overriden on zone leve, and even > cluster or host. We would need a settings inheritance tab - that shows what > configs have been inherited from upstream and ability to override the config > on lower level. > > I'd propose for inheritance to go from Global Setting, Zone, Pod, Cluster, > Host and VM. Needless to say, not all Global Settings can be in each category. > > Any thoughts on this?