cbd_test_config.json #1

  • //
  • guest/
  • perforce_software/
  • cbd/
  • dev/
  • test/
  • cbd_test_config.json
  • View
  • Commits
  • Open Download .zip Download (359 B)
{
  "_comment": "Vagrant boxes for Component Based Development Testing",
  "oses": [
    {
      "osname": "centos",
      "box": "centos64-x64",
      "box_url": "http://puppet-vagrant-boxes.puppetlabs.com/centos-64-x64-vbox4210.box",
      "nodes": [
        {
          ":nodename": "p4d-01",
          ":ip": "172.30.30.31"
        },
      ]
    }
  ]
}
# Change User Description Committed
#2 14904 C. Thomas Tyler Prepared CentOS VM, initialized by Vagrant (command-line virtual machine
management) for ground-up test environment building, starting from the
vanilla CentOS OS installation.

Modified startup scripts to use the Helix Installer to simpfliy the bulk of
the installation.

Added test config file for testing on Vagrant-initialized 'helix-01' box.
#1 11354 C. Thomas Tyler Started work on Vagrant test harness.