Skip to content
Snippets Groups Projects
Commit bfbd5cc3 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Configurable puppet hostgroup

parent f8f3634a
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ variables:
TEST_PUPPET: 'False'
DELETE_FAILURES: 'True'
PUPPET_ENVIRONMENT: 'qa'
PUPPET_HOSTGROUP: 'playground/imageci'
PROJECT_PHYSICAL: "IT Linux Support - CI Physical"
PROJECT_VIRTUAL: "IT Linux Support - CI VMs"
......
......@@ -177,7 +177,7 @@ while [[ ${#TOBETESTED[@]} -gt 0 ]]; do
DELAY=$(($RANDOM % 10))
t_Log "Wait ${DELAY} seconds"
sleep $DELAY
cmd="ai-bs --nova-sshkey imageci --landb-responsible imageci --nova-parameter centos_test_cleanup=true --nova-flavor '${flavor}' --nova-image '${IMAGE}' --foreman-hostgroup playground/imageci --foreman-environment '${PUPPET_ENVIRONMENT}' '${p_name}'"
cmd="ai-bs --nova-sshkey imageci --landb-responsible imageci --nova-parameter centos_test_cleanup=true --nova-flavor '${flavor}' --nova-image '${IMAGE}' --foreman-hostgroup '${PUPPET_HOSTGROUP}' --foreman-environment '${PUPPET_ENVIRONMENT}' '${p_name}'"
t_BoldGreen "${cmd}"
testStart "${flavor}" "create"
cmd_output=$(eval ${cmd} 2>&1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment