bifrost/roles/ironic-install
Julia Kreger 21dd36b834 Change Ironic patch for ipmi retry operations
Changed out the patch that Bifrost retreives for installation as the
patch that was present landed in Ironic today.  The new patch is to
address ipmi retries on busy BMCs where multiple nodes share the same
BMC address.
2015-03-26 16:21:43 -04:00
..
defaults Enabling Cleaning mode by default 2015-03-24 13:19:47 -04:00
files Blind stab at breaking things into more roles 2015-03-12 17:07:46 -04:00
meta Cleanup and changes required for role updates 2015-03-13 16:01:31 -04:00
tasks Change Ironic patch for ipmi retry operations 2015-03-26 16:21:43 -04:00
templates Enabling Cleaning mode by default 2015-03-24 13:19:47 -04:00
README.md Initial ironic-install README.md file 2015-03-13 11:58:49 -04:00

README.md

Role Name

This role installs a standalone ironic deployment with all required substrate in order for it to be utilized, including MySQL, RabbitMQ, dnsmasq, nginx.

Requirements

This role requires Ansible 1.9 and ansible-modules-extra.

Role Variables

TBD A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.

Dependencies

TBD A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: username.rolename, x: 42 }

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 orimplied. See the License for the specific language governing permissions and limitations under the License.

Author Information