Skip to content

Commit

Permalink
Update Windows image version and hostname comment in cl_dc_srv_basic.…
Browse files Browse the repository at this point in the history
…yaml
  • Loading branch information
erikhje committed Feb 11, 2026
1 parent 9317473 commit 333443c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cl_dc_srv_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resources:
type: OS::Nova::Server
properties:
name: mgr
image: 'Windows 11 22H2 Enterprise [Evaluation]'
image: 'Windows 11 24H2 Enterprise [Evaluation]'
flavor: gx1.2c4r
key_name: { get_param: key_name }
networks:
Expand All @@ -75,7 +75,7 @@ resources:
user_data: |
#ps1_sysnative
#
# Windows 10 doesn't set hostname correctly
# Windows 11 doesn't set hostname correctly
#
$name = (New-Object System.Net.WebClient).DownloadString("http://169.254.169.254/latest/meta-data/hostname")
$shortname = $name.split('.',2)[0]
Expand Down Expand Up @@ -103,7 +103,7 @@ resources:
type: OS::Nova::Server
properties:
name: cl1
image: 'Windows 11 22H2 Enterprise [Evaluation]'
image: 'Windows 11 24H2 Enterprise [Evaluation]'
flavor: gx1.2c4r
key_name: { get_param: key_name }
networks:
Expand All @@ -112,7 +112,7 @@ resources:
user_data: |
#ps1_sysnative
#
# Windows 10 doesn't set hostname correctly
# Windows 11 doesn't set hostname correctly
#
$name = (New-Object System.Net.WebClient).DownloadString("http://169.254.169.254/latest/meta-data/hostname")
$shortname = $name.split('.',2)[0]
Expand Down

0 comments on commit 333443c

Please sign in to comment.