Haibin Huang | 9b51423 | 2019-05-09 14:36:05 +0800 | [diff] [blame] | 1 | { |
| 2 | "open_cli_product" : "onap-dublin", |
| 3 | "open_cli_home" : "/root/cli/deployment/zip/target/deployunzip", |
Haibin Huang | 48dc681 | 2019-05-16 11:51:20 +0000 | [diff] [blame] | 4 | "aai_url" : "https://10.12.5.224:30233", |
Haibin Huang | 9b51423 | 2019-05-09 14:36:05 +0800 | [diff] [blame] | 5 | "aai_username" : "AAI", |
| 6 | "aai_password" : "AAI", |
| 7 | "sdc_catalog_url" : "http://10.12.6.235:30205", |
| 8 | "sdc_password" : "demo123456!", |
| 9 | "sdc_creator" : "cs0008", |
| 10 | |
Haibin Huang | 48dc681 | 2019-05-16 11:51:20 +0000 | [diff] [blame] | 11 | "multicloud_url" : "http://10.12.5.224:30280", |
Haibin Huang | 9b51423 | 2019-05-09 14:36:05 +0800 | [diff] [blame] | 12 | "policy_url" : "https://10.12.6.235:30240", |
| 13 | "policy_username" : "testpdp", |
| 14 | "policy_password" : "alpha123", |
| 15 | "policy_models_directory" : "/root/tosca/optf-osdf/osdf/models/policy/placement/tosca_upload/", |
| 16 | "policy_directory" : "/root/tosca/vcpe_policies", |
| 17 | "policy_scope" : "OSDF_DUBLIN", |
| 18 | "policy_onapName" : "SampleDemo", |
| 19 | "policy_config_type": "MicroService", |
| 20 | "policy_pdp_group" : "default", |
| 21 | "//" : "Put in a temp resource module name, should be the same in policy files, script will replace it in policies", |
| 22 | "temp_resource_module_name" : "resource_name", |
| 23 | |
| 24 | "//" : "#Parameters required to create cloud complex", |
| 25 | "complex_name" : "clli1", |
| 26 | "street1" : "street1", |
| 27 | "street2" : "street2", |
| 28 | "physical_location" : "phy_type", |
| 29 | "data_center_code" : "code1", |
| 30 | "latitude" : "32.89948", |
| 31 | "longitude" : "97.045443", |
| 32 | "lata" : "example-lata-val-28399", |
| 33 | "elevation" : "example-elevation-val-28399", |
| 34 | "region" : "northwest", |
| 35 | "state" : "oregon", |
| 36 | "city" : "hillsboro", |
| 37 | "postal-code" : "00000", |
| 38 | "country" : "USA", |
| 39 | "identity_url" : "example-identity-url-val-56898", |
| 40 | "service-model-name" : "vfw-hpa", |
| 41 | "//" : "#Dictionary containing cloud regions and their Parameters", |
| 42 | |
| 43 | "cloud_region_data":{ |
| 44 | "ONAP-POD-01-Rail-05":{ |
| 45 | "cloud-region-version" : "titanium_cloud", |
| 46 | "esr-system-info-id":"5c85ce1f-aa78-4ebf-8d6f-4b62784e9bc7", |
| 47 | "service-url": "http://10.12.11.1:5000/v3", |
| 48 | "user-name":"${cloud-username}", |
| 49 | "password":"${cloud-password}", |
| 50 | "system-type": "VIM", |
| 51 | "ssl-insecure":true, |
| 52 | "cloud-domain":"Default", |
| 53 | "default-tenant":"Integration-HPA", |
| 54 | "tenant-id" : "709ba629fe194f8699b12f9d6ffd86a0", |
| 55 | "cloud-type" : "openstack", |
| 56 | "identity-url": "WillBeUpdatedByMultiCloud", |
| 57 | "system-status":"active" |
| 58 | }, |
| 59 | "ONAP-POD-01-Rail-06":{ |
| 60 | "cloud-region-version" : "titanium_cloud", |
| 61 | "esr-system-info-id":"5c85ce1f-aa78-4ebf-8d6f-4b62773e9bc7", |
| 62 | "service-url": "http://10.12.11.1:5000/v3", |
| 63 | "user-name":"${cloud-username}", |
| 64 | "password":"${cloud-password}", |
| 65 | "system-type": "VIM", |
| 66 | "ssl-insecure":true, |
| 67 | "cloud-domain":"Default", |
| 68 | "default-tenant":"Integration-HPA", |
| 69 | "tenant-id" : "709ba629fe194f8699b12f9d6ffd86a0", |
| 70 | "cloud-type" : "openstack", |
| 71 | "identity-url": "WillBeUpdatedByMultiCloud", |
| 72 | "system-status":"active" |
| 73 | }, |
| 74 | "ONAP-POD-01-Rail-07":{ |
| 75 | "cloud-region-version" : "titanium_cloud", |
| 76 | "esr-system-info-id":"4c85ce1f-aa78-4ebf-8d6f-4b62773e9bc7", |
| 77 | "service-url": "http://10.12.11.1:5000/v3", |
| 78 | "user-name":"${cloud-username}", |
| 79 | "password":"${cloud-password}", |
| 80 | "system-type": "VIM", |
| 81 | "ssl-insecure":true, |
| 82 | "cloud-domain":"Default", |
| 83 | "default-tenant":"Integration-HPA", |
| 84 | "tenant-id" : "709ba629fe194f8699b12f9d6ffd86a0", |
| 85 | "cloud-type" : "openstack", |
| 86 | "identity-url": "WillBeUpdatedByMultiCloud", |
| 87 | "system-status":"active" |
| 88 | } |
| 89 | }, |
| 90 | |
| 91 | "//" : "#Parameters to register cloud region", |
| 92 | "cloud-owner" : "CloudOwner", |
| 93 | "owner-defined-type" : "t1", |
| 94 | "cloud-zone" : "CloudZone", |
| 95 | |
| 96 | "//" : "#Parameters to vfc", |
| 97 | "vnd-csars":{ |
| 98 | "vnf-vgw-csar-id": "You need change it", |
| 99 | "vnf-vgmux-csar-id": "You need change it", |
| 100 | "vnf-infra-csar-id": "You need change it", |
| 101 | "vnf-vbng-csar-id": "You need change it", |
| 102 | "vnf-vbrgemu-csar-id": "You need change it" |
| 103 | }, |
| 104 | "ns-csar-id": "You need change it", |
| 105 | "ns-csar-name": "vcpe", |
| 106 | "location-constraints":[ |
| 107 | { |
| 108 | "vnfProfileId": "3fca3543-07f5-492f-812c-ed462e4f94f4", |
| 109 | "locationConstraints": { |
| 110 | "vimId": "INTEL_ONAP-POD-01-Rail-07" |
| 111 | } |
| 112 | }, |
| 113 | { |
| 114 | "vnfProfileId": "0408f076-e6c0-4c82-9940-272fddbb82de", |
| 115 | "locationConstraints": { |
| 116 | "vimId": "INTEL_ONAP-POD-01-Rail-07" |
| 117 | } |
| 118 | }, |
| 119 | { |
| 120 | "vnfProfileId": "b1bb0ce7-2222-4fa7-95ed-4840d70a1100", |
| 121 | "locationConstraints": { |
| 122 | "vimId": "INTEL_ONAP-POD-01-Rail-07" |
| 123 | } |
| 124 | }, |
| 125 | { |
| 126 | "vnfProfileId": "b1bb0ce7-2222-4fa7-95ed-4840d70a1101", |
| 127 | "locationConstraints": { |
| 128 | "vimId": "INTEL_ONAP-POD-01-Rail-07" |
| 129 | } |
| 130 | }, |
| 131 | { |
| 132 | "vnfProfileId": "b1bb0ce7-2222-4fa7-95ed-4840d70a1102", |
| 133 | "locationConstraints": { |
| 134 | "vimId": "INTEL_ONAP-POD-01-Rail-07" |
| 135 | } |
| 136 | } |
| 137 | ], |
Haibin Huang | 48dc681 | 2019-05-16 11:51:20 +0000 | [diff] [blame] | 138 | "vnfm_params":{ |
| 139 | "GVNFMDRIVER":{ |
| 140 | "type": "gvnfmdriver", |
| 141 | "vendor": "vfc", |
| 142 | "version": "v1.0", |
| 143 | "url": "http://msb-iag:80/", |
| 144 | "vim-id": "CloudOwner_ONAP-POD-01-Rail-07", |
| 145 | "user-name": "admin", |
| 146 | "user-password": "admin", |
| 147 | "vnfm-version": "v1.0" |
| 148 | } |
| 149 | }, |
Haibin Huang | 9b51423 | 2019-05-09 14:36:05 +0800 | [diff] [blame] | 150 | "sdc-controller-id": "2" |
| 151 | } |