summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/bootstrap-scenarios.yml
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2017-12-20 22:35:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-20 22:35:04 +0000
commit8662864a166d9e89ba8058c871526b3ad94aae21 (patch)
tree61b0ba11885947a762bfe18214175efcdbcd0116 /xci/playbooks/bootstrap-scenarios.yml
parent460e629b50db8299e91f27216f2a5abd7995b425 (diff)
parente459bf585793de447f0db0079f3faf37a19380d5 (diff)
Merge "Rename variable OPNFV_SCENARIO to DEPLOY_SCENARIO"
Diffstat (limited to 'xci/playbooks/bootstrap-scenarios.yml')
-rw-r--r--xci/playbooks/bootstrap-scenarios.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/xci/playbooks/bootstrap-scenarios.yml b/xci/playbooks/bootstrap-scenarios.yml
index 50f7b246..98acf73b 100644
--- a/xci/playbooks/bootstrap-scenarios.yml
+++ b/xci/playbooks/bootstrap-scenarios.yml
@@ -7,17 +7,17 @@
# - name: Include foobar role
# include_role:
# name: "foobar"
-# when: OPNFV_SCENARIO == "foobar"
+# when: DEPLOY_SCENARIO == "foobar"
- name: Prepare everything to run the os-nosdn-nofeature scenario
include_role:
name: "os-nosdn-nofeature"
- when: OPNFV_SCENARIO == 'os-nosdn-nofeature'
+ when: DEPLOY_SCENARIO == 'os-nosdn-nofeature'
- name: Prepare everything to run the os-odl-nofeature scenario
include_role:
name: "os-odl-nofeature"
- when: OPNFV_SCENARIO == 'os-odl-nofeature'
+ when: DEPLOY_SCENARIO == 'os-odl-nofeature'
- name: Prepare everything to run the os-odl-sfc scenario
include_role:
name: "os-odl-sfc"
- when: OPNFV_SCENARIO == 'os-odl-sfc'
+ when: DEPLOY_SCENARIO == 'os-odl-sfc'