
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
24 lines
594 B
YAML
Executable File
24 lines
594 B
YAML
Executable File
---
|
|
auth: {
|
|
auth_url: "https://iam.eu-de.otc.t-systems.com/v3",
|
|
username: "14610052 OTC00000000001000000447",
|
|
password: "{{ password }}",
|
|
domain_name: "eu-de",
|
|
project_name: "eu-de"
|
|
}
|
|
|
|
app_env: {
|
|
target_os: "ubuntu",
|
|
image_name: "Community_Ubuntu_14.04_TSI_20161004_0",
|
|
region_name: "",
|
|
availability_zone: "eu-de-01",
|
|
validate_certs: False,
|
|
private_net_name: "a45173e7-3c00-485f-b297-3bd73bd6d80b",
|
|
flavor_name: "computev1-1",
|
|
public_key_file: "/home/ubuntu/.ssh/id_rsa.pub",
|
|
ssh_user: "ubuntu",
|
|
stack_size: 4,
|
|
volume_size: 2,
|
|
block_device_name: "/dev/xvdb"
|
|
}
|