Initial Commit for new LaaS Software
[pharos-tools.git] / laas-fog / pharoslaas / hosts.json
1 [
2     {
3         "name": "pod1",
4         "value": "{\"pharos_id\": 999, \"fog_name\": \"fog_host1\", \"hostname\": \"pod1\", \"ubuntu_image\": 1, \"centos_image\": 2, \"suse_image\": 3}"
5     },
6     {
7         "name": "pod2",
8         "value": "{\"pharos_id\": 998, \"fog_name\": \"fog_host2\", \"hostname\": \"pod2\", \"ubuntu_image\": 1, \"centos_image\": 2, \"suse_image\": 3}"
9     },
10     {
11         "name": "pod3",
12         "value": "{\"pharos_id\": 997, \"fog_name\": \"fog_name3\", \"hostname\": \"pod3\", \"ubuntu_image\": 1, \"centos_image\": 2, \"suse_image\": 3}"
13     },
14     {
15         "name": "hosts",
16         "value" : "[\"pod1\", \"pod2\", \"pod3\"]"
17     },
18     {
19         "name": "bookings",
20         "value": "[]"
21     }
22 ]