DaanHoogland commented on PR #6738:
URL: https://github.com/apache/cloudstack/pull/6738#issuecomment-1349085783

   ok  @shawniverson , that is a big question. If you need more work than this 
done or are maintaining a cloud it can pay off to work through the 
[hackerbook](https://github.com/shapeblue/hackerbook).
   The making of a global setting is done by defining a ConfigKey<> in a 
service. I think in your case it should be the NetworkService but there could 
be a better location.
   Next the value of the setting must be passed to the actual virtual router. 
   Finally the code that installs the template that you editted must take the 
value of the setting into account.
   
   I understand that this can be daunting especially as you say, because the 
code base is huge. Please ask any questions you have. I may know the answer and 
if not, I may know someone that does.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to