-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloudconstants.py
More file actions
33 lines (26 loc) · 1.3 KB
/
cloudconstants.py
File metadata and controls
33 lines (26 loc) · 1.3 KB
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
# Note: This is just an example. The GUIDs here are fake and won't work in any environment
api = 'http://cloudportal.somecompany.com/client/api'
# Services
svc_micro_hourly = 'ff5d7d77-aee8-4fcf-ae3b-944bbc4c1965'
svc_micro_daily = '519f8667-26d0-40e5-a1cd-da04be1fd9b5'
svc_small_hourly = '25219920-1db2-4ee6-b85f-bceb1d19e6c3'
svc_small_daily = 'a6fdb90b-9d56-4927-a2fe-386f9d473237'
svc_medium_hourly = 'ebc3ccb9-ab07-4757-a3d7-e3204b627970'
svc_medium_daily = '593f5d52-c5a3-422c-aac0-54abf33b46fa'
svc_large_hourly = 'b5970191-7b9f-4bdd-bbbb-2680e4807b00'
# Templates
tmpl_ol631_tomcat = '239c347a-f63b-4995-ab6f-ec31ced0f6ca'
tmpl_ol631_httpd = '81fbe637-e266-4e48-905f-c0f341e0586f'
tmpl_win2k8r2_ent_iis = '171dad67-7cf1-4b48-842e-ded78e47a38d'
tmpl_win2k8r2_std_iis = '80c74e5a-b101-4285-8e1a-4ee51f13af61'
tmpl_win2k8r2_ent = '8bfd166a-b6c8-4259-893e-9a8f31f9b102'
tmpl_win2k8r2_std = '80497396-288a-4e08-bcfb-0589b11b8611'
# Zones
zone_amers = 'd630b15a-a9e1-4641-bee8-355005b7a14d'
zone_emea = 'd73e8d08-f1e6-4e67-9030-ff58f36b7b20'
# Networks
net_emea = '242d4c4c-4f0c-43d4-86f5-03d51ef531a1'
net_amers = '1bf4acce-19a5-4830-ab1d-444f8acb9986'
# Projects
proj_testautomation = 'bda8600e-7b8d-494c-8acc-32821a7f3c9d'
proj_qareporting = '0583658f-c646-4569-af55-bb3f8824b508'