-
- Downloads
Add a Kolla 'devstack' mode
Add a new variable 'kolla_devmode', which when enabled, clones and bindmounts service source code into the containers. This commit adds the relevant changes for Heat, more services can be added and built upon. Usage: * Set 'kolla_devmode: yes' * Code is cloned to /opt/stack/{{ project_name }} on target node(s) * Users can develop in these repos, and simply restart the container to pick up / test changes. Debugging can be done from the host via 'remote_pdb'[0]. [0] https://pypi.python.org/pypi/remote-pdb Implements: blueprint mount-sources Change-Id: Ic0431b10d723bf84eeefc72039376fe0058dd902
Showing
- ansible/group_vars/all.yml 4 additions, 0 deletionsansible/group_vars/all.yml
- ansible/roles/destroy/defaults/main.yml 1 addition, 0 deletionsansible/roles/destroy/defaults/main.yml
- ansible/roles/destroy/tasks/cleanup_host.yml 2 additions, 0 deletionsansible/roles/destroy/tasks/cleanup_host.yml
- ansible/roles/heat/defaults/main.yml 12 additions, 0 deletionsansible/roles/heat/defaults/main.yml
- ansible/roles/heat/handlers/main.yml 3 additions, 3 deletionsansible/roles/heat/handlers/main.yml
- ansible/roles/heat/tasks/clone.yml 6 additions, 0 deletionsansible/roles/heat/tasks/clone.yml
- ansible/roles/heat/tasks/deploy.yml 7 additions, 0 deletionsansible/roles/heat/tasks/deploy.yml
- doc/index.rst 1 addition, 0 deletionsdoc/index.rst
- doc/kolla-for-openstack-development.rst 75 additions, 0 deletionsdoc/kolla-for-openstack-development.rst
- releasenotes/notes/kolla-for-openstack-development-e4fa7991c8f4dc77.yaml 4 additions, 0 deletions...tes/kolla-for-openstack-development-e4fa7991c8f4dc77.yaml
- tools/cleanup-host 5 additions, 0 deletionstools/cleanup-host
- tools/kolla-ansible 14 additions, 4 deletionstools/kolla-ansible
Loading
Please register or sign in to comment