Skip to content

Commit 4c1f5df

Browse files
refactor: Rename nova03gamma to nova04delta
nova03gamma name is taken by Compute team for another DT. Use the next available name. Co-authored-by: aider (gemini/gemini-2.5-pro) <[email protected]>
1 parent 4ea9e6b commit 4c1f5df

34 files changed

+21
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ The following VAs are available.
4545

4646
The following DTs are available.
4747

48-
- [Nova with GPU Passthrough (VFIO)](examples/dt/nova/nova03gamma/) [untested]
48+
- [Nova with GPU Passthrough (VFIO)](examples/dt/nova/nova04delta/) [untested]

automation/vars/nova03gamma.yaml renamed to automation/vars/nova04delta.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
vas:
3-
nova03gamma:
3+
nova04delta:
44
stages:
5-
- path: examples/dt/nova/nova03gamma/nncp
5+
- path: examples/dt/nova/nova04delta/nncp
66
wait_conditions:
77
- >-
88
oc -n openstack wait nncp
@@ -14,7 +14,7 @@ vas:
1414
src_file: values.yaml
1515
build_output: nncp.yaml
1616

17-
- path: examples/dt/nova/nova03gamma
17+
- path: examples/dt/nova/nova04delta
1818
wait_conditions:
1919
- >-
2020
oc -n openstack wait osctlplane controlplane --for condition=Ready
@@ -26,7 +26,7 @@ vas:
2626
src_file: service-values.yaml
2727
build_output: control-plane.yaml
2828

29-
- path: examples/dt/nova/nova03gamma/edpm/nodeset
29+
- path: examples/dt/nova/nova04delta/edpm/nodeset
3030
wait_conditions:
3131
- >-
3232
oc -n openstack wait
@@ -37,7 +37,7 @@ vas:
3737
src_file: values.yaml
3838
build_output: nodeset.yaml
3939

40-
- path: examples/dt/nova/nova03gamma/edpm/nodeset2
40+
- path: examples/dt/nova/nova04delta/edpm/nodeset2
4141
wait_conditions:
4242
- >-
4343
oc -n openstack wait
@@ -48,7 +48,7 @@ vas:
4848
src_file: values.yaml
4949
build_output: nodeset2.yaml
5050

51-
- path: examples/dt/nova/nova03gamma/edpm/deployment
51+
- path: examples/dt/nova/nova04delta/edpm/deployment
5252
wait_conditions:
5353
- >-
5454
oc -n openstack wait
@@ -59,7 +59,7 @@ vas:
5959
src_file: values.yaml
6060
build_output: deployment.yaml
6161

62-
- path: examples/dt/nova/nova03gamma/edpm-post-driver/deployment
62+
- path: examples/dt/nova/nova04delta/edpm-post-driver/deployment
6363
wait_conditions:
6464
- >-
6565
oc -n openstack wait
@@ -70,7 +70,7 @@ vas:
7070
src_file: values.yaml
7171
build_output: post-driver-deployment.yaml
7272

73-
- path: examples/dt/nova/nova03gamma/edpm-deploy-provider/nodeset
73+
- path: examples/dt/nova/nova04delta/edpm-deploy-provider/nodeset
7474
wait_conditions:
7575
- >-
7676
oc -n openstack wait
@@ -81,7 +81,7 @@ vas:
8181
src_file: values.yaml
8282
build_output: provider-nodeset.yaml
8383

84-
- path: examples/dt/nova/nova03gamma/edpm-deploy-provider/deployment
84+
- path: examples/dt/nova/nova04delta/edpm-deploy-provider/deployment
8585
wait_conditions:
8686
- >-
8787
oc -n openstack wait

0 commit comments

Comments
 (0)