Class: Ansible::Ruby::Modules::Os_ironic
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_ironic
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb
Overview
Create or Remove Ironic nodes from OpenStack.
Instance Method Summary collapse
-
#availability_zone ⇒ Object?
Ignored.
-
#chassis_uuid ⇒ String?
Associate the node with a pre-defined chassis.
-
#driver ⇒ String
The name of the Ironic Driver to use with this node.
-
#driver_info ⇒ Hash?
Information for this server’s driver.
-
#ironic_url ⇒ Object?
If noauth mode is utilized, this is required to be set to the endpoint URL for the Ironic API.
-
#name ⇒ Object?
Unique name identifier to be given to the resource.
-
#nics ⇒ Array<Hash>, Hash
A list of network interface cards, eg, “ - mac: aa:bb:cc:aa:bb:cc”.
-
#properties ⇒ Hash?
Definition of the physical characteristics of this server, used for scheduling purposes.
-
#skip_update_of_driver_password ⇒ :yes, ...
Allows the code that would assert changes to nodes to skip the update if the change is a single line consisting of the password field.
-
#state ⇒ :present, ...
Indicates desired state of the resource.
-
#uuid ⇒ String?
Globally unique identifier (UUID) to be given to the resource.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#availability_zone ⇒ Object?
50 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 50 attribute :availability_zone |
#chassis_uuid ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 27 attribute :chassis_uuid |
#driver ⇒ String
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 23 attribute :driver |
#driver_info ⇒ Hash?
34 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 34 attribute :driver_info |
#ironic_url ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 31 attribute :ironic_url |
#name ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 20 attribute :name |
#nics ⇒ Array<Hash>, Hash
38 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 38 attribute :nics |
#properties ⇒ Hash?
42 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 42 attribute :properties |
#skip_update_of_driver_password ⇒ :yes, ...
46 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 46 attribute :skip_update_of_driver_password |
#state ⇒ :present, ...
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 12 attribute :state |
#uuid ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_ironic.rb', line 16 attribute :uuid |