JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 1 | { |
| 2 | "name": "${it.env.name}", |
| 3 | "description": "OpenSource-${it.env.name}", |
| 4 | "json_class": "Chef::Environment", |
| 5 | "chef_type": "environment", |
| 6 | |
| 7 | "default_attributes": { |
| 8 | "disableHttp": false, |
| 9 | "CS_VIP": "sdc-cs", |
| 10 | "BE_VIP": "sdc-BE", |
| 11 | "ONBOARDING_BE_VIP": "sdc-onboard-BE", |
| 12 | "FE_VIP": "sdc-FE", |
JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 13 | "interfaces": { |
| 14 | "application": "eth0", |
| 15 | "private": "eth1" |
| 16 | }, |
| 17 | "ECompP": { |
| 18 | "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi", |
| 19 | "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm", |
| 20 | "cipher_key": "AGLDdG4D04BKm2IxIWEr8o==", |
| 21 | "portal_user": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=", |
| 22 | "portal_pass": "j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI=", |
| 23 | "portal_app_name": "Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA=" |
| 24 | }, |
| 25 | "UEB": { |
| 26 | "PublicKey": "iPIxkpAMI8qTcQj8", |
| 27 | "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal", |
| 28 | "fqdn": ["10.0.11.1", "10.0.11.1"] |
| 29 | }, |
| 30 | "Nodes": { |
| 31 | "CS": [ |
| 32 | "sdc-cs" |
| 33 | ], |
| 34 | "BE": "sdc-BE", |
| 35 | "ONBOARDING_BE": "sdc-onboard-BE", |
| 36 | "FE": "sdc-FE" |
| 37 | }, |
| 38 | "VnfRepo": { |
| 39 | "vnfRepoPort": "8702", |
| 40 | "vnfRepoHost": "10.0.14.1" |
Joanna Jeremicz | e3de4c9 | 2021-04-21 13:59:12 +0200 | [diff] [blame] | 41 | }, |
| 42 | "HelmValidator": { |
Piotr Marcinkiewicz | c8bc4d4 | 2021-05-26 09:45:45 +0200 | [diff] [blame] | 43 | "validator_enabled": true, |
Joanna Jeremicz | e3de4c9 | 2021-04-21 13:59:12 +0200 | [diff] [blame] | 44 | "helm_version": "v3", |
| 45 | "deployable": true, |
Piotr Marcinkiewicz | c8bc4d4 | 2021-05-26 09:45:45 +0200 | [diff] [blame] | 46 | "lintable": true, |
| 47 | "strict_lintable": false, |
| 48 | "validator_url": "http://helm-validator:8080/validate" |
JulienBe | b167946 | 2020-08-19 11:12:59 +0200 | [diff] [blame] | 49 | } |
| 50 | }, |
| 51 | "override_attributes": { |
| 52 | "FE": { |
| 53 | "http_port": "8181", |
| 54 | "https_port": "9443", |
| 55 | "domain_name": "sdc" |
| 56 | }, |
| 57 | "BE": { |
| 58 | "http_port": "8080", |
| 59 | "https_port": "8443", |
| 60 | "domain_name": "sdc" |
| 61 | }, |
| 62 | "ONBOARDING_BE": { |
| 63 | "http_port": "8081", |
| 64 | "https_port": "8445", |
| 65 | "domain_name": "sdc", |
| 66 | "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/" |
| 67 | }, |
| 68 | "cassandra": { |
| 69 | "cassandra_port": 9042, |
| 70 | "concurrent_reads": "32", |
| 71 | "num_tokens": "256", |
| 72 | "data_dir": "/var/lib/cassandra/data", |
| 73 | "hinted_handoff_enabled": "true", |
| 74 | "cassandra_user": "${it.sdc.user}", |
| 75 | "cassandra_password": "${it.sdc.password}", |
| 76 | "concurrent_writes": "32", |
| 77 | "cluster_name": "${it.sdc.cluster.name}", |
| 78 | "datacenter_name": "${it.sdc.cluster.name}", |
| 79 | "multithreaded_compaction": "false", |
| 80 | "cache_dir": "/var/lib/cassandra/saved_caches", |
| 81 | "log_file": "/var/lib/cassandra/log/system.log", |
| 82 | "phi_convict_threshold": "8", |
| 83 | "commitlog_dir": "/var/lib/cassandra/commitlog", |
| 84 | "socket_read_timeout": "40000", |
| 85 | "socket_connect_timeout": "40000", |
| 86 | "janusgraph_connection_timeout": "20000", |
| 87 | "replication_factor": "1" |
| 88 | }, |
| 89 | "DMAAP": { |
| 90 | "consumer": { |
| 91 | "host": "dcae-mrtr.com:3905", |
| 92 | "topic": "operationalEnvironmentEvent", |
| 93 | "serviceName": "dcae-mrtr.com:3905/events", |
| 94 | "environment": "${it.env.name}", |
| 95 | "partner": "BOT_R", |
| 96 | "username": "user1@sdc.com", |
| 97 | "password": "password==" |
| 98 | }, |
| 99 | "producer": { |
| 100 | "host": "olsd004.com:3905", |
| 101 | "topic": "SDC-FACADE-NOTIF-v1 ", |
| 102 | "serviceName": "dmaap.com:3905/events", |
| 103 | "environment": "${it.env.name}", |
| 104 | "username": "user1@sdc.com", |
| 105 | "password": "password==" |
| 106 | } |
| 107 | } |
| 108 | } |
| 109 | } |