Skip to content

Commit 70857ad

Browse files
authored
[ci][autoscaling] Add a note to the vars file for autoscaling (#215)
The note explains why os-net-config is skipped
1 parent 24eae54 commit 70857ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci/vars-functional-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
2-
# temp: skip os-net-setup
2+
# This is added so we skip the os_net_setup role, which would normally be used
3+
# to create a network.
4+
# A network gets created by `make edpm_deploy_instance` during the autoscaling
5+
# tests.
6+
# skip os-net-setup
37
cifmw_os_net_setup_config: []
48
post_deploy_00_run_functional_test:
59
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/infrawatch/feature-verification-tests'].src_dir }}/ci/run_autoscaling_osp18.yml"

0 commit comments

Comments
 (0)