openstack-chef/environments/multinode.json
Lance Albertson 1fe9d31295 Update tests for using newer mariadb cookbook
This updates the integration tests for the ops-database cookbook so that
it works properly with the new mariadb cookbook. In addition:

- Enable auto_correct for forwarded_port so we can run more than one
  instance at a time with test-kitchen
- Remove mariadb attributes that are no longer needed
- Temporarily disable voting on centos/ubuntu gates since this will
  require a patch from ops-database and we cannot create a circular
  dependency

Depends-On: https://review.opendev.org/710348
Change-Id: I215a777d255b4b5f9a3481f782a2b7b89f9c3a07
2020-02-27 19:05:50 -08:00

196 lines
4.2 KiB
JSON

{
"name": "multinode",
"default_attributes": {
"apache": {
"listen": [
]
}
},
"override_attributes": {
"openstack": {
"is_release": true,
"apt": {
"update_apt_cache": true
},
"telemetry": {
"conf": {
"DEFAULT": {
"meter_dispatchers": "database"
}
}
},
"integration-test": {
"conf": {
"service_available": {
"ceilometer": false,
"heat": false,
"horizon": false
}
}
},
"endpoints": {
"db": {
"host": "192.168.101.60"
},
"mq": {
"host": "192.168.101.60"
},
"internal": {
"bare_metal": {
"host": "192.168.101.60"
},
"identity": {
"host": "192.168.101.60"
},
"network": {
"host": "192.168.101.60"
},
"image_api": {
"host": "192.168.101.60"
},
"block-storage": {
"host": "192.168.101.60"
},
"compute-api": {
"host": "192.168.101.60"
},
"compute-metadata-api": {
"host": "192.168.101.60"
},
"compute-novnc": {
"host": "192.168.101.60"
},
"orchestration-api": {
"host": "192.168.101.60"
},
"orchestration-api-cfn": {
"host": "192.168.101.60"
},
"placement-api": {
"host": "192.168.101.60"
}
},
"public": {
"bare_metal": {
"host": "192.168.101.60"
},
"identity": {
"host": "192.168.101.60"
},
"network": {
"host": "192.168.101.60"
},
"image_api": {
"host": "192.168.101.60"
},
"block-storage": {
"host": "192.168.101.60"
},
"compute-api": {
"host": "192.168.101.60"
},
"compute-metadata-api": {
"host": "192.168.101.60"
},
"compute-novnc": {
"host": "192.168.101.60"
},
"orchestration-api": {
"host": "192.168.101.60"
},
"orchestration-api-cfn": {
"host": "192.168.101.60"
},
"placement-api": {
"host": "192.168.101.60"
}
}
},
"bind_service": {
"db": {
"host": "192.168.101.60"
},
"mq": {
"host": "192.168.101.60"
},
"public": {
"identity": {
"host": "0.0.0.0"
}
},
"internal": {
"identity": {
"host": "0.0.0.0"
}
},
"all": {
"bare_metal": {
"host": "0.0.0.0"
},
"network": {
"host": "0.0.0.0"
},
"image_api": {
"host": "0.0.0.0"
},
"block-storage": {
"host": "0.0.0.0"
},
"compute-api": {
"host": "0.0.0.0"
},
"compute-metadata-api": {
"host": "0.0.0.0"
},
"compute-novnc": {
"host": "0.0.0.0"
},
"orchestration-api": {
"host": "0.0.0.0"
},
"orchestration-api-cfn": {
"host": "0.0.0.0"
},
"placement-api": {
"host": "0.0.0.0"
}
}
},
"dashboard": {
"server_hostname": "controller.example.net"
},
"memcached_servers": [
"192.168.101.60:11211"
],
"mq": {
"user": "admin"
},
"network": {
"conf": {
"DEFAULT": {
"service_plugins": "router"
},
"transport_url": {
"rabbit_host": "192.168.101.60"
}
}
},
"image": {
"image_upload": true
},
"compute": {
"conf": {
"libvirt": {
"cpu_type": "none",
"virt_type": "qemu"
},
"transport_url": {
"rabbit_host": "192.168.101.60"
}
}
}
}
}
}