
Rename the cloud_archive task to uca/rdo tasks for ubuntu/centos Rename the worker_upstrart task to the worker Rework the OSTYPE env var to "when: ansible_os_family" TODO * PXE (PREPROVISIONED=false) to be working for centos as well * pygraphviz for centos7, see also https://bugs.launchpad.net/fuel/+bug/1510884 * fix ubuntu only compatible examples, for example riak cluster deploy Closes-bug: 1553988 Change-Id: Iab130c3c79b3db99deb14ea50572c073532f4694 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
9 lines
573 B
YAML
9 lines
573 B
YAML
---
|
|
|
|
# NOTE(bogdando) no Juno support for the Centos7! Openstack example may not be working!
|
|
# The CentOS 7 Kilo repository may be found at http://mirror.centos.org/centos/7/cloud/x86_64/
|
|
# The Juno CentOS 6 repository may be found at http://mirror.centos.org/centos/6/cloud/x86_64/
|
|
# you can yum install centos-release-openstack-kilo for Kilo and yum install centos-release-openstack-juno
|
|
- shell: rpm -ivh http://mirror.centos.org/centos/7/cloud/x86_64/openstack-kilo/centos-release-openstack-kilo-2.el7.noarch.rpm
|
|
- yum: name=centos-release-openstack-kilo state=present
|