Skip to content

Commit 63066fa

Browse files
authored
Update README.md
1 parent f36adca commit 63066fa

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,32 @@ make openstack_deploy
3232
```
3333
DATAPLANE_TOTAL_NODES=2 DATAPLANE_NTP_SERVER=clock.redhat.com make edpm_deploy
3434
```
35-
To know when dataplane-operator finishes, you have to keep looking at "*-edpm" pods that keep appearing to run ansible on the compute nodes. They will appear one after the other. When those stop appearing, it is finished and we have a default openstack environment.
35+
To know when dataplane-operator finishes, you have to keep looking at "*-edpm" pods that keep appearing to run ansible on the compute nodes. They will appear one after the other. When those stop appearing, it is finished.
3636

37-
You can also make your process wait until everything has run:
37+
You can also make your process wait until everything finishes:
3838
```
3939
DATAPLANE_TOTAL_NODES=2 DATAPLANE_NTP_SERVER=clock.redhat.com make edpm_deploy_wait
4040
```
4141

42+
5.- Refresh Nova discover hosts
43+
```
44+
make edpm_nova_discover_hosts
45+
```
46+
4247
Now, we proceed to run our own telemetry-operator instance:
4348

44-
5.- Remove Ceilometer deployment
49+
6.- Remove Ceilometer deployment
4550
```
4651
oc patch openstackcontrolplane openstack-galera-network-isolation --type='json' -p='[{"op": "replace", "path": "/spec/ceilometer/enabled", "value":false}]'
4752
```
4853

49-
6.- Remove telemetry-operator from the deployments
54+
7.- Remove telemetry-operator from the deployments
5055
```
5156
oc project openstack-operators
5257
oc remove csv telemetry-operator.v0.0.1
5358
```
5459

55-
7.- Deploy custom telemetry-operator version
60+
8.- Deploy custom telemetry-operator version
5661
```
5762
cd telemetry-operator
5863
@@ -63,7 +68,7 @@ make manifests generate
6368
OPERATOR_TEMPLATES=$PWD/templates make run
6469
```
6570

66-
8.- Deploy Telemetry:
71+
9.- Deploy Telemetry:
6772
```
6873
oc apply -f config/samples/telemetry_v1beta1_telemetry.yaml
6974
```

0 commit comments

Comments
 (0)