summaryrefslogtreecommitdiff
path: root/etc/tests/localhost.test.conf
blob: c5fdc3a8264bc17cb2db0aa613029c64f05de12b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
    "include-files":["core.test.conf"],

    "fake_mode": true,
    "dbaas_url":"http://localhost:8779/v1.0",
    "version_url":"http://localhost:8779",
    "nova_auth_url":"http://localhost:8779/v1.0/auth",
    "trove_auth_url":"http://localhost:8779/v1.0/auth",
    "trove_client_insecure":false,
    "auth_strategy":"fake",

    "trove_version":"v1.0",
    "trove_api_updated":"2012-08-01T00:00:00Z",

    "trove_dns_support":true,
    "trove_dns_checker":"trove.tests.fakes.dns.FakeDnsChecker",
    "trove_ip_support":false,

    "nova_client": null,

    "shared_network": "b19b5da0-d2f6-11e9-9382-00224d6b7bc1",

    "users": [
        {
          "auth_user":"admin",
          "auth_key":"password",
          "tenant":"admin-1000",
          "tenant_id":"admin-1000",
          "requirements": {
            "is_admin":true,
            "services": ["trove"]
          }
        },
        {
          "auth_user":"jsmith",
          "auth_key":"password",
          "tenant":"2500",
          "tenant_id":"2500",
          "requirements": {
            "is_admin":false,
            "services": ["trove"]
          }
        },
        {
          "auth_user":"hub_cap",
          "auth_key":"password",
          "tenant":"3000",
          "tenant_id":"3000",
          "requirements": {
            "is_admin":false,
            "services": ["trove"]
          }
        }
    ],

    "flavors": [
        {
            "id": 1,
            "name": "m1.tiny",
            "ram": 512
        },
        {
            "id": 2,
            "name": "m1.small",
            "ram": 2048
        },
        {
            "id": 3,
            "name": "m1.medium",
            "ram": 4096
        },
        {
            "id": 4,
            "name": "m1.large",
            "ram": 8192
        },
        {
            "id": 5,
            "name": "m1.xlarge",
            "ram": 16384
        },
        {
            "id": 6,
            "name": "m1.nano",
            "ram": 64
        },
        {
            "id": 7,
            "name": "m1.micro",
            "ram": 128
        },
        {
            "id": 8,
            "name": "m1.rd-smaller",
            "ram": 768
        },
        {
            "id": 9,
            "name": "tinier",
            "ram": 506
        },
        {
            "id": 10,
            "name": "m1.rd-tiny",
            "ram": 512
        },
        {
            "id": 11,
            "name": "eph.rd-tiny",
            "ram": 512,
            "local_storage": 1
        },
        {
            "id": 12,
            "name": "eph.rd-smaller",
            "ram": 768,
            "local_storage": 2
        },
        {
            "id": "custom",
            "name": "custom.small",
            "ram": 512,
            "local_storage": 1
        }

    ],

    "examples": {
        "directory":"api-ref/source/samples",
        "normal_user_name":"hub_cap",
        "normal_user_tenant":"3000",
        "admin_user_name":"admin",
        "admin_user_tenant":"admin-1000",
        "replace_host":"https://troveapi.org",
        "replace_dns_hostname": "e09ad9a3f73309469cf1f43d11e79549caf9acf2.troveexampledb.com"
    },

    "sentinel": null
}