Move HEAT from subnodes to controller.

Change-Id: I2f6b1c93ce6549faa37dedee166764b907980d3e
This commit is contained in:
Federico Ressi 2019-03-05 17:24:28 +01:00
parent d9f7b4e3a8
commit e0cfad7d80
1 changed files with 14 additions and 1 deletions

View File

@ -30,6 +30,10 @@
neutron-segments: true
neutron-trunk: true
neutron-uplink-status-propagation: true
heat: true
h-api: true
h-api-cfn: true
h-eng: true
tempest: false
devstack_local_conf:
test-config:
@ -49,6 +53,14 @@
log: true
yaml: true
yml: true
group-vars:
subnode:
devstack_services:
heat: false
h-api: false
h-api-cfn: false
h-eng: false
tempest: false
run: playbooks/tobiko-devstack.yaml
# post-run: playbooks/post-tobiko-devstack.yaml
irrelevant-files:
@ -66,7 +78,8 @@
abstract: true
description: |
Base Tobiko devstack job with multinode.
vars:
topology: multinode
- job:
name: tobiko-devstack-neutron