Skip to content

Instantly share code, notes, and snippets.

@odyssey4me
Created January 30, 2019 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odyssey4me/e1bd3b3bea5851a988ac015c94b4b52e to your computer and use it in GitHub Desktop.
Save odyssey4me/e1bd3b3bea5851a988ac015c94b4b52e to your computer and use it in GitHub Desktop.
diff --git a/playbooks/multinode-standalone.yml b/playbooks/multinode-standalone.yml
index 36fc9f7..290bf23 100644
--- a/playbooks/multinode-standalone.yml
+++ b/playbooks/multinode-standalone.yml
@@ -47,6 +47,8 @@
- name: Validate the deployment
hosts: undercloud
+ vars_files:
+ - "{{ playbook_dir }}/../roles/validate-tempest/vars/tempest_skip_master.yml"
tasks:
- include_role:
name: os_tempest
@@ -70,6 +72,7 @@
tempest_public_subnet_cidr: '{{ tempest_cidr }}'
tempest_public_subnet_gateway_ip: '{{ tempest_cidr|nthhost(1) }}'
tempest_public_subnet_allocation_pools: '{{ tempest_cidr|nthhost(100) ~ "-" ~ tempest_cidr|nthhost(120) }}'
+ tempest_test_blacklist: "{{ known_failures }}"
tempest_workspace: '/home/zuul/tempest'
stackviz_venv_bin: "/home/zuul/stackviz_venv/bin"
when:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment