helix_server.json #1

  • //
  • cbd/
  • main/
  • test/
  • helix_server.json
  • View
  • Commits
  • Open Download .zip Download (344 B)
{
  "_comment": "Vagrant box for Helix Server",
  "oses": [
    {
      "osname": "CentOS",
      "box": "puppetlabs/centos-7.2-64-puppet",
      "box_url": "https://atlas.hashicorp.com/puppetlabs/centos-7.2-64-puppet",
      "nodes": [
        {
          ":nodename": "helix-01",
          ":ip": "172.30.30.31"
        }
      ]
    }
  ]
}
# Change User Description Committed
#1 21633 C. Thomas Tyler Populate -o //guest/perforce_software/cbd/main/...
//cbd/main/....
//guest/perforce_software/cbd/main/test/helix_server.json
#2 18196 C. Thomas Tyler Upgraded test VM from CentOS 6.6 to CentOS 7.2.
#1 15009 C. Thomas Tyler Promoted CBD development work to main from dev.
//guest/perforce_software/cbd/dev/test/helix_server.json
#1 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.
//guest/perforce_software/cbd/dev/test/cbd_test_config.json
#1 11354 C. Thomas Tyler Started work on Vagrant test harness.