You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/01-getting-started/preinstall-checklist.md
+26-19Lines changed: 26 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,17 @@ This list describes some aspects (without claiming to be exhaustive) that should
14
14
15
15
The aim of this list is to reduce:
16
16
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.
22
22
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._
24
28
25
29
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.
26
30
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
30
34
### Availability and Support
31
35
32
36
- 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)
33
40
- What gradation or requirements are there for the elimination of problems with regard to the different types of problems?
34
41
- Examples problem scenarios:
35
-
- complete loud service outage or downtime
42
+
- complete cloud service outage or downtime
36
43
- performance problems
37
44
- application problems
38
45
- ....
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
40
47
41
48
### Hardware Definition
42
49
@@ -50,18 +57,19 @@ Therefore we would be very pleased if specific experiences from users, implement
50
57
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.
51
58
The installation can be carried out via IPv4 or IPv6 as well as hybrid.
52
59
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
54
61
- 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
57
64
- 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
59
66
- all nodes in this network should have access to the NTP server
60
67
- all nodes should have access to public DNS servers and HTTP/HTTPS servers
61
68
- 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:
63
70
- very high-performance routing (layer 3), for example via switch infrastructure
64
71
- 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
65
73
- Management: A private IP adress space / network for the hardware out of out band management of the nodes
66
74
- every node needs a dedicated management IP
67
75
- a DHCP range for installation might be useful, but not mandatory
@@ -90,11 +98,11 @@ TBD:
90
98
### Domains and Hosts
91
99
92
100
- Cloud Domain: A dedicated subdomain used for the cloud environment
93
-
(i.e. `*.zone1.landscape.scs.community`)
101
+
(i.e. `*.zone1.landscape.scs.community`)
94
102
- Internal API endpoint: A hostname for the internal api endpoint which points to address to the "Node Communication" network
0 commit comments