| role
                                             				  
                                           | Defines
                                             					 the “role” that this VM will be playing in the system. The role is used to map
                                             					 into the “deployment plan” to select the “scheduling slots” that are available
                                             					 on this particular VM.
                                             				  
                                           | 
                                    
                                       | identifier
                                             				  
                                           | This value
                                             					 combines the “role” with an “index number” on a per-role basis to create a
                                             					 unique identifying string for the deployed VM.
                                             				  
                                           | 
                                    
                                       | init
                                             				  
                                           | Name of
                                             					 the product-specific “initialization image”. This is the image to be launched
                                             					 by the boot scripts when the platform is established and it is time to start
                                             					 the application.
                                             				  
                                           | 
                                    
                                       | deployment_name
                                             				  
                                           | Name
                                             					 specific to a given deployment instance, used to identify the specific
                                             					 deployment, useful in the event that multiple instances of a given product (eg:
                                             					 PCRF) are deployed in the same environment. (This is also used by ESC.)
                                             				  
                                           | 
                                    
                                       | master
                                             				  
                                           | IP address
                                             					 of the Master VM, and must be communicated to all VMs 
                                             				  
                                           | 
                                    
                                       | network
                                             				  
                                           | CIDR for
                                             					 the internal network.
                                             				  
                                           | 
                                    
                                       | registry
                                             				  
                                           | IP and
                                             					 port for the cluster-internal Docker registry. This is used by VMs to access
                                             					 the images deployed for the system.
                                             				  
                                           | 
                                    
                                       | scheduler 
                                             				  
                                           | Style of
                                             					 scheduler to be used by the Orchestrator. Acceptable values are “ha” and “aio”,
                                             					 which launch the Orchestrator in High-Availability or All-In-One modes
                                             					 respectively. This defaults to “ha” if no orchestrator is specified.
                                             				  
                                           | 
                                    
                                       | reinitialize_data
                                             				  
                                           | Flag
                                             					 which, if set to 1, erases all existing data (primarily on the ‘control’ VMs)
                                             					 so that the system is started fresh. In most normal non-development situations
                                             					 this would be set to 0.
                                             				  
                                           | 
                                    
                                       | zing
                                             				  
                                           | Indicates
                                             					 whether, for those VMs where it is appropriate, the Azul Zing JVM should be
                                             					 used rather than the normal JVM.
                                             				  
                                           | 
                                    
                                       | weavePw
                                             				  
                                           | Password
                                             					 used to encrypt the Weave traffic.
                                             				  
                                           | 
                                    
                                       | tenant
                                             				  
                                           | (ESC only)
                                             					 Identifies the OpenStack tenant under which the system is being launched
                                             				  
                                           | 
                                    
                                       | esc
                                             				  
                                           | (ESC only)
                                             					 IP address of the ESC VM.
                                             				  
                                           | 
                                    
                                       | escUser
                                             				  
                                           | (ESC only)
                                             					 Username required to access the ConfD data on the ESC VM.
                                             				  
                                           | 
                                    
                                       | escPw
                                             				  
                                           | (ESC only)
                                             					 Password required to access the ConD data on the ESC VM.
                                             				  
                                           |