Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.28 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.28 KB

ztp-ran-manifests

The purpose of this repository is to contain all the RAN manifests that is used with the ACM manifest at https://github.com/redhat-ztp/ztp-acm-manifests

For external use with ACM manifest

  • You will need to fork this repository and execute the site_gen.sh script in order to generate your cluster profile.

  • The site_gen.sh script takes 2 parameters with the following order:

    • Cluster_name (your cluster name)
      • Note: the cluste name should match the cluster name you used with ACM manifest.
    • Profile (which profile you want to apply to your cluster. It is either cu or du)
      • Note: the cluste profile should match the cluster profile you used with ACM manifest.
  • After executing the site_gen.sh script you will find a directory created under the manifest/sites/{with_YOUR_CLUSTER_NAME}.

  • You need to modify the complianceType/spec section in the 04_sriov_network_node_policy.yaml file under manifest/sites/{with_YOUR_CLUSTER_NAME} with the intf name and type that match your cluster nodes.

  • Finally you need to upload the generated files to the ztp-ran-manifest repository you forked as we mentioned above.