blob: 13741d3f0546e4aaaad838c17fc84f028b7cadd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Provisioning Checklist
This checklist is followed every time a new service is deployed.
## Pre-Provisioning
- [ ] Verify order and payment in WHMCS
- [ ] Confirm product mapping is correct
- [ ] Check available server resources
## Provisioning
- [ ] Trigger appropriate script/module
- [ ] Log provisioning result
- [ ] Assign DNS entries if applicable
- [ ] Generate Let’s Encrypt SSL if public-facing
## Post-Provisioning
- [ ] Send welcome email via WHMCS
- [ ] Confirm monitoring alert is active
- [ ] Test login credentials and endpoints
- [ ] Label service with client ID in Grafana/Prometheus
|