You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2020. It is now read-only.
refactor and document the backup and restore functionality which apparently works, but has no tests or readme
add more detailed integration tests (test auto-registration of agents in particular that they are added and enabled)
add chefspec tests
extend readme on how to use the cookbook on various platforms
I'd also like to assume that chefdk is now the primary development toolset
setup snap-ci to run stylechecks, chefspec and kitchen integration tests in docker (as @ketan already did). If this will not be possible in long-term then I will be running integration tests on openstack locally.
I think it would also be nice to have LWRP for go agents. I will describe in separate issue.
I'd also like to split recipes into just installing Go packages and actually managing services. Default would be still to do both.
Probably I will write more tests before I add or refactor anything so that I will see if I break anything.
I will not do this all at once, but in time I should cover all of it.