Skip to content

Commit 7285cb6

Browse files
committed
nova05: add automation mocks for CI
Signed-off-by: Bohdan Dobrelia <bdobreli@redhat.com>
1 parent f411fa6 commit 7285cb6

3 files changed

Lines changed: 522 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
compute-0:
9+
connection: idrac-virtualmedia://foo.example.com/redfish/v1/Systems/System.Embedded.1
10+
boot_mode: UEFI
11+
status: running
12+
nics:
13+
- mac: "aa:bb:cc:dd:ee:ff"
14+
network: provision
15+
root_device_hint: /dev/disk/by-path/pci-0000:65:00.0-scsi-0:1:234:5
16+
root_device_hint_field: deviceName
17+
credentials_file: "/home/zuul/idrac_access.yaml"
18+
nmstate:
19+
interfaces:
20+
- name: nic1
21+
type: ethernet
22+
state: up
23+
ipv4:
24+
enabled: true
25+
dhcp: true
26+
- name: nic2
27+
type: ethernet
28+
state: up
29+
ipv4:
30+
enabled: true
31+
address:
32+
- ip: 10.0.0.10
33+
prefix-length: 24
34+
dns-resolver:
35+
config:
36+
server:
37+
- 10.0.0.1
38+
routes:
39+
config:
40+
- destination: 0.0.0.0/0
41+
next-hop-address: 10.0.0.1
42+
next-hop-interface: nic1

0 commit comments

Comments
 (0)