Comment 1 for bug 1869421

Revision history for this message
Lars Kellogg-Stedman (larsks) wrote :

This was our standalone_parameters.yaml file:

parameter_defaults:
  NeutronMechanismDrivers: [openvswitch, baremetal]
  IronicEnabledHardwareTypes:
  - ipmi
  IronicEnabledPowerInterfaces:
  - ipmitool
  IronicEnabledManagementInterfaces:
  - ipmitool
  IronicCleaningDiskErase: 'metadata'
  IronicInspectorSubnets:
  - ip_range: 192.168.24.200,192.168.24.250
  IronicInspectorInterface: 'br-ctlplane'
  CloudName: 192.168.24.14
  CloudName:
  ControlPlaneStaticRoutes: []
  Debug: true
  ConfigDebug: true
  DeploymentUser: stack
  DnsServers:
    - 1.1.1.1
    - 8.8.8.8
  DockerInsecureRegistryAddress:
    - :8787
  NeutronPublicInterface: eth1
  NeutronDnsDomain: localdomain
  NeutronBridgeMappings: datacentre:br-ctlplane
  NeutronPhysicalBridge: br-ctlplane
  StandaloneEnableRoutedNetworks: false
  StandaloneHomeDir: /home/stack
  InterfaceLocalMtu: 1500
  # Needed if running in a VM, not needed if on baremetal
  NovaComputeLibvirtType: qemu

And this was the deploy command:

sudo openstack tripleo deploy --templates --local-ip=192.168.24.14/24 \
        -e /usr/share/openstack-tripleo-heat-templates/environments/standalone/standalone-tripleo.yaml \
        -e /usr/share/openstack-tripleo-heat-templates/environments/services/ironic.yaml \
        -e /usr/share/openstack-tripleo-heat-templates/environments/services/ironic-inspector.yaml \
        -e /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-ovs.yaml \
        -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible-external.yaml \
        -e $HOME/templates/ceph-config.yaml \
        -e $HOME/containers-prepare-parameters.yaml \
        -e $HOME/standalone_parameters.yaml \
        -r /usr/share/openstack-tripleo-heat-templates/roles/Standalone.yaml \
        --output-dir $HOME \
        --standalone