Skip to content

Commit

Permalink
Update RHEL version for GCE (#15576)
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 authored Jul 5, 2024
1 parent b8ca3ee commit 176b8c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,12 @@
)
_zones_combo = {**_bcds, **_abcfs, **_abcs}
VALID_GCE_ZONES = [f'{loc}-{zone}' for loc, zones in _zones_combo.items() for zone in zones]
LATEST_RHEL7_GCE_IMG_UUID = '7726764279310511390'

GCE_MACHINE_TYPE_DEFAULT = 'f1-micro'
GCE_NETWORK_DEFAULT = 'default'
GCE_EXTERNAL_IP_DEFAULT = True
GCE_RHEL_CLOUD_PROJECTS = ['rhel-cloud', 'rhel-sap-cloud']
GCE_TARGET_RHEL_IMAGE_NAME = 'rhel-7'
GCE_TARGET_RHEL_IMAGE_NAME = 'rhel-9'

# AzureRM specific constants
AZURERM_VALID_REGIONS = [
Expand Down

0 comments on commit 176b8c8

Please sign in to comment.