dc3e7f0966
As we use enable_plugin for ironic, there's no need to enalbe ironic related services again. Change-Id: Iaf7e37b0a3c1d2c7883dddb44c31ee40f07e5b03
26 lines
689 B
Plaintext
26 lines
689 B
Plaintext
[[local|localrc]]
|
|
disable_service n-net n-novnc
|
|
enable_service neutron q-svc q-agt q-dhcp q-l3 q-meta
|
|
enable_service s-proxy s-object s-container s-account
|
|
disable_service heat h-api h-api-cfn h-api-cw h-eng
|
|
disable_service cinder c-sch c-api c-vol
|
|
|
|
enable_plugin ironic https://github.com/openstack/ironic
|
|
enable_plugin ironic-inspector https://github.com/openstack/ironic-inspector
|
|
|
|
IRONIC_BAREMETAL_BASIC_OPS=True
|
|
IRONIC_VM_COUNT=2
|
|
IRONIC_VM_SPECS_RAM=1024
|
|
|
|
IRONIC_BUILD_DEPLOY_RAMDISK=False
|
|
IRONIC_INSPECTOR_BUILD_RAMDISK=False
|
|
|
|
VIRT_DRIVER=ironic
|
|
|
|
LOGDAYS=1
|
|
LOGFILE=~/logs/stack.sh.log
|
|
SCREEN_LOGDIR=~/logs/screen
|
|
|
|
DEFAULT_INSTANCE_TYPE=baremetal
|
|
TEMPEST_ALLOW_TENANT_ISOLATION=False
|