summaryrefslogtreecommitdiffstats
path: root/sdc-os-chef/environments/Template.json
blob: 9073f2c562d25072e0b9bdd227dca56d66fd12ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gi { color: #a6e22e } /* Generic.Inserted */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #75715e } /* Generic.Subheading */
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
.highlight .kt { color: #66d9ef } /* Keyword.Type */
.highlight .ld { color: #e6db74 } /* Literal.Date */
.highlight .m { color: #ae81ff } /* Literal.Number */
.highlight .s { color: #e6db74 } /* Literal.String */
.highlight .na { color: #a6e22e } /* Name.Attribute */
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
.highlight .nc { color: #a6e22e } /* Name.Class */
.highlight .no { color: #66d9ef } /* Name.Constant */
.highlight .nd { color: #a6e22e } /* Name.Decorator */
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
.highlight .ne { color: #a6e22e } /* Name.Exception */
.highlight .nf { color: #a6e22e } /* Name.Function */
.highlight .nl { color: #f8f8f2 } /* Name.Label */
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
.highlight .nx { color: #a6e22e } /* Name.Other */
.highlight .py { color: #f8f8f2 } /* Name.Property */
.highlight .nt { color: #f92672 } /* Name.Tag */
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
.highlight .ow { color: #f92672 } /* Operator.Word */
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
.highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
.highlight .mf {
{
   "name": "xxx",
   "description": "OpenSource-xxx",
   "cookbook_versions": {
            "Deploy-SDandC": "= 1.0.0"
   },
   "json_class": "Chef::Environment",
   "chef_type": "environment",

   "default_attributes": {
        "disableHttp": false,
        "CS_VIP": "yyy",
        "BE_VIP": "yyy",
        "ONBOARDING_BE_VIP": "yyy",
        "FE_VIP": "yyy",
        "ES_VIP": "yyy",
        "KB_VIP": "yyy",
        "interfaces": {
            "application": "eth0",
            "private": "eth1"
        },
		"ECompP": {
		    "ecomp_rest_url": "http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi",
            "ueb_url_list": "10.0.11.1,10.0.11.1",
            "app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
            "app_key": "x9UfO7JsDn8BESVX",
            "inbox_name": "ECOMP-PORTAL-INBOX",
            "ecomp_redirect_url": "http://portal.api.simpledemo.openecomp.org:8989/ECOMPPORTAL/login.htm",
            "app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
			"decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
        },
        "UEB": {
            "PublicKey": "iPIxkpAMI8qTcQj8",
            "SecretKey": "Ehq3WyT4bkif4zwgEbvshGal",
            "fqdn": ["10.0.11.1", "10.0.11.1"]
        },
        "Nodes": {
            "CS":            "yyy",
            "BE":            "yyy",
            "ONBOARDING_BE": "yyy",
            "FE":            "yyy",
            "ES":            "yyy",
            "KB":            "yyy"
        },
        "Plugins": {
            "DCAE": {
                "dcae_discovery_url": "yyy",
                "dcae_source_url": "yyy"
            },
            "WORKFLOW": {
                "workflow_discovery_url": "yyy",
                "workflow_source_url": "yyy"
            }
        },
           "VnfRepo": {
             "vnfRepoPort": "8702",
             "vnfRepoHost": "192.168.50.5"
           }
    },
    "override_attributes": {
        "FE": {
            "http_port": "8181",
            "https_port": "9443"
        },
        "BE": {
            "http_port": "8080",
            "https_port": "8443"
        },
        "ONBOARDING_BE": {
            "http_port": "8081",
            "https_port": "8445"
        },
        "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": {
            "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": "SDC-CS-",
            "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"
        }
    }
}