bifrost/playbooks/roles/bifrost-test-inspection
Mark Goddard 507228a228 Support storage of introspection data in Nginx
As an operator I want to be able to persist raw and processed
introspection data so that I am able to view it at a later date.

As an operator I want to be able to persist raw and processed
introspection data so that I am able to reprocess the data after the
initial inspection process has completed.

In the absence of swift, we can use the bifrost nginx web server -
masquerading as an object store - to store raw and processed
introspection data for nodes.

This allows introspection data to be retrieved and reprocessed after the
initial inspection has completed. This can be useful when the processing
pipeline or introspection rules are changed.

Change-Id: Ia2bd16080594e854054f380d4f7670eaea98e82b
Closes-Bug: #1685879
2018-02-27 14:56:43 +00:00
..
defaults Support storage of introspection data in Nginx 2018-02-27 14:56:43 +00:00
handlers Support storage of introspection data in Nginx 2018-02-27 14:56:43 +00:00
meta Support storage of introspection data in Nginx 2018-02-27 14:56:43 +00:00
tasks Support storage of introspection data in Nginx 2018-02-27 14:56:43 +00:00
vars Support storage of introspection data in Nginx 2018-02-27 14:56:43 +00:00
README.md Support storage of introspection data in Nginx 2018-02-27 14:56:43 +00:00

bifrost-test-inspection

Tests nodes that have been inspected by ironic inspector.

Requirements

None at this time. See Dependencies.

Role Variables

None at this time. See Dependencies.

Dependencies

This role is intended to be executed as part of bifrost, after the ironic-inspect-node role, as part of the test sequence.

Example Playbook

hosts: baremetal
name: "Tests inspection of baremetal nodes"
connection: local
become: no
gather_facts: no
roles:
  - role: bifrost-test-inspection

License

Copyright (c) 2018 StackHPC Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Author Information

Ironic Developers