Skip to content

Commit af67d70

Browse files
committed
Update
Signed-off-by: Marc Schöchlin <[email protected]>
1 parent e852b34 commit af67d70

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

docs/01-getting-started/preinstall-checklist.md

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,17 @@ This list describes some aspects (without claiming to be exhaustive) that should
1414

1515
The aim of this list is to reduce:
1616

17-
- Projects that could be more successful
18-
- Long project waiting/implementation times
19-
- Unexpected errors or difficulties
20-
- Major restructuring work soon after the system was initially put into operation
21-
- Unexpected issues that have a major impact on costs.
17+
- projects that could be more successful
18+
- long project waiting/implementation times
19+
- unexpected errors or difficulties
20+
- major restructuring work soon after the system was initially put into operation
21+
- unexpected issues that have a major impact on costs.
2222

23-
*Opensource benefits from the collaboration of its users and its developers.*
23+
For reasons of clarity, most of the topics are not described in such detail that readers who are new to this
24+
environment can easily understand the context of the question. Rather, this list should be seen as a catalog
25+
of questions or a task list that should be discussed, clarified and processed in the run-up to a project.
26+
27+
_Opensource benefits from the collaboration of its users and its developers._
2428

2529
For this reason, we are collecting questions, important topics to be clarified and hints to make it easier for users of the Sovereign Cloud Stack to increase the success with it.
2630
Therefore we would be very pleased if specific experiences from users, implementers and operators [were contributed](https://github.com/SovereignCloudStack/docs/docs/01-getting-started/preinstall-checklist.md) to this list.
@@ -30,13 +34,16 @@ Therefore we would be very pleased if specific experiences from users, implement
3034
### Availability and Support
3135

3236
- What requirements do you have for the availability of the system?
37+
- How much downtime is acceptable for mainetenance tasks?
38+
- What are your expectations in terms of downtimes or what downtime is just within the tolerable range for you?
39+
(as you probably know, this has a significant impact on the hardware and personnel requirements)
3340
- What gradation or requirements are there for the elimination of problems with regard to the different types of problems?
3441
- Examples problem scenarios:
35-
- complete loud service outage or downtime
42+
- complete cloud service outage or downtime
3643
- performance problems
3744
- application problems
3845
- ....
39-
- Where should rollouts and changes to the system be tested or prepared, or does a dedicated environment make sense for t
46+
- Where should rollouts and changes to the system be tested or prepared, or does a dedicated environment make sense for
4047

4148
### Hardware Definition
4249

@@ -50,18 +57,19 @@ Therefore we would be very pleased if specific experiences from users, implement
5057
Estimate the expected number of IP addresses and plan sufficient reserves so that no adjustments to the networks will be necessary at a later date.
5158
The installation can be carried out via IPv4 or IPv6 as well as hybrid.
5259

53-
- Frontend Access: A dedicated IP address space / network for services published by the cloud platform and its users
60+
- Provider Networks: One or more dedicated public IP networks for services published by the cloud platform and its users
5461
- this is in most cases a public IPv4 network
55-
- at least TCP port 443 should be accessible for all addresses of this network from other networks
56-
- Node Communication: A dedicated private IP adress space / network for the internal communication between the nodes
62+
- at least TCP port 443 should be accessible for all addresses of this network from other networks (i.e. internet)
63+
- Openstack Node Communication: A dedicated private IP adress space / network for the internal communication between the nodes
5764
- every node needs a dedicated IP
58-
- a DHCP range for installation might be useful, but not mandatory
65+
- a DHCP range for for performing node installations might be useful, but not mandatory
5966
- all nodes in this network should have access to the NTP server
6067
- all nodes should have access to public DNS servers and HTTP/HTTPS servers
6168
- In some cases, it may make sense to operate Ceph in a dedicated network or multiple dedicated networks (public, cluster).
62-
Methods for high-performance and scalable access to the storage:
69+
Methods for high-performance and scalable access to the storage:
6370
- very high-performance routing (layer 3), for example via switch infrastructure
6471
- Dedicated network adapters in the compute nodes for direct access to the storage network
72+
- Ceph Node Communication: A dedicated private IP adress space / network for the internal communication between the ceph nodes
6573
- Management: A private IP adress space / network for the hardware out of out band management of the nodes
6674
- every node needs a dedicated management IP
6775
- a DHCP range for installation might be useful, but not mandatory
@@ -90,11 +98,11 @@ TBD:
9098
### Domains and Hosts
9199

92100
- Cloud Domain: A dedicated subdomain used for the cloud environment
93-
(i.e. `*.zone1.landscape.scs.community`)
101+
(i.e. `*.zone1.landscape.scs.community`)
94102
- Internal API endpoint: A hostname for the internal api endpoint which points to address to the "Node Communication" network
95-
(i.e. `api-internal.zone1.landscape.scs.community`)
103+
(i.e. `api-internal.zone1.landscape.scs.community`)
96104
- External API endpoint: A hostname for the external api endpoint which points to address to the "Frontend Access" network
97-
(i.e. `api.zone1.landscape.scs.community`)
105+
(i.e. `api.zone1.landscape.scs.community`)
98106

99107
### TLS Certificates
100108

@@ -127,7 +135,6 @@ TBD:
127135
### Monitoring and On-Call/On-Duty
128136

129137
- Connection and integration into existing operational monitoring
130-
131138
- What kind of On-Call/On-Duty do you need?
132139
- How quickly should the solution to a problem be started?
133140
- What downtimes are tolerable in extreme cases?
@@ -137,9 +144,9 @@ TBD:
137144

138145
- The deployed nodes should have permanent access to at least 3 ntp servers
139146
- It has turned out to be advantageous that the 3 control nodes have access to NTP servers
140-
and provide NTP servers for the other nodes of the SCS installation.
147+
and provide NTP servers for the other nodes of the SCS installation.
141148
- The NTP servers used, should not run on virtual hardware
142-
(Depending on the architecture and the virtualization platform, this can otherwise cause minor or major problems in special situations.)
149+
(Depending on the architecture and the virtualization platform, this can otherwise cause minor or major problems in special situations.)
143150

144151
## Openstack
145152

0 commit comments

Comments
 (0)