File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
etc/kayobe/environments/aufn-ceph Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ on the overcloud hosts:
7474.. code-block :: console
7575
7676 (kayobe) [stack@node ~]$ cd etc/kayobe
77- (kayobe) [stack@node kayobe]$ kayobe playbook run ansible/smartmontools .yml
77+ (kayobe) [stack@node kayobe]$ kayobe playbook run ansible/smartmon-tools .yml
7878
7979 SMART reporting should now be enabled along with a Prometheus alert for
8080unhealthy disks and a Grafana dashboard called ``Hardware Overview ``.
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ node_types:
2121 volumes :
2222 # There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent:
2323 # https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290
24- - capacity : 10GiB
24+ - capacity : 15GiB
2525 # Ceph volume
26- - capacity : 10GiB
26+ - capacity : 20GiB
2727 physical_networks :
2828 - provision-net
2929 - cloud-net
@@ -34,7 +34,7 @@ node_types:
3434 volumes :
3535 # There is a minimum disk space capacity requirement of 4GiB when using Ironic Python Agent:
3636 # https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/utils.py#L290
37- - capacity : 10GiB
37+ - capacity : 15GiB
3838 physical_networks :
3939 - provision-net
4040 - cloud-net
You can’t perform that action at this time.
0 commit comments