Skip to content

Commit

Permalink
Merge pull request apache#452 from iurygregory/fix_ironic
Browse files Browse the repository at this point in the history
Fix local.conf for Ironic
  • Loading branch information
mrhillsman authored Mar 4, 2019
2 parents 6071d00 + cfa15cb commit aa22b90
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions roles/create-devstack-local-conf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@
set -x
cat << EOF >> /tmp/dg-local.conf
enable_plugin ironic https://git.openstack.org/openstack/ironic
DEFAULT_INSTANCE_TYPE: baremetal
OVERRIDE_PUBLIC_BRIDGE_MTU: 1400
DEFAULT_INSTANCE_TYPE=baremetal
OVERRIDE_PUBLIC_BRIDGE_MTU=1400
VIRT_DRIVER=ironic
BUILD_TIMEOUT=720
IRONIC_BAREMETAL_BASIC_OPS=True
Expand All @@ -291,11 +291,9 @@
IRONIC_VM_LOG_DIR=/opt/stack/new/ironic-bm-logs
IRONIC_VM_SPECS_RAM=384
IRONIC_DEFAULT_DEPLOY_INTERFACE=direct
IRONIC_ENABLED_DEPLOY_INTERFACES=iscsi,direct,ansible
IRONIC_ENABLED_DEPLOY_INTERFACES=iscsi,direct
SWIFT_ENABLE_TEMPURLS=True
SWIFT_TEMPURL_KEY=secretkey
Q_AGENT=openvswitch
Q_ML2_TENANT_NETWORK_TYPE=vxlan
EOF
executable: /bin/bash
when:
Expand Down

0 comments on commit aa22b90

Please sign in to comment.