We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13d03b commit 83b9131Copy full SHA for 83b9131
workflows/openstack/sensors/sensor-ironic-oslo-event.yaml
@@ -116,3 +116,20 @@ spec:
116
secretKeyRef:
117
key: token
118
name: nautobot-token
119
+ - - name: ansible-storage-update
120
+ when: "\"{{steps.oslo-events.outputs.parameters.storage}}\" == wanted"
121
+ inline:
122
+ container:
123
+ image: ghcr.io/rss-engineering/undercloud-nautobot/ansible:latest
124
+ command: [ansible-playbook]
125
+ args:
126
+ - "storage_update_switches.yml"
127
+ - "-i"
128
+ - "inventory/uc-dev/01-nautobot.yaml"
129
+ - "-vvv"
130
+ env:
131
+ - name: NAUTOBOT_TOKEN
132
+ valueFrom:
133
+ secretKeyRef:
134
+ key: token
135
+ name: nautobot-token
0 commit comments