File tree Expand file tree Collapse file tree 4 files changed +6
-258
lines changed
etc/kayobe/environments/stackhpc-sushy-baremetal/ansible Expand file tree Collapse file tree 4 files changed +6
-258
lines changed Original file line number Diff line number Diff line change 77 KAYOBE_CONFIG_PATH : " {{ lookup('env', 'KAYOBE_CONFIG_PATH') }}"
88
99 tasks :
10- - name : Run Sushy Emulator playbook
10+ - name : Run Sushy 1 playbook
1111 ansible.builtin.shell : |
1212 source "$VIRTUAL_ENV/bin/activate"
13- kayobe playbook run "$KAYOBE_CONFIG_PATH/environments/stackhpc-sushy-baremetal/ansible/sushy-emulator .yml"
13+ kayobe playbook run "$KAYOBE_CONFIG_PATH/environments/stackhpc-sushy-baremetal/ansible/sushy-1 .yml"
1414 args :
1515 executable : /bin/bash
1616
17- - name : Run Generate Mac Addresses playbook
17+ - name : Run Create Virtual Baremetal playbook
1818 ansible.builtin.shell : |
1919 source "$VIRTUAL_ENV/bin/activate"
20- kayobe playbook run "$KAYOBE_CONFIG_PATH/environments/stackhpc-sushy-baremetal/ansible/generate-mac-addresses .yml"
20+ kayobe playbook run "$KAYOBE_CONFIG_PATH/environments/stackhpc-sushy-baremetal/ansible/create-virtual-baremetal .yml"
2121 args :
2222 executable : /bin/bash
2323
24- - name : Run Create Virtual Baremetal playbook
24+ - name : Run Sushy 2 playbook
2525 ansible.builtin.shell : |
2626 source "$VIRTUAL_ENV/bin/activate"
27- kayobe playbook run "$KAYOBE_CONFIG_PATH/environments/stackhpc-sushy-baremetal/ansible/create-virtual-baremetal .yml"
27+ kayobe playbook run "$KAYOBE_CONFIG_PATH/environments/stackhpc-sushy-baremetal/ansible/sushy-2 .yml"
2828 args :
2929 executable : /bin/bash
Original file line number Diff line number Diff line change 3838 libvirt_vms :
3939 - state : present
4040 name : " {{ inventory_hostname }}"
41- # uuid: "{{ uuid }}"
4241 memory_mb : ' 4660'
4342 vcpus : ' 2'
4443 cpu_mode : ' host-model'
45- # xml_file: "{{ sushy_directory }}/vbmc-node.xml.j2"
4644 volumes :
4745 - name : ' {{ inventory_hostname }}.qcow2'
4846 device : ' disk'
4947 format : ' qcow2'
5048 capacity : ' 20GB'
5149 pool : ' default'
52- # file_path: '/var/lib/libvirt/images/{{ inventory_hostname }}.qcow2'
53- # type: 'file'
5450 interfaces :
5551 - network : ' default'
5652 source :
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments