Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Community Edition #659

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release-heat-rxt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
name: Create and Publish a Heat RXT Image
name: Create and Publish a Heat Image

on:
push:
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
file: Containerfiles/HeatRXT-Containerfile
push: true
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat-rxt:${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat-rxt:${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}-${{ env.MY_DATE }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat:${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat:${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}-${{ env.MY_DATE }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}
4 changes: 2 additions & 2 deletions .github/workflows/smoke-heat-rxt.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
name: Run build check for the Heat RXT image
name: Run build check for the Heat image

on:
pull_request:
Expand Down Expand Up @@ -36,6 +36,6 @@ jobs:
file: Containerfiles/HeatRXT-Containerfile
push: false
tags: |
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat-rxt:2024.1-ubuntu_jammy
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat:2024.1-ubuntu_jammy
build-args: |
VERSION=2024.1-ubuntu_jammy
3 changes: 2 additions & 1 deletion .original-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"ghcr.io/rackerlabs/genestack/keystone-rxt:2024.1-ubuntu_jammy-1735886895",
"docker.io/openstackhelm/barbican:2023.1-ubuntu_jammy",
"ghcr.io/rackerlabs/genestack/nova-efi:2024.1-ubuntu_jammy-1723129048",
"docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
"docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy",
"docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy"
]
4 changes: 2 additions & 2 deletions base-helm-configs/nova/nova-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1380,8 +1380,8 @@ conf:
instance_usage_audit: True
instance_usage_audit_period: hour
resume_guests_state_on_host_boot: True
instance_build_timeout: 600
block_device_allocate_retries: 120
instance_build_timeout: 900
block_device_allocate_retries: 180
block_device_allocate_retries_interval: 5
compute:
max_disk_devices_to_attach: 8
Expand Down
Loading