Skip to content
Snippets Groups Projects
  • caoyuan's avatar
    a71e9058
    Provide support for solum dev mode in kolla · a71e9058
    caoyuan authored
    Add a possibility to mount sources as volumes to containers,
    in "more than documentation" way. That will let us to use kolla
    as a replacement for devstack.
    
    Partially implements: blueprint mount-sources
    
    Change-Id: If241033d8c94c13f980fc3cc322f198187d64a21
    a71e9058
    History
    Provide support for solum dev mode in kolla
    caoyuan authored
    Add a possibility to mount sources as volumes to containers,
    in "more than documentation" way. That will let us to use kolla
    as a replacement for devstack.
    
    Partially implements: blueprint mount-sources
    
    Change-Id: If241033d8c94c13f980fc3cc322f198187d64a21
deploy.yml 497 B
---
- include: register.yml
  when: inventory_hostname in groups['solum-api']

- include: config.yml
  when: inventory_hostname in groups['solum-api'] or
        inventory_hostname in groups['solum-deploy'] or
        inventory_hostname in groups['solum-worker'] or
        inventory_hostname in groups['solum-conductor']

- include: clone.yml
  when: solum_dev_mode | bool

- include: bootstrap.yml
  when: inventory_hostname in groups['solum-api']

- name: Flush handlers
  meta: flush_handlers