Framework for automation support 29/1729/2
authorAndrew Bays <abays@redhat.com>
Thu, 3 Oct 2019 16:42:23 +0000 (12:42 -0400)
committerAndrew Bays <abays@redhat.com>
Thu, 3 Oct 2019 16:59:09 +0000 (12:59 -0400)
commit9163223cace7d392f6687a943057bb9aee5e1267
tree6a95a23579cc938e8ee0810b3059e9dc0cb31e6f
parentdf43e8fca43740f7f93f8fc077f9d0cf069adcc3
Framework for automation support

Change-Id: Ida577033f8906cb00fb3cbe340272d8984621d3d
24 files changed:
Gopkg.lock
Gopkg.toml
pkg/automation/automation.go [new file with mode: 0644]
pkg/automation/baremetal.go [new file with mode: 0644]
pkg/site/site.go
pkg/utils/utils.go
vendor/github.com/otiai10/copy/.gitignore [new file with mode: 0644]
vendor/github.com/otiai10/copy/.travis.yml [new file with mode: 0644]
vendor/github.com/otiai10/copy/LICENSE [new file with mode: 0644]
vendor/github.com/otiai10/copy/README.md [new file with mode: 0644]
vendor/github.com/otiai10/copy/copy.go [new file with mode: 0644]
vendor/github.com/otiai10/copy/go.mod [new file with mode: 0644]
vendor/github.com/otiai10/copy/go.sum [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra/cmd/license_agpl.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra/cmd/license_apache_2.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra/cmd/license_bsd_clause_2.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra/cmd/license_bsd_clause_3.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra/cmd/license_gpl_2.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra/cmd/license_gpl_3.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra/cmd/license_lgpl.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra/cmd/license_mit.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra/cmd/licenses.go [new file with mode: 0644]
vendor/github.com/ulikunitz/xz/cmd/gxz/licenses.go [new file with mode: 0644]
vendor/github.com/ulikunitz/xz/cmd/xb/copyright.go [new file with mode: 0644]