aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml
blob: 61b6cb0614c46c560a69ac3557215e3e5a4c0235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <name>onap-configuration-management-api</name>
    <artifactId>onap-configuration-management-api</artifactId>

    <parent>
        <artifactId>onap-common-configuration-management</artifactId>
        <groupId>org.onap.sdc.common</groupId>
        <version>1.3.0-SNAPSHOT</version>
        <relativePath>..</relativePath>
    </parent>

</project>
Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
    "name": "{{ .Values.global.env.name }}",
    "description": "OpenSource-{{ .Values.global.env.name }}",
    "cookbook_versions": {
        "Deploy-SDandC": "= 1.0.0"
    },
    "json_class": "Chef::Environment",
    "chef_type": "environment",

    "default_attributes": {
        "disableHttp": false,
        "CS_VIP": "{{.Values.global.cassandra.serviceName}}.{{include "common.namespace" .}}",
        "BE_VIP": "sdc-be.{{include "common.namespace" .}}",
        "ONBOARDING_BE_VIP": "sdc-onboarding-be.{{include "common.namespace" .}}",
        "DCAE_BE_VIP": "sdc-dcae-be.{{include "common.namespace" .}}",
        "DCAE_FE_VIP": "sdc-dcae-fe.{{include "common.namespace" .}}",
        "DCAE_TOSCA_LAB_VIP": "sdc-dcae-tosca-lab.{{include "common.namespace" .}}",
        "FE_VIP": "sdc-fe.{{include "common.namespace" .}}",
        "ES_VIP": "sdc-es.{{include "common.namespace" .}}",
        "KB_VIP": "sdc-kb.{{include "common.namespace" .}}",
        "interfaces": {
            "application": "eth0",
            "private": "eth0"
        },
        "ECompP": {
            "ecomp_rest_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/auxapi",
            "ueb_url_list": "message-router.{{include "common.namespace" .}}, message-router.{{include "common.namespace" .}}",
            "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
            "app_key": "x9UfO7JsDn8BESVX",
            "inbox_name": "ECOMP-PORTAL-INBOX",
            "ecomp_redirect_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/login.htm",
            "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
            "decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
        },
        "UEB": {
            "PublicKey": "iPIxkpAMI8qTcQj8",
            "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
            "fqdn": [
                "message-router.{{include "common.namespace" .}}",
                "message-router.{{include "common.namespace" .}}"
            ]
        },
        "Nodes": {
            "CS": [
                "{{.Values.global.cassandra.serviceName}}.{{include "common.namespace" .}}"
            ],
            "BE": "sdc-be.{{include "common.namespace" .}}",
            "ONBOARDING_BE": "sdc-onboarding-be.{{include "common.namespace" .}}",
            "FE": "sdc-fe.{{include "common.namespace" .}}",
            "ES": [
                "sdc-es.{{include "common.namespace" .}}"
            ],
            "KB": "sdc-kb.{{include "common.namespace" .}}"
        },
        "VnfRepo": {
            "vnfRepoPort": "{{.Values.config.environment.vnfRepoPort}}",
            "vnfRepoHost": "refrepo.{{include "common.namespace" .}}"
        }
    },
    "override_attributes": {
        "FE": {
            "http_port": "8181",
            "https_port": "9443"
        },
        "BE": {
            "http_port": "8080",
            "https_port": "8443"
        },
        "ONBOARDING_BE": {
            "http_port": "8081",
            "https_port": "8445",
            "catalog_notification_url": "%s://%s:%s/sdc2/rest/v1/catalog/notif/vsp/"
        },
        "elasticsearch": {
            "cluster_name": "SDC-ES-",
            "ES_path_home": "/usr/share/elasticsearch",
            "ES_path_data": "/usr/share/elasticsearch/data",
            "num_of_replicas": "0",
            "num_of_shards": "1"
        },

        "cassandra": {
            "cassandra_port": 9042,
            "concurrent_reads": "32",
            "num_tokens": "256",
            "data_dir": "/var/lib/cassandra/data",
            "hinted_handoff_enabled": "true",
            "cassandra_user": "asdc_user",
            "cassandra_password": "Aa1234%^!",
            "concurrent_writes": "32",
            "cluster_name": "{{.Values.global.cassandra.clusterName}}",
            "datacenter_name": "{{.Values.global.cassandra.dataCenter}}",
            "multithreaded_compaction": "false",
            "cache_dir": "/var/lib/cassandra/saved_caches",
            "log_file": "/var/lib/cassandra/log/system.log",
            "phi_convict_threshold": "8",
            "commitlog_dir": "/var/lib/cassandra/commitlog",
            "socket_read_timeout": "20000",
            "socket_connect_timeout": "20000",
            "titan_connection_timeout": "10000",
            "replication_factor": "{{.Values.global.cassandra.replicaCount}}"
        }
    }
}