Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
12d8ba05
Commit
12d8ba05
authored
6 years ago
by
Zuul
Committed by
Gerrit Code Review
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Stop enabling the ironic's pxe_ipmitool driver"
parents
88d69fa0
b698435c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/ironic/templates/ironic.conf.j2
+0
-2
0 additions, 2 deletions
ansible/roles/ironic/templates/ironic.conf.j2
doc/source/reference/bifrost.rst
+3
-3
3 additions, 3 deletions
doc/source/reference/bifrost.rst
with
3 additions
and
5 deletions
ansible/roles/ironic/templates/ironic.conf.j2
+
0
−
2
View file @
12d8ba05
...
...
@@ -13,8 +13,6 @@ debug = {{ ironic_logging_debug }}
log_dir = /var/log/kolla/ironic
enabled_drivers = pxe_ipmitool
transport_url = {{ rpc_transport_url }}
[oslo_messaging_notifications]
...
...
This diff is collapsed.
Click to expand it.
doc/source/reference/bifrost.rst
+
3
−
3
View file @
12d8ba05
...
...
@@ -237,7 +237,7 @@ used to populate Ironic. See the `bifrost dynamic inventory examples
further details.
For example, the following inventory defines a single node managed via the
Ironic ``
agent_ipmitool
`` driver. The inventory contains credentials required
Ironic ``
ipmi
`` driver. The inventory contains credentials required
to access the node's BMC via IPMI, the MAC addresses of the node's NICs, an IP
address to configure the node's configdrive with, a set of scheduling
properties and a logical name.
...
...
@@ -257,7 +257,7 @@ properties and a logical name.
mac: "1c:c1:de:1c:aa:53"
-
mac: "1c:c1:de:1c:aa:52"
driver: "
agent_ipmitool
"
driver: "
ipmi
"
ipv4_address: "192.168.1.10"
properties:
cpu_arch: "x86_64"
...
...
@@ -281,7 +281,7 @@ For details on bifrost's variables see the bifrost documentation. For example:
mysql_service_name: mysql
ansible_python_interpreter: /var/lib/kolla/venv/bin/python
enabled_
drivers: agent_ipmitool,agent_ipminative
enabled_
hardware_types: ipmi
# uncomment below if needed
# dhcp_pool_start: 192.168.2.200
# dhcp_pool_end: 192.168.2.250
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment