bifrost/playbooks/roles/bifrost-prepare-for-test-dynamic
Erik Berg 815a0bf683
Fix schema[meta] linter warnings
Order platforms by name, and update to versions we test against in zuul

categories has probably been replaced with galaxy_tags in the schema[1]

Quote numbers, so they're interpreted as strings.

[1] https://galaxy.ansible.com/docs/contributing/creating_role.html#role-metadata

Change-Id: I2e7d0310a0be961bb9ac5b133676f235fb1f0f5c
2023-07-11 08:45:07 +02:00
..
defaults Cleanup test-bifrost.yaml 2020-09-17 12:42:58 +02:00
meta Fix schema[meta] linter warnings 2023-07-11 08:45:07 +02:00
tasks Fix yaml[octal-values] linter warnings 2023-03-12 23:20:14 +01:00
README.md Migrate playbooks to use 'become' 2015-10-15 07:32:05 -07:00

bifrost-prepare-for-test-dynamic

Removes and re-adds the nodes to the SSH known_hosts file when the variable ipv4_address is defined.

Requirements

Role Variables

ipv4_address: The host IPv4 address defined on each host to perform the action to.

node_ssh_pause: The amount of time, defaulted to 4 seconds, to pause before attempting to connect to the node. This is useful if the test image has a tendency to have networking restart after sshd has started.

wait_timeout: The number of seconds to wait for SSH connectivity to the test machine to be established before proceeding.

Dependencies

As this role is purely for testing, dependencies are not hard coded into the role. The role expects to be executed after bifrost-deploy-nodes-dynamic where a node ipv4_address is defined on the host level.

Example Playbook

  • hosts: baremetal connection: local name: "Adds and removes a .ssh/known_hosts entry" become: no gather_facts: no roles:
    • role: bifrost-prepare-for-test-dynamic

License

Copyright (c) 2015 Hewlett-Packard Development Company, L.P.

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