Skip to content

Instantly share code, notes, and snippets.

@mrda
Created September 8, 2015 22:21
Show Gist options
  • Save mrda/3ed18bc0752b8937efae to your computer and use it in GitHub Desktop.
Save mrda/3ed18bc0752b8937efae to your computer and use it in GitHub Desktop.
Ironic Config for AMT standalone testing
216c216
< #auth_strategy=keystone
---
> auth_strategy=noauth
236c236,237
< #enabled_drivers=pxe_ipmitool
---
> #enabled_drivers=fake_ipmitool
> enabled_drivers=pxe_amt
324c325
< #host=ironic
---
> host=test-host
474a476,477
> api_url=192.168.1.13:6385/
>
486c489
< #sync_power_state_interval=60
---
> sync_power_state_interval=-1
615c618
< #connection=<None>
---
> connection=mysql://root:pass@localhost/ironic
746a750
> dhcp_provider=none
877c881
< #auth_strategy=keystone
---
> auth_strategy=noauth
1239c1243
< #host=127.0.0.1
---
> host=test-host
1281c1285
< #auth_strategy=keystone
---
> auth_strategy=noauth
1559c1563
< #pxe_append_params=nofb nomodeset vga=normal
---
> pxe_append_params=nofb nomodeset vga=normal console=tty0 console=ttyS0,115200n8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment