Commit e4b7584
committed
Set metrics storage for HCI
When deploy FR2 using HCI using ci framework:
./deploy-architecture.sh -e zuul_log_collection=true -e cifmw_nolog=false -e cifmw_run_tests=false
It first `kustomize_deploy/control-plane.yaml` gets deployed and
afterwards updates it `kustomize_deploy/nodeset-post-ceph.yaml`
which updates that telemetry section and sets:
~~~
persistentVolumeClaim:
resources:
requests:
storage: 20G
~~
~~~
$ oc get osctlplane -n openstack -w
NAME STATUS MESSAGE
controlplane True Setup complete
controlplane True Setup complete
controlplane False OpenStackControlPlane RabbitMQ in progress
controlplane False OpenStackControlPlane RabbitMQ error occured rabbitmq-notifications(Secret "cert-rabbitmq-notifications-svc" not found)
controlplane False OpenStackControlPlane Telemetry in progress
controlplane False OpenStackControlPlane Telemetry in progress
controlplane False OpenStackControlPlane Telemetry in progress
controlplane False OpenStackControlPlane Telemetry in progress
controlplane False OpenStackControlPlane Telemetry in progress
~~~
Since the initial deploy was with 10G and now switches to 20G (there
usually are no 20G local storage volumes), the ctlplane is stuck in
progress.
This updates the hci example to use 10G with local-storage storage
class to align with the initial setup.
Jira: OSPRH-23687
Signed-off-by: Martin Schuppert <[email protected]>1 parent 851e915 commit e4b7584
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments