You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: containers/argo_utils/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Currently Understack is not including any sort of secret store, outside of what
19
19
- Credentials will be mounted from a Kubernetes Secret.
20
20
- How those credential Secrets are created is up to you.
21
21
22
-
`workflowtemplates/get-obm-creds.yaml` and the placeholder secret provided in `deps/` are strictly that, placeholder. They have been provided to allow the workflows to execute,
23
-
however they will likely fail until a proper get-obm-creds Workflow is created.
22
+
`workflowtemplates/get-bmc-creds.yaml` and the placeholder secret provided in `deps/` are strictly that, placeholder. They have been provided to allow the workflows to execute,
23
+
however they will likely fail until a proper get-bmc-creds Workflow is created.
Copy file name to clipboardExpand all lines: workflows/argo-events/docs/sync-nb-server-to-ironic.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ We initially wanted to listen on the `dcim.Device` record creation events, but
10
10
it is more efficient to listen for the updates on the `dcim.Interface` and
11
11
perform additional checks to see:
12
12
13
-
- if the updated Interface is an OBM interface
13
+
- if the updated Interface is an BMC interface
14
14
- if the updated Interface's device is a Server (currently we determine this by an interface name, since the Network devices don't have DRAC/iLo cards)
Copy file name to clipboardExpand all lines: workflows/argo-events/docs/sync-srv-redfish-intfs-to-nb.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Overview
2
2
3
-
The workflow templates in this folder are designed to create device interfaces in Nautobot based on Redfish information retrieved from devices using OBM credentials.
3
+
The workflow templates in this folder are designed to create device interfaces in Nautobot based on Redfish information retrieved from devices using BMC credentials.
4
4
5
-
The process begins when a sensor detects updates to Nautobot OBM interfaces, prompting the get-obm-creds action to fetch the necessary OBM credentials. This step is crucial as it serves as a prerequisite for the other workflows in this folder. You can find examples of such dependencies in the `deps` folder.
5
+
The process begins when a sensor detects updates to Nautobot BMC interfaces, prompting the get-bmc-creds action to fetch the necessary BMC credentials. This step is crucial as it serves as a prerequisite for the other workflows in this folder. You can find examples of such dependencies in the `deps` folder.
6
6
7
7
Following this, the sensor initiates the `sync-interfaces-to-nautobot` workflow. This workflow obtains Redfish information from a server and uses it to create new device interfaces in Nautobot.
8
8
9
9
It is also worth noting that embedded/integrated interfaces are omitted for the purposes of the Undercloud project.
10
10
11
-
## Servers/OBMs supported
11
+
## Servers/BMCs supported
12
12
The code utilizes the Sushy library to obtain Redfish information. However, to accommodate older versions of Redfish, several workarounds have been implemented within the code.
0 commit comments