Skip to content

Commit 6f7e510

Browse files
Add baremetal config
1 parent 4725d97 commit 6f7e510

File tree

6 files changed

+37
-12
lines changed

6 files changed

+37
-12
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
3+
ironic_driver: redfish
4+
5+
ironic_driver_info:
6+
redfish_system_id: "{{ ironic_redfish_system_id }}"
7+
redfish_address: "{{ ironic_redfish_address }}"
8+
redfish_username: "{{ ironic_redfish_username }}"
9+
redfish_password: "{{ ironic_redfish_password }}"
10+
redfish_verify_ca: "{{ ironic_redfish_verify_ca }}"
11+
12+
ironic_redfish_verify_ca: false
13+
ironic_redfish_address: "{{ redfish_address | default('') }}"
14+
ironic_redfish_system_id:
15+
ironic_redfish_username: "{{ secrets_redfish_baremetal_username | default('') }}"
16+
ironic_redfish_password: "{{ secrets_redfish_baremetal_password | default('') }}"
17+
ironic_resource_class: "example_resource_class"
18+
ironic_capabilities: "boot_option:local,boot_mode:uefi"
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[baremetal-overcloud]
22

3-
[baremetal:children]
3+
[baremetal-redfish:children]
44
baremetal-compute
55
baremetal-overcloud
6+
7+
[baremetal:children]
8+
baremetal-redfish
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
3+
sushy_directory: "{{ kayobe_env_config_path }}/ansible"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
3+
bikolla_enable_secureboot: false
4+
5+
ironic_redfish_system_id: "{{ inventory_hostname | to_uuid }}"
6+
7+
redifsh_address: "http://192.168.33.3:34343"

etc/kayobe/environments/stackhpc-sushy-baremetal/inventory/groups

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[sushy-libvirt]
2+
testvm0 baremetal_compute_network_address=192.168.33.159
3+
4+
[baremetal-compute:children]
5+
sushy-libvirt

0 commit comments

Comments
 (0)