Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A Vagrant+Ansible automated test project #542

Merged
merged 3 commits into from
Apr 6, 2015

Commits on Apr 4, 2015

  1. An Vagrant+Ansible automated test project

    This provides a new test project in the `test-project-play-rpm` directory. It is the default Play 2.3.x sample project packaged as an RPM.
    
    The build and test environment uses a Centos-6.6 VM, managed with Vagrant and provisioned with Ansible (see the vagrant file and `provisioning/site.yml`).
    
    The the package building and tests are also orchestrated with Ansible (see `provisioning/test.yml`).
    
    The tests run performs the following:
    - compile and build rpm package
    - install the built rpm
    - check that server is running and responding after install
    - check that service can restart
    - and is responding after restart
    - uninstall the rpm
    dwhjames committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    4c0c7d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2015

  1. minor: exclude transitive del on from play plugin

    avoid substitution issues by excluding sbt-native-packager from Play’s sbt-plugin
    dwhjames committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    681e490 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11bdda View commit details
    Browse the repository at this point in the history