Skip to content

Commit

Permalink
Merge pull request #763 from ciecierski/osp17-barbican-enabling
Browse files Browse the repository at this point in the history
Add Barbican to OSP17.1 scenarios tested for adoption
  • Loading branch information
jistr authored Jan 9, 2025
2 parents 7551ed4 + 5cccea0 commit a17744c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scenarios/hci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ stacks:
- "/usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml"
- "/usr/share/openstack-tripleo-heat-templates/environments/cephadm/cephadm.yaml"
- "/usr/share/openstack-tripleo-heat-templates/environments/cephadm/ceph-mds.yaml"
- "/usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml"
- "/usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml"
network_data_file: "hci/network_data.yaml.j2"
vips_data_file: "hci/vips_data.yaml"
roles_file: "hci/roles.yaml"
Expand Down
1 change: 1 addition & 0 deletions scenarios/hci/config_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ parameter_defaults:
ComputeExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::virt_type: qemu
BarbicanSimpleCryptoGlobalDefault: true
Debug: true
DockerPuppetDebug: true
ContainerCli: podman
Expand Down
2 changes: 2 additions & 0 deletions scenarios/uni01alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ stacks:
- "/usr/share/openstack-tripleo-heat-templates/environments/enable-legacy-telemetry.yaml"
- "/usr/share/openstack-tripleo-heat-templates/environments/services/ironic-overcloud.yaml"
- "/usr/share/openstack-tripleo-heat-templates/environments/services/ironic-inspector.yaml"
- "/usr/share/openstack-tripleo-heat-templates/environments/services/barbican.yaml"
- "/usr/share/openstack-tripleo-heat-templates/environments/barbican-backend-simple-crypto.yaml"
network_data_file: "uni01alpha/network_data.yaml.j2"
vips_data_file: "uni01alpha/vips_data.yaml"
roles_file: "uni01alpha/roles.yaml"
Expand Down
1 change: 1 addition & 0 deletions scenarios/uni01alpha/config_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ parameter_defaults:
ComputeExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::virt_type: qemu
BarbicanSimpleCryptoGlobalDefault: true
Debug: true
DockerPuppetDebug: true
ContainerCli: podman
Expand Down

0 comments on commit a17744c

Please sign in to comment.