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: README.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,24 @@
1
1
# nova-operator
2
2
3
-
A golang operator for openstack nova lifecycle management
3
+
A golang operator for OpenStack Nova and Placement lifecycle management
4
4
5
5
## nova-operator Goal
6
6
7
-
The goal of nova-operator is to manage custom resource that define a nova control plane (CRD).
8
-
Nova operator continuously monitors the state of Nova CR and takes actions to ensure that the desired state is applied and reflected in nova pods. These pods run actual nova services, nova-operators ensure they are deployed, scaled, and configured correctly.
9
-
**Note:** Nova CR is created by openstack-operator as per user initial deployment.
7
+
The goal of nova-operator is to manage custom resources that define an OpenStack
8
+
Nova control plane and the Placement API service. The operator continuously
9
+
monitors the state of Nova and PlacementAPI CRs and takes actions to ensure that
10
+
the desired state is applied and reflected in the service pods. These pods run
11
+
actual nova and placement services; nova-operator ensures they are deployed,
12
+
scaled, and configured correctly.
13
+
**Note:** Nova and PlacementAPI CRs are created by openstack-operator as part of
14
+
the initial deployment.
10
15
11
16
## Description
12
17
13
18
This operator is built using the operator-sdk framework to provide day one and day two
14
-
lifecycle management of the OpenStack nova service on an OpenShift cluster.
19
+
lifecycle management of the OpenStack Nova and Placement services on an OpenShift
20
+
cluster. The Placement service code that previously lived in placement-operator is
0 commit comments