File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 9
9
- [ Custom Images] ( topics/custom-images.md )
10
10
- [ SSH Access To Nodes] ( topics/ssh-access.md )
11
11
- [ Unstacked etcd] ( topics/unstacked-etcd.md )
12
+ - [ CloudStack Permissions] ( topics/cloudstack-permissions.md )
12
13
- [ Developer Guide] ( development/index.md )
13
14
- [ Development With Tilt] ( development/tilt.md )
14
15
- [ Building CAPC] ( development/building.md )
Original file line number Diff line number Diff line change
1
+ # CloudStack Permissions for CAPC
2
+
3
+ The account that CAPC runs under must minimally be a Domain Admin type account with a role offering the following permissions
4
+
5
+ * assignToLoadBalancerRule
6
+ * associateIpAddress
7
+ * createAffinityGroup
8
+ * createEgressFirewallRule
9
+ * createLoadBalancerRule
10
+ * createNetwork
11
+ * createTags
12
+ * deleteAffinityGroup
13
+ * deleteNetwork
14
+ * deleteTags
15
+ * deployVirtualMachine
16
+ * destroyVirtualMachine
17
+ * disassociateIpAddress
18
+ * getUserKeys
19
+ * listAccounts
20
+ * listAffinityGroups
21
+ * listDiskOfferings
22
+ * listDomains
23
+ * listLoadBalancerRuleInstances
24
+ * listLoadBalancerRules
25
+ * listNetworkOfferings
26
+ * listNetworks
27
+ * listPublicIpAddresses
28
+ * listServiceOfferings
29
+ * listSSHKeyPairs
30
+ * listTags
31
+ * listTemplates
32
+ * listUsers
33
+ * listVirtualMachines
34
+ * listVirtualMachinesMetrics
35
+ * listVolumes
36
+ * listZones
37
+ * queryAsyncJobResult
38
+ * startVirtualMachine
39
+ * stopVirtualMachine
40
+ * updateVMAffinityGroup
41
+
42
+ This permission set has been verified to successfully run the CAPC E2E test suite (Oct 11, 2022).
Original file line number Diff line number Diff line change 5
5
- [ Custom Images] ( custom-images.md )
6
6
- [ SSH Access To Nodes] ( ssh-access.md )
7
7
- [ Unstacked etcd] ( unstacked-etcd.md )
8
+ - [ CloudStack Permissions] ( cloudstack-permissions.md )
8
9
9
10
10
11
## TODO :
You can’t perform that action at this time.
0 commit comments