MetGenC VM provides configuration for a virtual machine used to run
metgenc
.
This repository is not (yet) actively supported by NSIDC but we welcome issue submissions and pull requests in order to foster community contribution.
See the LICENSE for details on permissions and warranties. Please contact [email protected] for more information.
- Vagrant,
vagrant-vsphere
, thevagrant-nsidc
plugin, and access to the NSIDC VPN or internal network. - Ruby and bundler, for version bumping. Ruby tools are used here based on the
fact that
vagrant-nsidc
is Ruby-based. Whether other solutions are better is an exercise left to the reader!
- Ensure you have installed
vagrant
,vagrant-vsphere
, andvagrant-nsidc
. - From the root of this repository's workspace, do:
vagrant nsidc up --env [dev|qa|staging|blue]
Tag the branch so there's a record of the configuration used to build the specified environment:
git tag -f <env> # Where <env> is one of dev, qa, staging, blue
git push --follow-tags
If the environment in question is blue
, submit a Production Change Tracker
(PCT) request for a blue-green swap to deploy the new production VM.
- Ensure you have Ruby installed. rbenv is recommended to manage your Ruby versions.
- Install
bundler
:gem install bundler
- Install remaining gem(s) (only
bump
currently):bundle install
bump --help
will show all commands.- Add a description of the changes to the
Next
section in the CHANGELOG.md. - Run
bump <level> --changelog --tag --tag-prefix ""
where<level>
ispre
,patch
,minor
, ormajor
- Do a
git push --follow-tags
to update the remote repository.
/share/logs/metgenc
is NFS-mounted on the metgenc
VM. The logrotate
utility is configured to rotate any files named *.log
in that location
to an archive location at share/logs/metgenc/archive
.
The file puppet/files/logrotate_metgenc.erb
stores the logrotate
configuration, which is rendered to /etc/logrotate.d/metgenc
when the VM is
provisioned.
sudo grep metgenc /var/lib/logrotate/status # See recent logrotate activity specific to metgenc
sudo logrotate -d /etc/logrotate.d/metgenc # Perform a dry run, with verbose output
sudo logrotate -fv /etc/logrotate.d/metgenc # -v flag increases output verbosity
This content was developed by the National Snow and Ice Data Center with funding from multiple sources.