aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/openstack-post/vars
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04Fix keepalived ping addresschigang1-45/+0
JIRA:- Replace OSA default address with ntp_server address. OSA will use it to check internet connection. Rename some roles that make users confused. Change-Id: I4dd7e242e427e5bc3a611450a3bc436e44a8fefe Signed-off-by: chigang <chigang@huawei.com>
2017-01-25Ansible Module substitute for Shell Commandsliyuenan1-0/+45
JIRA: COMPASS-520 After update ansible version to v3, keystone_user module only support v2 API. So we use Shell Commands now, but it will failed with high probability. Those Shell Commands should be instead by ansible modules to manage Identity users, projects or some other work like crate networks. Change-Id: I63d38b4a811a9c063ac4404da72787f594411b53 Signed-off-by: liyuenan <liyuenan@huawei.com>