Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DT - BMO deploy with preprovisioningNetworkData #413

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ci/automation-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ _hook:
inventory: str(required=False)
extra_vars: map(required=False)
definition: map(required=False)
api_version: str(required=False)
namespace: str(required=False)
resource_name: str(required=False)
state: str(required=False)
kind: str(required=False)
Expand Down
43 changes: 43 additions & 0 deletions automation/mocks/bmo01.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
cifmw_install_ca_url: http://example.com/example.pem
cifmw_repo_setup_rhos_release_rpm: http://example.com/rhos-release.rpm
cifmw_repo_setup_rhos_release_args: example-args
cifmw_ci_gen_kustomize_values_remove_keys_expressions:
- ^node(_[0-9]+)?$
cifmw_baremetal_hosts:
leaf0-0:
boot_mode: legacy
connection: redfish-virtualmedia+http://sushy.utility:8000/redfish/v1/Systems/3e8d850a-fed0-436e-a353-61328877c947
nics:
- mac: 52:54:04:58:1e:2a
network: trunk1
password: password
username: admin
uuid: 3e8d850a-fed0-436e-a353-61328877c947
leaf0-1:
boot_mode: legacy
connection: redfish-virtualmedia+http://sushy.utility:8000/redfish/v1/Systems/a208f619-46cb-4e72-815d-e8d3cf88b9ce
nics:
- mac: 52:54:05:17:94:6b
network: trunk1
password: password
username: admin
uuid: a208f619-46cb-4e72-815d-e8d3cf88b9ce
leaf1-0:
boot_mode: legacy
connection: redfish-virtualmedia+http://sushy.utility:8000/redfish/v1/Systems/a0c6bd33-9d30-440b-8d70-9784f6ff7378
nics:
- mac: 52:54:06:39:e4:4b
network: trunk2
password: password
username: admin
uuid: a0c6bd33-9d30-440b-8d70-9784f6ff7378
leaf1-1:
boot_mode: legacy
connection: redfish-virtualmedia+http://sushy.utility:8000/redfish/v1/Systems/0beaadd5-75bb-430a-b566-49e4f68208d5
nics:
- mac: 52:54:07:16:d9:8e
network: trunk2
password: password
username: admin
uuid: 0beaadd5-75bb-430a-b566-49e4f68208d5
Loading