blob: c592bf71cd54303a97f8d13d7ba69332ecc2f610 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# compute-node-config/tasks/main.yml
3#
4# Build TOSCA to tell XOS that a new OpenStack compute node has been added
5
6- name: Create OpenStack compute node TOSCA
7 template:
8 src: "{{ item }}.j2"
Zack Williamsc989f262017-05-11 13:02:59 -07009 dest: "{{ head_cord_profile_dir }}/{{ item }}"
Zack Williamsa2763112017-01-03 11:38:38 -070010 owner: "{{ ansible_user_id }}"
11 mode: 0644
12 with_items:
13 - openstack-compute.yaml
14 - openstack-compute-vtn.yaml
15