User Tools

Site Tools


ceph:extending_cluster_bootstrap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
ceph:extending_cluster_bootstrap [2019/07/23 06:52] – created dodgerceph:extending_cluster_bootstrap [2019/07/23 06:53] – [Variables used in this documentation] dodger
Line 12: Line 12:
  
 ^ Name ^ Description ^ Sample ^ ^ Name ^ Description ^ Sample ^
-| ''${THESERVER}'' | Variable used as salt target, it can be a mask of serves (see sample) | <code bash>export THESERVER="avmlp-osm-00[56]*"</code> |  +| ''${THESERVER}'' | Variable used as salt target, it can be a mask of serves (see sample) | <code bash>export THESERVER="pro-mon-00[56]*"</code> |  
-| ''${NEWSERVERS}'' | Variable used for ''clonewars'' target and ''ceph-deploy'' | <code bash>export NEWSERVERS="avmlp-osm-005 avmlp-osm-006"</code> |  +| ''${NEWSERVERS}'' | Variable used for ''clonewars'' target and ''ceph-deploy'' | <code bash>export NEWSERVERS="pro-mon-005 pro-mon-006"</code> |  
-| ''${VMNAMESTART}'' | Variable used to perform a regex in ''salt'' execution, it will match the environment (''avmlp'', ''bvmlb'' ...) | <code bash>export VMNAMESTART="avmlp"</code>+| ''${VMNAMESTART}'' | Variable used to perform a regex in ''salt'' execution, it will match the environment (''pro'', ''pre'' ...) | <code bash>export VMNAMESTART="pro"</code>