Puppet Class: profile::labs::cindermount::srv

Defined in:
modules/profile/manifests/labs/cindermount/srv.pp

Overview

SPDX-License-Identifier: Apache-2.0 Format and mount an unattched cinder volume



4
5
6
7
8
9
# File 'modules/profile/manifests/labs/cindermount/srv.pp', line 4

class profile::labs::cindermount::srv {
    cinderutils::ensure { 'cinder_on_srv':
        mount_point => '/srv',
        min_gb      => 3,
    }
}