summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/vLB/Templates/vlb-mapping.json
blob: 9e3b693ca22ad23209d4df9aef01817a20c2ef29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
[
  {
    "name": "cloud_env",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "openstack"
    },
    "input-param": false,
    "dictionary-name": "cloud_env",
    "dictionary-source": "default",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vf_module_name",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "${vf_module_name}"
    },
    "input-param": false,
    "dictionary-name": "vf_module_name",
    "dictionary-source": "default",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "dcae_collector_ip",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
	  "default": "10.0.4.1"
    },
    "input-param": false,
    "dictionary-name": "dcae_collector_ip",
    "dictionary-source": "default",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "vpg_int_pktgen_private_ip_0",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vpg_int_pktgen_private_ip_0",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "dcae_collector_port",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
	  "default": "30235"
    },
    "input-param": false,
    "dictionary-name": "dcae_collector_port",
    "dictionary-source": "default",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "demo_artifacts_version",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "demo_artifacts_version",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "gre_ipaddr",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "${gre_ipaddr}"
    },
    "input-param": false,
    "dictionary-name": "gre_ipaddr",
    "dictionary-source": "default",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "install_script_version",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "install_script_version",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "vnf_name",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vnf_name",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "keypair",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "vlb_key"
    },
    "input-param": false,
    "dictionary-name": "keypair",
    "dictionary-source": "default",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "nb_api_version",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "1.2.0"
    },
    "input-param": false,
    "dictionary-name": "nb_api_version",
    "dictionary-source": "default",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "nexus_artifact_repo",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "https://nexus.onap.org"
    },
    "input-param": false,
    "dictionary-name": "nexus_artifact_repo",
    "dictionary-source": "default",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "nfc-naming-code",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "nfc-naming-code",
    "dictionary-source": "processor-db",
    "dependencies": [
      "vfccustomizationuuid"
    ],
    "version": 0
  },
  {
    "name": "onap_private_net_cidr",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "onap_private_net_cidr",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "onap_private_net_id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "onap_private_net_id",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "onap_private_subnet_id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "onap_private_subnet_id",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "pktgen_private_net_cidr",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "pktgen_private_net_cidr",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "public_net_id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "public_net_id",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "sec_group",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "sec_group",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "service-instance-id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "service-instance-id",
    "dictionary-source": "input",
    "dependencies": [],
    "version": 0
  },
 

  {
    "name": "vf-module-id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vf-module-id",
    "dictionary-source": "input",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vf-module-label",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vf-module-label",
    "dictionary-source": "processor-db",
    "dependencies": [
      "vf-module-model-customization-uuid"
    ],
    "version": 0
  },
  {
    "name": "vf-module-model-customization-uuid",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vf-module-model-customization-uuid",
    "dictionary-source": "input",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vf-module-type",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vf-module-type",
    "dictionary-source": "processor-db",
    "dependencies": [
      "vf-module-model-customization-uuid"
    ],
    "version": 0
  },
   {
    "name": "vf-naming-policy",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
	  },
    "input-param": false,
    "dictionary-name": "vf-naming-policy",
    "dictionary-source": "sdnc",
    "dependencies": [
	  "service-instance-id",
      "vnf-id"
	],
    "version": 0
  },
 
  {
    "name": "vfccustomizationuuid",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vfccustomizationuuid",
    "dictionary-source": "processor-db",
    "dependencies": [
      "vf-module-model-customization-uuid"
    ],
    "version": 0
  },
  {
    "name": "vip",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "${vip}"
    },
    "input-param": false,
    "dictionary-name": "vip",
    "dictionary-source": "default",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vlb_flavor_name",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "m1.medium"
    },
    "input-param": false,
    "dictionary-name": "vlb_flavor_name",
    "dictionary-source": "default",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vlb_image_name",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
	  },
    "input-param": false,
    "dictionary-name": "image_name",
    "dictionary-source": "sdnc",
    "dependencies": [
	  "service-instance-id",
      "vnf-id"
	  ],
    "version": 0
  },
  {
    "name": "vlb_int_pktgen_private_ip_0",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vlb_int_pktgen_private_ip_0",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "vlb_int_private_ip_0",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vlb_int_private_ip_0",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "vlb_name_0",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": "${vlb_name_0}"
    },
    "input-param": false,
    "dictionary-name": "vlb_name_0",
    "dictionary-source": "default",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vlb_onap_private_ip_0",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vlb_onap_private_ip_0",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "vlb_private_net_cidr",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vlb_private_net_cidr",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "vm-type",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vm-type",
    "dictionary-source": "processor-db",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vnf-id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vnf-id",
    "dictionary-source": "input",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vnf-model-customization-uuid",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vnf-model-customization-uuid",
    "dictionary-source": "input",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "vnfc-model-invariant-uuid",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vnfc-model-invariant-uuid",
    "dictionary-source": "processor-db",
    "dependencies": [
      "vfccustomizationuuid"
    ],
    "version": 0
  },
  {
    "name": "vnfc-model-version",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vnfc-model-version",
    "dictionary-source": "processor-db",
    "dependencies": [
      "vfccustomizationuuid"
    ],
    "version": 0
  },
  {
    "name": "vpg_onap_private_ip_0",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      }
    },
    "input-param": false,
    "dictionary-name": "vpg_onap_private_ip_0",
    "dictionary-source": "sdnc",
    "dependencies": [
      "service-instance-id",
      "vnf-id"
    ],
    "version": 0
  },
  {
    "name": "private1-prefix-id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": ""
    },
    "input-param": false,
    "dictionary-name": "private1-prefix-id",
    "dictionary-source": "processor-db",
    "dependencies": [],
    "version": 0
  },
  {
    "name": "private2-prefix-id",
    "property": {
      "description": "",
      "required": false,
      "type": "string",
      "status": "",
      "constraints": [
        {}
      ],
      "entry_schema": {
        "type": ""
      },
      "default": ""
    },
    "input-param": false,
    "dictionary-name": "private2-prefix-id",
    "dictionary-source": "processor-db",
    "dependencies": [],
    "version": 0
  }
]