
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
27 lines
594 B
YAML
Executable File
27 lines
594 B
YAML
Executable File
---
|
|
horizon_url: "http://9.30.217.9"
|
|
|
|
auth: {
|
|
auth_url: "http://9.30.217.9:5000/v3",
|
|
username: "demo",
|
|
password: "{{ password }}",
|
|
domain_name: "default",
|
|
project_name: "demo"
|
|
}
|
|
|
|
app_env: {
|
|
target_os: "ubuntu",
|
|
image_name: "ubuntu-14.04",
|
|
region_name: "RegionOne",
|
|
availability_zone: "nova",
|
|
validate_certs: False,
|
|
ssh_user: "ubuntu",
|
|
private_net_name: "demonet",
|
|
flavor_name: "m1.large",
|
|
public_key_file: "/home/ubuntu/.ssh/id_rsa.pub",
|
|
stack_size: 4,
|
|
volume_size: 2,
|
|
block_device_name: "/dev/vdb",
|
|
wp_latest: "https://wordpress.org/wordpress-4.6.tar.gz"
|
|
}
|