
1. mysql 5.6+ configuration 2. noting supporting ubuntu 16.xx 3. different platform code mixing 4. tags so that you can run selected tasks by role 5. uses openstack superuser theme and posts 6. haproxy used old configuration format Closes-Bug #1654240 Closes-Bug #1649949 Change-Id: Ibbde92ed4fc18f85d004d54f00d3547c3df8fcc4
25 lines
543 B
YAML
Executable File
25 lines
543 B
YAML
Executable File
---
|
|
horizon_url: "https://horizon.cloud.ovh.net/"
|
|
|
|
auth: {
|
|
auth_url: "https://auth.cloud.ovh.net/v2.0",
|
|
username: "5sAcQ8EqamKq",
|
|
password: "{{ password }}",
|
|
project_name: "6987064600428478"
|
|
}
|
|
|
|
app_env: {
|
|
target_os: "ubuntu",
|
|
ssh_user: "ubuntu",
|
|
region_name: "SBG1",
|
|
image_name: "Ubuntu 14.04",
|
|
private_net_name: "Ext-Net",
|
|
validate_certs: True,
|
|
availability_zone: "nova",
|
|
flavor_name: "eg-15-app",
|
|
public_key_file: "/home/ubuntu/.ssh/id_rsa.pub",
|
|
stack_size: 4,
|
|
volume_size: 4,
|
|
block_device_name: "/dev/vdb"
|
|
}
|