summaryrefslogtreecommitdiffstats
path: root/engine/src/config/solver.json
diff options
context:
space:
mode:
authorArthur Martella <arthur.martella.1@att.com>2019-03-15 11:56:54 -0400
committerArthur Martella <arthur.martella.1@att.com>2019-03-15 11:56:54 -0400
commit99c4495bd4eb4b1bb01cc483f5d9ade58843d91a (patch)
treeceb9ed28f275b9514eca11cc0d9196a0b7c30222 /engine/src/config/solver.json
parent2f7fe5df5de5014f2d54422eccc8bc2a4e13fd8e (diff)
Initial upload of F-GPS seed code 1/21
Includes: Base license for project and engine Engine dockerfile Engine sample helm chart Engine sample config directory Change-Id: I034927aed57d8f48de44a0aae9be34e46d7db5ac Issue-ID: OPTFRA-440 Signed-off-by: arthur.martella.1@att.com
Diffstat (limited to 'engine/src/config/solver.json')
-rwxr-xr-xengine/src/config/solver.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/engine/src/config/solver.json b/engine/src/config/solver.json
new file mode 100755
index 0000000..fd8ce29
--- /dev/null
+++ b/engine/src/config/solver.json
@@ -0,0 +1,72 @@
+{
+ "engine": {
+ "id": "valet01",
+ "timeout": 300,
+ "dha": "false",
+ "ek": "123"
+ },
+ "logging": {
+ "path": "/engine/",
+ "name": "solver.log",
+ "format": "%(asctime)s.%(msecs)03d [%(levelname)-5.5s] [%(name)s] - %(message)s",
+ "size": 10000000,
+ "level": "debug",
+ "lk": "234"
+ },
+ "db": {
+ "mode": "music",
+ "keyspace": "pn2",
+ "requests_table": "requests",
+ "results_table": "results",
+ "group_rules_table": "group_rules",
+ "groups_table": "groups",
+ "stacks_table": "stacks",
+ "resources_table": "resources",
+ "stack_id_map_table": "stack_id_map",
+ "regions_table": "regions",
+ "dk": "789"
+ },
+ "music": {
+ "hosts": [ "music_host_1.onap.org", "music_host_2.onap.org" ],
+ "port": "8080",
+ "path": "/MUSIC/rest/v2",
+ "timeout": 10,
+ "retries": 3,
+ "replication_factor": 3,
+ "lock_timeout": 300,
+ "userid": "musicuser@onap.org",
+ "password": "encrypted_music_password",
+ "namespace": "org.onap.dev.music"
+ },
+ "compute": {
+ "mode": "nova",
+ "default_cpu_allocation_ratio": 1.0,
+ "default_ram_allocation_ratio": 1.0,
+ "default_disk_allocation_ratio": 1.0,
+ "batch_sync_interval": 3600
+ },
+ "nova": {
+ "project_name": "admin",
+ "admin_view_username": "openstack_username",
+ "admin_username": "openstack_username",
+ "admin_view_password": "encrypted_openstack_password",
+ "admin_password": "encrypted_openstack_password"
+ },
+ "topology": {
+ "mode": "naming"
+ },
+ "naming": {
+ "rack_codes": [
+ "r"
+ ],
+ "host_codes": [
+ "a",
+ "c",
+ "u",
+ "f",
+ "o",
+ "p",
+ "s"
+ ]
+ }
+}