Rework r10k verbose option
The command "r10k puppetfile install -v" fails with: Unrecognized options: verbose. Rework the command to be compatible with the r10k 1.1.4. Closes-bug: #1707629 Change-Id: I05d888125284d2808fb248e52afc95ab2b948353 Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
This commit is contained in:
parent
c042603386
commit
885abd1ae0
@ -9,7 +9,7 @@
|
|||||||
# - ``SCRIPT_DIR`` must be set to script path
|
# - ``SCRIPT_DIR`` must be set to script path
|
||||||
# - ``GEM_BIN_DIR`` must be set to Gem bin directory
|
# - ``GEM_BIN_DIR`` must be set to Gem bin directory
|
||||||
install_external() {
|
install_external() {
|
||||||
PUPPETFILE=${SCRIPT_DIR}/Puppetfile1 r10k puppetfile install -v
|
PUPPETFILE=${SCRIPT_DIR}/Puppetfile1 r10k -v DEBUG puppetfile install
|
||||||
}
|
}
|
||||||
|
|
||||||
# Install Puppet OpenStack modules with zuul-cloner
|
# Install Puppet OpenStack modules with zuul-cloner
|
||||||
@ -54,7 +54,7 @@ EOF
|
|||||||
install_all() {
|
install_all() {
|
||||||
# When installing from local source, we want to install the current source
|
# When installing from local source, we want to install the current source
|
||||||
# we're working from.
|
# we're working from.
|
||||||
PUPPETFILE=${SCRIPT_DIR}/Puppetfile r10k puppetfile install -v
|
PUPPETFILE=${SCRIPT_DIR}/Puppetfile r10k -v DEBUG puppetfile install
|
||||||
cp -a ${SCRIPT_DIR} ${PUPPETFILE_DIR}/openstack_integration
|
cp -a ${SCRIPT_DIR} ${PUPPETFILE_DIR}/openstack_integration
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user