Skip to content
Snippets Groups Projects
  1. Nov 20, 2020
    • likui's avatar
      Update docs for Ubuntu 20.04 · a62cce67
      likui authored
      * Use 'apt install' command instead of legacy 'apt-get'
      
      Change-Id: Idae8d325bce354fa3b4c5be412965122af8f1413
      a62cce67
  2. Nov 06, 2018
    • Paul Bourke's avatar
      Remove deprecated compute groups · cf609ba3
      Paul Bourke authored
      The concept of splitting the compute group into external/internal just
      to specify agent_mode for Neutron DVR was deemed to be heavy handed, and
      depreacated in the Pike cycle.
      
      Now that Rocky has been released we can remove these completely for Stein.
      
      Change-Id: I28a1eba7f40fee55a7ec41c27451e39e4d7fd8f0
      cf609ba3
  3. Jun 10, 2018
  4. Jun 09, 2018
  5. Jun 08, 2018
  6. Apr 23, 2018
    • caoyuan's avatar
      Fix the profile missing when run bootstrap.sh · f9478235
      caoyuan authored
      when use bootstrap.sh script to prepare the development
      environment, the /etc/kolla/globlas.yml and
      /etc/kolla/passwords.yml is missing, this ps to fix it.
      
      Change-Id: Id00187ec032c7a6c98d0772def12f142ef13fb22
      Closes-Bug: #1766081
      f9478235
  7. Apr 19, 2018
  8. Jan 24, 2018
    • caoyuan's avatar
      Add cpu_mode in vagrant/bootstrap.sh · a209e443
      caoyuan authored
      With libvirt 2.0, when using qemu cpu mode is not properly
      evaluated and need to be set to cpu_mode = none.
      
      Add this option when kvm is not supported, otherwise user
      will still facing errors when launching instances over qemu.
      
      Change-Id: I7aa6df356085263d25c6afcc812f035d3ded942b
      a209e443
  9. Sep 14, 2017
  10. Jul 10, 2017
  11. Jun 12, 2017
    • Juan J. Martinez's avatar
      Update Vagrant dev environment · 056ecc55
      Juan J. Martinez authored
       - Updated Ubuntu image to use 16.04.
       - VirtualBox provider to use centos/7 image + vagrant-vbguest plugin.
       - Improved docs so it is clear that vagrant-vbguest plugin is only
         required with VirtualBox.
       - Clarified comment and made it independent of the release.
       - Refactored the kolla and kolla-ansible paths to be based on the
         username used by Vagrant, that can change depending on the image.
      
      Change-Id: I23d84dcc3297c43eb12eff9c443d282281fc6c82
      056ecc55
  12. Jun 07, 2017
  13. May 31, 2017
    • Juan J. Martinez's avatar
      Fix vagrant development environment · 8fe43171
      Juan J. Martinez authored
      After the repo split into kolla and kolla-ansible the Vagrant
      development environment was broken.
      
      With this change Vagrant will run from kolla-ansible and kolla
      repo is expected to be in the same directory level so the
      bootstrap can include it inside the VM.
      
       - Modified the bootstrap code to copy both repos into the VM.
       - Added one configuration token to specify kolla-ansible location
         inside the VM.
       - Updated the docs.
      
      Change-Id: I6b56822d50472f8eda6fc60f69196d3c9b8b6cf8
      Closes-Bug: 1693847
      8fe43171
  14. Oct 27, 2016
    • Martin André's avatar
      Fix broken test in vagrant boostrap script · 193a8190
      Martin André authored
      The file path was not properly passed to the '-x' test which caused it
      to always return true.
      
      This commit simplifies the test for existing command by relying only on
      the exit code of `type` rather than checking that the file path is
      executable.
      
      Change-Id: Iaf47d92ff9fd1ef34d8d7492c08ec24d2b8a9536
      Closes-Bug: #1635341
      193a8190
  15. Oct 22, 2016
  16. Oct 20, 2016
    • Martin André's avatar
      Fix vagrant's kolla folder sync · e259c2a6
      Martin André authored
      Correct relative path of kolla root directory after vagrant environment was
      moved from dev/vagrant to contrib/dev/vagrant.
      
      Closes-Bug: #1635329
      
      Change-Id: Ib13a6123f34d69884e27029f5144ff1ad165e73e
      e259c2a6
  17. Oct 14, 2016
Loading