Skip to content

Commit 57fe544

Browse files
Fix deploy playbook
1 parent c33bb9c commit 57fe544

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

etc/kayobe/ansible/deploy-baremetal-instance.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,9 @@
1717
delegate_to: localhost
1818

1919
- block:
20-
- name: Slurp network allocations
21-
ansible.builtin.slurp:
22-
path: "{{ network_allocation_path }}"
23-
register: net_alc
24-
2520
- name: Read network allocations
2621
ansible.builtin.set_fact:
27-
net_alc_yaml: "{{ net_alc['content'] | b64decode | from_yaml }}"
22+
net_alc_yaml: "{{ admin_oc_net_ips }}"
2823

2924
- name: Write node IP address to allocations
3025
ansible.builtin.set_fact:

releasenotes/notes/baremetal-hypervisors-fc1091bd507e809b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
features:
33
- |
44
Adds Ironic documentation to SKC and a playbook to provision
5-
instances on baremetal nodes.
5+
instances on baremetal nodes.

0 commit comments

Comments
 (0)