Nova CI scenarios should use auto_assign_nic
https://review.openstack.org/#/c/450493/2 is better than grepping out a net id. Change-Id: I438c424aaf62fbf79eef77b7bcd53017285da0a9
This commit is contained in:
parent
71e683d5f9
commit
57b0af579b
@ -1,8 +1,4 @@
|
||||
---
|
||||
- name: Get Network ID
|
||||
shell: "source {{ ansible_env.HOME }}/overcloudrc; neutron net-list | grep {{ browbeat_pri_net_name }} | cut -f 2 -d'|'"
|
||||
register: nova_test_net_name
|
||||
|
||||
- name: Template Browbeat configuration
|
||||
template:
|
||||
"src={{ browbeat_config_file }} \
|
||||
|
@ -101,13 +101,11 @@ rally:
|
||||
file: rally/nova/nova-boot-snapshot-cc.yml
|
||||
image_name: cirros
|
||||
flavor_name: m1.tiny
|
||||
net_id: {{ nova_test_net_name.stdout }}
|
||||
- name: boot-list
|
||||
enabled: true
|
||||
file: rally/nova/nova-boot-list-cc.yml
|
||||
image_name: cirros
|
||||
flavor_name: m1.tiny
|
||||
net_id: {{ nova_test_net_name.stdout }}
|
||||
- name: glance
|
||||
enabled: true
|
||||
concurrency:
|
||||
|
@ -128,7 +128,6 @@ rally:
|
||||
file: rally/nova/nova-boot-snapshot-cc.yml
|
||||
image_name: cirros
|
||||
flavor_name: m1.tiny
|
||||
net_id: {{ nova_test_net_name.stdout }}
|
||||
- name: plugins
|
||||
enabled: true
|
||||
concurrency:
|
||||
|
Loading…
x
Reference in New Issue
Block a user