Skip to content

Commit c04a4be

Browse files
authored
Merge branch 'main' into uni04delta-ipv6-octavia
2 parents 69fa70c + 40fc78c commit c04a4be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4730
-3
lines changed

.ci/automation-schema.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ _hook:
1919
inventory: str(required=False)
2020
extra_vars: map(required=False)
2121
definition: map(required=False)
22+
api_version: str(required=False)
23+
namespace: str(required=False)
2224
resource_name: str(required=False)
2325
state: str(required=False)
2426
kind: str(required=False)

automation/mocks/bmo01.yaml

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
cifmw_install_ca_url: http://example.com/example.pem
3+
cifmw_repo_setup_rhos_release_rpm: http://example.com/rhos-release.rpm
4+
cifmw_repo_setup_rhos_release_args: example-args
5+
cifmw_ci_gen_kustomize_values_remove_keys_expressions:
6+
- ^node(_[0-9]+)?$
7+
cifmw_baremetal_hosts:
8+
leaf0-0:
9+
boot_mode: legacy
10+
connection: redfish-virtualmedia+http://sushy.utility:8000/redfish/v1/Systems/3e8d850a-fed0-436e-a353-61328877c947
11+
nics:
12+
- mac: 52:54:04:58:1e:2a
13+
network: trunk1
14+
password: password
15+
username: admin
16+
uuid: 3e8d850a-fed0-436e-a353-61328877c947
17+
leaf0-1:
18+
boot_mode: legacy
19+
connection: redfish-virtualmedia+http://sushy.utility:8000/redfish/v1/Systems/a208f619-46cb-4e72-815d-e8d3cf88b9ce
20+
nics:
21+
- mac: 52:54:05:17:94:6b
22+
network: trunk1
23+
password: password
24+
username: admin
25+
uuid: a208f619-46cb-4e72-815d-e8d3cf88b9ce
26+
leaf1-0:
27+
boot_mode: legacy
28+
connection: redfish-virtualmedia+http://sushy.utility:8000/redfish/v1/Systems/a0c6bd33-9d30-440b-8d70-9784f6ff7378
29+
nics:
30+
- mac: 52:54:06:39:e4:4b
31+
network: trunk2
32+
password: password
33+
username: admin
34+
uuid: a0c6bd33-9d30-440b-8d70-9784f6ff7378
35+
leaf1-1:
36+
boot_mode: legacy
37+
connection: redfish-virtualmedia+http://sushy.utility:8000/redfish/v1/Systems/0beaadd5-75bb-430a-b566-49e4f68208d5
38+
nics:
39+
- mac: 52:54:07:16:d9:8e
40+
network: trunk2
41+
password: password
42+
username: admin
43+
uuid: 0beaadd5-75bb-430a-b566-49e4f68208d5

0 commit comments

Comments
 (0)