NileshChandekar
NileshChandekar
Any possibility to get this below list of metrics in the ``openstack-exporter`` list ### Nova (Compute Service): ~~~ nova_hypervisor_count: nova_hypervisor_vcpus nova_hypervisor_memory_used : Memory Usage on Hypervisors nova_hypervisor_memory_used : Memory Usage...
* Trying to configure the custom layout using user-data [cloud-init] ``` storage: layout: name: lvm sizing-policy: largest config: - type: partition id: boot-partition device: root-disk size: 10% - type: partition...
* added below config in the all.yml ~~~ # Dashboards dashboard_enabled: True dashboard_admin_password: passw0rd grafana_admin_password: passw0rd dashboard_frontend_vip: '192.168.20.99' ~~~ * Inventory files ~~~ root@spare:~/ceph-ansible# cat inventory [mons] 192.168.20.2 192.168.20.3 192.168.20.4...
### Describe the bug ~~~ [root@localhost pub]# cat user-data #cloud-config autoinstall: version: 1 identity: hostname: localhost password: $6$WqJBy2ccJytgpdLe$CItIJBYgOvr12Wn9.Ntb.qxTRqf/5U1qbZ3EHvr4qajZzYQFMuwKToxgfKdqaCgnnA.YOu39emB3So0J9pjh51 realname: localhost username: nc kernel: package: linux-generic keyboard: layout: us toggle: null...
### Before creating an issue, make sure you've checked the following: - [x] You are running the latest released version of k0s - [x] Make sure you've searched for existing...