Input JSON file configuration

The Input JSON file contains the customizable environment parameters that are used when installing and configuring the Telco Blueprint. These parameters are structured in a data model topology and categorized into the following sections:

  • Networking (networking)

  • Platform management (platform_management)

  • Infrastructure (infra)

  • Computes (computes)

  • External storage (external_storage)

NOTE:

A sample Input JSON file is provided along with the installation files. Download the sample Input JSON file and modify it according to the customer's requirements.

The following is an example of the basic data model structure of the Input JSON file:

{
		"topology_name":" ",
		"topology_modules": [
                       "hardware_preparation",
                       "switch_automation",
                       "image_service",
                       "vim_deployment"
																						]
		"topology_data":{
			"infra":{ },
			"networking":{ },
			"platform_management":{ },
			"computes":{ },
   "external_storage":{ }
}