-
Notifications
You must be signed in to change notification settings - Fork 0
/
new-project.ini
64 lines (59 loc) · 1.57 KB
/
new-project.ini
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
[project]
Active = False
ExistingProject = False
BillingContact = [email protected]
# BillingId can be blank (to create a new subaccount)
BillingId = 123456-789012-345678
#DataClassification = low
EgressWaiver = True
#campus or its
Division = campus
McommunityGroup = [email protected]
# ProjectId will be blank if Existing Project is False
ProjectId = project-id
ProjectName = some Project Name
Requestor = [email protected]
SecurityContact = [email protected]
# Internal Billing - create project label
Shortcode = 123456
# VPN VPC only created if Required is set to True
[networking]
VPCPrefix = prefix-
VPCSuffix = -vpc
DefaultCIDR = x.x.x.x/x
DefaultSupernet = x.x.x.x/x-2
VPN = False
SupernetCIDR = y.y.y.y/y
SupernetExclude = y.y.y.y/y+4
# Required = False
[dataType]
# if SensitiveData = True, one of the below data types needs to be True
SensitiveData = False
PHI = False
FERPA = False
GLBA = False
HSR = False
SSN = False
ACP = False
PII = False
ITSecInfo = False
PCI = False
ITAR = False
FISMA = False
# if Other (Sensitive) Data = True, Other Data Info needs text
OtherData = False
OtherDataInfo =
[config]
itAdminGroup = '[email protected]'
masterBillingAccount = '98765-EDCBA-43210'
logDestionationProject = 'log-dest-project'
logDestionationTopic = 'log-export-topic'
# This writes customer info to Google Cloud Datastore
[database]
namespace = "your-namespace"
customerDbProject = "db-project"
kind = "Project"
[files]
firewallListFile = /path/to/filewall_list.json
campusNetworksFile = /path/to/campus_networks_list.txt
iaNetworksFile = /path/to/ia_networks_list.txt