![Sam Yaple](/assets/img/avatar_default.png)
Add initial Ansible support for Neutron Change-Id: Idad011945bff914535d1ac0eb09cc9d3b0882fbe Partially-Implements: blueprint ansible-service
13 lines
418 B
YAML
13 lines
418 B
YAML
---
|
|
- include: ../../bootstrap.yml
|
|
vars:
|
|
container_detach: False
|
|
container_environment:
|
|
KOLLA_BOOTSTRAP:
|
|
KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}"
|
|
container_image: "{{ docker_neutron_server_image_full }}"
|
|
container_name: "bootstrap_neutron"
|
|
container_restart_policy: "no"
|
|
container_volumes:
|
|
- "{{ node_config_directory }}/neutron-server/:/opt/kolla/neutron-server/:ro"
|