c334bf2a14
Due to RDMA requirement, storage port is changed to a virtual port on the hypervisor in case of choosing iSER. The virtual port is renamed to a predefined name that has already been serialized to astute.yaml network scheme. This change includes: 1. Adding a call to a the bash script from stage zero in site.pp OS_common class, in case of choosing iSER. 2. Adding a template of the bash script to a new empty puppet module that will include Mellanox manifests. 3. Adding iser_rename manifest to call the bash script in stage zero. partially implements: blueprint mellanox-features-support Change-Id: I2828427e096245408fa536904ea9cece39256ef0 Signed-off-by: Aviram Bar-Haim <aviramb@mellanox.com>
13 lines
520 B
ObjectPascal
13 lines
520 B
ObjectPascal
# The baseline for module testing used by Puppet Labs is that each manifest
|
|
# should have a corresponding test manifest that declares that class or defined
|
|
# type.
|
|
#
|
|
# Tests are then run by using puppet apply --noop (to check for compilation
|
|
# errors and view a log of events) or by fully applying the test in a virtual
|
|
# environment (to compare the resulting system state to the desired state).
|
|
#
|
|
# Learn more about module testing here:
|
|
# http://docs.puppetlabs.com/guides/tests_smoke.html
|
|
#
|
|
include mellanox_openstack
|