Skip to content
Snippets Groups Projects
  1. Sep 02, 2022
  2. May 19, 2020
    • Scott Solkhon's avatar
      Upgrade Vagrant VM to CentOS 8 · 4e70fbce
      Scott Solkhon authored
      This commit upgrades the development Vagrant vm to use
      CentOS 8.
      
      This also increases the size of the root disk as the
      CentOS 8 cloud image is only 10GB which is not
      sufficient for a Kayobe deployment.
      
      Change-Id: I614cf6e0a774229da30831e806e2ae125e5cf0fb
      4e70fbce
  3. Feb 01, 2019
    • Will Szumski's avatar
      Support complete installation of Kayobe as a python package · 84172bfb
      Will Szumski authored
      This adds the ansible playbooks required by kayobe to the manifest by
      using the data_files option in setuptools. When using pip to install
      kayobe into a virtualenv, these files will be placed in
      <venv>/kayobe/share/.
      
      In an editable install, e.g using `pip install -e .`, data_files are not
      installed into the virtualenv. Instead, we must follow the egg-link file
      to find out the actual location.
      
      Story: 2004252
      Task: 27787
      Change-Id: Ibef040eceb547476007f83c0d5dcdb2bc6986d1e
      84172bfb
  4. May 22, 2018
    • Nick Jones's avatar
      Specify Vagrant box version · b0cb2fd6
      Nick Jones authored
      Add a line which states the version of the Vagrant box to be used when
      provisioning a development environment.
      
      NB: In this case, 0.2.0 is an image based on CentOS 7.5
      
      Change-Id: I81613df1d20dfd1b99a5d7624fc1627ca185dd7f
      Story: 2002086
      Task: 19755
      Unverified
      b0cb2fd6
  5. Jan 31, 2018
  6. Nov 29, 2017
  7. Oct 27, 2017
  8. Sep 04, 2017
  9. Aug 29, 2017
    • John Garbutt's avatar
      Disable selinux during provision · c5a4e46f
      John Garbutt authored
      To avoid a reboot when running the kayobe scripts, we disable selinux
      before running the scripts. We do this using the provision reload plugin
      that allows us to do a vagrant reload while provisioning the VM.
      c5a4e46f
    • John Garbutt's avatar
      Sync /vagrant folder using virtualbox shared folder · 42605939
      John Garbutt authored
      When doing vagrant halt then vagrant up we want the system to keep
      working. The easiest way to do this is to use a virtual box plugin to
      install the tools, then use the tools to sync the /vagrant directory,
      rather than falling back to rsync on every boot of the VM. The rsync
      looses all the writes since the last boot, forcing a full reprovision.
      42605939
  10. Aug 08, 2017
  11. Feb 14, 2017
Loading