blob: 338dd4bac57a4be5bdef49c5407fc96a55967d43 [file] [log] [blame]
Scott Bakerf93a06c2016-07-11 17:04:49 -07001---
2
3- name: make nodes.yaml
4 shell: export SETUPDIR={{ setup_dir }}; bash {{ config_dir }}/../common/make-nodes-yaml.sh
5
6- name: make images.yaml
7 shell: export SETUPDIR={{ setup_dir }}; bash {{ config_dir }}/../common/make-images-yaml.sh
8
9- name: make vtn-external.yaml
10 shell: export SETUPDIR={{ setup_dir }}; bash {{ config_dir }}/scripts/make-vtn-external-yaml.sh
11
Scott Baker5c08c282016-07-19 17:42:54 -070012- name: copy network-cfg-quickstart.json from fabric service repo
13 copy: src="{{ xos_services_dir }}/fabric/config/network-cfg-quickstart.json" dest="{{ setup_dir }}"
14
Scott Bakerf93a06c2016-07-11 17:04:49 -070015- name: make fabric.yaml
16 shell: export SETUPDIR={{ setup_dir }}; bash {{ config_dir }}/scripts/make-fabric-yaml.sh