Skip to content

Commit a7df156

Browse files
claudia-lolarocky Cloud User
authored andcommitted
config edits
1 parent ea55fc3 commit a7df156

File tree

7 files changed

+8
-81
lines changed

7 files changed

+8
-81
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22

3-
stackhpc_enable_cis_benchmark_hardening_hook: false
3+
stackhpc_enable_cis_benchmark_hardening_hook: true

etc/kayobe/environments/stackhpc-baremetal/ansible/baremetal-4-clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
- name: Check BMC is up
3737
ansible.builtin.uri:
38-
url: "https://{{ ironic_driver_info['redfish_address'] }}"
38+
url: "{{ ironic_driver_info['redfish_address'] + '/redfish/v1' }}"
3939
method: GET
4040
status_code: 200
4141
validate_certs: false
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22

3-
kolla_enable_ironic: true
3+
kolla_enable_ironic: true
4+
kolla_enable_ironic_dnsmasq: false
5+
kolla_enable_ironic_inspector: false

etc/kayobe/environments/stackhpc-baremetal/kolla/config/ironic/ironic.conf renamed to etc/kayobe/environments/stackhpc-baremetal/kolla/config/ironic.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% raw %}
2-
{% set internal_net_ip = (internal_net_ips).get(inventory_hostname) %}
2+
{% set internal_net_ip = (aio_ips).get(inventory_hostname) %}
33

44
[DEFAULT]
55
# avoid checksum issues, do convert on deploy node

etc/kayobe/environments/stackhpc-baremetal/kolla/ironic/ironic.conf

Lines changed: 0 additions & 74 deletions
This file was deleted.

etc/kayobe/environments/stackhpc-sushy-baremetal/stackhpc.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

etc/kayobe/kolla.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,8 @@ kolla_overcloud_inventory_pass_through_host_vars_extra:
539539
- gpu_group_map
540540
- stackhpc_radosgw_usage_exporter_frontend_port
541541
- stackhpc_radosgw_usage_exporter_backend_port
542+
- internal_net_name
543+
- "{{ internal_net_name }}_ips"
542544

543545
# List of names of host variables to pass through from kayobe hosts to
544546
# kolla-ansible hosts, if set. See also

0 commit comments

Comments
 (0)