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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ A golang operator for openstack nova lifecycle management
6
6
7
7
The goal of nova-operator is to manage custom resource that define a nova control plane (CRD).
8
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 intial deployment.
9
+
**Note:** Nova CR is created by openstack-operator as per user initial deployment.
10
10
11
11
## Description
12
12
13
13
This operator is built using the operator-sdk framework to provide day one and day two
14
-
lifecycle managment of the OpenStack nova service on an OpenShift cluster.
14
+
lifecycle management of the OpenStack nova service on an OpenShift cluster.
15
15
16
16
## Getting Started
17
17
@@ -30,7 +30,7 @@ pre-commit is optional but recommend to ensure good git hygiene.
30
30
sudo dnf install -y golang
31
31
```
32
32
33
-
#### installing in a virutal env
33
+
#### installing in a virtual env
34
34
35
35
```sh
36
36
python3 -m venv .venv
@@ -93,7 +93,7 @@ trim trailing whitespace.................................................Passed
93
93
94
94
### Running kuttl tests
95
95
96
-
Kuttl testing requires some inital setup on the host to enable running them.
96
+
Kuttl testing requires some initial setup on the host to enable running them.
97
97
first the kuttl oc/kubectl plugin need to be installed, that is done via using
98
98
the krew plugin manager. kuttl testing in this repo will never install or modify
99
99
operators in the test cloud. that means that you can run them in the openshift
@@ -143,7 +143,7 @@ cd ..
143
143
make openstack
144
144
```
145
145
note: we will use the `crc-csi-hostpath-provisioner` storage class so "make crc_storage"
146
-
is not required but it wont break anything either.
146
+
is not required but it won'tbreak anything either.
0 commit comments