Input JSON file configuration

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

NOTE:

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

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

{
    "topology_name": "",
    "topology_data": {
        "computes": { },
        "networking": { },
        "platform management": { },
        "infra": { },
        "external_storage": { },
        "plugin_services": { },
}