Merge "Allow embedded Skydive etcd port"

This commit is contained in:
Zuul 2019-03-13 21:13:28 +00:00 committed by Gerrit Code Review
commit ad11380a15
1 changed files with 4 additions and 2 deletions

View File

@ -65,8 +65,10 @@ outputs:
config_settings:
tripleo::skydive_analyzer::firewall_rules:
'150 skydive_analyzer':
dport: 8082
proto: tcp
dport:
- 8082
- 12379
- 12380
external_deploy_tasks:
- name: Skydive deployment
when: step == '5'