Skip to content

Instantly share code, notes, and snippets.

@mavenugo
Created February 27, 2014 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mavenugo/9251672 to your computer and use it in GitHub Desktop.
Save mavenugo/9251672 to your computer and use it in GitHub Desktop.
1. Create a Flavor (internally create a DHCP value)
2. Create a Policy with Application properties
3. Associate Policy with Flavor
4. Choose Flavor for a Tenant
-> Run through all the learnt Hosts and create {SIP, DIP, DHCP) policies (only when SIP & DIP are not in the same Node).
Use-case 1
=========
Flavor : Lowest Latency (DHCP 50)
Policy : Lowest Latency Path
Lowest Latency Flavor <-> Lowest Latency Path Policy
Tenant T1 -> Lowest Latency
Use-case 2
=========
Flavor : Lowest Dollar Cost (DHCP 100)
Policy : Lowest Dollar Cost Path
Lowest Dollar Cost Flavor <-> Lowest Dollar Cost Path Policy
Tenant T2 -> Lowest Dollar Cost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment