This website requires JavaScript.
Explore
Get Started
openstack
/
kolla-ansible
Code
Issues
Proposed changes
f184f94360
Branches
Tags
View all branches
kolla-ansible
/
ansible
/
bifrost.yml
7 lines
103 B
YAML
Raw
Normal View
History
Unescape
Escape
add bifrost deploy ansible support - This change addes the ability to deploy and bootstrap bifrost. - This change introduces a deploy-bifrost command to kolla-ansible. Change-Id: I62afcf348661add900c98904e90a15a0eddffd4b Implements: blueprint bifrost-support
2016-08-01 19:11:50 +00:00
---
Give plays in the playbooks a name Change-Id: I44c2668a8ebb6dd3201a6eb4e47284871380e6d7
2016-11-30 16:23:36 +01:00
-
name
:
Apply role bifrost
Add an Ansible group for bifrost It is not currently possible to deploy Bifrost on a host other than the Ansible control host. A deployer may want to manage an Ansible control environment remotely from the Bifrost deployment host but is currently unable to. This change adds a new top level 'deployment' Ansible group and a 'bifrost' Ansible group containing the 'deployment' group. The Ansible play in ansible/bifrost.yml is now targeted at the hosts in the 'bifrost' group. For backwards compatibility, the all-in-one and multinode inventories add localhost to the deployment group. This allows a deployer to deploy Bifrost on a remote host by modifying the hosts in the deployment or bifrost groups. Change-Id: I76808feab5dd67dff63379ed9c7d08a105636acf Closes-bug: #1665373
2017-02-16 16:35:44 +00:00
hosts
:
bifrost
add bifrost deploy ansible support - This change addes the ability to deploy and bootstrap bifrost. - This change introduces a deploy-bifrost command to kolla-ansible. Change-Id: I62afcf348661add900c98904e90a15a0eddffd4b Implements: blueprint bifrost-support
2016-08-01 19:11:50 +00:00
roles
:
- {
role
:
bifrost,
tags
:
bifrost}
Copy Permalink