Skip to content

Commit d77e14f

Browse files
wtripp180901sjpb
andauthored
review comments
Co-authored-by: Steve Brasier <[email protected]>
1 parent 4c0e084 commit d77e14f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ production-ready deployments.
77
- Get it agreed up front what the cluster names will be. Changing this later
88
requires instance deletion/recreation.
99

10-
- At least two environments should be created on top of the `site` base environment:
10+
- At least two environments should be created using cookiecutter, which will derive from the `site` base environment:
1111
- `production`: production environment
1212
- `staging`: staging environment
1313

environments/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ for usage instructions for that component.
3333

3434
Shared configuration for all environments. This is not
3535
intended to be used as a standalone environment, hence the README does *not* detail
36-
how to provision the infrastructure. This environment generally should not be edited.
36+
how to provision the infrastructure. This environment should not be edited, except as part of upstreaming new features or bug fixes.
3737

3838
## site
3939

4040
Provides the base configuration for all subsequent `cookiecutter` created environments,
41-
including configuration for provisioning infrastructure. Site specific configuration should generally
41+
including OpenTofu configurations for infrastructure. In general, most local customisations should be made by adding to this environment.
4242
be edited here, unless it is specific to a particular cookiecutter environment, in which case it should be set in
4343
that environment.
4444

environments/common/inventory/group_vars/all/firewalld.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
firewalld_configs_default:
55
# A list of dicts defining firewalld rules.
6-
# Using the upstream site groups firewalld is deployed on the login node to enable fail2ban.
6+
# Using the default site `groups` file, firewalld is deployed on the login node to enable fail2ban.
77
# However by default we rely on openstack security groups so make firewalld permissive.
88
# Each dict contains:
99
# name: An arbitrary name or description

0 commit comments

Comments
 (0)