commit | 4af928da6a598815e124b0bc1566ca4fd2bbf3a9 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Thu Feb 01 09:25:07 2018 -0700 |
committer | Andy Bavier <andy@onlab.us> | Thu Feb 01 09:25:07 2018 -0700 |
tree | e88ca988d169441c6cc9931e651a31bb71d26bd6 | |
parent | 11ff6f54c581918f74b82209adf3d1ec99bb0be2 [diff] |
Missing 'scenario' variable Change-Id: Ie2905c0c7a372d67e2fe6516c77707eb8eabb432
diff --git a/xos/synchronizer/steps/vspgwctenant_playbook.yaml b/xos/synchronizer/steps/vspgwctenant_playbook.yaml index 2f932f8..cab2ccd 100644 --- a/xos/synchronizer/steps/vspgwctenant_playbook.yaml +++ b/xos/synchronizer/steps/vspgwctenant_playbook.yaml
@@ -53,5 +53,6 @@ - ip_addr_pool: "16.0.0.0" - ip_pool_mask: "255.0.0.0" - ip_pool_mask_int: "8" + - scenario: {{ blueprint }} roles: - - { role: onos_rule_setup, when: scenario != "manual" } \ No newline at end of file + - { role: onos_rule_setup, when: scenario != "manual" }